Bug 1699101
Summary: | [OSP13] Enabling TLS results in timeout during deployment and haproxy containers disappear | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | ggrimaux |
Component: | puppet-haproxy | Assignee: | Michele Baldessari <michele> |
Status: | CLOSED DUPLICATE | QA Contact: | nlevinki <nlevinki> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 13.0 (Queens) | CC: | bperkins, jjoyce, jschluet, rlondhe, slinaber, tvignaud |
Target Milestone: | --- | Keywords: | Triaged, ZStream |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-05-08 07:38: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
ggrimaux
2019-04-11 19:15:28 UTC
A working workaround is to apply the following to your templates: parameter_defaults: ControllerExtraConfig: pacemaker::resource::bundle::deep_compare: true pacemaker::resource::ip::deep_compare: true pacemaker::resource::ocf::deep_compare: true And rerun your overcloud deploy command (with your added TLS yaml files of course). Thank you Michele Baldessari You also need this package on your overcloud nodes: puppet-pacemaker-0.7.2-0.20180423212257.el7ost.noarch.rpm |