summaryrefslogtreecommitdiff
path: root/trove.configure
diff options
context:
space:
mode:
Diffstat (limited to 'trove.configure')
-rwxr-xr-xtrove.configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/trove.configure b/trove.configure
index cdd37b95..1851e38c 100755
--- a/trove.configure
+++ b/trove.configure
@@ -127,6 +127,17 @@ confgit-url = ssh://git@localhost/$TROVE_ID/local-config/lorries
EOF
+echo "Create MINION config"
+cat <<EOF > "$ROOT/etc/lorry-controller/minion.conf"
+[config]
+log = syslog
+log-level = debug
+webapp-host = localhost
+webapp-port = 12765
+webapp-timeout = 3600
+EOF
+
+
echo "Set up Lorry Controller MINIONs"
UNITS="$ROOT/usr/lib/systemd/system"
seq "${LORRY_CONTROLLER_MINIONS:-4}" |