diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2015-10-05 22:14:49 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2015-10-05 22:16:13 -0500 |
commit | b0183f379497d9dd5c6ee9792f58b3b8290daa71 (patch) | |
tree | dbb4da2357aa8e3826d01d1bc2cf0b2ad5f7d02d /ci/opencontrail/01-deploybundle.sh | |
parent | 9143ab904ff94b676ebf51cdef40374fd6eec083 (diff) |
modified the bundle to include ha for Kilo Openstack.
Change-Id: I5fa98e5048fb9b4b694ad40430e624f5b4679dd6
Diffstat (limited to 'ci/opencontrail/01-deploybundle.sh')
-rwxr-xr-x | ci/opencontrail/01-deploybundle.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/opencontrail/01-deploybundle.sh b/ci/opencontrail/01-deploybundle.sh index 9e9dfee3..da53f419 100755 --- a/ci/opencontrail/01-deploybundle.sh +++ b/ci/opencontrail/01-deploybundle.sh @@ -9,6 +9,7 @@ case "$1" in ;; 'ha' ) cp opencontrail/juju-deployer/contrail-ha.yaml ./bundles.yaml + juju-deployer -d -r 13 -c bundles.yaml openstack-phase1 ;; 'tip' ) cp opencontrail/juju-deployer/contrail-tip.yaml ./bundles.yaml |