Bug 1648972
| Summary: | OpenShift on Openstack does not create load balancers | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Ryan Cook <rcook> |
| Component: | Installer | Assignee: | Yossi Boaron <yboaron> |
| Installer sub component: | openshift-ansible | QA Contact: | Johnny Liu <jialiu> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | high | ||
| Priority: | unspecified | CC: | aos-bugs, gcheresh, gpei, ihrachys, jokerman, lpeer, ltomasbo, majopela, mavazque, misalunk, mmccomas, pablo.iranzo, pep, rcook, wsun |
| Version: | 3.11.0 | ||
| Target Milestone: | --- | ||
| Target Release: | 3.11.z | ||
| 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: | 2019-07-23 19:56:23 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
Ryan Cook
2018-11-12 15:45:14 UTC
we are using the standard OpenShift SDN rather than kuryr The following options should be added to the OSP cloud provider configuration if a customer would like to be able to use a load balancer from within OSP <values have been modified to not reflect current deployment values> [LoadBalancer] subnet-id = 4b398208-529e-4fe6-a0cb-8606cc8a0524 use-octavia = true subnet-id = 4b398208-529e-4fe6-a0cb-86068cca0524 floating-network-id = 56d2e900-c328-33ab-928e-43503b3f4187 > The following options should be added to the OSP cloud provider configuration if a customer would like to be able to use a load balancer from within OSP
Ryan, are you saying we need to extend the code and introduce new configuration option? Or, the option is already there and only OpenStack cloud config file needs to be updated?
(In reply to Jan Chaloupka from comment #8) > Ryan, are you saying we need to extend the code and introduce new > configuration option? Or, the option is already there and only OpenStack > cloud config file needs to be updated? The openstack cloud provider config does support these options that we had to add in order for LoadBalancer type services to work, but the installer only manages the subnet-id option. Here's a proposed PR to add use-octavia and floating-network-id as additional options: https://github.com/openshift/openshift-ansible/pull/10758 I guess we should move this bz to the installer component, right? Thanks for clarification. Yes, this needs to be fixed in the installer. Moving to the component. OCP qe side have no OSP with octavia enable for testing, so change qa contact to others Verified on OCP_98 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-2019:1753 |