Description of problem: customer installation of openshift on openstack, using kuryr to deploy octavia, results in octavia listeners being started in disabled state Version-Release number of selected component (if applicable): OSPv16.1, OCPv4.3.10 How reproducible: Steps to Reproduce: 1. no OSP access, cannot reproduce 2. 3. Actual results: Expected results: Additional info: upstream bug created: https://bugs.launchpad.net/kuryr-kubernetes/+bug/1872962
This seems to be the culprit of the problem: https://review.opendev.org/#/c/720817/
Verified in 4.5.0-0.nightly-2020-04-29-144201 on top of RHOS_TRUNK-16.0-RHEL-8-20200427.n.0 OSP 16 compose. OSP 16 deployment with OVS neutron backend. Successfull OCP 4.5 installation. time="2020-04-29T17:40:25Z" level=info msg="Install complete!" ... time="2020-04-29T17:40:25Z" level=debug msg="Time elapsed per stage:" time="2020-04-29T17:40:25Z" level=debug msg=" Infrastructure: 1m42s" time="2020-04-29T17:40:25Z" level=debug msg="Bootstrap Complete: 18m20s" time="2020-04-29T17:40:25Z" level=debug msg=" API: 4m37s" time="2020-04-29T17:40:25Z" level=debug msg=" Bootstrap Destroy: 42s" time="2020-04-29T17:40:25Z" level=debug msg=" Cluster Operators: 19m32s" time="2020-04-29T17:40:25Z" level=info msg="Time elapsed: 47m35s" $ openstack loadbalancer provider list +---------+-------------------------------------------------+ | name | description | +---------+-------------------------------------------------+ | amphora | The Octavia Amphora driver. | | octavia | Deprecated alias of the Octavia Amphora driver. | +---------+-------------------------------------------------+ $ oc get pods -n openshift-kuryr NAME READY STATUS RESTARTS AGE kuryr-cni-9v7ps 1/1 Running 1 16h kuryr-cni-dc848 1/1 Running 0 16h kuryr-cni-g2d9b 1/1 Running 0 16h kuryr-cni-j24m9 1/1 Running 0 16h kuryr-cni-jn5mx 1/1 Running 0 16h kuryr-cni-sstkh 1/1 Running 0 16h kuryr-controller-74867c8fdd-m6z28 1/1 Running 1 16h There are no disbaled LBs. $ openstack loadbalancer listener list --disable -f value | wc -l 0 $ openstack loadbalancer listener list --enable -f value | wc -l 59
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-2020:2409
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days