JIRA:IPVSIX-29 update Joid installer method 05/9905/1
authorBin Hu <bh526r@att.com>
Fri, 12 Feb 2016 20:45:44 +0000 (12:45 -0800)
committerBin Hu <bh526r@att.com>
Fri, 12 Feb 2016 20:49:29 +0000 (20:49 +0000)
Change-Id: I0ab2a855bf7598935b5fc15b27f4dd2b162a65a3
Signed-off-by: Bin Hu <bh526r@att.com>
(cherry picked from commit bae836640294f3cb1ec4a93516e4e93c49998120)

docs/configguide/featureconfig.rst
docs/reldoc/index.rst

index 63adc4f..88a9890 100644 (file)
@@ -56,7 +56,7 @@ Install OPNFV and Preparation
 .. code-block:: bash
 
     # HA deployment in OpenStack-only environment
-    sudo opnfv-deploy -d /etc/opnfv/os-nosdn-nofeature-ha.yaml
+    ./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.
@@ -70,7 +70,7 @@ Install OPNFV and Preparation
     export OS_VERSION=${{COMPASS_OS_VERSION}}
     export OPENSTACK_VERSION=${{COMPASS_OPENSTACK_VERSION}}
     export CONFDIR=$WORKSPACE/deploy/conf/vm_environment
-    sudo ./deploy.sh --dha $CONFDIR/os-nosdn-nofeature-ha.yml \
+    ./deploy.sh --dha $CONFDIR/os-nosdn-nofeature-ha.yml \
     --network $CONFDIR/$NODE_NAME/network.yml
 
     # Non-HA deployment in OpenStack-only environment
@@ -81,20 +81,20 @@ Install OPNFV and Preparation
 .. code-block:: bash
 
     # HA deployment in OpenStack-only environment
-    sudo ./deploy.sh -s os-nosdn-nofeature-ha
+    ./deploy.sh -s os-nosdn-nofeature-ha
 
     # Non-HA deployment in OpenStack-only environment
-    sudo ./deploy.sh -s os-nosdn-nofeature-noha
+    ./deploy.sh -s os-nosdn-nofeature-noha
 
 **Joid** Installer:
 
 .. code-block:: bash
 
     # HA deployment in OpenStack-only environment
-    sudo ./deploy.sh -o liberty -s nosdn -t ha
+    ./deploy.sh -o liberty -s nosdn -t ha
 
     # Non-HA deployment in OpenStack-only environment
-    sudo ./deploy.sh -o liberty -s nosdn -t noha
+    ./deploy.sh -o liberty -s nosdn -t nonha
 
 Please **NOTE** that you need to refer to installer's documentation for other necessary
 parameters applicable to your deployment.
@@ -403,7 +403,7 @@ of OPNFV Brahmaputra Release:
 .. code-block:: bash
 
     # HA deployment in OpenStack with Open Daylight L2-only environment
-    sudo opnfv-deploy -d /etc/opnfv/os-odl_l2-nofeature-ha.yaml
+    ./opnfv-deploy -d /etc/opnfv/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.
@@ -417,7 +417,7 @@ of OPNFV Brahmaputra Release:
     export OS_VERSION=${{COMPASS_OS_VERSION}}
     export OPENSTACK_VERSION=${{COMPASS_OPENSTACK_VERSION}}
     export CONFDIR=$WORKSPACE/deploy/conf/vm_environment
-    sudo ./deploy.sh --dha $CONFDIR/os-odl_l2-nofeature-ha.yml \
+    ./deploy.sh --dha $CONFDIR/os-odl_l2-nofeature-ha.yml \
     --network $CONFDIR/$NODE_NAME/network.yml
 
     # Non-HA deployment in OpenStack with Open Daylight L2-only environment
@@ -428,16 +428,23 @@ of OPNFV Brahmaputra Release:
 .. code-block:: bash
 
     # HA deployment in OpenStack with Open Daylight L2-only environment
-    sudo ./deploy.sh -s os-odl_l2-nofeature-ha
+    ./deploy.sh -s os-odl_l2-nofeature-ha
 
     # Non-HA deployment in OpenStack with Open Daylight L2-only environment
-    sudo ./deploy.sh -s os-odl_l2-nofeature-noha
+    ./deploy.sh -s os-odl_l2-nofeature-noha
 
-Please **NOTE** that:
+**Joid** Installer:
+
+.. code-block:: bash
+
+    # HA deployment in OpenStack with Open Daylight L2-only environment
+    ./deploy.sh -o liberty -s odl -t ha
 
-* Currently only ``Apex``, ``Compass`` and ``Fuel`` installer support this environment.
-* You need to refer to installer's documentation for other necessary
-  parameters applicable to your deployment.
+    # Non-HA deployment in OpenStack with Open Daylight L2-only environment
+    ./deploy.sh -o liberty -s odl -t nonha
+
+Please **NOTE** that you need to refer to installer's documentation for other necessary
+parameters applicable to your deployment.
 
 **OPNFV-INSTALL-2**: Clone the following GitHub repository to get the
 configuration and metadata files
index 2307303..e7f074c 100644 (file)
@@ -56,7 +56,7 @@ Install OPNFV and Preparation
 .. code-block:: bash
 
     # HA deployment in OpenStack-only environment
-    sudo opnfv-deploy -d /etc/opnfv/os-nosdn-nofeature-ha.yaml
+    ./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.
@@ -70,7 +70,7 @@ Install OPNFV and Preparation
     export OS_VERSION=${{COMPASS_OS_VERSION}}
     export OPENSTACK_VERSION=${{COMPASS_OPENSTACK_VERSION}}
     export CONFDIR=$WORKSPACE/deploy/conf/vm_environment
-    sudo ./deploy.sh --dha $CONFDIR/os-nosdn-nofeature-ha.yml \
+    ./deploy.sh --dha $CONFDIR/os-nosdn-nofeature-ha.yml \
     --network $CONFDIR/$NODE_NAME/network.yml
 
     # Non-HA deployment in OpenStack-only environment
@@ -81,20 +81,20 @@ Install OPNFV and Preparation
 .. code-block:: bash
 
     # HA deployment in OpenStack-only environment
-    sudo ./deploy.sh -s os-nosdn-nofeature-ha
+    ./deploy.sh -s os-nosdn-nofeature-ha
 
     # Non-HA deployment in OpenStack-only environment
-    sudo ./deploy.sh -s os-nosdn-nofeature-noha
+    ./deploy.sh -s os-nosdn-nofeature-noha
 
 **Joid** Installer:
 
 .. code-block:: bash
 
     # HA deployment in OpenStack-only environment
-    sudo ./deploy.sh -o liberty -s nosdn -t ha
+    ./deploy.sh -o liberty -s nosdn -t ha
 
     # Non-HA deployment in OpenStack-only environment
-    sudo ./deploy.sh -o liberty -s nosdn -t noha
+    ./deploy.sh -o liberty -s nosdn -t nonha
 
 Please **NOTE** that you need to refer to installer's documentation for other necessary
 parameters applicable to your deployment.
@@ -403,7 +403,7 @@ of OPNFV Brahmaputra Release:
 .. code-block:: bash
 
     # HA deployment in OpenStack with Open Daylight L2-only environment
-    sudo opnfv-deploy -d /etc/opnfv/os-odl_l2-nofeature-ha.yaml
+    ./opnfv-deploy -d /etc/opnfv/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.
@@ -417,7 +417,7 @@ of OPNFV Brahmaputra Release:
     export OS_VERSION=${{COMPASS_OS_VERSION}}
     export OPENSTACK_VERSION=${{COMPASS_OPENSTACK_VERSION}}
     export CONFDIR=$WORKSPACE/deploy/conf/vm_environment
-    sudo ./deploy.sh --dha $CONFDIR/os-odl_l2-nofeature-ha.yml \
+    ./deploy.sh --dha $CONFDIR/os-odl_l2-nofeature-ha.yml \
     --network $CONFDIR/$NODE_NAME/network.yml
 
     # Non-HA deployment in OpenStack with Open Daylight L2-only environment
@@ -428,16 +428,23 @@ of OPNFV Brahmaputra Release:
 .. code-block:: bash
 
     # HA deployment in OpenStack with Open Daylight L2-only environment
-    sudo ./deploy.sh -s os-odl_l2-nofeature-ha
+    ./deploy.sh -s os-odl_l2-nofeature-ha
 
     # Non-HA deployment in OpenStack with Open Daylight L2-only environment
-    sudo ./deploy.sh -s os-odl_l2-nofeature-noha
+    ./deploy.sh -s os-odl_l2-nofeature-noha
 
-Please **NOTE** that:
+**Joid** Installer:
+
+.. code-block:: bash
+
+    # HA deployment in OpenStack with Open Daylight L2-only environment
+    ./deploy.sh -o liberty -s odl -t ha
 
-* Currently only ``Apex``, ``Compass`` and ``Fuel`` installer support this environment.
-* You need to refer to installer's documentation for other necessary
-  parameters applicable to your deployment.
+    # Non-HA deployment in OpenStack with Open Daylight L2-only environment
+    ./deploy.sh -o liberty -s odl -t nonha
+
+Please **NOTE** that you need to refer to installer's documentation for other necessary
+parameters applicable to your deployment.
 
 **OPNFV-INSTALL-2**: Clone the following GitHub repository to get the
 configuration and metadata files