Skip to content

Commit 6333f72

Browse files
authored
Merge pull request #42782 from StephenJamesSmith/BZ2043222
BZ2043222:ZTP installation with SecureBoot enabled may fail
2 parents 6c1909a + 3e87d24 commit 6333f72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/ztp-creating-the-siteconfig-custom-resources.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ spec:
4848
bmcAddress: "idrac-virtualmedia+https://[2620:52::10e7:f602:70ff:fee4:f4e2]/redfish/v1/Systems/System.Embedded.1"
4949
bmcCredentialsName:
5050
name: "test-sno-bmh-secret"
51+
bmcDisableCertificateVerification: true <1>
5152
bootMACAddress: "0C:42:A1:8A:74:EC"
5253
bootMode: "UEFI"
5354
rootDeviceHints:
@@ -83,6 +84,7 @@ spec:
8384
next-hop-address: 2620:52:0:10e7::fc
8485
table-id: 254
8586
----
87+
<1> If you are using `UEFI SecureBoot`, add this line to prevent failures due to invalid or local certificates.
8688

8789
. Save the files and push them to the zero touch provisioning (ZTP) Git repository accessible from the hub cluster and defined as a source repository of the ArgoCD application.
8890

0 commit comments

Comments
 (0)