We jubilantly announce the release of: puppet-tripleo 6.5.3: Puppet module for OpenStack TripleO This release is part of the ocata stable release series. Download the package from: https://tarballs.openstack.org/puppet-tripleo/ For more details, please see below. 6.5.3 ^^^^^ New Features * 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". Changes in puppet-tripleo 6.5.2..6.5.3 -------------------------------------- 5aac822 Release 6.5.3 adf9471 Repair immediate VF configuration for PCI SR-IOV b187de3 Allow to configure snmpd_config 673c45e Remove extra keystone admin haproxy listen and allow TLS Diffstat (except docs and test files) ------------------------------------- Puppetfile_extras | 5 ++ manifests/haproxy.pp | 20 +++--- manifests/haproxy/endpoint.pp | 25 +++++-- manifests/host/sriov.pp | 2 +- manifests/profile/base/snmp.pp | 45 ++++++++---- metadata.json | 2 +- .../notes/snmdd_config-db21f3175967be4a.yaml | 11 +++ spec/classes/tripleo_host_sriov_spec.rb | 4 +- spec/classes/tripleo_profile_base_snmp_spec.rb | 83 ++++++++++++++++++++++ 9 files changed, 163 insertions(+), 34 deletions(-)