puppet-tripleo 12.4.0 (ussuri)
We are delighted to announce the release of: puppet-tripleo 12.4.0: Puppet module for OpenStack TripleO This release is part of the ussuri stable release series. The source is available from: https://opendev.org/openstack/puppet-tripleo Download the package from: https://tarballs.openstack.org/puppet-tripleo/ Please report issues through: https://bugs.launchpad.net/puppet-tripleo/+bugs For more details, please see below. 12.4.0 ^^^^^^ New Features ************ * Added support for VxFlexOS backend driver Deprecation Notes ***************** * Keepalived is deprecated in Ussuri and will be removed in the next cycle. * Resource tripleo::profile::base::cinder::volume::dellemc_vxflexos will be removed in W-Release. Changes in puppet-tripleo 12.3.0..12.4.0 ---------------------------------------- fa42b3b6 bump metadata for new ussuri release e0fa5abd Ensure post-save certmonger scripts target the right HA container 9b02574d Make promote timeout configurable d5c6e1c5 Update Gemfile for stable/ussuri 855bad9a Make haproxy.pp honor EnableInternalTLS for rgw 2a34eb1c Add FFU support for ceph_nfs 7097c48b Enable to modify params of logrotate-crond.conf fe64cf37 Switch RGW HAProxy healthcheck to use special RGW healthcheck url 30c8cb3b Fix haproxy ceph dashboard condition 146674dc Ensure that the HAProxy certificate is updated 3a564e7e Fix RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS usage with a proper override mechanism + Make the additional_erl_args change more independent c76b60b4 Fix the default values for ca_file and cert_file b8568c4b Finish HAProxy config for metrics_qdr b1b435e9 Remove obsolete 'http' backend from glance configuration cdee1e34 Support for Dell EMC VXFlexOS Backend d2dfda96 Remove selinux relabel mount option for neutron bfbe25b3 Deprecate Keepalived a9831936 Deprecating ScaleIO Volume Config 6ee41de6 metadata/ussuri: fix openstacklib requirement 7c9cd6e6 Only run the VIP creation code when enable_load_balancer is set to true 844975ef Allow OCF resources to be created with --force c6456e38 Include vendordata in nova-api and nova-metadata-api b2ffbe7f Fix ipv6 addrlabel for ceph-nfs ec4e5892 Allow the Mistral tunnel timeout to be configurable. b3348f08 Update TOX_CONSTRAINTS_FILE for stable/ussuri 388ecb74 Update .gitreview for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + Gemfile | 1 + files/certmonger-haproxy-refresh.sh | 5 +- files/certmonger-rabbitmq-refresh.sh | 2 +- manifests/haproxy.pp | 47 ++++-- manifests/keepalived.pp | 2 + manifests/network/contrail/neutron_plugin.pp | 8 +- manifests/profile/base/cinder/volume.pp | 14 ++ .../profile/base/cinder/volume/dellemc_vxflexos.pp | 55 +++++++ manifests/profile/base/cinder/volume/scaleio.pp | 3 + manifests/profile/base/glance/api.pp | 2 +- manifests/profile/base/logging/logrotate.pp | 10 ++ manifests/profile/base/metrics/collectd.pp | 19 +-- manifests/profile/base/metrics/qdr.pp | 10 +- manifests/profile/base/nova/api.pp | 1 + manifests/profile/base/nova/metadata.pp | 1 + manifests/profile/base/rabbitmq.pp | 27 +++- manifests/profile/pacemaker/ceph_nfs.pp | 20 ++- manifests/profile/pacemaker/database/mysql.pp | 8 +- .../profile/pacemaker/database/mysql_bundle.pp | 14 +- .../profile/pacemaker/database/redis_bundle.pp | 5 + manifests/profile/pacemaker/ovn_dbs_bundle.pp | 163 +++++++++++---------- manifests/profile/pacemaker/rabbitmq_bundle.pp | 5 + metadata.json | 4 +- .../keepalived_deprecated-199df5a0f3f35189.yaml | 4 + ...caleio_driver_deprecation_4468457faab68824.yaml | 4 + .../notes/vxflexos-driver-aec8e372280c44e6.yaml | 3 + .../tripleo_profile_base_cinder_volume_spec.rb | 24 ++- .../tripleo_profile_base_cinder_vxflexos_spec.rb | 58 ++++++++ .../tripleo_profile_base_glance_api_spec.rb | 3 +- spec/classes/tripleo_profile_base_nova_api_spec.rb | 8 + .../tripleo_profile_base_nova_metadata_spec.rb | 6 + templates/logrotate/containers_logrotate.conf.erb | 4 +- templates/neutron/dibbler-client.epp | 2 +- templates/neutron/dnsmasq.epp | 2 +- templates/neutron/haproxy.epp | 2 +- templates/neutron/keepalived.epp | 2 +- templates/neutron/radvd.epp | 2 +- tox.ini | 2 +- 39 files changed, 403 insertions(+), 150 deletions(-)
participants (1)
-
no-reply@openstack.org