Skip to content

Commit 8a85dd3

Browse files
authored
Merge pull request #53523 from aireilly/TELCODOCS-1049
TELCODOCS-1049 - removes biosConfigRef from 4.11 and 4.12 docs
2 parents af2645a + 797f46c commit 8a85dd3

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

snippets/ztp-example-siteconfig.adoc

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,15 @@ spec:
3434
nodes:
3535
- hostName: "example-node.example.com" <6>
3636
role: "master"
37-
#biosConfigRef:
38-
# filePath: "example-hw.profile" <7>
39-
bmcAddress: idrac-virtualmedia://<out_of_band_ip>/<system_id>/ <8>
37+
bmcAddress: idrac-virtualmedia://<out_of_band_ip>/<system_id>/ <7>
4038
bmcCredentialsName:
41-
name: "bmh-secret" <9>
39+
name: "bmh-secret" <8>
4240
bootMACAddress: "AA:BB:CC:DD:EE:11"
43-
bootMode: "UEFI" <10>
41+
bootMode: "UEFI" <9>
4442
rootDeviceHints:
4543
wwn: "0x11111000000asd123"
46-
cpuset: "0-1,52-53" <11>
47-
nodeNetwork: <12>
44+
cpuset: "0-1,52-53" <10>
45+
nodeNetwork: <11>
4846
interfaces:
4947
- name: eno1
5048
macAddress: "AA:BB:CC:DD:EE:11"
@@ -56,7 +54,7 @@ spec:
5654
macAddress: "AA:BB:CC:DD:EE:11"
5755
ipv4:
5856
enabled: false
59-
ipv6: <13>
57+
ipv6: <12>
6058
enabled: true
6159
address:
6260
- ip: 1111:2222:3333:4444::aaaa:1
@@ -80,10 +78,9 @@ spec:
8078
<4> Cluster labels must correspond to the `bindingRules` field in the `PolicyGenTemplate` CRs that you define. For example, `policygentemplates/common-ranGen.yaml` applies to all clusters with `common: true` set, `policygentemplates/group-du-sno-ranGen.yaml` applies to all clusters with `group-du-sno: ""` set.
8179
<5> Optional. The CR specifed under `KlusterletAddonConfig` is used to override the default `KlusterletAddonConfig` that is created for the cluster.
8280
<6> For single-node deployments, define a single host. For three-node deployments, define three hosts. For standard deployments, define three hosts with `role: master` and two or more hosts defined with `role: worker`.
83-
<7> Optional. Use `biosConfigRef` to configure desired firmware for the host.
84-
<8> Applies to all cluster types. Specifies the BMC address. ZTP supports iPXE and virtual media booting by using Redfish or IPMI protocols.
85-
<9> Create the `bmh-secret` CR that specifies the BMC credentials. Use the same namespace as the `SiteConfig` CR.
86-
<10> Use `UEFISecureBoot` to enable secure boot on the host.
87-
<11> `cpuset` should match the value set in the cluster `PerformanceProfile` CR `.spec.cpu.reserved` field for workload partitioning.
88-
<12> Specifies the network settings for the node.
89-
<13> Configures the IPv6 address for the host. For {sno} clusters with static IP addresses, the node-specific API and Ingress IPs should be the same.
81+
<7> BMC address that you use to access the host. Applies to all cluster types. ZTP supports iPXE and virtual media booting by using Redfish or IPMI protocols.
82+
<8> Name of the `bmh-secret` CR that you separately create with the host BMC credentials. When creating the `bmh-secret` CR, use the same namespace as the `SiteConfig` CR that provisions the host.
83+
<9> Configures the boot mode for the host. The default value is `UEFI`. Use `UEFISecureBoot` to enable secure boot on the host.
84+
<10> `cpuset` must match the value set in the cluster `PerformanceProfile` CR `spec.cpu.reserved` field for workload partitioning.
85+
<11> Specifies the network settings for the node.
86+
<12> Configures the IPv6 address for the host. For {sno} clusters with static IP addresses, the node-specific API and Ingress IPs should be the same.

0 commit comments

Comments
 (0)