diff options
author | Bin Hu <bh526r@att.com> | 2016-07-23 17:08:00 -0700 |
---|---|---|
committer | Bin Hu <bh526r@att.com> | 2016-07-23 17:13:46 -0700 |
commit | b74c291e7e23f2b1a999eb766efb6c555ab313bb (patch) | |
tree | 3e837df4c74e64a8d30ef02a15977f7974f513b1 /docs | |
parent | 194e0b69df70e8b2b40a0c6f2223ea1c7c05c742 (diff) |
Update the installation instructions of Apex installer
Change-Id: Ibda2d04cd975ff558813beda2255fa993411d12b
Signed-off-by: Bin Hu <bh526r@att.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configguide/featureconfig.rst | 29 | ||||
-rw-r--r-- | docs/reldoc/index.rst | 29 |
2 files changed, 38 insertions, 20 deletions
diff --git a/docs/configguide/featureconfig.rst b/docs/configguide/featureconfig.rst index c7d9330..7e97496 100644 --- a/docs/configguide/featureconfig.rst +++ b/docs/configguide/featureconfig.rst @@ -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: diff --git a/docs/reldoc/index.rst b/docs/reldoc/index.rst index 5636573..625402c 100644 --- a/docs/reldoc/index.rst +++ b/docs/reldoc/index.rst @@ -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: |