tripleo-heat-templates 6.2.14 (ocata)
We are glad to announce the release of: tripleo-heat-templates 6.2.14: Heat templates for deploying OpenStack with OpenStack. This release is part of the ocata stable release series. The source is available from: http://git.openstack.org/cgit/openstack/tripleo-heat-templates Download the package from: https://tarballs.openstack.org/tripleo-heat-templates/ Please report issues through launchpad: http://bugs.launchpad.net/tripleo For more details, please see below. 6.2.14 ^^^^^^ New Features ************ * Allows the configuration of the Neutron LBaaS agent. Bug Fixes ********* * Don't unregister systems from the portal/satellite when deleting from Heat. There are several reasons why it's compelling to fix this behavior. See https://bugs.launchpad.net/tripleo/+bug/1710144 for full information. The previous behavior can be triggered by setting the DeleteOnRHELUnregistration parameter to "true". * The nova/neutron/ceilometer host parameter is now explicitly set to the same value that is written to /etc/hosts. On a correctly configured deployment they should be already be identical. However if the hostname or domainname is altered (e.g via DHCP) then the hostname is unlikely to resolve to the correct IP address for live- migraiton. Related bug: https://bugs.launchpad.net/tripleo/+bug/1758034 * By default, libvirtd uses ports from 49152 to 49215 for live- migration as specified in qemu.conf, that becomes a subset of ephemeral ports (from 32768 to 61000) used by many linux kernels. The issue here is that these ephemeral ports are used for outgoing TCP sockets. And live-migration might fail, if there are no port available from the specified range. Moving the port range out of ephemeral port range to be used only for live-migration. Changes in tripleo-heat-templates 6.2.13..6.2.14 ------------------------------------------------ 57b8165 Fix known hosts config script value 6ee93a3 Use str_replace for known_hosts d0288b4 Don't unregister on system/resource delete 4843d69 Fix Cinder's default db purge cron settings 8324550 Modify libvirt port range for live-migration 7df20fd Explicitly set nova/neutron/ceilometer host to expected fqdn 458bbc4 Add version check for ovs >= 2.8 before applying perm changes 48db136 Change ovs user and fix permissions on ovs upgrade bf09f68 Allowing Non-IP Traffic in L2 and L3 domains a7ebbd7 Enable Neutron LBaaS Integration 6df6331 Resource name correction 5938501 Zuul: Remove project name Diffstat (except docs and test files) ------------------------------------- environments/services/neutron-lbaasv2.yaml | 7 +- .../rhel-registration/rhel-registration.yaml | 22 +++++- extraconfig/tasks/pacemaker_common_functions.sh | 84 +++++++++++++++++----- extraconfig/tasks/ssh/known_hosts_config.yaml | 40 ++++++----- overcloud.j2.yaml | 1 + puppet/blockstorage-role.yaml | 10 +++ puppet/cephstorage-role.yaml | 10 +++ puppet/compute-role.yaml | 12 +++- puppet/controller-role.yaml | 10 +++ puppet/objectstorage-role.yaml | 10 +++ puppet/role.role.j2.yaml | 11 ++- puppet/services/ceilometer-base.yaml | 2 +- puppet/services/cinder-base.yaml | 2 +- puppet/services/neutron-base.yaml | 2 +- puppet/services/neutron-plugin-ml2-nuage.yaml | 10 ++- puppet/services/nova-base.yaml | 2 +- puppet/services/nova-libvirt.yaml | 3 + ...dont-unregister-on-delete-9708f7cbc73a0d2f.yaml | 8 +++ ...neutron-lbaas-integration-fa999ccd548ee6b6.yaml | 4 ++ .../notes/fix_nova_host-0b82c88597703353.yaml | 9 +++ ...live_migration_port_range-54c28faf0a67a3fc.yaml | 11 +++ zuul.d/layout.yaml | 2 - 22 files changed, 225 insertions(+), 47 deletions(-)
participants (1)
-
no-reply@openstack.org