diff options
author | Bin Hu <bh526r@att.com> | 2016-01-29 14:09:15 -0800 |
---|---|---|
committer | Bin Hu <bh526r@att.com> | 2016-01-29 22:11:35 +0000 |
commit | 54950f2c1c47c0ba0d49c94a9964c3492e1f1a68 (patch) | |
tree | 1209f41e4a24acc55a3d760c38124e21af42c81a | |
parent | 31dfebeb8678722447f1accabf18a2cbe161d397 (diff) |
JIRA:IPVSIX-29
Change-Id: I7c46c48c463997f0e3060ef6816bb0e6d68b5a99
Signed-off-by: Bin Hu <bh526r@att.com>
(cherry picked from commit dfbc82b8b6aea5b947853154a51eb20e107903f7)
-rw-r--r-- | docs/configguide/featureconfig.rst | 12 | ||||
-rw-r--r-- | docs/reldoc/index.rst | 12 |
2 files changed, 20 insertions, 4 deletions
diff --git a/docs/configguide/featureconfig.rst b/docs/configguide/featureconfig.rst index 0e754ca..d99eaa7 100644 --- a/docs/configguide/featureconfig.rst +++ b/docs/configguide/featureconfig.rst @@ -47,6 +47,16 @@ Install OPNFV and Preparation **OPNFV-NATIVE-INSTALL-1**: To install OpenStack-only environment of OPNFV Brahmaputra Release: +**Apex Installer**: + +.. code-block:: bash + + # HA deployment in OpenStack-only environment + sudo opnfv-deploy -d /etc/opnfv/os-nosdn-nofeature-ha.yaml + + # Non-HA deployment in OpenStack-only environment + # Non-HA deployment is currently not supported by Apex installer. + **Compass** Installer: .. code-block:: bash @@ -82,8 +92,6 @@ Install OPNFV and Preparation # Non-HA deployment in OpenStack-only environment sudo ./deploy.sh -o liberty -s nosdn -t noha -Please **NOTE** that currently only ``Compass``, ``Fuel`` and ``Joid`` installers support this environment. - **OPNFV-NATIVE-INSTALL-2**: Clone the following GitHub repository to get the configuration and metadata files diff --git a/docs/reldoc/index.rst b/docs/reldoc/index.rst index 5ada16b..5965d21 100644 --- a/docs/reldoc/index.rst +++ b/docs/reldoc/index.rst @@ -47,6 +47,16 @@ Install OPNFV and Preparation **OPNFV-NATIVE-INSTALL-1**: To install OpenStack-only environment of OPNFV Brahmaputra Release: +**Apex Installer**: + +.. code-block:: bash + + # HA deployment in OpenStack-only environment + sudo opnfv-deploy -d /etc/opnfv/os-nosdn-nofeature-ha.yaml + + # Non-HA deployment in OpenStack-only environment + # Non-HA deployment is currently not supported by Apex installer. + **Compass** Installer: .. code-block:: bash @@ -82,8 +92,6 @@ Install OPNFV and Preparation # Non-HA deployment in OpenStack-only environment sudo ./deploy.sh -o liberty -s nosdn -t noha -Please **NOTE** that currently only ``Compass``, ``Fuel`` and ``Joid`` installers support this environment. - **OPNFV-NATIVE-INSTALL-2**: Clone the following GitHub repository to get the configuration and metadata files |