summaryrefslogtreecommitdiff
path: root/trove.configure.help
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2014-07-15 14:00:38 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2014-07-15 14:00:38 +0100
commit15ca790d3dcd2bc1c87950db6b8c0ceeb8857e28 (patch)
tree5206b8bd7df54372a7c820774e832649937423e5 /trove.configure.help
parentbc8c891a6d6caff8150b5e6aada9b64a14b1bfcb (diff)
parent8462ca2d763354d0e5772549d377bd6b6ff92f67 (diff)
downloaddefinitions-15ca790d3dcd2bc1c87950db6b8c0ceeb8857e28.tar.gz
Merge branch 'master' of ssh://git.baserock.org/baserock/baserock/definitions
Diffstat (limited to 'trove.configure.help')
-rw-r--r--trove.configure.help10
1 files changed, 10 insertions, 0 deletions
diff --git a/trove.configure.help b/trove.configure.help
index 158cc741..b8056e37 100644
--- a/trove.configure.help
+++ b/trove.configure.help
@@ -13,6 +13,8 @@ help: |
* `TROVE_ADMIN_NAME`
* `TROVE_ADMIN_SSH_PUBKEY`
* `LORRY_CONTROLLER_MINIONS` (optional, defaults to 4)
+ * `TROVE_BACKUP_KEYS` - a space-separated list of paths to SSH keys.
+ (optional)
The variables are described in more detail below.
@@ -26,6 +28,10 @@ help: |
These are specified with the configuration variables described in this
help.
+ * `TROVE_GENERIC` -- boolean. If it's true the trove will be generic
+ and it won't be configured with any of the other variables listed
+ here.
+
* `TROVE_ID` -- the identifier of the Trove. This separates it from
other Troves, and allows mirroring of Troves to happen without local
changes getting overwritten.
@@ -95,6 +101,10 @@ help: |
The more workers are running, the more Lorry jobs can run at the same
time, but the more resources they require.
+ * `TROVE_BACKUP_KEYS` -- a space-separated list of paths to SSH keys.
+ If this is set, the Trove will have a backup user that can be accessed
+ with rsync using the SSH keys provided.
+
Example
-------