Bug 1827024

Summary: OSP16 | STF | Currently mesh configuration can not be deployed because of nonfunctional external endpoint of QDR
Product: Red Hat OpenStack Reporter: Leonid Natapov <lnatapov>
Component: puppet-tripleoAssignee: Martin Magr <mmagr>
Status: CLOSED ERRATA QA Contact: Leonid Natapov <lnatapov>
Severity: high Docs Contact:
Priority: high    
Version: 16.0 (Train)CC: aveselov, cjanisze, csibbitt, jjoyce, jschluet, mmagr, mrunge, oblaut, slinaber, spower, tvignaud
Target Milestone: z1Keywords: Triaged
Target Release: 16.1 (Train on RHEL 8.2)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: openstack-tripleo-heat-templates-11.3.2-0.20200624233433.1fd3a36.el8ost puppet-tripleo-11.5.0-1.20200611115535.e86dd81.el8ost Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-08-27 15:19:10 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Leonid Natapov 2020-04-23 04:56:38 UTC
OSP16 | STF | Currently mesh configuration can not be deployed because of nonfunctional external endpoint of QDR

Please,provide testing instructions once fixed.

Comment 9 spower 2020-07-28 21:21:13 UTC
This should not be in Modified if all the patches are not merged..

Comment 12 Matthias Runge 2020-07-29 11:18:04 UTC
I've rebuilt puppet-tripleo, the blocker was approved and the new fixed-in version is puppet-tripleo-11.5.0-1.20200611115535.e86dd81.el8ost (updated above as well)

Comment 17 Leonid Natapov 2020-08-10 16:59:55 UTC
Deployed STF with mesh configuration and external endpoints.
Installed qdr-print tool and checked that I get metrics and events for both collectd and ceilometer.

Comment 20 errata-xmlrpc 2020-08-27 15:19:10 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Red Hat OpenStack Platform 16.1 director bug fix advisory), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2020:3542

Comment 21 Chris Janiszewski 2020-08-28 16:58:26 UTC
I have just update my environment to OSP16.1.1 but the it looks like my puppet-tripleo version doesn't include this fix:
(undercloud) [stack@chrisj-osp-test-undercloud ~]$ sudo rpm -qa | grep puppet-tripleo
puppet-tripleo-11.5.0-0.20200616033428.8ff1c6a.el8ost.noarch


(undercloud) [stack@chrisj-osp-test-undercloud ~]$ cat /usr/share/openstack-puppet/modules/tripleo/manifests/profile/base/metrics/qdr.pp | grep "class tripleo::profile::base::metrics::qdr" -A 10
class tripleo::profile::base::metrics::qdr (
  $username                  = undef,
  $password                  = undef,
  $listener_addr             = 'localhost',
  $listener_port             = '5666',
  $listener_require_ssl      = false,
  $listener_require_encrypt  = false,
  $listener_sasl_mech        = undef,
  $listener_ssl_cert_db      = undef,
  $listener_ssl_cert_file    = undef,
  $listener_ssl_key_file     = undef,


Does this mean OSP16.1.1 missed it?