Stein Series Release Notes¶
10.5.1¶
New Features¶
The behavior of the
ironic-boot-configuration
validation has changed in order to suppport multi-arch. It now checks that each node has the correct associated ramdisk and kernel image according to the node’s architecture and platform, and, when it does appear that the correct image is associated, checks that there is only one image in Glance with that name. Also, the varsdeploy_kernel_name
anddeploy_ramdisk_name
have changed todeploy_kernel_name_base
anddeploy_ramdisk_name_base
respectively.
Other Notes¶
The
deployment-images
validation has been removed, as its intended functionality became inseparable fromironic-boot-configuration
in the multi-arch case.
10.5.0¶
Deprecation Notes¶
All the validations in the validations directory have been migrated into their own Ansible roles from Stein release and will be removed from Train.
You can now run the validations from the playbooks directory. For more information, please see:
https://docs.openstack.org/tripleo-validations/latest/readme.html#directory-structure
10.0.0¶
New Features¶
New validation to check for the Nova Event Callback feature configuration on the Overcloud Controller(s).