[baremetal] SaltStack Deployment Documentation 37/47137/2
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Mon, 13 Nov 2017 19:13:43 +0000 (20:13 +0100)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Mon, 13 Nov 2017 19:19:24 +0000 (20:19 +0100)
Generate documentation automatically using `reclass-doc`.
nginx is already configured to serve said documentation on
proxy's public VIP on port 8090.

Change-Id: If2aef646a0ec44d5cc7e9d425e565e5c0aa581b3
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
docs/release/installation/installation.instruction.rst
mcp/config/states/openstack_ha

index 652c855..b279630 100644 (file)
@@ -380,6 +380,9 @@ Examples
 
          Fuel@OPNFV LF POD2 Network Layout
 
+   Once the deployment is complete, the SaltStack Deployment Documentation is
+   available at http://<Proxy VIP>:8090, e.g. http://172.30.10.103:8090.
+
    An aarch64 deploy on pod5 from Arm lab
 
       .. code-block:: bash
@@ -396,6 +399,9 @@ Examples
 
          Fuel@OPNFV ARM POD5 Network Layout
 
+   Once the deployment is complete, the SaltStack Deployment Documentation is
+   available at http://<Proxy VIP>:8090, e.g. http://10.0.8.103:8090.
+
 
 Pod Descriptor Files
 ====================
index c3a51a8..9eaa3a1 100755 (executable)
@@ -64,7 +64,7 @@ salt -I 'ceilometer:agent' state.sls ceilometer
 
 salt -I 'horizon:server' state.sls horizon
 salt -I 'apache:server' state.sls apache
-salt -I 'nginx:server' state.sls nginx
+salt -I 'nginx:server' state.sls nginx,sphinx
 
 clstr_vip_addr=$(salt -C 'I@nginx:server and *01*' --out=yaml \
   pillar.get _param:cluster_vip_address | awk '{print $2; exit}')