Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

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: InstallerAssignee: Chris Callegari <ccallega>
Status: CLOSED ERRATA QA Contact: sheng.lao <shlao>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 3.10.0CC: 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
Description of problem:

The current openshift-aws roles allow creation of ELB, but the external scheme is set to be "internet facing."  Occasionally customers will request that this elb also be an internal facing ELB.  This is needed for VPN's and VPC's peering situations.

Please allow a way to easily create an ELB to be internal or external facing

Comment 1 Chris Callegari 2018-08-21 18:52:00 UTC
Fixed in https://github.com/openshift/openshift-ansible/pull/9704

Comment 2 Chris Callegari 2018-08-22 18:15:37 UTC
pull/9704 is merged.

Please test.

Comment 3 sheng.lao 2018-08-23 08:42:51 UTC
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",

Comment 6 errata-xmlrpc 2018-10-11 07:21:36 UTC
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