-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
4.15.z
-
None
-
No
-
False
-
OCP version: 4.15.8
We must specify the exact nic name that is identified on the node in addition to identifier and mac-address.
The following configmap worked fine:
--- apiVersion: v1 kind: ConfigMap metadata: name: "elvis3-network" namespace: "elvis3" data: network-config: | interfaces: - name: enp5s0 type: ethernet state: up identifier: mac-address mac-address: 52:54:00:f7:d4:d1 ipv4: enabled: true dhcp: false auto-dns: false address: - ip: 192.168.123.150 prefix-length: 24 ipv6: enabled: false dns-resolver: config: server: - 10.11.5.160 routes: config: - destination: 0.0.0.0/0 metric: 150 next-hop-address: 192.168.123.1 next-hop-interface: enp5s0
Note that when I tried to use eno1 for next-hop-interface and name the deployment didn't complete.
- depends on
-
RHEL-32495 Allow route configuration without interface name specification
- Planning