summaryrefslogtreecommitdiffstats
path: root/jjb/joid/joid-deploy.sh
diff options
context:
space:
mode:
authorDavid Blaisonneau <david.blaisonneau@orange.com>2016-01-13 17:38:49 +0100
committerDavid Blaisonneau <david.blaisonneau@orange.com>2016-01-14 09:35:47 +0100
commit749d23a65ded5e305d013df553082534831376e3 (patch)
treef386efcbae2ab8aaa3b90c9c41af07f8726ee77b /jjb/joid/joid-deploy.sh
parent52035e5bd2487f998d2a59d0e44722654eb17f9e (diff)
joid: add juniper pod1
Change-Id: I9ff2fe3e8204d2561de140dc42a5cdb68638b3d0 Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
Diffstat (limited to 'jjb/joid/joid-deploy.sh')
-rw-r--r--jjb/joid/joid-deploy.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/joid/joid-deploy.sh b/jjb/joid/joid-deploy.sh
index b50923f98..5ed33dec2 100644
--- a/jjb/joid/joid-deploy.sh
+++ b/jjb/joid/joid-deploy.sh
@@ -42,6 +42,8 @@ fi
case $NODE_NAME in
orange-fr-pod2)
POD=orange-pod2 ;;
+ juniper-us-test-1)
+ POD=juniper-pod1 ;;
*)
POD=$NODE_NAME ;;
esac
@@ -94,6 +96,7 @@ EXTRA=${DEPLOY_OPTIONS[4]}
case $SDN_CONTROLLER in
odl_l2)
SRCBUNDLE="ovs-odl"
+ SDN_CONTROLLER="odl"
;;
onos)
SRCBUNDLE="onos"