summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-09-19 10:50:04 -0400
committerGitHub <noreply@github.com>2016-09-19 10:50:04 -0400
commita70c9aabb910862dc78491abd97ff61169bf1199 (patch)
treede116ee7c06e5d5be1fd62eaadfb21937e046adc
parent596f6e705679cba04215204543912344918bca15 (diff)
parent887d12cfabc53f3d9e9e4befc32beba343fbef85 (diff)
downloadopenshift-a70c9aabb910862dc78491abd97ff61169bf1199.tar.gz
openshift-a70c9aabb910862dc78491abd97ff61169bf1199.tar.bz2
openshift-a70c9aabb910862dc78491abd97ff61169bf1199.tar.xz
openshift-a70c9aabb910862dc78491abd97ff61169bf1199.zip
Merge pull request #2461 from andrewklau/uninstall
Add origin-node.service.wants to uninstall
-rw-r--r--playbooks/adhoc/uninstall.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/playbooks/adhoc/uninstall.yml b/playbooks/adhoc/uninstall.yml
index cd569937c..aaff789d7 100644
--- a/playbooks/adhoc/uninstall.yml
+++ b/playbooks/adhoc/uninstall.yml
@@ -181,6 +181,7 @@
- /etc/systemd/system/openvswitch.service
- /etc/systemd/system/origin-node-dep.service
- /etc/systemd/system/origin-node.service
+ - /etc/systemd/system/origin-node.service.wants
- /run/openshift-sdn
- /var/lib/atomic-enterprise
- /var/lib/openshift
@@ -346,7 +347,7 @@
- /etc/etcd
- /etc/systemd/system/etcd_container.service
- # Intenationally using rm command over file module because if someone had mounted a filesystem
+ # Intenationally using rm command over file module because if someone had mounted a filesystem
# at /var/lib/etcd then the contents was not removed correctly
- name: Remove etcd data
shell: rm -rf /var/lib/etcd/*