-
Bug
-
Resolution: Done-Errata
-
Major
-
None
-
4.14.z
Description of problem:
Tue 2024-06-04 09:52:35 UTC xxxxxxx provisioning-interface.service[20035]: Error: failed to modify ipv4.addresses: invalid IP address: Invalid IPv4 address '' getting this error on a clean baremetal IPI installation without provisioning network.
Version-Release number of selected component (if applicable):
OCP 4.14.23
How reproducible:
Not tested in lab, but reproducible on customer
Steps to Reproduce:
1. Launch installation with provided install-config.yaml
2. bootstrap fail to progress
3.
Actual results:
Expected results:
Additional info:
install-config.yaml:
apiVersion: v1
baseDomain: operations.sat
metadata:
name: test
networking:
machineNetwork:
- cidr: 192.168.0.0/24
networkType: OVNKubernetes
compute:
- name: worker
replicas: 0
controlPlane:
name: master
replicas: 3
platform:
baremetal: {}
platform:
baremetal:
apiVIP: 192.168.0.159
ingressVIP: 192.168.0.160
provisioningNetwork: "Disabled"
bootstrapExternalStaticIP: 192.168.0.161
bootstrapExternalStaticGateway: 192.168.0.3
bootstrapExternalStaticDNS: 192.168.0.50
hosts:
- name: master-1
role: master
bmc:
address: redfish-virtualmedia://192.168.1.191/redfish/v1/Systems/1
username: user
password: password
disableCertificateVerification: True
bootMACAddress: 00:11:22:33:44:55
rootDeviceHints:
deviceName: "/dev/disk/by-path/pci-0000:b1:00.0-scsi-0:1:0:0"
networkConfig: BOND
interfaces:
- name: bond0
type: bond
state: up
ipv4:
address:
- ip: 192.168.0.84
prefix-length: 24
enabled: true
link-aggregation:
mode: active-backup
port:
- eno1
- eno2
dns-resolver:
config:
server:
- 192.168.0.50
- 192.168.2.50
routes:
config:
- destination: 0.0.0.0/0
next-hop-address: 192.168.0.3
next-hop-interface: bond0
bootMode: UEFI
- name: master-2
role: master
bmc:
address: redfish-virtualmedia://192.168.1.192/redfish/v1/Systems/1
username: user
password: password
disableCertificateVerification: True
bootMACAddress: 00:11:22:33:44:66
rootDeviceHints:
deviceName: "/dev/disk/by-path/pci-0000:b1:00.0-scsi-0:1:0:0"
networkConfig: BOND
interfaces:
- name: bond0
type: bond
state: up
ipv4:
address:
- ip: 192.168.0.85
prefix-length: 24
enabled: true
link-aggregation:
mode: active-backup
port:
- eno1
- eno2
dns-resolver:
config:
server:
- 192.168.0.50
- 192.168.2.50
routes:
config:
- destination: 0.0.0.0/0
next-hop-address: 192.168.0.3
next-hop-interface: bond0
bootMode: UEFI
- name: master-3
role: master
bmc:
address: redfish-virtualmedia://192.168.1.189/redfish/v1/Systems/1
username: user
password: password
disableCertificateVerification: True
bootMACAddress: 00:11:22:33:44:77
rootDeviceHints:
deviceName: "/dev/disk/by-path/pci-0000:b1:00.0-scsi-0:1:0:0"
networkConfig: BOND
interfaces:
- name: bond0
type: bond
state: up
ipv4:
address:
- ip: 192.168.0.86
prefix-length: 24
enabled: true
link-aggregation:
mode: active-backup
port:
- eno1
- eno2
dns-resolver:
config:
server:
- 192.168.0.50
- 192.168.2.50
routes:
config:
- destination: 0.0.0.0/0
next-hop-address: 192.168.0.3
next-hop-interface: bond0
bootMode: UEFI
pullSecret: ''
sshKey: ''
- depends on
-
OCPBUGS-35355 ironic.service fails to start on bootstrap node when provisioning network is disabled
-
- Closed
-
- links to
-
RHBA-2024:6406
OpenShift Container Platform 4.14.z bug fix update