From 1cd6166c26404569b1e88b999271e7ba498d3bdb Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Thu, 19 Jun 2014 09:02:12 +0000 Subject: New trove.configure --- trove.configure.help | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'trove.configure.help') 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 ------- -- cgit v1.2.1