We are chuffed to announce the release of: tripleo-heat-templates 7.0.13: Heat templates for deploying OpenStack with OpenStack. This release is part of the pike 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. 7.0.13 ^^^^^^ Bug Fixes * Expose panko expirer params to enable and configure it. * 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 7.0.12..7.0.13 ------------------------------------------------ 57789d7 Use str_replace for known_hosts 4a7aa0c Enhance completion message when upgrading non controller nodes 90cd669 Don't use crudini to get rhn server d40c283 Add support of netapp configuration for glance in THT 56491c1 Improve nova-ironic cellv2 discovery 753a11a Modify libvirt port range for live-migration 637f997 Added missing pki volume for custom CA. a36a7dd Fix Cinder's default db purge cron settings c05be4a Create /var/log/containers on Swift storage-only nodes 902ccd6 Telemetry services need to access to Storage 3ff954a Change ovs user and fix permissions on ovs upgrade 3975105 Reduce verbosity during mysql bootstrap c48ae0b Explicitly set nova/neutron/ceilometer host to expected fqdn 32d5a88 Expose params to enable panko expirer cron b49b1e6 Allowing Non-IP Traffic in L2 and L3 domains 65a1b4f Resource name correction Diffstat (except docs and test files) ------------------------------------- environments/services/ironic.yaml | 2 - environments/storage/glance-nfs.yaml | 8 +++ .../rhel-registration/scripts/rhel-registration | 3 +- extraconfig/tasks/ssh/known_hosts_config.yaml | 40 +++++++------ extraconfig/tasks/tripleo_upgrade_node.sh | 9 ++- overcloud.j2.yaml | 1 + puppet/services/ceilometer-base.yaml | 2 +- puppet/services/cinder-base.yaml | 2 +- puppet/services/glance-api.yaml | 39 +++++++++++++ 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 | 4 +- puppet/services/openvswitch.yaml | 67 ++++++++++++++++++++++ puppet/services/panko-base.yaml | 35 +++++++++++ .../notes/add-panko-expirer-bac4243971fc23e5.yaml | 4 ++ .../notes/fix_nova_host-0b82c88597703353.yaml | 9 +++ ...live_migration_port_range-54c28faf0a67a3fc.yaml | 11 ++++ roles/Telemetry.yaml | 1 + sample-env-generator/storage.yaml | 2 + 26 files changed, 250 insertions(+), 31 deletions(-)
participants (1)
-
no-reply@openstack.org