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

cp intel/pod5/kilo/odl/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 ...."