Bug 1826820
Summary: | OCP/OSP install (v16.1/v4.3.10) using kuryr to deploy octavia results in listeners starting in disabled state | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Maysa Macedo <mdemaced> | |
Component: | Networking | Assignee: | Maysa Macedo <mdemaced> | |
Networking sub component: | kuryr | QA Contact: | Jon Uriarte <juriarte> | |
Status: | CLOSED ERRATA | Docs Contact: | ||
Severity: | urgent | |||
Priority: | urgent | CC: | bbennett, gcheresh, juriarte, ltomasbo, mleonard, palonsor | |
Version: | 4.3.z | |||
Target Milestone: | --- | |||
Target Release: | 4.4.z | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | 1824258 | |||
: | 1839835 (view as bug list) | Environment: | ||
Last Closed: | 2020-05-18 13:35:02 UTC | Type: | --- | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | 1824258 | |||
Bug Blocks: | 1829840, 1832128, 1839835 |
Comment 1
Ben Bennett
2020-04-22 16:09:23 UTC
Verified in 4.4.0-0.nightly-2020-05-08-224132 on top of OSP 16 compose RHOS_TRUNK-16.0-RHEL-8-20200506.n.2 (with OVS and amphora-driver). Successfull OCP 4.4 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 -n openshift-kuryr get pods NAME READY STATUS RESTARTS AGE kuryr-cni-642gg 1/1 Running 0 54m kuryr-cni-dlngj 1/1 Running 0 44m kuryr-cni-ht287 1/1 Running 0 54m kuryr-cni-j926j 1/1 Running 0 54m kuryr-cni-s8z5p 1/1 Running 0 43m kuryr-cni-zcck2 1/1 Running 0 43m kuryr-controller-6845bb6798-pjmdp 1/1 Running 1 54m 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:2133 |