From 6e34870b7e5db948a8a2184f68eaabdbc4044eab Mon Sep 17 00:00:00 2001 From: blsaws Date: Fri, 4 Dec 2015 16:21:36 -0800 Subject: Get ppa:maas/next, add eth1 on controller, other minor edits JIRA: JOID-3 Change-Id: I233ed10d6a41e4c3f21fd7b5229b20e3931f8375 Signed-off-by: blsaws --- ci/odl/01-deploybundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/odl/01-deploybundle.sh') diff --git a/ci/odl/01-deploybundle.sh b/ci/odl/01-deploybundle.sh index a5ab1613..be16b8c3 100755 --- a/ci/odl/01-deploybundle.sh +++ b/ci/odl/01-deploybundle.sh @@ -64,7 +64,7 @@ case "$3" in # As per your lab vip address list be deafult uses 10.4.1.11 - 10.4.1.20 sed -i -- 's/10.4.1.1/192.168.1.1/g' ./bundles.yaml # Choose the external port to go out from gateway to use. - sed -i -- 's/# "ext-port": "eth1"/ "ext-port": "juju-br0"/g' ./bundles.yaml + sed -i -- 's/# "ext-port": "eth1"/ "ext-port": "eth1"/g' ./bundles.yaml ;; esac -- cgit 1.2.3-korg