Bug 1911468
Summary: | Static IP is not configured from infinite dhcp lease when cluster deployed with OVNKubernetes | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Victor Voronkov <vvoronko> |
Component: | Installer | Assignee: | Ben Nemec <bnemec> |
Installer sub component: | OpenShift on Bare Metal IPI | QA Contact: | Victor Voronkov <vvoronko> |
Status: | CLOSED CURRENTRELEASE | Docs Contact: | |
Severity: | high | ||
Priority: | high | CC: | bnemec, hpokorny |
Version: | 4.7 | Keywords: | Triaged |
Target Milestone: | --- | ||
Target Release: | 4.7.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: | 2021-01-20 21:26:45 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
Victor Voronkov
2020-12-29 16:02:53 UTC
br-ex isn't the nmcli interface that is configured by the script. There's a different one named ovs-if-br-ex that should have the manual configuration. Can you check if that interface was correctly configured? Verified on 4.7.0-0.nightly-2021-01-09-021054 with dual stack [core@master-0-0 ~]$ nmcli con show ovs-if-br-ex | grep method ipv4.method: manual ipv6.method: manual |