restructure the directory structure so that we can have directories per
[joid.git] / ci / odl / 01-deploybundle.sh
1 #!/bin/bash
2 #placeholder for deployment script.
3 set -ex
4
5 cp odl/juju-deployer/ovs-odl.yaml ./
6
7 echo "... Deployment Started ...."
8
9 #case openstack kilo with odl
10 juju-deployer -d -r 13 -c ovs-odl.yaml trusty-kilo
11
12 #case openstack kilo with odl ha
13 #juju-deployer -d -r 13 -c ovs-odl-ha.yaml trusty-kilo
14
15 #case openstack master tip git tree with odl
16 #cp -R odl/juju-deployer/source/*.yaml ./
17 #juju-deployer -d -r 13 -c ovs-odl-tip.yaml trusty-master-kilo
18
19 echo "... Deployment finished ...."