summaryrefslogtreecommitdiffstats
path: root/ci/01-deploybundle.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-05-13 17:38:31 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-05-13 17:38:31 +0000
commit3be824ad16a972f29eaa100544a1fdfddb344258 (patch)
tree023996d68d097b412d670f5677342f51ef0ebf71 /ci/01-deploybundle.sh
parentb580a13a9d7bd0234ffc94f92ecedf859d50b17f (diff)
parentfbfff35468e2843d2df4209cf376fd34da25a6ab (diff)
Merge "modfiied as per specs from intel pod6 page and real experience."
Diffstat (limited to 'ci/01-deploybundle.sh')
-rwxr-xr-xci/01-deploybundle.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/01-deploybundle.sh b/ci/01-deploybundle.sh
index 44bbe9df..9d11e2f7 100755
--- a/ci/01-deploybundle.sh
+++ b/ci/01-deploybundle.sh
@@ -69,7 +69,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
;;