From 62101c28c8245ebe97c548669c27cd2899cbfbab Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Thu, 20 Aug 2015 15:08:19 -0500 Subject: 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 --- ci/clean.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ci/clean.sh (limited to 'ci/clean.sh') diff --git a/ci/clean.sh b/ci/clean.sh new file mode 100644 index 00000000..7affbe71 --- /dev/null +++ b/ci/clean.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +set -ex + +#juju-deployer -T -d +juju destroy-environment maas -y +rm -rf ~/.juju/j* +rm -rf ~/.juju/environments +rm -rf ~/.juju/ssh +rm -rf ~/.juju/.deployer-store-cache + -- cgit 1.2.3-korg