diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-01-14 14:19:03 -0500 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-01-14 14:19:10 -0500 |
commit | 176cfb5c4b8cee5b018b40c4c4b1b2042e1cfa8d (patch) | |
tree | 6dc98bb7943a0b9ff897684a6e4e94413401c4a6 /playbooks | |
parent | e9bd1b8d47f18eba817f426ae66cb75f32fb40c5 (diff) | |
download | openshift-176cfb5c4b8cee5b018b40c4c4b1b2042e1cfa8d.tar.gz openshift-176cfb5c4b8cee5b018b40c4c4b1b2042e1cfa8d.tar.bz2 openshift-176cfb5c4b8cee5b018b40c4c4b1b2042e1cfa8d.tar.xz openshift-176cfb5c4b8cee5b018b40c4c4b1b2042e1cfa8d.zip |
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 |