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 <juliaashleykreger@gmail.com>
This commit is contained in:
Julia Kreger
2025-12-17 07:01:27 -08:00
committed by Jay Faulkner
parent 1c281d8445
commit 69d1e45fe9
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 @@
---
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.