summaryrefslogtreecommitdiffstats
path: root/ci/onos/01-deploybundle.sh
diff options
context:
space:
mode:
authorzhangyuanyou <zhangyuanyou@huawei.com>2016-01-16 15:42:35 +0800
committerNarinder Gupta <narinder.gupta@canonical.com>2016-01-20 23:42:31 +0000
commitb65ee9daf52e4d9d5acbbc41a49bcd2e7372ed27 (patch)
tree876f84255ceab260a2f59b3db26fdd587528a549 /ci/onos/01-deploybundle.sh
parent4670f8c27934ddc9b5b3bb614f552bdf0bf4b142 (diff)
JOID-46 Add script to create the external network and update the gw_mac
for the L3. Change-Id: Ied508858ebeae1f76b585c07ed5d175cbcb5eead (cherry picked from commit 4997494d40390cb130868163c994fac9d8967f1c)
Diffstat (limited to 'ci/onos/01-deploybundle.sh')
-rw-r--r--ci/onos/01-deploybundle.sh11
1 files changed, 7 insertions, 4 deletions
diff --git a/ci/onos/01-deploybundle.sh b/ci/onos/01-deploybundle.sh
index 85a5ff98..60935ad4 100644
--- a/ci/onos/01-deploybundle.sh
+++ b/ci/onos/01-deploybundle.sh
@@ -4,18 +4,18 @@ set -ex
case "$1" in
'nonha' )
- cp onos/juju-deployer/onos.yaml ./bundles.yaml
+ cp onos/juju-deployer/ovs-onos-nonha.yaml ./bundles.yaml
;;
'ha' )
- cp onos/juju-deployer/onos-ha.yaml ./bundles.yaml
+ cp onos/juju-deployer/ovs-onos-ha.yaml ./bundles.yaml
;;
'tip' )
- cp onos/juju-deployer/onos-tip.yaml ./bundles.yaml
+ cp onos/juju-deployer/ovs-onos-tip.yaml ./bundles.yaml
cp common/source/* ./
sed -i -- "s|branch: master|branch: stable/$2|g" ./*.yaml
;;
* )
- cp onos/juju-deployer/onos.yaml ./bundles.yaml
+ cp onos/juju-deployer/ovs-onos-nonha.yaml ./bundles.yaml
;;
esac
@@ -76,3 +76,6 @@ case "$1" in
;;
esac
+echo "... onos prepare test ..."
+ sleep 180s
+ sh onos/juju_test_prepare.sh "$3" \ No newline at end of file