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
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/
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