summaryrefslogtreecommitdiffstats
path: root/ci/01-deploybundle.sh
blob: f88cf86144a061c24969aa598d972489fa93feb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash
#placeholder for deployment script.
set -ex

cp odl/juju-deployer/ovs-odl.yaml ./

echo "... Deployment Started ...."

JUJU_REPOSITORY=
juju set-constraints tags=

juju-deployer -d -r 13 -c ovs-odl.yaml trusty-kilo

echo "... Deployment finished ...."