diff options
author | Ionut Balutoiu <ibalutoiu@cloudbasesolutions.com> | 2016-02-25 18:28:55 +0200 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-03-16 13:33:08 +0000 |
commit | 9da2a9176a67d66dbc7d9c0307bb92a1665c6e5b (patch) | |
tree | b86724479c40ea078ef7f17d1b088bd18c0ec32f | |
parent | 6a41bcb825d7756630a1e9a6bb255ec6b7e4370e (diff) |
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
(cherry picked from commit 35348841f35f345488690227dc1ed168d321da8f)
-rwxr-xr-x | ci/01-deploybundle.sh | 3 |
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 |