summaryrefslogtreecommitdiff
path: root/trove.configure.help
diff options
context:
space:
mode:
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
-------