diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2015-12-22 09:47:04 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2015-12-22 09:49:00 -0600 |
commit | d85c2f870c53465f6d83cf6a3e14c859ddf5e587 (patch) | |
tree | 4f5354581bcbce66954a0fed84574202605ac87e /ci/nosdn/01-deploybundle.sh | |
parent | 20df8f79b08bf76452077cd42efd26f8670fe1d7 (diff) |
modified the maas to include two interface for control nodes in
nonha mode.
Change-Id: Icaf2c6953de4e47578a56a1038523c46d4cd5bed
Diffstat (limited to 'ci/nosdn/01-deploybundle.sh')
-rwxr-xr-x | ci/nosdn/01-deploybundle.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/nosdn/01-deploybundle.sh b/ci/nosdn/01-deploybundle.sh index a25df2e1..ef802e20 100755 --- a/ci/nosdn/01-deploybundle.sh +++ b/ci/nosdn/01-deploybundle.sh @@ -68,7 +68,7 @@ case "$3" in sed -i -- 's/local:trusty\/ubuntu-nodes-controller/cs:trusty\/ubuntu/g' ./bundles.yaml sed -i -- 's/local:trusty\/ubuntu-nodes-compute/cs:trusty\/ubuntu/g' ./bundles.yaml 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 + sed -i -- 's/# "ext-port": "eth1"/ "ext-port": "eth1"/g' ./bundles.yaml ;; esac |