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 /ci/README | |
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 'ci/README')
-rw-r--r-- | ci/README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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. |