From f09798d479a06366ba96fea0591c1f0d52cde2e0 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Tue, 6 Oct 2015 23:49:16 -0500 Subject: modified the vip address for different labs. Change-Id: Ie6bdd89712aea7124250d47034d79bda7c539b92 --- ci/odl/01-deploybundle.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ci/odl') diff --git a/ci/odl/01-deploybundle.sh b/ci/odl/01-deploybundle.sh index 42f1a3cd..9de9aa22 100755 --- a/ci/odl/01-deploybundle.sh +++ b/ci/odl/01-deploybundle.sh @@ -18,6 +18,12 @@ case "$1" in ;; esac +case "$3" in + 'orangepod2' ) + sed -i -- 's/10.4.1.1/192.168.2.2/g' ./bundles.yaml + ;; +esac + echo "... Deployment Started ...." #case openstack kilo with odl -- cgit 1.2.3-korg