
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
11 lines
451 B
YAML
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/>`_.
|