From 3f83c9ccb56200c26c21f33d656bfbdbe467ee2d Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Wed, 5 Nov 2025 08:25:22 -0700 Subject: [PATCH] Add simple-init by default As discussed during the PTG, we want to include the simple-init element by default to support DHCP-less virtual media based operations in the stock ramdisk image artifact and for operators manually using out tooling to build ramdisk images. Change-Id: Id1e91da6433f6591ef8d10676acd4db42c734314 Signed-off-by: Julia Kreger --- dib/ironic-python-agent-ramdisk/element-deps | 1 + .../add-simple-init-by-default-cfaa05c8178de93f.yaml | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 releasenotes/notes/add-simple-init-by-default-cfaa05c8178de93f.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/add-simple-init-by-default-cfaa05c8178de93f.yaml b/releasenotes/notes/add-simple-init-by-default-cfaa05c8178de93f.yaml new file mode 100644 index 0000000..48131ef --- /dev/null +++ b/releasenotes/notes/add-simple-init-by-default-cfaa05c8178de93f.yaml @@ -0,0 +1,8 @@ +--- +features: + - | + The default ``ironic-python-agent-builder`` elements for + ``diskimage-builder`` now includes the ``simple-init`` + element by default. This enables resulting IPA images, + including the stock example artifact to support + DHCP-less virtual media deployments out of the box.