diff options
author | Giuseppe Scrivano <gscrivano@gnu.org> | 2017-02-15 10:06:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-15 10:06:41 +0100 |
commit | ec7340eb707ca25716b02d06bfb3fc16796aeaca (patch) | |
tree | 58689436888a99fec83310d0debee56bdb261ea2 /playbooks | |
parent | 9ab5683896630267fa26f94c2859727227f49a73 (diff) | |
parent | e63ff886e7d52470bfc7d8baab2b24766759c166 (diff) | |
download | openshift-ec7340eb707ca25716b02d06bfb3fc16796aeaca.tar.gz openshift-ec7340eb707ca25716b02d06bfb3fc16796aeaca.tar.bz2 openshift-ec7340eb707ca25716b02d06bfb3fc16796aeaca.tar.xz openshift-ec7340eb707ca25716b02d06bfb3fc16796aeaca.zip |
Merge pull request #3332 from giuseppe/system-containers-ha
system containers: add support for HA deployments
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/adhoc/uninstall.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/playbooks/adhoc/uninstall.yml b/playbooks/adhoc/uninstall.yml index 147e84131..ffdcd0ce1 100644 --- a/playbooks/adhoc/uninstall.yml +++ b/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 |