summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-06-17 13:51:14 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-07-09 13:50:41 +0000
commit49ddac4e61b6dca7e4b794cf639b0a1b3d86db00 (patch)
tree186694a585754986763e91d17fb5c206f47d1a38
parent607ad9d64080ca9e1721baa8bf306ec9127bf970 (diff)
downloadtrove-setup-49ddac4e61b6dca7e4b794cf639b0a1b3d86db00.tar.gz
Add new resources needed to configure the lorry-controller
They where generated in trove.configure before.
-rw-r--r--share/etc/lorry-controller/minion.conf6
-rw-r--r--share/etc/lorry-controller/webapp.conf12
2 files changed, 18 insertions, 0 deletions
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