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
It seems the rhcos.json location has changed with 4.10 and it has broken the ansible-ipi-install playbooks..
baremetal-deploy/ansible-ipi-install/roles/installer/tasks/23_rhcos_image_paths.yml
Line 11 in 4410400
The above code is looking here for the rhcos.json file
https://raw.githubusercontent.com/openshift/installer/f2cbbed3749d281478fac59f20a6eea9c91b1e75/data/data/rhcos.json
But the actual location is here:
https://raw.githubusercontent.com/openshift/installer/f2cbbed3749d281478fac59f20a6eea9c91b1e75/data/data/coreos/rhcos.json
The old location still works for 4.9
The text was updated successfully, but these errors were encountered:
It stopped being placed in the "old" location after this change: openshift/installer#5252
The documentation of the "new" location was added in: openshift/installer#5453
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
It seems the rhcos.json location has changed with 4.10 and it has broken the ansible-ipi-install playbooks..
baremetal-deploy/ansible-ipi-install/roles/installer/tasks/23_rhcos_image_paths.yml
Line 11 in 4410400
The above code is looking here for the rhcos.json file
But the actual location is here:
The old location still works for 4.9
The text was updated successfully, but these errors were encountered: