Skip to content

Commit b1e6241

Browse files
authored
Merge pull request #69261 from rohennes/OCPBUGS-9089-supermicro
OCPBUGS-9089: Disabling TLS for SuperMicro servers as it causes install problems in ZTP
2 parents e1f5fca + 273e370 commit b1e6241

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * scalability_and_performance/ztp_far_edge/ztp-deploying-far-edge-sites.adoc
4+
5+
:_mod-docs-content-type: PROCEDURE
6+
[id="ztp-troubleshooting-ztp-gitops-supermicro-tls_{context}"]
7+
= Troubleshooting {ztp} virtual media booting on Supermicro servers
8+
9+
SuperMicro X11 servers do not support virtual media installations when the image is served using the `https` protocol. As a result, {sno} deployments for this environment fail to boot on the target node. To avoid this issue, log in to the hub cluster and disable Transport Layer Security (TLS) in the `Provisioning` resource. This ensures the image is not served with TLS even though the image address uses the `https` scheme.
10+
11+
.Prerequisites
12+
13+
* You have installed the OpenShift CLI (`oc`).
14+
15+
* You have logged in to the hub cluster as a user with `cluster-admin` privileges.
16+
17+
.Procedure
18+
19+
. Disable TLS in the `Provisioning` resource by running the following command:
20+
+
21+
[source,terminal]
22+
----
23+
$ oc patch provisioning provisioning-configuration --type merge -p '{"spec":{"disableVirtualMediaTLS": true}}'
24+
----
25+
26+
. Continue the steps to deploy your {sno} cluster.

scalability_and_performance/ztp_far_edge/ztp-deploying-far-edge-sites.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ include::modules/ztp-monitoring-installation-progress.adoc[leveloffset=+1]
5151

5252
include::modules/ztp-troubleshooting-ztp-gitops-installation-crs.adoc[leveloffset=+1]
5353

54+
include::modules/ztp-troubleshooting-ztp-gitops-supermicro-tls.adoc[leveloffset=+1]
55+
5456
include::modules/ztp-site-cleanup.adoc[leveloffset=+1]
5557

5658
[role="_additional-resources"]

0 commit comments

Comments
 (0)