Merge "Add missing installation dependency"
authorMichael Polenchuk <mpolenchuk@mirantis.com>
Fri, 27 Oct 2017 06:37:32 +0000 (06:37 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 27 Oct 2017 06:37:32 +0000 (06:37 +0000)
docs/release/installation/installation.instruction.rst
mcp/config/states/openstack_ha

index e475e48..9b2c2e8 100644 (file)
@@ -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
index 89733cc..9237cc0 100755 (executable)
@@ -58,7 +58,7 @@ wait_for 90 "salt -C 'I@mongodb:server and *01*' cmd.run 'mongo localhost:27017/
 salt -C 'I@mongodb:server and *01*' cmd.run 'mongo localhost:27017/admin --eval "rs.initiate()"'
 salt -C 'I@mongodb:server and *01*' state.sls mongodb
 
-salt -I 'aodh:server' state.sls aodh
+salt -I 'aodh:server' state.sls aodh -b 1
 salt -I 'ceilometer:server' state.sls ceilometer
 salt -I 'ceilometer:agent' state.sls ceilometer