Victoria Series (10.2.0 - 10.4.x) Release Notes¶
10.4.2¶
Bug Fixes¶
Fixes an issue where a failed inspection due to a transient failure canprevent retry attempts to inspect to be perceived as a failure. If a priorinspection fails and is in
errorstate, when a new introspection isrequested, the state is now appropriately set tostarting.
10.4.1¶
Bug Fixes¶
Fixes database migrations with SQLAlchemy 1.3.20.
10.4.0¶
New Features¶
Adds an
acceleratorsplugin to identify acclerator devices and updatethe bare metal node for future scheduling. The accelerator devices will besaved to node properties under the keyaccelerators. Introduces aconfiguration option[accelerators]known_devicesto specify aconfiguration file which contains required information to identifyaccelerator devices, by default it uses the in-tree configuration filenamedknown_accelerators.yaml.
The dnsmasq pxe-filter now supports mapping between host InfiniBand MAC toEthernetOverInfiniBand MAC. (This was previously only supported by theiptables pxe-filter.)
By default the DHCP filtering will open the DHCP server for any node whenintrospection is active. It will only block DHCP for enrolled nodes thatare not being introspected. Doing so is required to support interfacediscovery (which by default will enroll the pxe port to ironic if notpresent). This behaviour is not always wanted, as nodes not managed byironic may boot the inspection image.
A new option was added
[pxe_filter]deny_unknown_macswhich allowchangeing this behaviour so that the DHCP server only allow enrolled nodesbeing introspected and deny everything else.Note
If this option is
True, nodes must have at least oneenrolled port prior to introspection.
Bug Fixes¶
Fixes the node identification logic to enable a user to listthe
redfish_addresslabel fordriver_infofield values foridentification of a machine using the[DEFAULT]ipmi_address_fieldsconfiguration option. Previously the host would just not be matched asthe full URL would be evaluated instead of what the URL may resolve to.
