Bug 1827024 - OSP16 | STF | Currently mesh configuration can not be deployed because of nonfunctional external endpoint of QDR
Summary: OSP16 | STF | Currently mesh configuration can not be deployed because of non...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: puppet-tripleo
Version: 16.0 (Train)
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: z1
: 16.1 (Train on RHEL 8.2)
Assignee: Martin Magr
QA Contact: Leonid Natapov
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-04-23 04:56 UTC by Leonid Natapov
Modified: 2023-01-03 21:37 UTC (History)
11 users (show)

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:
Clone Of:
Environment:
Last Closed: 2020-08-27 15:19:10 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
OpenStack gerrit 713627 0 None MERGED Finish HAProxy config for metrics_qdr 2021-01-28 20:17:54 UTC
Red Hat Issue Tracker OSP-21143 0 None None None 2023-01-03 21:37:02 UTC
Red Hat Product Errata RHBA-2020:3542 0 None None None 2020-08-27 15:19:32 UTC

Internal Links: 1845943

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?


Note You need to log in before you can comment on or make changes to this bug.