summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-03-01 21:03:39 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-03-01 21:03:39 +0000
commit461320c6e59a282923c18579ebb9e1dced7b2a63 (patch)
treec76f850db951871a93a9f5c1915058a0bc6a8cfc
parent8121d37c69d936ab8699f3eff6524e9f9751ac35 (diff)
parent35348841f35f345488690227dc1ed168d321da8f (diff)
Merge "Adds Ravello to the list of labs in 01-deploybundle.sh script"
-rwxr-xr-xci/01-deploybundle.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/01-deploybundle.sh b/ci/01-deploybundle.sh
index 96be450e..86f8fb6a 100755
--- a/ci/01-deploybundle.sh
+++ b/ci/01-deploybundle.sh
@@ -58,6 +58,9 @@ case "$3" in
sed -i -- 's/10.4.1.1/172.16.50.1/g' ./bundles.yaml
sed -i -- 's/#ext-port: "eth1"/ext-port: "eth1"/g' ./bundles.yaml
;;
+ 'ravellodemopod' )
+ sed -i -- 's/#ext-port: "eth1"/ext-port: "eth2"/g' ./bundles.yaml
+ ;;
'custom' )
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