diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-05-13 11:36:14 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-05-13 11:37:13 -0600 |
commit | fbfff35468e2843d2df4209cf376fd34da25a6ab (patch) | |
tree | 0a23e535fe594d88c67dc1fb5c10519a63878c79 /ci/01-deploybundle.sh | |
parent | 22d094cd3f680a1f83487f3e983e893ef2ae3af1 (diff) |
modfiied as per specs from intel pod6 page and real experience.
Change-Id: Ibc6449532637d5d2d7cbce88456c2721a9ed8cb4
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/01-deploybundle.sh')
-rwxr-xr-x | ci/01-deploybundle.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 ;; |