Bug 2259175
| Summary: | [RHOSP16][RabbitMQ]Requesting heat parameter support changing ssl version | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | jiehuang |
| Component: | puppet-tripleo | Assignee: | Luca Miccini <lmiccini> |
| Status: | CLOSED ERRATA | QA Contact: | Nobody <nobody> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 16.2 (Train) | CC: | jjoyce, jmarcian, jschluet, lmiccini, mariel, mburns, slinaber, tvignaud |
| Target Milestone: | async | Keywords: | Triaged |
| Target Release: | 16.2 (Train on RHEL 8.4) | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | puppet-tripleo-11.7.1-2.20230628015222.el8ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-03-26 12:26:00 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
jiehuang
2024-01-19 10:33:51 UTC
you should be able to use a hiera override like
parameter_defaults:
ExtraConfig:
tripleo::profile::base::rabbitmq::ssl_versions: ['tlsv1.2']
we found a small typo in the puppet-tripleo rabbitmq manifest so currently this does not work, we are fixing it via https://code.engineering.redhat.com/gerrit/c/puppet-tripleo/+/449477
Hi Luca You are right,I tried the yaml you provided, but it doesn't work on my lab. the deployment without error, but the whole line of tls has been removed. Best Regards Jimmy Huang 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.2.6 bug fix and enhancement 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-2024:1519 |