30bf51eb3f2fdb249452b0165cc300cfc297ac6b
ocp/ipi_bm_install-config.md
... | ... | @@ -1,3 +1,4 @@ |
1 | +``` |
|
1 | 2 | apiVersion: v1 |
2 | 3 | baseDomain: <domain> |
3 | 4 | metadata: |
... | ... | @@ -28,7 +29,7 @@ platform: |
28 | 29 | - name: openshift-master-0 |
29 | 30 | role: master |
30 | 31 | bmc: |
31 | - address: ipmi://<out_of_band_ip> |
|
32 | + address: redfish-virtualmedia://<out-of-band-ip>/redfish/v1/Systems/1 |
|
32 | 33 | username: <user> |
33 | 34 | password: <password> |
34 | 35 | bootMACAddress: <NIC1_mac_address> |
... | ... | @@ -37,7 +38,7 @@ platform: |
37 | 38 | - name: <openshift_master_1> |
38 | 39 | role: master |
39 | 40 | bmc: |
40 | - address: ipmi://<out_of_band_ip> |
|
41 | + address: redfish-virtualmedia://<out-of-band-ip>/redfish/v1/Systems/1 |
|
41 | 42 | username: <user> |
42 | 43 | password: <password> |
43 | 44 | bootMACAddress: <NIC1_mac_address> |
... | ... | @@ -46,7 +47,7 @@ platform: |
46 | 47 | - name: <openshift_master_2> |
47 | 48 | role: master |
48 | 49 | bmc: |
49 | - address: ipmi://<out_of_band_ip> |
|
50 | + address: redfish-virtualmedia://<out-of-band-ip>/redfish/v1/Systems/1 |
|
50 | 51 | username: <user> |
51 | 52 | password: <password> |
52 | 53 | bootMACAddress: <NIC1_mac_address> |
... | ... | @@ -55,18 +56,19 @@ platform: |
55 | 56 | - name: <openshift_worker_0> |
56 | 57 | role: worker |
57 | 58 | bmc: |
58 | - address: ipmi://<out_of_band_ip> |
|
59 | + address: redfish-virtualmedia://<out-of-band-ip>/redfish/v1/Systems/1 |
|
59 | 60 | username: <user> |
60 | 61 | password: <password> |
61 | 62 | bootMACAddress: <NIC1_mac_address> |
62 | 63 | - name: <openshift_worker_1> |
63 | 64 | role: worker |
64 | 65 | bmc: |
65 | - address: ipmi://<out_of_band_ip> |
|
66 | + address: redfish-virtualmedia://<out-of-band-ip>/redfish/v1/Systems/1 |
|
66 | 67 | username: <user> |
67 | 68 | password: <password> |
68 | 69 | bootMACAddress: <NIC1_mac_address> |
69 | 70 | rootDeviceHints: |
70 | 71 | deviceName: "<installation_disk_drive_path>" |
71 | 72 | pullSecret: '<pull_secret>' |
72 | -sshKey: '<ssh_pub_key>' |
|
... | ... | \ No newline at end of file |
0 | +sshKey: '<ssh_pub_key>' |
|
1 | +``` |
|
... | ... | \ No newline at end of file |