Skip to content

Commit

Permalink
Merge pull request #2222 from flatcar/scripts
Browse files Browse the repository at this point in the history
coreos-cloudinit: fix Equinix Metal cloudinit
Signed-off-by: Jeremi Piotrowski <[email protected]>
  • Loading branch information
jepio committed Aug 21, 2024
2 parents 9f4bf73 + 1f758ff commit 623a6ca
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 623a6ca

Please sign in to comment.