Train Series Release Notes¶
11.6.0-56¶
New Features¶
RHEL-8.3 kernel disabled the Intel “TSX” (Transactional Synchronization Extensions) feature by default as a preemptive security measure, but it breaks live migration from RHEL-7.9 (or even RHEL-8.1 or RHEL-8.2) to RHEL-8.3.
Operators are expected to explicitly define the TSX flag in their KernelArgs for the compute role to prevent live-migration issues during the upgrade process.
This also impacts upstream CentOS systems.
11.5.0¶
New Features¶
Introducing the overcloud_service_status role. This role will hit the overcloud API for nova and cinder, retrieve the services and will trig a failure if one of these services are either down or deprecated. The original intent was to validate that nova-consoleauth was deleted after an update to RHOSP16.
11.4.0¶
Bug Fixes¶
Existing resources “DISK_GB”, “MEMORY_MB”, “VCPU” were not considered to be available in case of custom_resource_class_val == False, also use correct types for resource comparison and required_count calculation.
11.3.0¶
Deprecation Notes¶
Since Panko has been deprecated during the Train cycle, the ceilometerdb-size validation is now considered as deprecated as well.
11.2.0¶
New Features¶
The behavior of the
ironic-boot-configuration
validations has changed substantially in acknowledgment that deploy images may or may not be Glance images. The new validatoin logic is more generalized than before, in that now it checks that the deploy images associated to the nodes of a certain arch/platform do not exceed a certain standard of diversity.
11.1.0¶
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.
Upgrade Notes¶
The Neutron LBaaS project was retired. Upgrading to deployment to Train release will not upgrade Neutron LBaaS. Learn more about its retirement and Octavia as its successor at https://wiki.openstack.org/wiki/Neutron/LBaaS/Deprecation
Deprecation Notes¶
The Neutron LBaaS project was retired and support for it in TripleO removed.
Other Notes¶
The
deployment-images
validation has been removed, as its intended functionality became inseparable fromironic-boot-configuration
in the multi-arch case.