diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2015-10-06 23:49:16 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2015-10-12 00:26:53 -0500 |
commit | f09798d479a06366ba96fea0591c1f0d52cde2e0 (patch) | |
tree | 1764d074f80391888cb2ad2eb2c89bd616e8403f /ci/opencontrail | |
parent | 7d07a5915ab170058d9017a3d3cd834f2e312401 (diff) |
modified the vip address for different labs.
Change-Id: Ie6bdd89712aea7124250d47034d79bda7c539b92
Diffstat (limited to 'ci/opencontrail')
-rwxr-xr-x | ci/opencontrail/01-deploybundle.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ci/opencontrail/01-deploybundle.sh b/ci/opencontrail/01-deploybundle.sh index da53f419..d008b984 100755 --- a/ci/opencontrail/01-deploybundle.sh +++ b/ci/opencontrail/01-deploybundle.sh @@ -19,6 +19,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 ...." juju-deployer -d -r 13 -c bundles.yaml trusty-"$2"-contrail |