Bug 1509129 - uninstall playbook didn't remove tuned-profiles-atomic-openshift-node
Summary: uninstall playbook didn't remove tuned-profiles-atomic-openshift-node
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 3.7.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 3.9.0
Assignee: Jiří Mencák
QA Contact: Wenkai Shi
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-11-03 07:09 UTC by Wenkai Shi
Modified: 2018-03-28 14:10 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: No Doc Update
Doc Text:
undefined
Clone Of:
Environment:
Last Closed: 2018-03-28 14:09:47 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2018:0489 0 None None None 2018-03-28 14:10:51 UTC

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


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