ocp/ipi_bm_install-config.md
... ...
@@ -88,6 +88,50 @@ platform:
88 88
bootMACAddress: <NIC1_mac_address>
89 89
rootDeviceHints:
90 90
deviceName: "<installation_disk_drive_path>"
91
+ networkConfig:
92
+ dns:
93
+ config:
94
+ server:
95
+ - 192.0.2.1
96
+ search:
97
+ - example.org
98
+ routes:
99
+ config:
100
+ - destination: 0.0.0.0/0
101
+ next-hop-interface: eth1
102
+ next-hop-address: 192.0.2.1
103
+
104
+ interfaces:
105
+ - ipv4:
106
+ enabled: false
107
+ ipv6:
108
+ enabled: false
109
+ link-aggregation:
110
+ mode: active-backup
111
+ options:
112
+ all_slaves_active: delivered
113
+ miimon: "140"
114
+ ports:
115
+ - en0s1
116
+ - en1s1
117
+ name: bond0
118
+ state: up
119
+ type: bond
120
+ - ipv4:
121
+ address:
122
+ - ip: 192.168.143.15
123
+ prefix-length: 20
124
+ dhcp: false
125
+ enabled: true
126
+ ipv6:
127
+ enabled: false
128
+ name: bond0.1516
129
+ state: up
130
+ type: vlan
131
+ vlan:
132
+ base-iface: bond0
133
+ id: 1516
134
+ reorder-headers: true
91 135
- name: <openshift_master_2>
92 136
role: master
93 137
bmc:
... ...
@@ -97,6 +141,50 @@ platform:
97 141
bootMACAddress: <NIC1_mac_address>
98 142
rootDeviceHints:
99 143
deviceName: "<installation_disk_drive_path>"
144
+ networkConfig:
145
+ dns:
146
+ config:
147
+ server:
148
+ - 192.0.2.1
149
+ search:
150
+ - example.org
151
+ routes:
152
+ config:
153
+ - destination: 0.0.0.0/0
154
+ next-hop-interface: eth1
155
+ next-hop-address: 192.0.2.1
156
+
157
+ interfaces:
158
+ - ipv4:
159
+ enabled: false
160
+ ipv6:
161
+ enabled: false
162
+ link-aggregation:
163
+ mode: active-backup
164
+ options:
165
+ all_slaves_active: delivered
166
+ miimon: "140"
167
+ ports:
168
+ - en0s1
169
+ - en1s1
170
+ name: bond0
171
+ state: up
172
+ type: bond
173
+ - ipv4:
174
+ address:
175
+ - ip: 192.168.143.15
176
+ prefix-length: 20
177
+ dhcp: false
178
+ enabled: true
179
+ ipv6:
180
+ enabled: false
181
+ name: bond0.1516
182
+ state: up
183
+ type: vlan
184
+ vlan:
185
+ base-iface: bond0
186
+ id: 1516
187
+ reorder-headers: true
100 188
- name: <openshift_worker_0>
101 189
role: worker
102 190
bmc:
... ...
@@ -104,6 +192,50 @@ platform:
104 192
username: <user>
105 193
password: <password>
106 194
bootMACAddress: <NIC1_mac_address>
195
+ networkConfig:
196
+ dns:
197
+ config:
198
+ server:
199
+ - 192.0.2.1
200
+ search:
201
+ - example.org
202
+ routes:
203
+ config:
204
+ - destination: 0.0.0.0/0
205
+ next-hop-interface: eth1
206
+ next-hop-address: 192.0.2.1
207
+
208
+ interfaces:
209
+ - ipv4:
210
+ enabled: false
211
+ ipv6:
212
+ enabled: false
213
+ link-aggregation:
214
+ mode: active-backup
215
+ options:
216
+ all_slaves_active: delivered
217
+ miimon: "140"
218
+ ports:
219
+ - en0s1
220
+ - en1s1
221
+ name: bond0
222
+ state: up
223
+ type: bond
224
+ - ipv4:
225
+ address:
226
+ - ip: 192.168.143.15
227
+ prefix-length: 20
228
+ dhcp: false
229
+ enabled: true
230
+ ipv6:
231
+ enabled: false
232
+ name: bond0.1516
233
+ state: up
234
+ type: vlan
235
+ vlan:
236
+ base-iface: bond0
237
+ id: 1516
238
+ reorder-headers: true
107 239
- name: <openshift_worker_1>
108 240
role: worker
109 241
bmc:
... ...
@@ -113,6 +245,50 @@ platform:
113 245
bootMACAddress: <NIC1_mac_address>
114 246
rootDeviceHints:
115 247
deviceName: "<installation_disk_drive_path>"
248
+ networkConfig:
249
+ dns:
250
+ config:
251
+ server:
252
+ - 192.0.2.1
253
+ search:
254
+ - example.org
255
+ routes:
256
+ config:
257
+ - destination: 0.0.0.0/0
258
+ next-hop-interface: eth1
259
+ next-hop-address: 192.0.2.1
260
+
261
+ interfaces:
262
+ - ipv4:
263
+ enabled: false
264
+ ipv6:
265
+ enabled: false
266
+ link-aggregation:
267
+ mode: active-backup
268
+ options:
269
+ all_slaves_active: delivered
270
+ miimon: "140"
271
+ ports:
272
+ - en0s1
273
+ - en1s1
274
+ name: bond0
275
+ state: up
276
+ type: bond
277
+ - ipv4:
278
+ address:
279
+ - ip: 192.168.143.15
280
+ prefix-length: 20
281
+ dhcp: false
282
+ enabled: true
283
+ ipv6:
284
+ enabled: false
285
+ name: bond0.1516
286
+ state: up
287
+ type: vlan
288
+ vlan:
289
+ base-iface: bond0
290
+ id: 1516
291
+ reorder-headers: true
116 292
pullSecret: '<pull_secret>'
117 293
sshKey: '<ssh_pub_key>'
118 294
```
... ...
\ No newline at end of file