From 69d1e45fe9d82e5559dfd28f0988ba87b8a36a4f Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Wed, 17 Dec 2025 07:01:27 -0800 Subject: [PATCH] re-enable simple-init by default Undo the simple-init revert, and provide a verbose release note now that we have the advanced test and the non-advanced test running as voting in the ipa-b gate. Change-Id: Id5ce22213554c0b518b120425fcd339fd2f833ea Signed-off-by: Julia Kreger --- dib/ironic-python-agent-ramdisk/element-deps | 1 + .../notes/re-enable-simple-init-b1dd1edc2ba9d646.yaml | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 releasenotes/notes/re-enable-simple-init-b1dd1edc2ba9d646.yaml diff --git a/dib/ironic-python-agent-ramdisk/element-deps b/dib/ironic-python-agent-ramdisk/element-deps index 437718c..eb190e0 100644 --- a/dib/ironic-python-agent-ramdisk/element-deps +++ b/dib/ironic-python-agent-ramdisk/element-deps @@ -8,3 +8,4 @@ ensure-venv pkg-map source-repositories svc-map +simple-init diff --git a/releasenotes/notes/re-enable-simple-init-b1dd1edc2ba9d646.yaml b/releasenotes/notes/re-enable-simple-init-b1dd1edc2ba9d646.yaml new file mode 100644 index 0000000..b9070d1 --- /dev/null +++ b/releasenotes/notes/re-enable-simple-init-b1dd1edc2ba9d646.yaml @@ -0,0 +1,8 @@ +--- +fixes: + - | + Fixes the DHCP-less usage path by default through the simple-init element + being enabled as a diskimage-builder dependency by default. This change was + previously reverted to allow time to resolve bugs in the guard rail + logic. Initalization of configuration drive configuration with simple-init + is now handled appropriately. \ No newline at end of file