Rocky Series Release Notes¶
18.0.0.0b1-45¶
New Features¶
The service setup in keystone for tempest will now be executed through delegation to the
tempest_service_setup_hostwhich, by default, islocalhost(the deploy host). Deployers can opt to rather change this to the utility container by implementing the following override inuser_variables.yml.tempest_service_setup_host: "{{ groups['utility_all'][0] }}"
Rather than a hard-coded set of projects and users, tempest can now be configured with a custom list with the variables
tempest_projectsandtempest_users.
It is now possible to specify a list of tests for tempest to blacklist when executing using the
tempest_test_blacklistlist variable.
Upgrade Notes¶
The variable
tempest_image_dir_owneris removed in favour of using default ansible user to create the image directory.
Deprecation Notes¶
The variable
tempest_requires_pip_packagesis no longer required and has therefore been removed.
The variable
tempest_image_downloaderhas been removed. The image download now uses the same host designated by thetempest_service_setup_hostfor the image download.