Revert "Add simple-init by default"

This reverts commit 3f83c9ccb5.

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 <juliaashleykreger@gmail.com>
This commit is contained in:
Julia Kreger
2025-12-15 18:06:40 +00:00
committed by Gerrit Code Review
parent 3f83c9ccb5
commit a4bfce197c
2 changed files with 0 additions and 9 deletions

View File

@@ -8,4 +8,3 @@ ensure-venv
pkg-map
source-repositories
svc-map
simple-init

View File

@@ -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.