summaryrefslogtreecommitdiffstats
path: root/ci/odl/01-deploybundle.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2015-11-15 23:30:42 -0600
committerNarinder Gupta <narinder.gupta@canonical.com>2015-11-15 23:30:42 -0600
commitc0bbbd8492495fbbce8855df7d64399681bf80f0 (patch)
tree12cf6b975ea97a39c3348498947fb30c2787bca0 /ci/odl/01-deploybundle.sh
parentf20e3cfe7f160904f863896e7078da420cc6b05a (diff)
modified the odl bundle with the working one for non ha and tip
Change-Id: I2d15b859d0464c9ad4d1a6437271f2046dde021b Author: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/odl/01-deploybundle.sh')
-rwxr-xr-xci/odl/01-deploybundle.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/odl/01-deploybundle.sh b/ci/odl/01-deploybundle.sh
index 9252ce61..8585d4b4 100755
--- a/ci/odl/01-deploybundle.sh
+++ b/ci/odl/01-deploybundle.sh
@@ -11,6 +11,8 @@ case "$1" in
;;
'tip' )
cp odl/juju-deployer/ovs-odl-tip.yaml ./bundles.yaml
+ cp odl/juju-deployer/source/* ./
+ sed -i -- "s|branch: master|branch: stable/$2|g" ./*.yaml
;;
* )
cp odl/juju-deployer/ovs-odl.yaml ./bundles.yaml