fd551d0fdfc38e7cf8cf9c8bf9117f613fe83797
ocp/ipi_bm_install-config.md
... | ... | @@ -36,7 +36,49 @@ platform: |
36 | 36 | rootDeviceHints: |
37 | 37 | deviceName: "<installation_disk_drive_path>" |
38 | 38 | networkConfig: |
39 | - |
|
39 | + dns: |
|
40 | + config: |
|
41 | + server: |
|
42 | + - 192.0.2.1 |
|
43 | + search: |
|
44 | + - example.org |
|
45 | + routes: |
|
46 | + config: |
|
47 | + - destination: 0.0.0.0/0 |
|
48 | + next-hop-interface: eth1 |
|
49 | + next-hop-address: 192.0.2.1 |
|
50 | + |
|
51 | + interfaces: |
|
52 | + - ipv4: |
|
53 | + enabled: false |
|
54 | + ipv6: |
|
55 | + enabled: false |
|
56 | + link-aggregation: |
|
57 | + mode: active-backup |
|
58 | + options: |
|
59 | + all_slaves_active: delivered |
|
60 | + miimon: "140" |
|
61 | + ports: |
|
62 | + - en0s1 |
|
63 | + - en1s1 |
|
64 | + name: bond0 |
|
65 | + state: up |
|
66 | + type: bond |
|
67 | + - ipv4: |
|
68 | + address: |
|
69 | + - ip: 192.168.143.15 |
|
70 | + prefix-length: 20 |
|
71 | + dhcp: false |
|
72 | + enabled: true |
|
73 | + ipv6: |
|
74 | + enabled: false |
|
75 | + name: bond0.1516 |
|
76 | + state: up |
|
77 | + type: vlan |
|
78 | + vlan: |
|
79 | + base-iface: bond0 |
|
80 | + id: 1516 |
|
81 | + reorder-headers: true |
|
40 | 82 | - name: <openshift_master_1> |
41 | 83 | role: master |
42 | 84 | bmc: |