From fbfff35468e2843d2df4209cf376fd34da25a6ab Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Fri, 13 May 2016 11:36:14 -0600 Subject: modfiied as per specs from intel pod6 page and real experience. Change-Id: Ibc6449532637d5d2d7cbce88456c2721a9ed8cb4 Signed-off-by: Narinder Gupta --- ci/01-deploybundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/01-deploybundle.sh') diff --git a/ci/01-deploybundle.sh b/ci/01-deploybundle.sh index e85d57c1..cf8d3844 100755 --- a/ci/01-deploybundle.sh +++ b/ci/01-deploybundle.sh @@ -61,7 +61,7 @@ case "$3" in # choose the correct interface to use for data network sed -i -- 's/#os-data-network: 10.4.8.0\/21/os-data-network: 10.9.12.0\/24/g' ./bundles.yaml # Choose the external port to go out from gateway to use. - sed -i -- 's/#ext-port: "eth1"/ext-port: "eth5"/g' ./bundles.yaml + sed -i -- 's/#ext-port: "eth1"/ext-port: "eth1.905"/g' ./bundles.yaml # Provide the gateway MAC to route the traffic externally. sed -i -- 's/#gateway-mac: "default"/gateway-mac: "default"/g' ./bundles.yaml ;; -- cgit 1.2.3-korg