From d85c2f870c53465f6d83cf6a3e14c859ddf5e587 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Tue, 22 Dec 2015 09:47:04 -0600 Subject: modified the maas to include two interface for control nodes in nonha mode. Change-Id: Icaf2c6953de4e47578a56a1038523c46d4cd5bed --- ci/opencontrail/01-deploybundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/opencontrail') diff --git a/ci/opencontrail/01-deploybundle.sh b/ci/opencontrail/01-deploybundle.sh index 639f2c1a..03cf6e74 100755 --- a/ci/opencontrail/01-deploybundle.sh +++ b/ci/opencontrail/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 -- cgit 1.2.3-korg