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

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