Bug 1509129

Summary: uninstall playbook didn't remove tuned-profiles-atomic-openshift-node
Product: OpenShift Container Platform Reporter: Wenkai Shi <weshi>
Component: InstallerAssignee: Jiří Mencák <jmencak>
Status: CLOSED ERRATA QA Contact: Wenkai Shi <weshi>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.7.0CC: aos-bugs, jokerman, mmccomas
Target Milestone: ---   
Target Release: 3.9.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: No Doc Update
Doc Text:
undefined
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-03-28 14:09:47 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Wenkai Shi 2017-11-03 07:09:03 UTC
Description of problem:
uninstall playbook didn't remove tuned-profiles-atomic-openshift-node package.

Version-Release number of the following components:
openshift-ansible-3.7.0-0.190.0.git.0.129e91a.el7
ansible-2.4.0.0-5.el7

How reproducible:
100%

Steps to Reproduce:
1. Uninstall OCP
# ansible-playbook -i hosts -v /usr/share/ansible/openshift-ansible/playbooks/adhoc/uninstall.yml
2.
3.

Actual results:
check rpm when uninstall playbook finish.
# rpm -qa | grep openshift
tuned-profiles-atomic-openshift-node-3.7.0-0.190.0.git.0.392f174.el7.x86_64

Expected results:
Should be clean uninstall

Additional info:
Seems the package name wrong
# grep -nir "tuned-profiles-atomic-openshift-node" /usr/share/ansible/openshift-ansible/
# grep -nir "tuned-profiles-openshift-node" /usr/share/ansible/openshift-ansible/
/usr/share/ansible/openshift-ansible/playbooks/adhoc/uninstall.yml:127:        - tuned-profiles-openshift-node

Comment 5 Wenkai Shi 2018-01-03 02:12:12 UTC
Verified with version openshift-ansible-3.9.0-0.10.0.git.0.33f648a.el7, package name has fixed.

# grep -nir "tuned-profiles-atomic-openshift-node" /usr/share/ansible/openshift-ansible/
/usr/share/ansible/openshift-ansible/playbooks/adhoc/uninstall.yml:126:        - tuned-profiles-atomic-openshift-node
# grep -nir "tuned-profiles-openshift-node" /usr/share/ansible/openshift-ansible/

Comment 8 errata-xmlrpc 2018-03-28 14:09:47 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2018:0489