From 041662aaa9ada96b4b12b61e0bff971e0e212d58 Mon Sep 17 00:00:00 2001 From: Gabriel Adrian Samfira Date: Mon, 25 Mar 2024 11:51:14 +0200 Subject: [PATCH 1/2] Update coreos-cloudinit to latest main branch This change updates coreos-cloudinit to the latest flatcar-master commit. This change disables user-configdrive.service on OpenStack, as coreos-cloudinit.service already runs on OpenStack when the system is not configured via ignition. Signed-off-by: Gabriel Adrian Samfira --- .../2024-03-25-disable-user-configdrive-on-openstack.md | 1 + .../coreos-base/coreos-cloudinit/coreos-cloudinit-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog/bugfixes/2024-03-25-disable-user-configdrive-on-openstack.md diff --git a/changelog/bugfixes/2024-03-25-disable-user-configdrive-on-openstack.md b/changelog/bugfixes/2024-03-25-disable-user-configdrive-on-openstack.md new file mode 100644 index 0000000000..08433b73cd --- /dev/null +++ b/changelog/bugfixes/2024-03-25-disable-user-configdrive-on-openstack.md @@ -0,0 +1 @@ +- Disable user-configdrive.service on OpenStack when config drive is used. The coreos-cloudinit.service unit already runs on OpenStack if the system is not configured via ignition. ([Flatcar#1385](https://github.com/flatcar/Flatcar/issues/1385)) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-cloudinit/coreos-cloudinit-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-cloudinit/coreos-cloudinit-9999.ebuild index a9aebf08be..2e0da6c532 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-cloudinit/coreos-cloudinit-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-cloudinit/coreos-cloudinit-9999.ebuild @@ -12,7 +12,7 @@ inherit cros-workon systemd toolchain-funcs udev coreos-go if [[ "${PV}" == 9999 ]]; then KEYWORDS="~amd64 ~arm64" else - CROS_WORKON_COMMIT="a7bc5f0050ab3493807ec69977cda26b882b4aad" # flatcar-master + CROS_WORKON_COMMIT="f78b9f7b484497c610c8a159aa971234d384d215" # flatcar-master KEYWORDS="amd64 arm64" fi From d47a052ebf8a2f08a4b7b15a2b74185363fe1942 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Mon, 25 Mar 2024 18:18:21 +0200 Subject: [PATCH 2/2] Update changelog/bugfixes/2024-03-25-disable-user-configdrive-on-openstack.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Kai Lüke --- .../2024-03-25-disable-user-configdrive-on-openstack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/bugfixes/2024-03-25-disable-user-configdrive-on-openstack.md b/changelog/bugfixes/2024-03-25-disable-user-configdrive-on-openstack.md index 08433b73cd..bcf885c871 100644 --- a/changelog/bugfixes/2024-03-25-disable-user-configdrive-on-openstack.md +++ b/changelog/bugfixes/2024-03-25-disable-user-configdrive-on-openstack.md @@ -1 +1 @@ -- Disable user-configdrive.service on OpenStack when config drive is used. The coreos-cloudinit.service unit already runs on OpenStack if the system is not configured via ignition. ([Flatcar#1385](https://github.com/flatcar/Flatcar/issues/1385)) +- Disabled user-configdrive.service on OpenStack when config drive is used, which caused the hostname to be overwritten. The coreos-cloudinit.service unit already runs on OpenStack if the system is not configured via ignition. ([Flatcar#1385](https://github.com/flatcar/Flatcar/issues/1385))