We eagerly announce the release of: puppet-tripleo 7.4.2: Puppet module for OpenStack TripleO This release is part of the pike stable release series. The source is available from: http://git.openstack.org/cgit/openstack/puppet-tripleo Download the package from: https://tarballs.openstack.org/puppet-tripleo/ Please report issues through launchpad: http://bugs.launchpad.net/tripleo (tag: puppet) For more details, please see below. 7.4.2 ^^^^^ New Features ************ * This new parameter allows to set/override HAProxy global options in a convenient way. * Expose a new Puppet parameter to snmp profile, "snmpd_config" which is an array definded to undef by default. It can be used to override all snmpd configuration for advanced deployments. If used, all parameters have to be configured included users and passwords, which should be the same as given to snmpd_password and snmpd_user. There is no logic that will verify the content of "snmpd_config". Bug Fixes ********* * Disables port status feature with OpenDaylight when deployed as HA until it can be properly supported in an HA environment. Changes in puppet-tripleo 7.4.1..7.4.2 -------------------------------------- cb32fd0 Release 7.4.2 3d06318 Allow to override HAProxy global options. 7f1a21a Allow to configure snmpd_config fb0f290 Add a new configuration option for GUI loggers 67e1e60 Disables port status updates with ODL in HA 265a13a Allow log path transformation in fluentd glue Diffstat (except docs and test files) ------------------------------------- Puppetfile_extras | 5 ++ manifests/haproxy.pp | 7 +- manifests/profile/base/logging/fluentd.pp | 29 +++++++- .../base/neutron/plugins/ml2/opendaylight.pp | 21 +++++- manifests/profile/base/snmp.pp | 44 +++++++++--- manifests/ui.pp | 5 ++ metadata.json | 2 +- ...endaylight-ha-port-status-0a97e10e6456661c.yaml | 5 ++ .../haproxy_globals_override-7a573da1c8633f01.yaml | 5 ++ .../notes/snmdd_config-db21f3175967be4a.yaml | 11 +++ spec/classes/tripleo_profile_base_snmp_spec.rb | 83 ++++++++++++++++++++++ templates/ui/tripleo_ui_config.js.erb | 3 +- 12 files changed, 202 insertions(+), 18 deletions(-)