diff options
author | 2015-08-29 14:31:22 -0500 | |
---|---|---|
committer | 2015-08-29 14:36:03 -0500 | |
commit | b5c5f74a35b7c2a3413bfac94811d8e6035aa3ae (patch) | |
tree | 56745cbb089883fb3c5708c654136b31bcd51fc4 /ci/intel/pod5/master/odl/ha/deploy.sh | |
parent | 62101c28c8245ebe97c548669c27cd2899cbfbab (diff) |
restructure the directory structure so that we can have directories per
SDN and then we can have same structure for new distro by adding just
the yaml file. Deleted the old file structure.
Change-Id: Ibd544c340fdb53813bc34ee8ff6931ed4b4dee6c
JIRA:JOID-1
Diffstat (limited to 'ci/intel/pod5/master/odl/ha/deploy.sh')
-rw-r--r-- | ci/intel/pod5/master/odl/ha/deploy.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ci/intel/pod5/master/odl/ha/deploy.sh b/ci/intel/pod5/master/odl/ha/deploy.sh deleted file mode 100644 index 0d54c464..00000000 --- a/ci/intel/pod5/master/odl/ha/deploy.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/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" |