Update the installation instructions of Apex installer 63/17463/2
authorBin Hu <bh526r@att.com>
Sun, 24 Jul 2016 00:08:00 +0000 (17:08 -0700)
committerBin Hu <bh526r@att.com>
Sun, 24 Jul 2016 00:13:46 +0000 (17:13 -0700)
Change-Id: Ibda2d04cd975ff558813beda2255fa993411d12b
Signed-off-by: Bin Hu <bh526r@att.com>
docs/configguide/featureconfig.rst
docs/reldoc/index.rst

index c7d9330..7e97496 100644 (file)
@@ -59,7 +59,7 @@ Install OPNFV and Preparation
     ./opnfv-deploy -d /etc/opnfv-apex/os-nosdn-nofeature-ha.yaml
 
     # Non-HA deployment in OpenStack-only environment
-    # Non-HA deployment is currently not supported by Apex installer.
+    ./opnfv-deploy -d /etc/opnfv-apex/os-nosdn-nofeature-noha.yaml
 
 **Compass** Installer:
 
@@ -175,10 +175,12 @@ For example:
 
 .. code-block:: bash
 
-    # source the tenant credentials using Apex installer of OPNFV
-    # you need to copy the file /home/stack/overcloudrc from the installer VM called "instack"
-    # to a location in controller node, for example, in the directory /opt
-    source /opt/overcloudrc
+    # On jump host, source the tenant credentials using /bin/opnfv-util provided by Apex installer
+    opnfv-util undercloud "source overcloudrc; keystone service-list"
+
+    # Alternatively, you can copy the file /home/stack/overcloudrc from the installer VM called "undercloud"
+    # to a location in controller node, for example, in the directory /opt, and do:
+    # source /opt/overcloudrc
 
 **Compass** installer:
 
@@ -439,7 +441,12 @@ of OPNFV Colorado Release:
     ./opnfv-deploy -d /etc/opnfv-apex/os-odl_l2-nofeature-ha.yaml
 
     # Non-HA deployment in OpenStack with Open Daylight L2-only environment
-    # Non-HA deployment is currently not supported by Apex installer.
+    # There is no settings file provided by default for odl_l2 non-HA deployment
+    # You need to copy /etc/opnfv-apex/os-odl_l2-nofeature-ha.yaml to another file
+    # e.g. /etc/opnfv-apex/os-odl_l2-nofeature-noha.yaml
+    # and change the "ha_enabled" parameter to be "false", i.e.: "ha_enabled: false"
+    # and do:
+   ./opnfv-deploy -d /etc/opnfv-apex/os-odl_l2-nofeature-noha.yaml
 
 **Compass** Installer:
 
@@ -562,10 +569,12 @@ that the method of sourcing tenant credentials may vary depending on installers.
 
 .. code-block:: bash
 
-    # source the tenant credentials using Apex installer of OPNFV
-    # you need to copy the file /home/stack/overcloudrc from the installer VM called "instack"
-    # to a location in controller node, for example, in the directory /opt
-    source /opt/overcloudrc
+    # On jump host, source the tenant credentials using /bin/opnfv-util provided by Apex installer
+    opnfv-util undercloud "source overcloudrc; keystone service-list"
+
+    # Alternatively, you can copy the file /home/stack/overcloudrc from the installer VM called "undercloud"
+    # to a location in controller node, for example, in the directory /opt, and do:
+    # source /opt/overcloudrc
 
 **Compass** installer:
 
index 5636573..625402c 100644 (file)
@@ -59,7 +59,7 @@ Install OPNFV and Preparation
     ./opnfv-deploy -d /etc/opnfv-apex/os-nosdn-nofeature-ha.yaml
 
     # Non-HA deployment in OpenStack-only environment
-    # Non-HA deployment is currently not supported by Apex installer.
+    ./opnfv-deploy -d /etc/opnfv-apex/os-nosdn-nofeature-noha.yaml
 
 **Compass** Installer:
 
@@ -175,10 +175,12 @@ For example:
 
 .. code-block:: bash
 
-    # source the tenant credentials using Apex installer of OPNFV
-    # you need to copy the file /home/stack/overcloudrc from the installer VM called "instack"
-    # to a location in controller node, for example, in the directory /opt
-    source /opt/overcloudrc
+    # On jump host, source the tenant credentials using /bin/opnfv-util provided by Apex installer
+    opnfv-util undercloud "source overcloudrc; keystone service-list"
+
+    # Alternatively, you can copy the file /home/stack/overcloudrc from the installer VM called "undercloud"
+    # to a location in controller node, for example, in the directory /opt, and do:
+    # source /opt/overcloudrc
 
 **Compass** installer:
 
@@ -439,7 +441,12 @@ of OPNFV Colorado Release:
     ./opnfv-deploy -d /etc/opnfv-apex/os-odl_l2-nofeature-ha.yaml
 
     # Non-HA deployment in OpenStack with Open Daylight L2-only environment
-    # Non-HA deployment is currently not supported by Apex installer.
+    # There is no settings file provided by default for odl_l2 non-HA deployment
+    # You need to copy /etc/opnfv-apex/os-odl_l2-nofeature-ha.yaml to another file
+    # e.g. /etc/opnfv-apex/os-odl_l2-nofeature-noha.yaml
+    # and change the "ha_enabled" parameter to be "false", i.e.: "ha_enabled: false"
+    # and do:
+   ./opnfv-deploy -d /etc/opnfv-apex/os-odl_l2-nofeature-noha.yaml
 
 **Compass** Installer:
 
@@ -562,10 +569,12 @@ that the method of sourcing tenant credentials may vary depending on installers.
 
 .. code-block:: bash
 
-    # source the tenant credentials using Apex installer of OPNFV
-    # you need to copy the file /home/stack/overcloudrc from the installer VM called "instack"
-    # to a location in controller node, for example, in the directory /opt
-    source /opt/overcloudrc
+    # On jump host, source the tenant credentials using /bin/opnfv-util provided by Apex installer
+    opnfv-util undercloud "source overcloudrc; keystone service-list"
+
+    # Alternatively, you can copy the file /home/stack/overcloudrc from the installer VM called "undercloud"
+    # to a location in controller node, for example, in the directory /opt, and do:
+    # source /opt/overcloudrc
 
 **Compass** installer: