Change the deployment mode from 'nonha' to 'noha' 73/38973/2
authorMartin Kulhavy <martin.kulhavy@nokia.com>
Wed, 9 Aug 2017 13:08:40 +0000 (16:08 +0300)
committerMartin Kulhavy <martin.kulhavy@nokia.com>
Thu, 10 Aug 2017 11:03:14 +0000 (14:03 +0300)
To conform with the OPNFV scenario naming pattern, the mode of the
scenario must be either 'ha' or 'noha'.

Reference: https://wiki.opnfv.org/display/INF/CI+Scenario+Naming

Change-Id: I99a2ffb40dd1e0f0d155af985498d27e00817188
Signed-off-by: Martin Kulhavy <martin.kulhavy@nokia.com>
22 files changed:
ci/README
ci/deploy.sh
ci/genBundle.py
docs/release/configguide/installerconfig.rst
docs/release/installation/installationprocedure.rst
docs/release/scenarios/os-nosdn-lxd-ha/release-notes.rst
docs/release/scenarios/os-nosdn-lxd-noha/release-notes.rst
docs/release/scenarios/os-nosdn-nofeature-ha/release-notes.rst
docs/release/scenarios/os-nosdn-nofeature-noha/release-notes.rst
docs/release/userguide/userguide.rst
labconfig/att/virpod1/labconfig.yaml
labconfig/cengn/pod1/labconfig.yaml
labconfig/cengn/pod2/labconfig.yaml
labconfig/default/labconfig.yaml
labconfig/huawei/pod12/labconfig.yaml
labconfig/intel/pod21/labconfig.yaml
labconfig/intel/pod5/labconfig.yaml
labconfig/intel/pod6/labconfig.yaml
labconfig/intel/pod9/labconfig.yaml
labconfig/labconfig.yaml
labconfig/orange/pod1/labconfig.yaml
labconfig/orange/pod2/labconfig.yaml

index 35d27ac..39ed04c 100644 (file)
--- a/ci/README
+++ b/ci/README
@@ -38,11 +38,11 @@ git clone https://gerrit.opnfv.org/gerrit/joid.git
 
 copy the environments.yaml file from ~/.juju/ to joid/ci/
 
-# to deploy odl with mitaka in nonha mode
-./deploy.sh -s odl -o mitaka -t nonha
+# to deploy odl with mitaka in noha mode
+./deploy.sh -s odl -o mitaka -t noha
 
-# to deploy opencontail with liberty in nonha mode
-./deply.sh -s opencontrail -o liberty -t nonha
+# to deploy opencontail with liberty in noha mode
+./deply.sh -s opencontrail -o liberty -t noha
 
 NOTE: Wait for approximately 30-45 minutes and your openstack will be ready to use.
 
index b0aec73..8491ad4 100755 (executable)
@@ -6,7 +6,7 @@ set -ex
 # Below parameters are the default and we can according the release
 
 opnfvsdn=nosdn
-opnfvtype=nonha
+opnfvtype=noha
 openstack=ocata
 opnfvlab=default
 opnfvrel=e
@@ -26,7 +26,7 @@ read_config() {
 }
 
 usage() { echo "Usage: $0 [-s <nosdn|odl|opencontrail>]
-                         [-t <nonha|ha|tip>]
+                         [-t <noha|ha|tip>]
                          [-o <juno|liberty>]
                          [-l <default|intelpod5>]
                          [-f <ipv6,dpdk,lxd,dvr>]
index b70b29a..78dfae0 100644 (file)
@@ -143,7 +143,7 @@ for storage in config['opnfv']['storage']:
 
 # Set default scenario name
 if not scenario:
-    scenario = "os-nosdn-nofeature-nonha"
+    scenario = "os-nosdn-nofeature-noha"
 
 # Parse scenario name
 try:
index 8239ab6..94ee56f 100644 (file)
@@ -188,7 +188,7 @@ https://gerrit.opnfv.org/gerrit/gitweb?p=joid.git;a=blob;f=labconfig/intel/pod6/
 opnfv:
     release: d
     distro: xenial
-    type: nonha
+    type: noha
     openstack: newton
     sdncontroller:
     - type: nosdn
@@ -244,10 +244,10 @@ When it's done, you should be able to view MAAS webpage (http://<MAAS IP>/MAAS)
 OPNFV Install
 -------------
 
-| ``   ./deploy.sh -o newton -s nosdn -t nonha -l custom -f none -d xenial -m openstack``
+| ``   ./deploy.sh -o newton -s nosdn -t noha -l custom -f none -d xenial -m openstack``
 | ``   ``
 
-./deploy.sh -o newton -s nosdn -t nonha -l custom -f none -d xenial -m openstack
+./deploy.sh -o newton -s nosdn -t noha -l custom -f none -d xenial -m openstack
 
 NOTE: Possible options are as follows:
 
@@ -259,8 +259,8 @@ choose which sdn controller to use.
   onos: ONOS framework as SDN.
 
 Mode of Openstack deployed.
-  [-t <nonha|ha|tip>]
-  nonha: NO HA mode of Openstack
+  [-t <noha|ha|tip>]
+  noha: NO HA mode of Openstack
   ha: HA mode of openstack.
 
 Wihch version of Openstack deployed.
@@ -302,8 +302,8 @@ os-nosdn-lxd-ha          Joid           Yardstick team is working to support.
 os-nosdn-lxd-noha        Joid           Yardstick team is working to support.
 os-onos-nofeature-ha    ONOSFW
 os-onos-sfc-ha          ONOSFW
-k8-nosdn-nofeature-nonha Joid          No support from Functest and Yardstick
-k8-nosdn-lb-nonha       Joid           No support from Functest and Yardstick
+k8-nosdn-nofeature-noha Joid           No support from Functest and Yardstick
+k8-nosdn-lb-noha        Joid           No support from Functest and Yardstick
 
 Is the deployment done successfully?
 ------------------------------------
index 98d0cb8..a61df2c 100644 (file)
@@ -184,7 +184,7 @@ https://gerrit.opnfv.org/gerrit/gitweb?p=joid.git;a=blob;f=labconfig/intel/pod6/
 opnfv:
     release: d
     distro: xenial
-    type: nonha
+    type: noha
     openstack: newton
     sdncontroller:
     - type: nosdn
@@ -228,10 +228,10 @@ For deployment of Danube release on KVM please use the following command.
 OPNFV Install
 -------------
 
-| ``   ./deploy.sh -o newton -s nosdn -t nonha -l custom -f none -d xenial -m openstack``
+| ``   ./deploy.sh -o newton -s nosdn -t noha -l custom -f none -d xenial -m openstack``
 | ``   ``
 
-./deploy.sh -o newton -s nosdn -t nonha -l custom -f none -d xenial -m openstack
+./deploy.sh -o newton -s nosdn -t noha -l custom -f none -d xenial -m openstack
 
 NOTE: Possible options are as follows:
 
@@ -243,8 +243,8 @@ choose which sdn controller to use.
   onos: ONOS framework as SDN.
 
 Mode of Openstack deployed.
-  [-t <nonha|ha|tip>]
-  nonha: NO HA mode of Openstack
+  [-t <noha|ha|tip>]
+  noha: NO HA mode of Openstack
   ha: HA mode of openstack.
 
 Wihch version of Openstack deployed.
@@ -286,8 +286,8 @@ os-nosdn-lxd-ha          Joid           Yardstick team is working to support.
 os-nosdn-lxd-noha        Joid           Yardstick team is working to support.
 os-onos-nofeature-ha    ONOSFW
 os-onos-sfc-ha          ONOSFW
-k8-nosdn-nofeature-nonha Joid          No support from Functest and Yardstick
-k8-nosdn-lb-nonha       Joid           No support from Functest and Yardstick
+k8-nosdn-nofeature-noha Joid           No support from Functest and Yardstick
+k8-nosdn-lb-noha        Joid           No support from Functest and Yardstick
 
 ------------
 Troubleshoot
index 2de73c2..96afbec 100644 (file)
@@ -52,7 +52,7 @@ command to deploy lxd feature is:
 ./deploy.sh -o newton -f lxd -t ha -l custom -s nosdn
 
 #LXD deployment with no HA Openstack
-./deploy.sh -o newton -f lxd -t nonha -l custom -s nosdn
+./deploy.sh -o newton -f lxd -t noha -l custom -s nosdn
 
 Using LXD with Openstack
 ========================
index 2de73c2..96afbec 100644 (file)
@@ -52,7 +52,7 @@ command to deploy lxd feature is:
 ./deploy.sh -o newton -f lxd -t ha -l custom -s nosdn
 
 #LXD deployment with no HA Openstack
-./deploy.sh -o newton -f lxd -t nonha -l custom -s nosdn
+./deploy.sh -o newton -f lxd -t noha -l custom -s nosdn
 
 Using LXD with Openstack
 ========================
index 1b520ff..974b798 100644 (file)
@@ -51,7 +51,7 @@ command to deploy lxd feature is:
 ./deploy.sh -o newton -f none -t ha -l custom -s nosdn
 
 #LXD deployment with no HA Openstack
-./deploy.sh -o newton -f none -t nonha -l custom -s nosdn
+./deploy.sh -o newton -f none -t noha -l custom -s nosdn
 
 Using Openstack
 ===============
index 1b520ff..974b798 100644 (file)
@@ -51,7 +51,7 @@ command to deploy lxd feature is:
 ./deploy.sh -o newton -f none -t ha -l custom -s nosdn
 
 #LXD deployment with no HA Openstack
-./deploy.sh -o newton -f none -t nonha -l custom -s nosdn
+./deploy.sh -o newton -f none -t noha -l custom -s nosdn
 
 Using Openstack
 ===============
index d010a48..7ef9d63 100644 (file)
@@ -171,7 +171,7 @@ lab:
 opnfv:
   release: d
   distro: xenial
-  type: nonha
+  type: noha
   openstack: newton
   sdncontroller:
   - type: nosdn
@@ -247,7 +247,7 @@ Take a look at the deploy.sh script. You will find we support the following for
     opencontrail: OpenContrail.
     onos: ONOS framework as SDN.
   [-t]
-    nonha: NO HA mode of OpenStack.
+    noha: NO HA mode of OpenStack.
     ha: HA mode of OpenStack.
     tip: The tip of the development.
   [-o]
index 502aec7..0391439 100644 (file)
@@ -30,7 +30,7 @@ lab:
 opnfv:
   release: c
   distro: trusty
-  type: nonha
+  type: noha
   openstack: mitaka
   sdncontroller:
   - type: nosdn
index 874542e..3a33a7e 100644 (file)
@@ -100,7 +100,7 @@ lab:
 opnfv:
   release: c
   distro: xenial
-  type: nonha
+  type: noha
   openstack: mitaka
   sdncontroller:
   - type: nosdn
index 5523183..f233ab5 100644 (file)
@@ -117,7 +117,7 @@ lab:
 opnfv:
   release: c
   distro: trusty
-  type: nonha
+  type: noha
   openstack: liberty
   sdncontroller:
   - type: nosdn
index 48d2952..60df92c 100644 (file)
@@ -33,7 +33,7 @@ lab:
 opnfv:
   release: d
   distro: xenial
-  type: nonha
+  type: noha
   openstack: newton
   sdncontroller:
   - type: nosdn
index fb9ebc5..c78a056 100644 (file)
@@ -101,7 +101,7 @@ lab:
 opnfv:
   release: d
   distro: xenial
-  type: nonha
+  type: noha
   openstack: newton
   sdncontroller:
   - type: nosdn
index c0292d9..f68770d 100644 (file)
@@ -148,7 +148,7 @@ lab:
 opnfv:
     release: d
     distro: xenial
-    type: nonha
+    type: noha
     openstack: ocata
     sdncontroller:
     - type: nosdn
index c0292d9..f68770d 100644 (file)
@@ -148,7 +148,7 @@ lab:
 opnfv:
     release: d
     distro: xenial
-    type: nonha
+    type: noha
     openstack: ocata
     sdncontroller:
     - type: nosdn
index 9682aca..8dcb1af 100644 (file)
@@ -119,7 +119,7 @@ lab:
 opnfv:
   release: c
   distro: trusty
-  type: nonha
+  type: noha
   openstack: liberty
   sdncontroller:
   - type: nosdn
index 6b90e81..824a48a 100644 (file)
@@ -118,7 +118,7 @@ lab:
 opnfv:
     release: c
     distro: trusty
-    type: nonha
+    type: noha
     openstack: liberty
     sdncontroller:
     - type: nosdn
index 0b9b266..07a8a15 100644 (file)
@@ -84,7 +84,7 @@ lab:
 opnfv:
   release: c
   distro: trusty
-  type: nonha
+  type: noha
   openstack: liberty
   sdncontroller:
   - type: nosdn
index 205700c..70d2e55 100644 (file)
@@ -101,7 +101,7 @@ lab:
 opnfv:
   release: c
   distro: xenial
-  type: nonha
+  type: noha
   openstack: mitaka
   sdncontroller:
   - type: odl
index c0d03da..e9025ed 100644 (file)
@@ -125,7 +125,7 @@ lab:
 opnfv:
     release: c
     distro: xenial
-    type: nonha
+    type: noha
     openstack: newton
     sdncontroller:
     - type: nosdn