Browse Source

fix path to bootstrap tear down

pull/2931/head
Sascha Marcel Schmidt 6 years ago
parent
commit
19e2868484
No known key found for this signature in database GPG Key ID: D1D6CE184437796D
1 changed files with 1 additions and 1 deletions
  1. 2
      contrib/network-storage/heketi/roles/tear-down/tasks/main.yml

2
contrib/network-storage/heketi/roles/tear-down/tasks/main.yml

@ -9,7 +9,7 @@
command: "{{ bin_dir }}/kubectl delete all,service,jobs,deployment,secret --selector=\"glusterfs=heketi-deployment\""
ignore_errors: true
- name: "Tear down bootstrap."
include_tasks: "../provision/tasks/setup/tear-down-bootstrap.yml"
include_tasks: "../provision/tasks/bootstrap/tear-down.yml"
- name: "Ensure there is nothing left over."
command: "{{ bin_dir }}/kubectl get all,service,jobs,deployment,secret --selector=\"glusterfs=heketi-pod\" -o=json"
register: "heketi_result"

Loading…
Cancel
Save