restructure the directory structure so that we can have directories per
[joid.git] / ci / 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 JUJU_REPOSITORY=
10 juju set-constraints tags=
11
12 juju-deployer -d -r 13 -c ovs-odl.yaml trusty-kilo
13
14 echo "... Deployment finished ...."