summaryrefslogtreecommitdiffstats
path: root/ci/intel/pod5/master/odl/ha/deploy.sh
blob: 0d54c464926dd5c71c627e6752ddfe609e466c68 (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/master/odl/ha/ovs-odl-tip.yaml ./
cp intel/pod5/kilo/master/odl/source/*.yaml ./

echo "Deployment Started ...."

JUJU_REPOSITORY=
juju set-constraints tags=
juju-deployer -d -r 13 -c ovs-odl-tip.yaml trusty-master-kilo

echo "... Deployment finished"