summaryrefslogtreecommitdiffstats
path: root/ci/odl
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2015-10-28 11:00:50 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2015-10-28 11:00:50 -0500
commit7a817ea24fa6b9aa90db5e0cfe24d624aac63388 (patch)
treeb7c2cbbe10939030185fd45f706a97d45b96629d /ci/odl
parent282c1b886b52722d38c2e789e2df960506a198d9 (diff)
modified the gateway for oramge lab pod2
Change-Id: Ic60c7fe46cdd4f33d92f93a8d0330c293f6c523b
Diffstat (limited to 'ci/odl')
-rwxr-xr-xci/odl/01-deploybundle.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/ci/odl/01-deploybundle.sh b/ci/odl/01-deploybundle.sh
index 9de9aa22..3de74fb3 100755
--- a/ci/odl/01-deploybundle.sh
+++ b/ci/odl/01-deploybundle.sh
@@ -22,6 +22,12 @@ case "$3" in
'orangepod2' )
sed -i -- 's/10.4.1.1/192.168.2.2/g' ./bundles.yaml
;;
+ 'intelpod6' )
+ sed -i -- 's/10.4.1.1/10.4.1.2/g' ./bundles.yaml
+ ;;
+ 'intelpod6' )
+ sed -i -- 's/10.4.1.1/10.4.1.2/g' ./bundles.yaml
+ ;;
esac
echo "... Deployment Started ...."