Pike Series Release Notes¶
16.0.4¶
New Features¶
The
tempest_imagesdata structure for theos_tempestrole now expects the values for each image to includename(optionally) andformat(the disk format). Also, the optional variablechecksummay be used to set the checksum expected for the file in the format<algorithm>:<checksum>.
The default location for the image downloads in the
os_tempestrole set by thetempest_image_dirvariable has now been changed to be/opt/cache/filesin order to match the default location in nodepool. This improves the reliability of CI testing in OpenStack CI as it will find the file already cached there.
A new variable has been introduced into the
os_tempestrole namedtempest_image_downloader. When set todeployment-host(which is the default) it uses the deployment host to handle the download of images to be used for tempest testing. The images are then uploaded to the target host for uploading into Glance.
Deprecation Notes¶
The following variables have been removed from the
os_tempestrole to simplify it. They have been replaced through the use of the data structuretempest_imageswhich now has equivalent variables per image. - cirros_version - tempest_img_url - tempest_image_file - tempest_img_disk_format - tempest_img_name - tempest_images.sha256 (replaced by checksum)
Bug Fixes¶
The
os_tempesttempest role was downloading images twice - once arbitrarily, and once to use for testing. This has been consolidated into a single download to a consistent location.
16.0.0¶
New Features¶
Added new variable
tempest_volume_backend_namesand updated templates/tempest.conf.j2 to pointbackend_namesat this variable
Upgrade Notes¶
The
openstack_tempest_gate.shscript has been removed as it requires the use of therun_tempest.shscript which has been deprecated in Tempest. In order to facilitate the switch, the default for the variabletempest_runhas been set toyes, forcing the role to execute tempest by default. This default can be changed by overriding the value tono. The test whitelist may be set through the list variabletempest_test_whitelist.
Deprecation Notes¶
Removed
tempest_volume_backend1_nameandtempest_volume_backend1_namesincebackend1_nameandbackend2_namewere removed from tempest in commit 27905cc (merged 26/04/2016)