Bug 1514244
| Summary: | puppet-tripleo-5.6.4-2 breaks keystone SSL config on external net for existing deployments | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Matt Flusche <mflusche> |
| Component: | puppet-tripleo | Assignee: | RHOS Maint <rhos-maint> |
| Status: | CLOSED NOTABUG | QA Contact: | nlevinki <nlevinki> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 10.0 (Newton) | CC: | alee, aschultz, jjoyce, jschluet, 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: | 2017-12-08 17:30:36 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
Matt Flusche
2017-11-16 22:12:31 UTC
It makes sense from a security standpoint to eliminate the non-ssl endpoint; just the behavior will not be expected for existing deployments.
It looks like the following additional config can be used to preserve the tcp/13357 haproxy listener (add to a tripleo deployment environment file):
parameter_defaults:
controllerExtraConfig:
tripleo::haproxy::keystone_admin_api_port: 13357
Or to switch to the new 35357 SSL listener the following can be changed in the custom tls-endpoints-public-ip.yaml or tls-endpoints-public-dns.yaml files:
KeystoneAdmin: {protocol: 'https', port: '35357', host: 'IP_ADDRESS'}
or if using DNS name:
KeystoneAdmin: {protocol: 'https', port: '35357', host: 'CLOUDNAME'}
Not clear that this is a bug. Please reopen if I'm missing something here. |