We are pumped to announce the release of: tripleo-heat-templates 6.2.3: 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.3 ^^^^^ New Features ************ * Adding a new parameter to SNMP profile, SnmpdBindHost so users can change the binding addresses on SNMP daemon. The parameter is an array and takes the default value that were previously hardcoded in puppet-tripleo. Bug Fixes ********* * Set "host" parameter in manila.conf to 'hostgroup' when running manila share service under pacemaker. This labels instances of the service on different nodes with the same "host" as cinder does in this circumstance so that the instances are considered by OpenStack to provide the same service and manila share is able to maintain management of shares on the backend after failover and failback. Changes in tripleo-heat-templates 6.2.2..6.2.3 ---------------------------------------------- 8ccfee3 Fix cold/live migration network config 0139f1e Use conditional to set heat workers 69b03c4 snmp: add SnmpdBindHost parameter 1db252b Bump fs.inotify.max_user_instances for scale 12d5692 Fix Tenant network declaration 87d4bdf manila: set "host" to "hostgroup" Diffstat (except docs and test files) ------------------------------------- environments/network-isolation-no-tunneling.yaml | 2 +- network/service_net_map.j2.yaml | 1 - puppet/services/heat-api.yaml | 11 +++++++++-- puppet/services/kernel.yaml | 7 +++++++ puppet/services/nova-base.yaml | 3 ++- puppet/services/nova-compute.yaml | 4 ++-- puppet/services/pacemaker/manila-share.yaml | 3 +++ puppet/services/snmp.yaml | 5 +++++ ...hostgroup-default-for-host-parameter-02e3d48de1f69765.yaml | 9 +++++++++ releasenotes/notes/snmp_listen-2364188f73d43b14.yaml | 7 +++++++ 10 files changed, 45 insertions(+), 7 deletions(-)