Przeglądaj źródła

uninstall: delete master-api and master-controllers

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Giuseppe Scrivano 8 lat temu
rodzic
commit
07de61d446
1 zmienionych plików z 16 dodań i 0 usunięć
  1. 16 0
      playbooks/adhoc/uninstall.yml

+ 16 - 0
playbooks/adhoc/uninstall.yml

@@ -148,6 +148,22 @@
       - vovsbr
     when: "{{ openshift_remove_all | default(true) | bool }}"
 
+  - shell: atomic uninstall "{{ item }}"-master-api
+    changed_when: False
+    failed_when: False
+    with_items:
+    - openshift-enterprise
+    - atomic-enterprise
+    - origin
+
+  - shell: atomic uninstall "{{ item }}"-master-controllers
+    changed_when: False
+    failed_when: False
+    with_items:
+    - openshift-enterprise
+    - atomic-enterprise
+    - origin
+
   - shell: atomic uninstall "{{ item }}"-master
     changed_when: False
     failed_when: False