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

coreos-cloudinit: fix Equinix Metal cloudinit #2222

Merged
merged 2 commits into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog/bugfixes/2024-08-21-cloudinit-equinix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fixed oem-cloudinit.service on Equinix Metal. The availability check now uses the https://metadata.platformequinix.com/metadata endpoint. ([scripts#2222](https://github.com/flatcar/scripts/pull/2222))
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inherit git-r3 systemd toolchain-funcs udev coreos-go
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64"
else
EGIT_COMMIT="f78b9f7b484497c610c8a159aa971234d384d215" # flatcar-master
EGIT_COMMIT="f3aaab923de5075524780716635f25564b5e6934" # flatcar-master
KEYWORDS="amd64 arm64"
fi

Expand Down
Loading