Bug 1856923
| Summary: | Wrong haproxy configuration for ceph_rgw when TLS everywhere is enabled. | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Mohammed Salih <mputhenp> |
| Component: | puppet-tripleo | Assignee: | RHOS Maint <rhos-maint> |
| Status: | CLOSED DUPLICATE | QA Contact: | David Rosenfeld <drosenfe> |
| Severity: | urgent | Docs Contact: | |
| Priority: | high | ||
| Version: | 16.0 (Train) | CC: | bperkins, fpantano, gfidente, jjoyce, jschluet, lmiccini, ltoscano, slinaber, tvignaud |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-07-16 07:37:12 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
Mohammed Salih
2020-07-14 17:37:57 UTC
patch is in:
puppet-tripleo-11.5.0-0.20200616033427.8ff1c6a.el8ost.noarch
if $ceph_rgw {
::tripleo::haproxy::endpoint { 'ceph_rgw':
public_virtual_ip => $public_virtual_ip,
internal_ip => hiera('ceph_rgw_vip', $controller_virtual_ip),
service_port => $ports[ceph_rgw_port],
ip_addresses => hiera('ceph_rgw_node_ips', $controller_hosts_real),
server_names => hiera('ceph_rgw_node_names', $controller_hosts_names_real),
mode => 'http',
public_ssl_port => $ports[ceph_rgw_ssl_port],
service_network => $ceph_rgw_network,
listen_options => merge($default_listen_options, { 'option' => [ 'httpchk GET /' ] }),
member_options => union($haproxy_member_options, $internal_tls_member_options),
}
}
so this will be fixed in 16.1 (fwiw the rpm is already available on the cdn as it is part of the beta).
Thanks Luca. I will pull the rpm and apply it, if not I will patch it manually. I will let you know if it works. |