From 3240e47c77172eef852a187ce3900112f89e1785 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Sun, 3 Sep 2017 17:25:18 -0500 Subject: modified to include rados gateway with vip. Change-Id: I5828c3b37e71da04515867f7e7d2b5bd10e9f9b1 Signed-off-by: Narinder Gupta --- ci/clean.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci/clean.sh') diff --git a/ci/clean.sh b/ci/clean.sh index feecd70a..5005b594 100755 --- a/ci/clean.sh +++ b/ci/clean.sh @@ -25,12 +25,12 @@ if [[ "$jujuver" > "2" ]]; then controllername=`awk 'NR==1{print substr($1, 1, length($1)-1)}' deployconfig.yaml` cloudname=`awk 'NR==1{print substr($1, 1, length($1)-1)}' deployconfig.yaml` juju destroy-controller $controllername --destroy-all-models -y || true - juju kill-controller $controllername --timeout 10s -y || true +# juju kill-controller $controllername --timeout 10s -y || true rm -rf precise rm -rf trusty rm -rf xenial rm -rf ~/joid_config/admin-openrc - sleep 30 + sleep 10 sudo sysctl -w vm.drop_caches=3 elif [ -d $HOME/.juju/environments ]; then echo " " > status.txt -- cgit 1.2.3-korg