summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2015-10-05 22:14:49 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2015-10-05 22:16:13 -0500
commitb0183f379497d9dd5c6ee9792f58b3b8290daa71 (patch)
treedbb4da2357aa8e3826d01d1bc2cf0b2ad5f7d02d /ci/deploy.sh
parent9143ab904ff94b676ebf51cdef40374fd6eec083 (diff)
modified the bundle to include ha for Kilo Openstack.
Change-Id: I5fa98e5048fb9b4b694ad40430e624f5b4679dd6
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-xci/deploy.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index 49c2423b..8941cdce 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -63,7 +63,11 @@ deploy() {
#copy the script which needs to get deployed as part of ofnfv release
echo "deploying now"
echo " " >> environments.yaml
+ echo " enable-os-refresh-update: false" >> environments.yaml
+ echo " enable-os-upgrade: false" >> environments.yaml
echo " admin-secret: admin" >> environments.yaml
+ echo " default-series: trusty" >> environments.yaml
+
cp environments.yaml ~/.juju/
cp ./$opnfvsdn/01-deploybundle.sh ./01-deploybundle.sh