diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-10-27 09:50:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-10-27 09:50:24 +0000 |
commit | b6e65dbb9952aeafeff6fcc07b6dcd97940d62ff (patch) | |
tree | 7436d928bd47a72bfc999d672b28ef0eea831c13 | |
parent | 1e1c8d421a2fa3fd28cf4201b17866ff057c84f2 (diff) | |
parent | 71e8e6dc6088a65150b4a80936f20750b3cb1496 (diff) |
Merge "docs: Add more info about virtual deployment" into stable/euphrates
-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 |