summaryrefslogtreecommitdiffstats
path: root/ci/odl/01-deploybundle.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2015-11-05 01:05:48 -0600
committerNarinder Gupta <narinder.gupta@canonical.com>2015-11-05 01:07:49 -0600
commit77d10468358b749b73f9d1c27f5091f46f9b9b2b (patch)
treed42eba498f03e45205cc032ee9c121165c8c7d56 /ci/odl/01-deploybundle.sh
parentf9875bf251a96f61b0cb6e1f81a16db50e736e24 (diff)
modified to include the data port network for intel pod6
Change-Id: I60eaebaf17fcf819fb450d41880b4b5a63d64551 Author: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/odl/01-deploybundle.sh')
-rwxr-xr-xci/odl/01-deploybundle.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/ci/odl/01-deploybundle.sh b/ci/odl/01-deploybundle.sh
index 82d22883..059afbcb 100755
--- a/ci/odl/01-deploybundle.sh
+++ b/ci/odl/01-deploybundle.sh
@@ -23,9 +23,11 @@ case "$3" in
;;
'intelpod6' )
sed -i -- 's/10.4.1.1/10.4.1.2/g' ./bundles.yaml
+ sed -i -- 's/#os-data-network/os-data-network/g' ./bundles.yaml
;;
'intelpod5' )
sed -i -- 's/10.4.1.1/10.4.1.2/g' ./bundles.yaml
+ sed -i -- 's/#os-data-network/os-data-network/g' ./bundles.yaml
;;
esac
@@ -35,9 +37,9 @@ case "$1" in
juju-deployer -vW -d -c bundles.yaml trusty-"$2"
;;
'ha' )
- juju-deployer -vW -d -c bundles.yaml openstack-phase1
juju-deployer -vW -d -c bundles.yaml trusty-"$2"-nodes
- juju-deployer -vW -d -c bundles.yaml openstack-phase3
+ juju run --service nodes-api 'sudo ifup eth1'
+ juju run --service nodes-coompute 'sudo ifup eth1'
juju-deployer -vW -d -c bundles.yaml trusty-"$2"
;;
'tip' )