Code Review
/
releng.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
5159aee
)
Don't convert JOID depl. mode from noha to nonha
51/39051/1
author
Martin Kulhavy
<martin.kulhavy@nokia.com>
Thu, 10 Aug 2017 11:25:03 +0000
(14:25 +0300)
committer
Martin Kulhavy
<martin.kulhavy@nokia.com>
Thu, 10 Aug 2017 11:27:54 +0000
(14:27 +0300)
JOID is not using nonha deployment mode anymore.
Reference change in JOID: https://gerrit.opnfv.org/gerrit/38973
Change-Id: Idc901551862d3936246afc06f0a97ab15d10b91d
Signed-off-by: Martin Kulhavy <martin.kulhavy@nokia.com>
jjb/joid/joid-deploy.sh
patch
|
blob
|
history
diff --git
a/jjb/joid/joid-deploy.sh
b/jjb/joid/joid-deploy.sh
index
e197dbd
..
9740d38
100644
(file)
--- a/
jjb/joid/joid-deploy.sh
+++ b/
jjb/joid/joid-deploy.sh
@@
-94,9
+94,6
@@
EXTRA=${DEPLOY_OPTIONS[4]}
if [ "$SDN_CONTROLLER" == 'odl_l2' ] || [ "$SDN_CONTROLLER" == 'odl_l3' ]; then
SDN_CONTROLLER='odl'
fi
-if [ "$HA_MODE" == 'noha' ]; then
- HA_MODE='nonha'
-fi
# Add extra to features
if [ "$EXTRA" != "" ];then