diff options
author | Tim Rozet <trozet@redhat.com> | 2016-08-11 19:04:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-11 19:04:09 +0000 |
commit | 8f6db379e0051ed544739fa08b124b18d5979dd9 (patch) | |
tree | a5446ebca6729ee1705cd5eb1d91f7a9f40707fe /docs | |
parent | 4443dfca4a3809c09ca05a365d824fee2521632f (diff) | |
parent | 0ce56d24876b5e5225d2d7ac2be4ce02a16968a5 (diff) |
Merge "adding virtual deployment options to docs"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installation-instructions/virtualinstall.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/installation-instructions/virtualinstall.rst b/docs/installation-instructions/virtualinstall.rst index f850b025..01971893 100644 --- a/docs/installation-instructions/virtualinstall.rst +++ b/docs/installation-instructions/virtualinstall.rst @@ -48,8 +48,9 @@ environment will deploy with the following architecture: Follow the steps below to execute: -1. ``sudo opnfv-deploy [ --flat ] -n network_settings.yaml -i inventory.yaml - -d deploy_settings.yaml`` +1. ``sudo opnfv-deploy -v [ --virtual-computes n ] + [ --virtual-cpus n ] [ --virtual-ram n ] [ --flat ] + -n network_settings.yaml -i inventory.yaml -d deploy_settings.yaml`` 2. It will take approximately 45 minutes to an hour to stand up undercloud, define the target virtual machines, configure the deployment and execute |