diff options
author | Tim Rozet <trozet@redhat.com> | 2016-09-28 17:22:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-09-28 17:22:42 +0000 |
commit | 9239d8f96cdd4dfc014de2d211312c3719eceaca (patch) | |
tree | c61fca329350af8a14fd06d97c04ece040e1b9d4 /docs/installationprocedure | |
parent | 523c9cb5bea77f19c909ebce4fa23c9676c4dd6d (diff) | |
parent | d8059095ab25e5939373777330b955075d064ec6 (diff) |
Merge "Removing --flat and network_isolation variables"
Diffstat (limited to 'docs/installationprocedure')
-rw-r--r-- | docs/installationprocedure/baremetal.rst | 5 | ||||
-rw-r--r-- | docs/installationprocedure/virtualinstall.rst | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/docs/installationprocedure/baremetal.rst b/docs/installationprocedure/baremetal.rst index d41c77e0..2de6e8a8 100644 --- a/docs/installationprocedure/baremetal.rst +++ b/docs/installationprocedure/baremetal.rst @@ -230,11 +230,10 @@ You are now ready to deploy OPNFV using Apex! Follow the steps below to execute: 1. Execute opnfv-deploy - ``sudo opnfv-deploy [ --flat ] -n network_settings.yaml + ``sudo opnfv-deploy -n network_settings.yaml -i inventory.yaml -d deploy_settings.yaml`` If you need more information about the options that can be passed to - opnfv-deploy use ``opnfv-deploy --help`` --flat collapses all networks to a - single nic, only uses the admin network from the network settings file. -n + opnfv-deploy use ``opnfv-deploy --help``. -n network_settings.yaml allows you to customize your networking topology. 2. Wait while deployment is executed. diff --git a/docs/installationprocedure/virtualinstall.rst b/docs/installationprocedure/virtualinstall.rst index 01971893..d2c81abe 100644 --- a/docs/installationprocedure/virtualinstall.rst +++ b/docs/installationprocedure/virtualinstall.rst @@ -49,7 +49,7 @@ environment will deploy with the following architecture: Follow the steps below to execute: 1. ``sudo opnfv-deploy -v [ --virtual-computes n ] - [ --virtual-cpus n ] [ --virtual-ram n ] [ --flat ] + [ --virtual-cpus n ] [ --virtual-ram n ] -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, |