Bug 1600197
| Summary: | openshift-aws: ELB's are set to external by default, need easy way to allow them to be internal as well | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Matt Woodson <mwoodson> |
| Component: | Installer | Assignee: | Chris Callegari <ccallega> |
| Status: | CLOSED ERRATA | QA Contact: | sheng.lao <shlao> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.10.0 | CC: | aos-bugs, bleanhar, jokerman, mmccomas |
| Target Milestone: | --- | ||
| Target Release: | 3.11.0 | ||
| 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-10-11 07:21: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 Woodson
2018-07-11 16:22:40 UTC
pull/9704 is merged. Please test. 1. Fixed at: openshift-ansible-3.11.0-0.20.0-20-g8fa3d80
2. Verify with command:
# aws elb describe-load-balancers --load-balancer-name xxx-infra |grep -i scheme
"Scheme": "internet-facing",
# aws elb describe-load-balancers --load-balancer-name xxx-master-internal |grep -i scheme
"Scheme": "internal",
# aws elb describe-load-balancers --load-balancer-name xxx-master-external |grep -i scheme
"Scheme": "internet-facing",
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, 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-2018:2652 |