From 49ddac4e61b6dca7e4b794cf639b0a1b3d86db00 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 17 Jun 2014 13:51:14 +0000 Subject: Add new resources needed to configure the lorry-controller They where generated in trove.configure before. --- share/etc/lorry-controller/minion.conf | 6 ++++++ share/etc/lorry-controller/webapp.conf | 12 ++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 share/etc/lorry-controller/minion.conf create mode 100644 share/etc/lorry-controller/webapp.conf diff --git a/share/etc/lorry-controller/minion.conf b/share/etc/lorry-controller/minion.conf new file mode 100644 index 0000000..99abdba --- /dev/null +++ b/share/etc/lorry-controller/minion.conf @@ -0,0 +1,6 @@ +[config] +log = syslog +log-level = debug +webapp-host = localhost +webapp-port = 12765 +webapp-timeout = 3600 diff --git a/share/etc/lorry-controller/webapp.conf b/share/etc/lorry-controller/webapp.conf new file mode 100644 index 0000000..2e9df0d --- /dev/null +++ b/share/etc/lorry-controller/webapp.conf @@ -0,0 +1,12 @@ +[config] +log = /home/lorry/webapp.log +log-max = 100M +log-keep = 10 +log-level = debug +statedb = /home/lorry/webapp.db +configuration-directory = /home/lorry/confgit +status-html = /home/lorry/lc-status.html +wsgi = yes +debug-port = 12765 +templates = /usr/share/lorry-controller/templates +confgit-url = ssh://git@localhost/{{ TROVE_ID }}/local-config/lorries -- cgit v1.2.1