ironic/releasenotes/notes/add-bootc-deploy-interface-2658614c5190c457.yaml
Julia Kreger c7fa447ab6 bootc deploy interface - for bootable containers
Adds a ``bootc`` deployment interface which can be enabled to
perform deployment of bootable containers. This enables a streamlined
workflow where an operator/user can push container updates and does not
need to build intermediate disk images and then post those disk images
to facilitate the deployment of a bare metal node.

Closes-Bug: 2085801
Change-Id: Iedb93fe47162abe0bd9391921792203301bfc456
2025-02-10 19:58:20 +00:00

11 lines
451 B
YAML

---
features:
- |
Adds a ``bootc`` deploy interface which can be enabled by an Ironic
deployment administrator, which can then enable users of the ``bootc``
deploy interface to have a streamlined path for the deployment of
bootc supporting container images to a host directly,
without additional intermediate steps. More information about
bootc can be found on the
`bootc website <https://containers.github.io/bootc/>`_.