summaryrefslogtreecommitdiffstats
path: root/ci/odl/01-deploybundle.sh
blob: 4d5da31d0d5ee84eb43022ff1804fd6493d7924d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/bash
#placeholder for deployment script.
set -ex

cp odl/juju-deployer/ovs-odl.yaml ./

echo "... Deployment Started ...."

#case openstack kilo with odl
juju-deployer -d -r 13 -c ovs-odl.yaml trusty-kilo

#case openstack kilo with odl ha
#juju-deployer -d -r 13 -c ovs-odl-ha.yaml trusty-kilo

#case openstack master tip git tree with odl
#cp -R odl/juju-deployer/source/*.yaml ./
#juju-deployer -d -r 13 -c ovs-odl-tip.yaml trusty-master-kilo

echo "... Deployment finished ...."