Skip to content

Commit

Permalink
Merge pull request #2222 from flatcar/tormath1/cloudinit
Browse files Browse the repository at this point in the history
coreos-cloudinit: fix Equinix Metal cloudinit
  • Loading branch information
jepio authored Aug 21, 2024
2 parents d26030c + e2e0067 commit a7f3c4d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
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

0 comments on commit a7f3c4d

Please sign in to comment.