ironic/releasenotes/notes/allow-disabling-bios-deployments-356f3215f80a879e.yaml
cid 58f84d2854 Allow disabling specific boot modes during deployment/enrollment
Allow operators to provide a list of disabled boot modes for
new deployments ``disallowed_deployment_boot_modes`` and/or
enrollments ``disallowed_enrollment_boot_modes``.

Defaults are an empty list, [], indicating all modes are
allowed.

Closes-Bug: #2068530
Change-Id: I1404c81718cd6bb2977e6f298d9b7d11664226d0
2024-07-20 23:46:52 -05:00

8 lines
296 B
YAML

---
features:
- |
Adds configuration options for operators to specify any or what boot modes
to disallow for enrollment (`disallowed_enrollment_boot_modes`) and/or
deployment (`disallowed_deployment_boot_modes`). Defaults are empty lists,
indicating all boot modes are allowed.