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:
5656 - name: <openshift _master_1 >
5757 role: master
5858 bmc:
59- address: ipmi://<out _of_band_ip > <4>
59+ address: ipmi://<out _of_band_ip >
6060 username: <user >
6161 password: <password >
6262 bootMACAddress: <NIC1_mac_address>
6363 rootDeviceHints:
64- deviceName: "<installation _disk_drive_path >" <5>
64+ deviceName: "<installation _disk_drive_path >"
6565 - name: <openshift _master_2 >
6666 role: master
6767 bmc:
68- address: ipmi://<out _of_band_ip > <4>
68+ address: ipmi://<out _of_band_ip >
6969 username: <user >
7070 password: <password >
7171 bootMACAddress: <NIC1_mac_address>
7272 rootDeviceHints:
73- deviceName: "<installation _disk_drive_path >" <5>
73+ deviceName: "<installation _disk_drive_path >"
7474 - name: <openshift _worker_0 >
7575 role: worker
7676 bmc:
77- address: ipmi://<out _of_band_ip > <4>
77+ address: ipmi://<out _of_band_ip >
7878 username: <user >
7979 password: <password >
8080 bootMACAddress: <NIC1_mac_address>
@@ -86,7 +86,7 @@ platform:
8686 password: <password >
8787 bootMACAddress: <NIC1_mac_address>
8888 rootDeviceHints:
89- deviceName: "<installation _disk_drive_path >" <5>
89+ deviceName: "<installation _disk_drive_path >"
9090pullSecret: '<pull_secret>'
9191sshKey: '<ssh_pub_key>'
9292----
You can’t perform that action at this time.
0 commit comments