diff options
author | Narinder Gupta <narinder.gupta@canoncial.com> | 2015-08-20 15:08:19 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canoncial.com> | 2015-08-26 09:35:04 -0500 |
commit | 62101c28c8245ebe97c548669c27cd2899cbfbab (patch) | |
tree | 1532976f0f1ae5247ee7b526d51d55d13ee02fb2 /ci/intel/pod5/master/odl/deploy.sh | |
parent | 4be26ea349cb89643530d3510130db2cdc133ec8 (diff) |
Added a script to have a openstack with odl bundle.
Crate files which will get used by CI to build and
deploy the OPNFV platform using JOID. Added script to deploy
master branch of openstack with Ubuntu with ODL.
deploy.sh will copy the appropriate deploy.sh ad deployopnfv.sh and
run the scripts.
Change-Id: Ia1fd744d36bd153def4ef6aab4643cf440e90206
JIRA:JOID-1
Diffstat (limited to 'ci/intel/pod5/master/odl/deploy.sh')
-rw-r--r-- | ci/intel/pod5/master/odl/deploy.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ci/intel/pod5/master/odl/deploy.sh b/ci/intel/pod5/master/odl/deploy.sh new file mode 100644 index 00000000..193cbae9 --- /dev/null +++ b/ci/intel/pod5/master/odl/deploy.sh @@ -0,0 +1,14 @@ +#!/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" |