summaryrefslogtreecommitdiffstats
path: root/ci/01-deploybundle.sh
diff options
context:
space:
mode:
authorDave Urschatz <dave.urschatz@cengn.ca>2016-01-14 21:31:52 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-01-22 23:49:02 +0000
commit246ea2f77ed22ce9d171d5583029653a7f90a775 (patch)
treea1f3e7a3de5aa8712c4dbb613f7c8974340b2ca9 /ci/01-deploybundle.sh
parent78222b43893fe426c59c90d1d1f8c095b7e36ec4 (diff)
Integrate JOID to CENGN Lynx Lab
The intent of this commit is to add the CENGN pod1 configuration data as well as required changes to deployment scripts to consume the configuration. JIRA: JOID-45 Change-Id: Ib517898d48cafbb26f6f39d8930e38fb6e9112c8 Signed-off-by: Dave Urschatz <dave.urschatz@cengn.ca> (cherry picked from commit b6ed3294f42593bc3bc45414965ba3e62b53b903)
Diffstat (limited to 'ci/01-deploybundle.sh')
-rwxr-xr-xci/01-deploybundle.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/01-deploybundle.sh b/ci/01-deploybundle.sh
index 9452d7ae..8164c7e7 100755
--- a/ci/01-deploybundle.sh
+++ b/ci/01-deploybundle.sh
@@ -50,6 +50,10 @@ case "$3" in
# Choose the external port to go out from gateway to use.
sed -i -- 's/# "ext-port": "eth1"/ "ext-port": "eth1"/g' ./bundles.yaml
;;
+ 'cengnlynxpod1' )
+ sed -i -- 's/10.4.1.1/10.120.0.1/g' ./bundles.yaml
+ sed -i -- 's/# "ext-port": "eth1"/ "ext-port": "eth2.1202"/g' ./bundles.yaml
+ ;;
'default' )
sed -i -- 's/10.4.1.1/192.168.122.1/g' ./bundles.yaml
sed -i -- 's/# "ext-port": "eth1"/ "ext-port": "eth1"/g' ./bundles.yaml