From f435d78d61491e2acd3107a78eba289977938b38 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Thu, 22 May 2014 15:34:19 +0000 Subject: Update the help text for morph deploy --- morphlib/plugins/deploy_plugin.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'morphlib') diff --git a/morphlib/plugins/deploy_plugin.py b/morphlib/plugins/deploy_plugin.py index eb3a1988..6fc0998c 100644 --- a/morphlib/plugins/deploy_plugin.py +++ b/morphlib/plugins/deploy_plugin.py @@ -49,6 +49,10 @@ class DeployPlugin(cliapp.Plugin): * `CLUSTER` is the name of the cluster to deploy. + * `DEPLOYMENT...` is the name of zero or more deployments in the + morphology to deploy. If none are specified then all deployments + in the morphology are deployed. + * `SYSTEM.KEY=VALUE` can be used to assign `VALUE` to a parameter named `KEY` for the system identified by `SYSTEM` in the cluster morphology (see below). This will override parameters defined @@ -248,7 +252,7 @@ class DeployPlugin(cliapp.Plugin): Deployment configuration is stored in the deployed system as /baserock/deployment.meta. THIS CONTAINS ALL ENVIRONMENT VARIABLES SET - DURINGR DEPLOYMENT, so make sure you have no sensitive information in + DURING DEPLOYMENT, so make sure you have no sensitive information in your environment that is being leaked. As a special case, any environment/deployment variable that contains 'PASSWORD' in its name is stripped out and not stored in the final system. -- cgit v1.2.1