Bug 1569680
Summary: | openshift-ansible aws provisioning - No support for load balancer in front of masters. Ports must be the same | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Matt Woodson <mwoodson> |
Component: | Installer | Assignee: | Chris Callegari <ccallega> |
Status: | CLOSED WONTFIX | QA Contact: | Johnny Liu <jialiu> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 3.9.0 | CC: | aos-bugs, ccallega, jokerman, mmccomas, nraghava, scuppett, wmeng |
Target Milestone: | --- | Keywords: | OpsBlocker |
Target Release: | 3.11.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-09-18 14:23:38 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 Woodson
2018-04-19 19:18:20 UTC
This behavior is fixed. openshift_master_api_port must be in extra_vars file or we default to the openshift_facts defaults key openshift_master_api_port=8443. We end up with mismatched elb listener, forwarder, healthcheck, instances OutOfService while api is listening on inventory openshift_master_api_port=443 To manually specify listening and forwarding port on ELB as well as api ports please set the values in role/openshift_aws/default/main file or override them in extra_vars. Matt, can you provide a use case for this? *** Bug 1569627 has been marked as a duplicate of this bug. *** Per mwoodson the ask in this bz is no longer necessary. load balancer listener, forwarder and api ports will always be equal. Closing... In my opinion, this is a bug, just not a high priority bug. |