ironic/releasenotes/notes/kernel-ramdisk-by-arch-c35cd2fe09f6ee98.yaml
Bifrost 3c5e05a8a4 Introduce default kernel/ramdisks by arch
Introduce config to allow setting default ramdisks per-architecture.
The hierarchy of the parameters is:
Node config > config by architecture > general config

Change-Id: I95dfece3e8f7bcd3121ac808985cb61997877a51
2023-08-28 17:25:37 +01:00

14 lines
525 B
YAML

---
features:
- |
Introduce new config parameters in the conductor group.
The `deploy_kernel_by_arch`, `deploy_ramdisk_by_arch`,
`rescue_kernel_by_arch`, and `rescue_ramdisk_by_arch` are dictionaries
allowing operators to specify parameters of kernel and ramdisk by the
architecture of the node.
deprecations:
- |
The `deploy_kernel`, `deploy_ramdisk`, `rescue_kernel`, and
`rescue_ramdisk` parameters have been marked as deprecated as the new
parameters allow more configuration options.