Skip to content

Commit 1e6eda4

Browse files
authored
Merge pull request #68476 from ShaunaDiaz/OSDOCS-8693
OSDOCS-8693: add Getting Support assembly MicroShift
2 parents d4abdae + e827c91 commit 1e6eda4

9 files changed

+96
-10
lines changed

_attributes/attributes-microshift.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919
:op-system-version: 9.2
2020
:op-system-version-major: 9
2121
:op-system-bundle: Red Hat Device Edge
22+
:rhde-version: 4
2223
:rpm-repo-version: rhocp-4.14
2324
:VirtProductName: OpenShift Virtualization

_topic_maps/_topic_map_ms.yml

+2
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ Topics:
7979
File: microshift-etcd
8080
- Name: The sos report tool
8181
File: microshift-sos-report
82+
- Name: Getting support
83+
File: microshift-getting-support
8284
---
8385
Name: API reference
8486
Dir: microshift_rest_api
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="microshift-getting-support"]
3+
= Getting support
4+
include::_attributes/attributes-microshift.adoc[]
5+
:context: getting-support
6+
7+
toc::[]
8+
9+
// Getting support; note these modules are OCP
10+
11+
include::modules/support.adoc[leveloffset=+1]
12+
include::modules/microshift-provide-feedback-jira-link.adoc[leveloffset=+1]
13+
include::modules/support-knowledgebase-about.adoc[leveloffset=+1]
14+
include::modules/support-knowledgebase-search.adoc[leveloffset=+1]
15+
include::modules/microshift-submitting-a-case.adoc[leveloffset=+1]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// Module included in the following assemblies:
2+
//
3+
// microshift_support/
4+
5+
:_mod-docs-content-type: CONCEPT
6+
[id="microshift-provide-feedback-jira-link_{context}"]
7+
= Providing documentation feedback
8+
9+
To report an error or to improve our documentation, log in to your link:https://issues.redhat.com[Red Hat Jira account] and submit a link:https://issues.redhat.com/secure/CreateIssueDetails!init.jspa?pid=12332330&issuetype=1&components=12370455&priority=10200&summary=[Jira issue].
+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * microshift_support/microshift-getting-support.adoc
4+
5+
:_mod-docs-content-type: PROCEDURE
6+
[id="microshift-support-submitting-a-case_{context}"]
7+
= Submitting a support case
8+
9+
.Prerequisites
10+
11+
* The {microshift-short} service is running.
12+
* You have installed the OpenShift CLI (`oc`).
13+
* You have a Red Hat Customer Portal account.
14+
* You have a Red Hat Standard or Premium subscription.
15+
16+
.Procedure
17+
18+
. Log in to link:https://access.redhat.com/support/cases/#/case/list[the *Customer Support* page] of the Red Hat Customer Portal.
19+
20+
. Click *Get support*.
21+
22+
. On the *Cases* tab of the *Customer Support* page:
23+
24+
.. Optional: Change the pre-filled account and owner details if needed.
25+
26+
.. Select the appropriate category for your issue, such as *Bug or Defect*, and click *Continue*.
27+
28+
. Enter the following information:
29+
30+
.. In the *Summary* field, enter a concise but descriptive problem summary and further details about the symptoms being experienced, as well as your expectations.
31+
32+
.. Select *{op-system-bundle}* from the *Product* drop-down menu.
33+
34+
.. Select *{rhde-version}* from the *Version* drop-down.
35+
36+
. Review the list of suggested Red Hat Knowledgebase solutions for a potential match against the problem that is being reported. If the suggested articles do not address the issue, click *Continue*.
37+
38+
. Review the updated list of suggested Red Hat Knowledgebase solutions for a potential match against the problem that is being reported. The list is refined as you provide more information during the case creation process. If the suggested articles do not address the issue, click *Continue*.
39+
40+
. Ensure that the account information presented is as expected, and if not, amend accordingly.
41+
42+
. Complete the following questions where prompted. Include which type of install type you are using, either RPM or embedded-image. Click *Continue*:
43+
+
44+
* What are you experiencing? What are you expecting to happen?
45+
* Define the value or impact to you or the business.
46+
* Where are you experiencing this behavior? What environment?
47+
* When does this behavior occur? Frequency? Repeatedly? At certain times?
48+
49+
. Upload relevant diagnostic data files and click *Continue*. Include data gathered using the `sos` tool or etcd as a starting point, plus any issue-specific data that is not collected in those logs.
50+
51+
. Add relevant case management details and click *Continue*.
52+
53+
. Preview the case details and click *Submit*.

modules/support-knowledgebase-about.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// * support/getting-support.adoc
55
// * service_mesh/v2x/ossm-troubleshooting-istio.adoc
66
// * osd_architecture/osd-support.adoc
7+
// * microshift_support/microshift-getting-support.adoc
78

89
:_mod-docs-content-type: CONCEPT
910
[id="support-knowledgebase-about_{context}"]

modules/support-knowledgebase-search.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// * support/getting-support.adoc
55
// * service_mesh/v2x/ossm-troubleshooting-istio.adoc
66
// * osd_architecture/osd-support.adoc
7+
// * microshift_support/microshift-getting-support.adoc
78

89
:_mod-docs-content-type: PROCEDURE
910
[id="support-knowledgebase-search_{context}"]

modules/support-submitting-a-case.adoc

+7-6
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ifdef::openshift-dedicated[]
2323
endif::openshift-dedicated[]
2424
* You have a Red Hat Customer Portal account.
2525
ifndef::openshift-dedicated[]
26-
* You have a Red Hat standard or premium Subscription.
26+
* You have a Red Hat Standard or Premium subscription.
2727
endif::openshift-dedicated[]
2828

2929
.Procedure
@@ -34,9 +34,9 @@ endif::openshift-dedicated[]
3434

3535
. On the *Cases* tab of the *Customer Support* page:
3636

37-
.. Optional: Change the pre-filled account and owner, if needed.
37+
.. Optional: Change the pre-filled account and owner details if needed.
3838

39-
.. Select the appropriate category for your issue,such as *Bug or Defect*, and click *Continue*.
39+
.. Select the appropriate category for your issue, such as *Bug or Defect*, and click *Continue*.
4040

4141
. Enter the following information:
4242

@@ -82,9 +82,10 @@ endif::openshift-dedicated[]
8282

8383
. Complete the following questions where prompted and then click *Continue*:
8484
+
85-
* Where are you experiencing the behavior? What environment?
86-
* When does the behavior occur? Frequency? Repeatedly? At certain times?
87-
* What information can you provide around time-frames and the business impact?
85+
* What are you experiencing? What are you expecting to happen?
86+
* Define the value or impact to you or the business.
87+
* Where are you experiencing this behavior? What environment?
88+
* When does this behavior occur? Frequency? Repeatedly? At certain times?
8889

8990
. Upload relevant diagnostic data files and click *Continue*.
9091
ifndef::openshift-dedicated[]

modules/support.adoc

+7-4
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,23 @@
1717
// * distr_tracing/distr_tracing_rn/distr-tracing-rn-2-7.adoc
1818
// * distr_tracing/distr_tracing_rn/distr-tracing-rn-2-8.adoc
1919
// * distr_tracing/distr_tracing_rn/distr-tracing-rn-2-9.adoc
20+
// * microshift_support/microshift-getting-support.adoc
2021

2122
[id="support_{context}"]
2223
= Getting support
2324

24-
If you experience difficulty with a procedure described in this documentation, or with {product-title} in general, visit the link:http://access.redhat.com[Red Hat Customer Portal]. From the Customer Portal, you can:
25+
If you experience difficulty with a procedure described in this documentation, or with {product-title} in general, visit the link:http://access.redhat.com[Red Hat Customer Portal].
26+
27+
From the Customer Portal, you can:
2528

2629
* Search or browse through the Red Hat Knowledgebase of articles and solutions relating to Red Hat products.
2730
* Submit a support case to Red Hat Support.
28-
// TODO: xref
2931
* Access other product documentation.
3032

33+
ifndef::microshift[]
3134
To identify issues with your cluster, you can use Insights in {cluster-manager-url}. Insights provides details about issues and, if available, information on how to solve a problem.
3235

3336
// TODO: verify that these settings apply for Service Mesh and OpenShift virtualization, etc.
3437
If you have a suggestion for improving this documentation or have found an
35-
error, submit a link:https://issues.redhat.com/secure/CreateIssueDetails!init.jspa?pid=12332330&summary=Documentation_issue&issuetype=1&components=12367614&priority=10200&versions=12385624[Jira issue] for the most relevant documentation component. Please
36-
provide specific details, such as the section name and {product-title} version.
38+
error, submit a link:https://issues.redhat.com/secure/CreateIssueDetails!init.jspa?pid=12332330&summary=Documentation_issue&issuetype=1&components=12367614&priority=10200&versions=12385624[Jira issue] for the most relevant documentation component. Please provide specific details, such as the section name and {product-title} version.
39+
endif::microshift[]

0 commit comments

Comments
 (0)