diff options
Diffstat (limited to 'ci/opencontrail/01-deploybundle.sh')
-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 |