Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tuned Profiles Atomic Openshift Node is not being removed by uninstall playbook #5944

Closed
gbaufake opened this issue Oct 31, 2017 · 0 comments

Comments

@gbaufake
Copy link

Description

I tried to install openshift 3.7, but because of openshift/origin#17047, I switched back to openshift 3.6. In order to remove the 3.7 packages, I used

ansible-playbook -i ose37.inventory openshift-ansible/playbooks/adhoc/uninstall.yml.

After that, I changed the version to openshift 3.6 and reinstalled the using byo playbook

ansible-playbook -i ose36.inventory openshift-ansible/playbooks/byo/config.yml -vv

and i got this message

Message: Error: Package: atomic-openshift-node-3.6.173.0.63-1.git.0.855ea8b.el7.x86_64 (atomic-ose)
Requires: tuned-profiles-atomic-openshift-node = 3.6.173.0.63-1.git.0.855ea8b.el7
Installed: tuned-profiles-atomic-openshift-node-3.7.0-0.185.0.git.0.e975556.el7.x86_64
tuned-profiles-atomic-openshift-node = 3.7.0-0.185.0.git.0.e975556.el7
Available: tuned-profiles-atomic-openshift-node-3.6.173.0.63-1.git.0.855ea8b.el7.x86_64 (atomic-ose)
tuned-profiles-atomic-openshift-node = 3.6.173.0.63-1.git.0.855ea8b.el7

Version
ansible 2.4.0.0
openshift-ansible-3.7.0-0.187.0-8-g416282a
Steps To Reproduce
  1. Install Openshift 3.7 Cluster
  2. Remove Openshift 3.7 Cluster using uninstall.yml playbook on playbooks/adhoc/uninstall.yml
  3. Try to install Openshift 3.6 Playbook
Expected Results
  • Openshift 3.6 cluster installed
Observed Results
  • Package tuned-profiles-atomic-openshift-node is not being removed
Additional Information
  • RHEL 7.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant