puppet-ironic/releasenotes/notes/introduce_ironic_pxe_class-45bfc04e6e6d4d3b.yaml
Lukas Bezdicka 0376a5f55d Introduce ironic::pxe class
We should provide option to setup PXE in order to remove PXE setup
from tripleo elements. Class ironic::pxe will setup tftpboot and
httpboot and class ironic::pxe::common will take care of common
dependancies between ironic, ironic inspector and pxe driver.

Change-Id: I8b83eff694316755e4dd2dbcde7b569472893bc5
2016-08-30 16:42:15 +02:00

15 lines
565 B
YAML

---
features:
- Introduced ironic::pxe class to fully setup tftpboot
and httpboot for Ironic and ironic::pxe::common to
allow global overrides of options shared among
standalone classes ironic::inspector, ironic::pxe
and ironic::drivers::pxe.
upgrade:
- The ironic::inspector class will no longer provide
tftp_root and http_root paths. These are provided
by ironic::pxe class and the inclusion of this
class will be removed after Newton cycle. Either
create tftp_root and http_root or include ironic::pxe
for full PXE setup.