diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-10-27 06:36:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-10-27 06:36:46 +0000 |
commit | 41cd7a1e13108f078f3c64a5fc225a6b5a8dc229 (patch) | |
tree | 267b6b5fbd9f64b0f428fa237410a21c50ef0e9f /docs/release | |
parent | 9cfa75272ba2fd9abab416db1f22df5989c9959e (diff) | |
parent | e942d5b7b4d73f2030840c08cb2943f7599eb557 (diff) |
Merge "docs: Add more info about virtual deployment"
Diffstat (limited to 'docs/release')
-rw-r--r-- | docs/release/installation/installation.instruction.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/release/installation/installation.instruction.rst b/docs/release/installation/installation.instruction.rst index e475e487f..9b2c2e8c2 100644 --- a/docs/release/installation/installation.instruction.rst +++ b/docs/release/installation/installation.instruction.rst @@ -265,6 +265,10 @@ Examples -------- #. Virtual deploy +To start a virtual deployment, it is required to have the `virtual` keyword while specifying the pod name +to the installer script. It will create the required bridges and networks, configure Salt Master and install +OpenStack. + .. code-block:: bash $ ci/deploy.sh -b file:///home/jenkins/tmpdir/securedlab \ @@ -272,6 +276,9 @@ Examples -p virtual_kvm \ -s os-nosdn-nofeature-noha +Once the deployment is complete, OpenStack Dashboard, Horizon is available at http://10.16.0.101:8078 +The administrator credentials are **admin** / **opnfv_secret**. + #. Baremetal deploy A x86 deploy on pod1 from Ericsson lab |