diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-01-14 14:21:34 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-01-14 14:21:34 -0500 |
commit | 8f145b6272486d200e3eafd8ff0da3416e6a85f5 (patch) | |
tree | a44e0be5fcec06f3a70358463a0ef036d1df01a4 /playbooks | |
parent | f374aa24e9a161331a52a822b373d196a35037aa (diff) | |
parent | 176cfb5c4b8cee5b018b40c4c4b1b2042e1cfa8d (diff) | |
download | openshift-8f145b6272486d200e3eafd8ff0da3416e6a85f5.tar.gz openshift-8f145b6272486d200e3eafd8ff0da3416e6a85f5.tar.bz2 openshift-8f145b6272486d200e3eafd8ff0da3416e6a85f5.tar.xz openshift-8f145b6272486d200e3eafd8ff0da3416e6a85f5.zip |
Merge pull request #1186 from abutcher/uninstall-wrappers
Uninstall remove containerized wrapper and symlinks
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/adhoc/uninstall.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/playbooks/adhoc/uninstall.yml b/playbooks/adhoc/uninstall.yml index ac20f5f9b..36d686c8b 100644 --- a/playbooks/adhoc/uninstall.yml +++ b/playbooks/adhoc/uninstall.yml @@ -202,6 +202,10 @@ - /usr/lib/systemd/system/atomic-openshift-master-controllers.service - /usr/lib/systemd/system/origin-master-api.service - /usr/lib/systemd/system/origin-master-controllers.service + - /usr/local/bin/openshift + - /usr/local/bin/oadm + - /usr/local/bin/oc + - /usr/local/bin/kubectl # Since we are potentially removing the systemd unit files for separated # master-api and master-controllers services, so we need to reload the |