summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2017-03-29 13:11:22 -0400
committerDan Radez <dradez@redhat.com>2017-03-29 13:11:22 -0400
commiteb69165f0dcebf41cccfc3124f980bab53908a2d (patch)
treef74af31eeab50541f508770c89b1ad18f1bbb15b /ci/deploy.sh
parentb28482b5804308c4d88439020b56288d86a67ab1 (diff)
Adding --virtual-computes to deploy.sh help output
JIRA: APEX-426 Change-Id: Id2ea69fd26c1160885cbd532d297ed9d3b89f5f7 Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-xci/deploy.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index 4df2d6a8..a395598f 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -103,6 +103,7 @@ display_usage() {
echo -e " --debug : enable debug output."
echo -e " --interactive : enable interactive deployment mode which requires user to confirm steps of deployment."
echo -e " --virtual-cpus : Number of CPUs to use per Overcloud VM in a virtual deployment (defaults to 4)."
+ echo -e " --virtual-computes : Number of Virtual Compute nodes to create and use during deployment (defaults to 1 for noha and 2 for ha)."
echo -e " --virtual-default-ram : Amount of default RAM to use per Overcloud VM in GB (defaults to 8)."
echo -e " --virtual-compute-ram : Amount of RAM to use per Overcloud Compute VM in GB (defaults to 8). Overrides --virtual-default-ram arg for computes"
}