2
#placeholder for deployment script.
5
cp opencontrail/juju-deployer/contrail.yaml ./
7
echo "... Deployment Started ...."
9
#case openstack kilo with odl
10
juju-deployer -d -r 13 -c contrail.yaml trusty-juno-contrail
12
#case openstack kilo with odl ha
13
#juju-deployer -d -r 13 -c contrail-ha.yaml trusty-juno-contrail
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
19
echo "... Deployment finished ...."