Bug 1874504
Summary: | load balancers offline after installation over OSP16.1 with OVN and amphora | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | rlobillo |
Component: | Networking | Assignee: | Maysa Macedo <mdemaced> |
Networking sub component: | kuryr | QA Contact: | GenadiC <gcheresh> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | urgent | ||
Priority: | high | CC: | ltomasbo, mdemaced |
Version: | 4.6 | ||
Target Milestone: | --- | ||
Target Release: | 4.6.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: | 2020-10-27 16:36:42 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
rlobillo
2020-09-01 13:57:00 UTC
Verified on OCP4.6.0-0.nightly-2020-09-10-082657 over OSP 16.1 (RHOS-16.1-RHEL-8-20200831.n.1) with Amphora provider enabled. OCP succesfully installed: (overcloud) [stack@undercloud-0 ~]$ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.6.0-0.nightly-2020-09-10-082657 True False 88s Cluster version is 4.6.0-0.nightly-2020-09-10-082657 (overcloud) [stack@undercloud-0 ~]$ oc get clusteroperator NAME VERSION AVAILABLE PROGRESSING DEGRADED SINCE authentication 4.6.0-0.nightly-2020-09-10-082657 True False False 114s cloud-credential 4.6.0-0.nightly-2020-09-10-082657 True False False 47m cluster-autoscaler 4.6.0-0.nightly-2020-09-10-082657 True False False 27m config-operator 4.6.0-0.nightly-2020-09-10-082657 True False False 40m console 4.6.0-0.nightly-2020-09-10-082657 True False False 10m csi-snapshot-controller 4.6.0-0.nightly-2020-09-10-082657 True False False 27m dns 4.6.0-0.nightly-2020-09-10-082657 True False False 37m etcd 4.6.0-0.nightly-2020-09-10-082657 True False False 38m image-registry 4.6.0-0.nightly-2020-09-10-082657 True False False 13m ingress 4.6.0-0.nightly-2020-09-10-082657 True False False 13m insights 4.6.0-0.nightly-2020-09-10-082657 True False False 27m kube-apiserver 4.6.0-0.nightly-2020-09-10-082657 True False False 37m kube-controller-manager 4.6.0-0.nightly-2020-09-10-082657 True False False 32m kube-scheduler 4.6.0-0.nightly-2020-09-10-082657 True False False 36m kube-storage-version-migrator 4.6.0-0.nightly-2020-09-10-082657 True False False 13m machine-api 4.6.0-0.nightly-2020-09-10-082657 True False False 23m machine-approver 4.6.0-0.nightly-2020-09-10-082657 True False False 35m machine-config 4.6.0-0.nightly-2020-09-10-082657 True False False 27m marketplace 4.6.0-0.nightly-2020-09-10-082657 True False False 27m monitoring 4.6.0-0.nightly-2020-09-10-082657 True False False 11m network 4.6.0-0.nightly-2020-09-10-082657 True False False 41m node-tuning 4.6.0-0.nightly-2020-09-10-082657 True False False 40m openshift-apiserver 4.6.0-0.nightly-2020-09-10-082657 True False False 27m openshift-controller-manager 4.6.0-0.nightly-2020-09-10-082657 True False False 26m openshift-samples 4.6.0-0.nightly-2020-09-10-082657 True False False 26m operator-lifecycle-manager 4.6.0-0.nightly-2020-09-10-082657 True False False 38m operator-lifecycle-manager-catalog 4.6.0-0.nightly-2020-09-10-082657 True False False 38m operator-lifecycle-manager-packageserver 4.6.0-0.nightly-2020-09-10-082657 True False False 18m service-ca 4.6.0-0.nightly-2020-09-10-082657 True False False 40m storage 4.6.0-0.nightly-2020-09-10-082657 True False False 39m (overcloud) [stack@undercloud-0 ~]$ openstack loadbalancer listener list -c name -c admin_state_up -f value | grep True | wc -l 65 (overcloud) [stack@undercloud-0 ~]$ openstack loadbalancer listener list -c name -c admin_state_up -f value | grep False | wc -l 0 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 (OpenShift Container Platform 4.6 GA Images), 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:4196 |