summaryrefslogtreecommitdiffstats
path: root/ci/clean.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canoncial.com>2015-08-20 15:08:19 -0500
committerNarinder Gupta <narinder.gupta@canoncial.com>2015-08-26 09:35:04 -0500
commit62101c28c8245ebe97c548669c27cd2899cbfbab (patch)
tree1532976f0f1ae5247ee7b526d51d55d13ee02fb2 /ci/clean.sh
parent4be26ea349cb89643530d3510130db2cdc133ec8 (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/clean.sh')
-rw-r--r--ci/clean.sh11
1 files changed, 11 insertions, 0 deletions
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
+