diff options
author | Martin Kulhavy <martin.kulhavy@nokia.com> | 2017-08-09 16:08:40 +0300 |
---|---|---|
committer | Martin Kulhavy <martin.kulhavy@nokia.com> | 2017-08-10 14:03:14 +0300 |
commit | ed47542253ad4a31af5d64b25a75c0e2d656836a (patch) | |
tree | 03832e4da231ee0764d65c5bcc2e6451e3225ff2 /docs/release/configguide | |
parent | 2f823d98d676b0465c01361f1ba942d14a3e974c (diff) |
Change the deployment mode from 'nonha' to 'noha'
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>
Diffstat (limited to 'docs/release/configguide')
-rw-r--r-- | docs/release/configguide/installerconfig.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/release/configguide/installerconfig.rst b/docs/release/configguide/installerconfig.rst index 8239ab6d..94ee56fe 100644 --- a/docs/release/configguide/installerconfig.rst +++ b/docs/release/configguide/installerconfig.rst @@ -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? ------------------------------------ |