We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
ansible 2.4.0.0 openshift-ansible-3.7.0-0.187.0-8-g416282a
playbooks/adhoc/uninstall.yml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
Version
Steps To Reproduce
playbooks/adhoc/uninstall.yml
Expected Results
Observed Results
Additional Information
The text was updated successfully, but these errors were encountered: