Bug 1412559 - OpenShift uninstall leaves some configurations behind
Summary: OpenShift uninstall leaves some configurations behind
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 3.3.1
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: ---
Assignee: Scott Dodson
QA Contact: Johnny Liu
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-01-12 09:52 UTC by Marko Myllynen
Modified: 2019-01-31 15:41 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-01-31 15:41:58 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Marko Myllynen 2017-01-12 09:52:41 UTC
Description of problem:
I'm using the following stanza to finish cleaning up after uninstallation, I think removal some/all of these (perhaps except for docker) should be part of the real uninstall procedure:

	find \
	/var/lib/docker/*
        /etc/sysconfig/atomic-* \
        /etc/pki/ca-trust/source/anchors/openshift* \
        /etc/openvswitch /var/log/openvswitch \
        -maxdepth 1 -print 2> /dev/null | xargs rm -rf

Thanks.

Version-Release number of selected component (if applicable):
openshift-ansible-playbooks-3.3.54-1.git.0.61a1dee.el7.noarch

Comment 1 Scott Dodson 2017-01-12 14:32:19 UTC
Thanks, uninstall is not a supported playbook so I've lowered priority. A PR against https://github.com/openshift/openshift-ansible would be accepted though.

Comment 2 Marko Myllynen 2017-01-12 14:42:36 UTC
Thanks, filed https://github.com/openshift/openshift-ansible/issues/3082.

Comment 3 Scott Dodson 2019-01-31 15:41:58 UTC
Upstream issue was closed by https://github.com/openshift/openshift-ansible/pull/5967 which is in all openshift-ansible 3.9 and later.


Note You need to log in before you can comment on or make changes to this bug.