Xena Series Release Notes¶
19.5.0¶
New Features¶
The
ironic::conductorclass now supports the following two new parameters.heartbeat_intervalheartbeat_timeout
The new
ironic::disk_utilsclass has been added.
The new
ironic::pxe::tftp_use_xinetdparameter has been added. When this parameter is set tofalse, the ironic-dnsmasq-tftp-server service, which actually manages a dnsmasq process, is used instead of xinetd, to implement TFTP server. Note that the dnsmasq service is currently available only in RDO.
The pxe parameter uefi_pxe_bootfile_name is now managed by puppet, keeping the ironic default of bootx64.efi.
The shim EFI binary is copied to the TFTP root directory, to a file named the value of uefi_pxe_bootfile_name. The grub EFI binary is copied to the TFTP root directory to a file named grubx64.efi.
With these changes, using the pxe boot driver with UEFI boot will result in a grub network boot which is Secure Boot capable.
Bug Fixes¶
Now the
ironic::pxeclass properly installs the pxelinux.0 file using the separatepxelinuxpackage in Debian and Ubuntu. The newpxelinux_file_pathparameter can be used to determine the source path to locate the file. When this parameter is set to false then the class does not manage the file.
The wrong source directory to copy syslinux files in Debiand or Ubuntu has been fixed.
Fixed an issue where dnsmasq DHCP configuration for ironic- inspector would point to the wrong UEFI iPXE bootfile. See bug: 1952652.
Now the
tftpd-happackage is installed insted of thetftpdpackage in Debian and Ubuntu.
19.4.0¶
New Features¶
The new
ironic::logging::watch_log_fileparameter has been added. The newironic::inspector::logging::watch_log_fileparameter has been added.
It is now possible to disable sequential ip addressing in the ironic inspector dnsmasq service. The
ironic::inspectorclass has the new parameterdnsmasq_dhcp_sequential_ip(defaults to: true). Set it tofalseto disable sequential ip addressing.
The new
ironic::inspector::healthcheckclass has been added.
Adds new purge_config parameter. When set to true, the policy file is cleared during configuration process. This allows to remove any existing rules before applying them or clean the file when all policies got removed.
Deprecation Notes¶
The
ironic::drivers::pxe::pxe_append_paramsparameter has been deprecated in favor of the newkernel_append_paramsparameter.