From: Ionut Balutoiu Date: Thu, 25 Feb 2016 16:28:55 +0000 (+0200) Subject: Adds Ravello to the list of labs in 01-deploybundle.sh script X-Git-Tag: colorado.1.0~234^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F35%2F10835%2F1;p=joid.git Adds Ravello to the list of labs in 01-deploybundle.sh script This patch adds ravellodemopod to the list of available labs. This changes the bundles.yaml file to configure br-ex with the correct external port for a Ravello OPNFV deployment Change-Id: I9305a7be934215067822eb4e78c924d3e7875ead --- 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