diff options
author | Andrew Butcher <abutcher@redhat.com> | 2015-11-04 19:46:41 -0500 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2015-11-04 19:46:41 -0500 |
commit | 482c47e87768d7ab4a157c8768283459b6b4bddd (patch) | |
tree | 5f60e3f869509a34cdd8f71c9ff2029a513ddb05 /playbooks/adhoc/uninstall.yml | |
parent | 5feca78a410fe0e5d87bc697cecd542af1c6adeb (diff) | |
download | openshift-482c47e87768d7ab4a157c8768283459b6b4bddd.tar.gz openshift-482c47e87768d7ab4a157c8768283459b6b4bddd.tar.bz2 openshift-482c47e87768d7ab4a157c8768283459b6b4bddd.tar.xz openshift-482c47e87768d7ab4a157c8768283459b6b4bddd.zip |
Remove pacemaker bits.
Diffstat (limited to 'playbooks/adhoc/uninstall.yml')
-rw-r--r-- | playbooks/adhoc/uninstall.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/playbooks/adhoc/uninstall.yml b/playbooks/adhoc/uninstall.yml index 0503b7cd4..5b10f856c 100644 --- a/playbooks/adhoc/uninstall.yml +++ b/playbooks/adhoc/uninstall.yml @@ -45,6 +45,7 @@ - origin-master-api - origin-master-controllers - origin-node + - pcsd - yum: name={{ item }} state=absent when: not is_atomic | bool @@ -59,6 +60,7 @@ - atomic-openshift-node - atomic-openshift-sdn-ovs - etcd + - corosync - openshift - openshift-master - openshift-node @@ -69,6 +71,8 @@ - origin-master - origin-node - origin-sdn-ovs + - pacemaker + - pcs - tuned-profiles-atomic-enterprise-node - tuned-profiles-atomic-openshift-node - tuned-profiles-openshift-node @@ -139,6 +143,7 @@ - /etc/ansible/facts.d/openshift.fact - /etc/atomic-enterprise - /etc/etcd + - /etc/corosync - /etc/openshift - /etc/openshift-sdn - /etc/origin @@ -157,3 +162,4 @@ - /var/lib/etcd - /var/lib/openshift - /var/lib/origin + - /var/lib/pacemaker |