From a4bfce197c7ea2423558d48819d9b116d74234a8 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Mon, 15 Dec 2025 18:06:40 +0000 Subject: [PATCH] Revert "Add simple-init by default" This reverts commit 3f83c9ccb56200c26c21f33d656bfbdbe467ee2d. Reason for revert: It appears that this change has in-advertently broken the expected behavior, possibly due to ordering or modeling changes inside of glean/simple-init which has been reported but was not discovered in testing due to a lack of review traction on merging the testing over the past year. https://bugs.launchpad.net/ironic-python-agent-builder/+bug/2133509 may also be related. Clearly, the next step is to fix testing, verify behavior, and then push forward. Change-Id: Ib9ab715ea7604b0679c345485a11e770cf8b8d1e 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 deletions(-) delete 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 eb190e0..437718c 100644 --- a/dib/ironic-python-agent-ramdisk/element-deps +++ b/dib/ironic-python-agent-ramdisk/element-deps @@ -8,4 +8,3 @@ 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 deleted file mode 100644 index 48131ef..0000000 --- a/releasenotes/notes/add-simple-init-by-default-cfaa05c8178de93f.yaml +++ /dev/null @@ -1,8 +0,0 @@ ---- -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.