Skip to content

Commit f111075

Browse files
authored
Merge pull request #41544 from bmcelvee/OSDOCS-3052
OSDOCS-3052: Fix submitting a support case doc for OSD
2 parents 4302d0f + 9992cf2 commit f111075

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

modules/support-submitting-a-case.adoc

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,17 @@
1111

1212
.Prerequisites
1313

14+
ifndef::openshift-dedicated[]
15+
* You have access to the cluster as a user with the `cluster-admin` role.
1416
* You have installed the OpenShift CLI (`oc`).
17+
endif::openshift-dedicated[]
18+
ifdef::openshift-dedicated[]
19+
* You have access to the {cluster-manager-first}.
20+
endif::openshift-dedicated[]
1521
* You have a Red Hat Customer Portal account.
16-
* You have access to {cluster-manager-url}.
22+
ifndef::openshift-dedicated[]
23+
* You have a Red Hat standard or premium Subscription.
24+
endif::openshift-dedicated[]
1725

1826
.Procedure
1927

@@ -37,6 +45,14 @@ if this is not already autofilled).
3745
. Ensure that the account information presented is as expected, and if not, amend accordingly.
3846

3947
. Check that the autofilled {product-title} Cluster ID is correct. If it is not, manually obtain your cluster ID.
48+
ifdef::openshift-dedicated[]
49+
+
50+
* To manually obtain your cluster ID using {cluster-manager-url}:
51+
.. Navigate to *Clusters*.
52+
.. Click on the name of the cluster you need to open a support case for.
53+
.. Find the value in the *Cluster ID* field of the *Details* section of the *Overview* tab.
54+
endif::openshift-dedicated[]
55+
ifndef::openshift-dedicated[]
4056
+
4157
* To manually obtain your cluster ID using the {product-title} web console:
4258
.. Navigate to *Home* -> *Dashboards* -> *Overview*.
@@ -52,14 +68,18 @@ if this is not already autofilled).
5268
----
5369
$ oc get clusterversion -o jsonpath='{.items[].spec.clusterID}{"\n"}'
5470
----
71+
endif::openshift-dedicated[]
5572

5673
. Complete the following questions where prompted and then click *Continue*:
5774
+
5875
* Where are you experiencing the behavior? What environment?
5976
* When does the behavior occur? Frequency? Repeatedly? At certain times?
6077
* What information can you provide around time-frames and the business impact?
6178

62-
. Upload relevant diagnostic data files and click *Continue*. It is recommended to include data gathered using the `oc adm must-gather` command as a starting point, plus any issue specific data that is not collected by that command.
79+
. Upload relevant diagnostic data files and click *Continue*.
80+
ifndef::openshift-dedicated[]
81+
It is recommended to include data gathered using the `oc adm must-gather` command as a starting point, plus any issue specific data that is not collected by that command.
82+
endif::openshift-dedicated[]
6383

6484
. Input relevant case management details and click *Continue*.
6585

0 commit comments

Comments
 (0)