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 <juliaashleykreger@gmail.com>
This commit is contained in:
Julia Kreger
2025-11-05 08:25:22 -07:00
parent 52398af1cc
commit 3f83c9ccb5
2 changed files with 9 additions and 0 deletions

View File

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

View File

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