summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-05-22 15:34:19 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2014-05-23 10:36:40 +0000
commitfa9c15d129834cc765cdec10397cdc119652181b (patch)
treeb2972bb27fa0ec3421793143696576f9fe02d1f3
parentafc19509e5fe815e7a5191af84d5789140fd6142 (diff)
downloadmorph-baserock/adamcoldrick/deploy-specific-systems.tar.gz
Update the help text for morph deploybaserock/adamcoldrick/deploy-specific-systems
-rw-r--r--morphlib/plugins/deploy_plugin.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/morphlib/plugins/deploy_plugin.py b/morphlib/plugins/deploy_plugin.py
index 2e7cdaf7..b92b9ccc 100644
--- a/morphlib/plugins/deploy_plugin.py
+++ b/morphlib/plugins/deploy_plugin.py
@@ -56,10 +56,9 @@ class DeployPlugin(cliapp.Plugin):
* `CLUSTER` is the name of the cluster to deploy.
- * `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
- in the morphology.
+ * `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.
Morph deploys a set of systems listed in a cluster morphology.
"Deployment" here is quite a general concept: it covers anything
@@ -255,7 +254,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.