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

ansible ipi playbooks fail to find 4.10 rhcos.json file #830

Closed
p3ck opened this issue Jan 28, 2022 · 1 comment · Fixed by #831
Closed

ansible ipi playbooks fail to find 4.10 rhcos.json file #830

p3ck opened this issue Jan 28, 2022 · 1 comment · Fixed by #831

Comments

@p3ck
Copy link
Contributor

p3ck commented Jan 28, 2022

It seems the rhcos.json location has changed with 4.10 and it has broken the ansible-ipi-install playbooks..

online_url: "https://raw.githubusercontent.com/openshift/installer/{{ commit_id.stdout }}/data/data/rhcos.json"

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

@tonyskapunk
Copy link
Contributor

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

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

Successfully merging a pull request may close this issue.

2 participants