Bug 1565076
| Summary: | Openshift-on-OpenStack playbook (prerequisites) fails for OSP with Octavia | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Jon Uriarte <juriarte> |
| Component: | Installer | Assignee: | Antoni Segura Puimedon <asegurap> |
| Status: | CLOSED ERRATA | QA Contact: | Jon Uriarte <juriarte> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.10.0 | CC: | aos-bugs, jokerman, mmccomas, racedoro, tsedovic, tzumainn |
| Target Milestone: | --- | ||
| Target Release: | 3.10.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
The OpenShift Ansible OpenStack playbook can target clouds where the LBaaSv2 API is provided by either Neutron-LBaaS or Octavia.
The way that we were checking for LBaaSv2 availability and template generation was Neutron-LBaaS specific but worked with Octavia if you had Neutron-LBaaS as a proxy to it. This proxy, however, is not supported and its maintenance is not up to the same standards as Octavia and Neutron-LBaaS are.
This fix makes it possible to use Octavia directly.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-07-30 19:12:20 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
Jon Uriarte
2018-04-09 10:35:05 UTC
This is blocking all OpenStack Kuryr deployments and the now-merged LBaaS support as well. Looks like we can't rely on Octavia/TripleO to fix this for us: https://bugzilla.redhat.com/show_bug.cgi?id=1564188 So we'll have to update the OpenStack playbooks to be able to talk to Octavia directly. Toni said he'll take a look so I've assigned this to him. Verified in openshift-ansible-3.10.0-0.53.0.git.0.53fe016.el7.noarch over OSP 13 2018-05-23.1 puddle. Verification steps: 1. Install OSP 13 with Octavia 2. Deploy an ansible-host 3. Run the Openshift-on-OpenStack prerequisites playbook with Kuryr support $ ansible-playbook --user openshift -i /usr/share/ansible/openshift-ansible/playbooks/openstack/inventory.py -i inventory /usr/share/ansible/openshift-ansible/playbooks/openstack/openshift-cluster/prerequisites.yml The playbook finishes successfully. 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:1816 |