07365780ee3488906dd78ed42f09a94c866a8242
[joid.git] / ci / opencontrail / 01-deploybundle.sh
1 #!/bin/bash
2 #placeholder for deployment script.
3 set -ex
4
5 cp opencontrail/juju-deployer/contrail.yaml ./
6
7 echo "... Deployment Started ...."
8
9 #case openstack kilo with odl
10 juju-deployer -d -r 13 -c contrail.yaml trusty-juno-contrail
11
12 #case openstack kilo with odl ha
13 #juju-deployer -d -r 13 -c contrail-ha.yaml trusty-juno-contrail
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 contrail-tip.yaml trusty-juno-contrail
18
19 echo "... Deployment finished ...."