Bug 1949169 - RHOSP 16.1 qdrouterd image ships an old version of qpid-dispatch
Summary: RHOSP 16.1 qdrouterd image ships an old version of qpid-dispatch
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-containers
Version: 16.1 (Train)
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Miguel Garcia
QA Contact: Leonid Natapov
Joanne O'Flynn
URL:
Whiteboard:
Depends On: 1949168 1982764 2075122 2116323 2129165
Blocks: 2040605
TreeView+ depends on / blocked
 
Reported: 2021-04-13 15:24 UTC by Miguel Garcia
Modified: 2022-09-22 18:33 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Before this update, the Service Telemetry Framework (STF) client could not connect to the STF server, because the latest version of Red Hat AMQ Interconnect does not allow TLS connections without a CA certificate. + This update corrects this problem by providing a new Orchestration service (heat) parameter, `MetricsQdrSSLProfiles`. + To obtain a Red Hat OpenShift TLS certificate, enter these commands: + ---- $ oc get secrets $ oc get secret/default-interconnect-selfsigned -o jsonpath='{.data.ca\.crt}' | base64 -d ---- + Add the `MetricsQdrSSLProfiles` parameter with the contents of your Red Hat OpenShift TLS certificate to a custom environment file: + ---- MetricsQdrSSLProfiles: - name: sslProfile caCertFileContent: | -----BEGIN CERTIFICATE----- ... TOpbgNlPcz0sIoNK3Be0jUcYHVMPKGMR2kk= -----END CERTIFICATE----- ---- + Then, redeploy your overcloud with the `openstack overcloud deploy` command.
Clone Of:
: 2040605 (view as bug list)
Environment:
Last Closed: 2022-05-26 16:12:53 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker OSP-2611 0 None None None 2021-11-17 09:37:22 UTC
Red Hat Issue Tracker STF-563 0 None None None 2022-04-25 16:08:13 UTC

Description Miguel Garcia 2021-04-13 15:24:40 UTC
RHOSP 16.1 qdrouterd image ships an old version of qpid-dispatch.

It should be adjusted to ship the latest version available from AMQ-Interconnect.

Comment 10 Leif Madsen 2022-05-26 16:12:53 UTC
Had a conversation and unless there is a required need to update this (other than it's awkward that OSP13 has a newer version), then we're in favour of leaving this as-is and only maintaining the grades for this particular release. If this happens to get cross-tag / bumped in the future then the templating engine is able to deal with this, and documentation simply needs to be updated to reflect the new system.

There should be no need to update this component release in OSP 16.1. Closing > Won't Fix.


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