0376a5f55d
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
15 lines
565 B
YAML
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.
|