restructure the directory structure so that we can have directories per
[joid.git] / ci / deploy.sh
1 #!/bin/bash
2 <<<<<<< HEAD
3 #placeholder for deployment script.
4 set -ex
5
6 cp intel/pod5/kilo/odl/nonha/deploy.sh ./deployopnfv.sh
7
8 echo "bootstrap started"
9 juju bootstrap --debug --to bootstrap.maas
10 sleep 15
11 juju deploy juju-gui --to 0
12
13 echo "bootstrap finished"
14
15 ./deployopnfv.sh
16
17 =======
18
19 set -ex
20 ./01-bootstrap.sh
21
22 #need to put mutiple cases here where decide this bundle to deploy by default use the odl bundle.
23
24 #case deploy opencontrail 
25 #cp ./opencontrail/01-deploybundle.sh ./01-deploybundle.sh
26
27 #case deploy ODL bundle
28 cp ./odl/01-deploybundle.sh ./01-deploybundle.sh
29
30 #case default:
31 ./01-deploybundle.sh
32
33 #case ha:
34 #./01-deploybundle.sh ha
35
36 #case tip
37 #./01-deploybundle.sh tip
38 >>>>>>> 3b30953... Added a script to have a openstack with odl bundle.