diff options
author | Taseer Ahmed <taseer94@gmail.com> | 2017-10-26 12:19:34 +0500 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-10-27 09:35:12 +0000 |
commit | 71e8e6dc6088a65150b4a80936f20750b3cb1496 (patch) | |
tree | 267b6b5fbd9f64b0f428fa237410a21c50ef0e9f /docs/release/installation | |
parent | c75ba4b14bf2b5f2b21ebc8705e2e4e60746f960 (diff) |
docs: Add more info about virtual deployment
Change-Id: I82f639f380092ea6800ed1e7c86a415b7979ec44
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
(cherry picked from commit e942d5b7b4d73f2030840c08cb2943f7599eb557)
Diffstat (limited to 'docs/release/installation')
-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 |