aboutsummaryrefslogtreecommitdiffstats
path: root/kud/deployment_infra/playbooks/configure-emco-reset.yml
diff options
context:
space:
mode:
authorRitu Sood <ritu.sood@intel.com>2020-11-19 18:12:18 +0000
committerGerrit Code Review <gerrit@onap.org>2020-11-19 18:12:18 +0000
commit0206e988b2c05df33e454f8ea3975152b6ecc338 (patch)
tree9b0699ce9d2f9cd101fc48759670dd931a4d1e03 /kud/deployment_infra/playbooks/configure-emco-reset.yml
parentd2ca7962b498529868eb009352b05ba9932f8724 (diff)
parente3c7d3d4153d3a9383d4ebcaa004e54b1b0b64c2 (diff)
Merge "Upgrade kubespray from 2.12.6 to 2.14.1"
Diffstat (limited to 'kud/deployment_infra/playbooks/configure-emco-reset.yml')
-rw-r--r--kud/deployment_infra/playbooks/configure-emco-reset.yml11
1 files changed, 1 insertions, 10 deletions
diff --git a/kud/deployment_infra/playbooks/configure-emco-reset.yml b/kud/deployment_infra/playbooks/configure-emco-reset.yml
index a4560cc2..7cad36e4 100644
--- a/kud/deployment_infra/playbooks/configure-emco-reset.yml
+++ b/kud/deployment_infra/playbooks/configure-emco-reset.yml
@@ -15,7 +15,7 @@
file: kud-vars.yml
- name: Change the emco directory and run helm delete
- command: /usr/local/bin/helm delete --purge emco
+ command: /usr/local/bin/helm uninstall --namespace emco emco
register: helm_delete
args:
chdir: /opt/multicloud/deployments/helm/v2/emco
@@ -41,15 +41,6 @@
- debug:
var: make_clean.stdout_lines
- - name: Change the emco directory and make repo-stop
- command: /usr/bin/make repo-stop
- register: make_repo_stop
- args:
- chdir: /opt/multicloud/deployments/helm/v2/emco
-
- - debug:
- var: make_repo_stop.stdout_lines
-
- name: clean multicloud-k8s path
file:
state: absent