diff options
author | Dan Radez <dradez@redhat.com> | 2016-08-11 14:42:11 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2016-08-11 14:43:24 -0400 |
commit | 0ce56d24876b5e5225d2d7ac2be4ce02a16968a5 (patch) | |
tree | 35eb95ad1e8090c9e5353744f3f3d72d4d4b96e7 /docs/installation-instructions | |
parent | 05381a5dd0f578d0ede6439485735ede051eca2b (diff) |
adding virtual deployment options to docs
Change-Id: I944908c0e453ccb9a72a5c229fb161839b3badb7
Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'docs/installation-instructions')
-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 |