Adds Ravello to the list of labs in 01-deploybundle.sh script
[joid.git] / ci / 01-deploybundle.sh
index 96be450..86f8fb6 100755 (executable)
@@ -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