From 2c1d598ce2468452fe34ee2e005e6348734ac350 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Mon, 14 Sep 2015 18:48:20 -0500 Subject: added the deployment.yaml so that maas-deployer can be deployed with scripts itself with csripts. modified the yaml file further to deploy gateway on bare metal. rename 01-bootstrap.sh to 00-bootstrap.sh for sequence. Change-Id: Ic409871f4e99158308bee2860132cda94ce10b42 --- ci/clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/clean.sh') diff --git a/ci/clean.sh b/ci/clean.sh index 7affbe71..3e990eae 100755 --- a/ci/clean.sh +++ b/ci/clean.sh @@ -3,7 +3,7 @@ set -ex #juju-deployer -T -d -juju destroy-environment maas -y +juju destroy-environment demo-maas -y rm -rf ~/.juju/j* rm -rf ~/.juju/environments rm -rf ~/.juju/ssh -- cgit 1.2.3-korg