Bug 2037813
Summary: | Metal Day 1 Networking - networkConfig Field Only Accepts String Format | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Yoav Porag <yporagpa> |
Component: | Installer | Assignee: | Andrea Fasano <afasano> |
Installer sub component: | OpenShift on Bare Metal IPI | QA Contact: | Yoav Porag <yporagpa> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | medium | ||
Priority: | medium | CC: | afasano, awolff, zbitter |
Version: | 4.10 | Keywords: | Triaged |
Target Milestone: | --- | ||
Target Release: | 4.10.0 | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-03-10 16:37:33 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
Yoav Porag
2022-01-06 15:47:06 UTC
installation with static ip node succeeded in yaml format. [kni@provisionhost-0-0 ~]$ vi install-config.yaml ........ - name: openshift-master-0-0 role: master bmc: address: redfish://192.168.123.1:8000/redfish/v1/Systems/892b423c-1681-455d-9fe0-1e0baa474492 disableCertificateVerification: True username: admin password: password bootMACAddress: 52:54:00:2a:24:21 networkConfig: routes: config: - destination: 0.0.0.0/0 next-hop-address: 192.168.123.1 next-hop-interface: enp0s4 dns-resolver: config: server: - 192.168.123.1 interfaces: - name: enp0s4 type: ethernet state: up ipv4: address: - ip: 192.168.123.100 prefix-length: 24 enabled: true rootDeviceHints: deviceName: /dev/sda ........ [kni@provisionhost-0-0 ~]$ oc get nodes NAME STATUS ROLES AGE VERSION master-0-0.ocp-edge-cluster-0.qe.lab.redhat.com Ready master 39m v1.23.0+e7c8504 master-0-1 Ready master 42m v1.23.0+e7c8504 master-0-2 Ready master 42m v1.23.0+e7c8504 worker-0-0 Ready worker 14m v1.23.0+e7c8504 worker-0-1 Ready worker 14m v1.23.0+e7c8504 verified 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 (Moderate: OpenShift Container Platform 4.10.3 security update), 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/RHSA-2022:0056 |