-
Notifications
You must be signed in to change notification settings - Fork 35
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
Omnitruck artifact does not exist for Rocky Linux #600
Comments
Hi team, facing the same issue. Please see this |
As mentioned on chef/chef#14034, having the same issue as well. |
Thanks a lot everyone! This really helped |
@gpanula, thanks for reporting the issue, the install.sh changes that generated the problem have been reverted now. |
Test kitchen fails for me:
Tried |
|
Description
https://omnitruck.chef.io/install.sh is now setting platform to "rocky" for rocky linux. Previously it was setting platform to "el".
The download url created by
install.sh
is now (notice the p=rocky)https://omnitruck.chef.io/stable/chef/metadata?v=17.10&p=rocky&pv=8.8&m=x86_64
unfortunately that url returns a 404
Previously(2023-Oct-13) the url created by
install.sh
for rocky linux washttps://omnitruck.chef.io/stable/chef/metadata?v=17.10&p=el&pv=8&m=x86_64
notice p=el and pv=8
It looks like
install.sh
was recently updated to better account for the contents of rocky linux's/etc/os-release
but https://omnitruck.chef.io/stable/chef/metadata wasn't updated for the new values returned from the updatedinstall.sh
Chef Version
Chef Infra Client: ALL
Platform Version
Rocky Linux 8
Replication Case
These rocky specific values return 404
These generic "el" values return valid data
Client Output
output from broken attempt (2023-Oct-18]
notice the platform is being set to
rocky
output from successful attempt (2023-Oct-13)
notice the platform is being set to
el
Something changed with
install.sh
between 2023-Oct-13 and 2023-Oct-18.additional info
Here are the contents of
/etc/os-release
from my rocky 8 boxContents of
/etc/os-release
have not change between 2023-Oct-13 and 2023-Oct-18.Possible Solution
this patch fixes
install.sh
found at https://omnitruck.chef.io/install.shThe text was updated successfully, but these errors were encountered: