Xena Series Release Notes¶
19.1.0¶
New Features¶
The yumrepo resources for RDO and CentOS Advanced Virt in theopenstack_extras::repo::redhat::redhat class now sets the newparameter module_hotfixes included since 6.15.0 if the Puppetversion is supporting that. If you for some reason is usingstandalone Puppet that does not include vendored modules (i.eyou are not using Puppet packages) you will need to make surethat yumrepo_core >= 1.0.7 is used.
19.0.0¶
New Features¶
Added
streamparameter (defaulting to true) to the openstack_extras::repo::redhat::redhatclass that instructs Puppet to create repositories for CentOS Stream.
The class openstack_extras::repo::debian::debian has now a new parameteruse_extrepo, which is true by default. If true, extrepo will be used forsetting-up the OpenStack apt sources.list, and the parameters source_hash,source_defaults and deb_location are ignored. Beware that this is nowthe new default!
Deprecation Notes¶
The manage_priorities parameter in openstack_extras::repo::redhat::redhatis deprecated, has no effect and will be removed in a future release.
17.4.0¶
New Features¶
The new
openstack_extras::repo::redhat::redhat::repo_replaceparameterhas been added to enable or disable file replacement when original repofiles are updated.
17.3.0¶
New Features¶
The new
update_packageparameter has been added to theopenstack_extras::repo::redhat::redhatclass. This parameter is set tofalse by default, but when it is set to true then all packages are updatedonce dnf/yum repositories are configured.
17.2.0¶
New Features¶
The new
repo::redhat::redhat::repo_source_hashparameter has beenadded, so that repo file can be passed directly to configure yumrepogitories on CentOS or RHEL nodes.
17.1.0¶
Deprecation Notes¶
The following parameters in
openstack_extras::auth_fileclass has beendeprecated and will be removed in a future release. Use new parametersinstead.user_domain(now renamed touser_domain_name)project_domain(now renamed toproject_domain_name)
14.3.0¶
Prelude¶
In this release Ubuntu has moved all projects that supported it to python3 which means that there will be a lot of changes. The Puppet OpenStack project does not test the upgrade path from python2 to python3 packages so there might be manual steps required when moving to the python3 packages.
Upgrade Notes¶
Ubuntu packages are now using python3, the upgrade path is not tested byPuppet OpenStack. Manual steps may be required when upgrading.
13.0.0¶
Upgrade Notes¶
`openstack_extras::repo::debian::debian::manage_whz`has been drepcated.Use`openstack_extras::repo::debian::debian::manage_deb`instead.
10.0.0¶
New Features¶
With a new boolean called manage_virt, allow to whether or not activate RDO CentOS QEMU EV repository that is required when deploying OpenStack Newton with RDO packaging. It’s enabled by default to make deployments working out of the box, but can be disabled.
Other Notes¶
Disable EPEL repository setup by default. Keep the boolean if users want it, but add a note that EPEL is not required when deploying OpenStack with RDO repositories.
9.1.0¶
New Features¶
When deploying UCA repositories, allow to customize the URL.
9.0.0¶
New Features¶
Allow to change CentOS mirror URL with a new parameter, centos_mirror_url.
Keystone v3 support and enabled by default in openrc file.
Release notes are no longer maintained by hand, we now use the reno tool to manage them.
Upgrade Notes¶
Bump to Mitaka repositories by default.
