File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -56,25 +56,25 @@ platform:
56
56
- name: <openshift _master_1 >
57
57
role: master
58
58
bmc:
59
- address: ipmi://<out _of_band_ip > <4>
59
+ address: ipmi://<out _of_band_ip >
60
60
username: <user >
61
61
password: <password >
62
62
bootMACAddress: <NIC1_mac_address>
63
63
rootDeviceHints:
64
- deviceName: "<installation _disk_drive_path >" <5>
64
+ deviceName: "<installation _disk_drive_path >"
65
65
- name: <openshift _master_2 >
66
66
role: master
67
67
bmc:
68
- address: ipmi://<out _of_band_ip > <4>
68
+ address: ipmi://<out _of_band_ip >
69
69
username: <user >
70
70
password: <password >
71
71
bootMACAddress: <NIC1_mac_address>
72
72
rootDeviceHints:
73
- deviceName: "<installation _disk_drive_path >" <5>
73
+ deviceName: "<installation _disk_drive_path >"
74
74
- name: <openshift _worker_0 >
75
75
role: worker
76
76
bmc:
77
- address: ipmi://<out _of_band_ip > <4>
77
+ address: ipmi://<out _of_band_ip >
78
78
username: <user >
79
79
password: <password >
80
80
bootMACAddress: <NIC1_mac_address>
@@ -86,7 +86,7 @@ platform:
86
86
password: <password >
87
87
bootMACAddress: <NIC1_mac_address>
88
88
rootDeviceHints:
89
- deviceName: "<installation _disk_drive_path >" <5>
89
+ deviceName: "<installation _disk_drive_path >"
90
90
pullSecret: '<pull_secret>'
91
91
sshKey: '<ssh_pub_key>'
92
92
----
You can’t perform that action at this time.
0 commit comments