summaryrefslogtreecommitdiffstats
path: root/ci/intel/pod5/master/odl/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/intel/pod5/master/odl/deploy.sh')
-rw-r--r--ci/intel/pod5/master/odl/deploy.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/ci/intel/pod5/master/odl/deploy.sh b/ci/intel/pod5/master/odl/deploy.sh
deleted file mode 100644
index 193cbae9..00000000
--- a/ci/intel/pod5/master/odl/deploy.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-#placeholder for deployment script.
-set -ex
-
-cp intel/pod5/kilo/master/odl/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"