Skip to content

Commit b8b4179

Browse files
authored
Merge pull request #87029 from jneczypor/OSDOCS-12561
OSDOCS-12561: Web Console- Classic to HCP breakout P3/P4
2 parents 11b5109 + 6ef3ec4 commit b8b4179

File tree

8 files changed

+62
-25
lines changed

8 files changed

+62
-25
lines changed

_topic_maps/_topic_map_rosa.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,6 @@ Topics:
439439
File: using-dashboard-to-get-cluster-information
440440
- Name: Adding user preferences
441441
File: adding-user-preferences
442-
Distros: openshift-enterprise,openshift-origin
443442
# cannot patch resource "consoles", insufficient permissions to read any Cluster configuration
444443
#- Name: Configuring the web console
445444
# File: configuring-web-console

_topic_maps/_topic_map_rosa_hcp.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,48 @@ Topics:
214214
- Name: Creating ROSA with HCP clusters with external authentication
215215
File: rosa-hcp-sts-creating-a-cluster-ext-auth
216216
---
217+
Name: Web console
218+
Dir: web_console
219+
Distros: openshift-rosa-hcp
220+
Topics:
221+
- Name: Web console overview
222+
File: web-console-overview
223+
- Name: Accessing the web console
224+
File: web-console
225+
- Name: Viewing cluster information
226+
File: using-dashboard-to-get-cluster-information
227+
- Name: Adding user preferences
228+
File: adding-user-preferences
229+
- Name: Dynamic plugins
230+
Dir: dynamic-plugin
231+
Distros: openshift-rosa-hcp
232+
Topics:
233+
- Name: Overview of dynamic plugins
234+
File: overview-dynamic-plugin
235+
- Name: Getting started with dynamic plugins
236+
File: dynamic-plugins-get-started
237+
- Name: Deploy your plugin on a cluster
238+
File: deploy-plugin-cluster
239+
- Name: Dynamic plugin example
240+
File: dynamic-plugin-example
241+
- Name: Dynamic plugin reference
242+
File: dynamic-plugins-reference
243+
- Name: Web terminal
244+
Dir: web_terminal
245+
Distros: openshift-rosa-hcp
246+
Topics:
247+
- Name: Installing the web terminal
248+
File: installing-web-terminal
249+
- Name: Using the web terminal
250+
File: odc-using-web-terminal
251+
- Name: Troubleshooting the web terminal
252+
File: troubleshooting-web-terminal
253+
- Name: Uninstalling the web terminal
254+
File: uninstalling-web-terminal
255+
- Name: About quick start tutorials
256+
File: creating-quick-start-tutorials
257+
Distros: openshift-rosa-hcp
258+
---
217259
Name: Red Hat OpenShift Cluster Manager
218260
Dir: ocm
219261
Distros: openshift-rosa-hcp

modules/web-console-overview.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
The web console runs as a pod on the control plane node. The static assets required to run the web console are served by the pod.
99

10-
ifndef::openshift-rosa,openshift-dedicated[]
10+
ifndef::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
1111
After you install {product-title} using the `openshift-install create cluster` command, you can find the web console URL and login credentials for the installed cluster in the CLI output of the installation program. For example:
1212

1313
[source,terminal]
@@ -28,9 +28,9 @@ For existing clusters that you did not install, you can use `oc whoami --show-co
2828
====
2929
The `dir` parameter specifies the `assets` directory, which stores the manifest files, the ISO image, and the `auth` directory. The `auth` directory stores the `kubeadmin-password` and `kubeconfig` files. As a `kubeadmin` user, you can use the `kubeconfig` file to access the cluster with the following setting: `export KUBECONFIG=<install_directory>/auth/kubeconfig`. The `kubeconfig` is specific to the generated ISO image, so if the `kubeconfig` is set and the `oc` command fails, it is possible that the system did not boot with the generated ISO image. To perform debugging, during the bootstrap process, you can log in to the console as the `core` user by using the contents of the `kubeadmin-password` file.
3030
====
31-
endif::openshift-rosa,openshift-dedicated[]
31+
endif::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
3232

33-
ifdef::openshift-rosa,openshift-dedicated[]
33+
ifdef::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
3434

3535
.Procedure
3636

@@ -39,4 +39,4 @@ ifdef::openshift-rosa,openshift-dedicated[]
3939
. On the cluster *Overview* tab, click *Open console*, and log in with your credentials.
4040

4141
Alternatively, use the `oc whoami --show-console` command to get the web console URL.
42-
endif::openshift-rosa,openshift-dedicated[]
42+
endif::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]

web_console/creating-quick-start-tutorials.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ include::modules/quick-start-content-guidelines.adoc[leveloffset=+1]
4747
[role="_additional-resources"]
4848
== Additional resources
4949

50-
* For voice and tone requirements, refer to link:https://www.patternfly.org/v4/ux-writing/brand-voice-and-tone[PatternFly's brand voice and tone guidelines].
51-
* For other UX content guidance, refer to all areas of link:https://www.patternfly.org/v4/ux-writing/about[PatternFly's UX writing style guide].
50+
* For voice and tone requirements, refer to link:https://www.patternfly.org/ux-writing/brand-voice-and-tone[PatternFly's brand voice and tone guidelines].
51+
* For other UX content guidance, refer to all areas of link:https://www.patternfly.org/ux-writing/about[PatternFly's UX writing style guide].
5252
endif::openshift-rosa,openshift-dedicated[]

web_console/dynamic-plugin/deploy-plugin-cluster.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ include::modules/deployment-plug-in-cluster.adoc[leveloffset=+1]
1414

1515
include::modules/dynamic-plugin-proxy-service.adoc[leveloffset=+1]
1616

17-
ifndef::openshift-rosa,openshift-dedicated[]
17+
ifndef::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
1818
[role="_additional-resources"]
1919
.Additional resources
2020
2121
* xref:../../security/certificate_types_descriptions/service-ca-certificates.adoc#service-ca-certificates[Service CA certificates]
2222
* xref:../../security/certificates/service-serving-certificate.adoc#service-serving-certificate[Securing service traffic using service serving certificate secrets]
2323
* xref:../../web_console/dynamic-plugin/dynamic-plugins-reference.adoc#dynamic-plugin-api_dynamic-plugins-reference[Dynamic plugin API]
24-
endif::openshift-rosa,openshift-dedicated[]
24+
endif::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
2525
2626
include::modules/disabling-plug-in-browser.adoc[leveloffset=+1]
2727
28-
ifndef::openshift-rosa,openshift-dedicated[]
28+
ifndef::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
2929
[role="_additional-resources"]
3030
[id="dynamic-plugins_additional-resources"]
3131
== Additional resources
3232
3333
* xref:../../applications/working_with_helm_charts/understanding-helm.adoc#understaning-helm[Understanding Helm]
34-
endif::openshift-rosa,openshift-dedicated[]
34+
endif::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]

web_console/dynamic-plugin/dynamic-plugins-reference.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ include::modules/dynamic-plugin-api.adoc[leveloffset=+1]
1414

1515
include::modules/troubleshooting-dynamic-plugin.adoc[leveloffset=+1]
1616

17-
ifndef::openshift-rosa,openshift-dedicated[]
17+
ifndef::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
1818
[role="_additional-resources"]
1919
.Additional resources
2020
* xref:../../security/certificates/service-serving-certificate.adoc#understanding-service-serving_service-serving-certificate[Understanding service serving certificates]
21-
endif::openshift-rosa,openshift-dedicated[]
21+
endif::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]

web_console/web-console-overview.adoc

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,20 @@ include::modules/odc-accessing-perspectives.adoc[leveloffset=+1]
1717
[role="_additional-resources"]
1818
.Additional resources
1919

20-
ifndef::openshift-rosa,openshift-dedicated[]
20+
ifndef::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
2121
* xref:../welcome/learn_more_about_openshift.adoc#cluster-administrator[Learn more about Cluster Administrator]
2222
* xref:../getting_started/openshift-overview.adoc#for-administrators[Overview of the *Administrator* perspective]
2323
* xref:../applications/creating_applications/odc-creating-applications-using-developer-perspective.adoc#odc-creating-applications-using-developer-perspective[Creating and deploying applications on {product-title} using the *Developer* perspective]
2424
* xref:../applications/odc-viewing-application-composition-using-topology-view.adoc#odc-viewing-application-composition-using-topology-view[Viewing the applications in your project, verifying their deployment status, and interacting with them in the *Topology* view]
25-
endif::openshift-rosa,openshift-dedicated[]
25+
endif::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
2626
* xref:../web_console/using-dashboard-to-get-cluster-information.adoc#using-dashboard-to-get-cluster-info[Viewing cluster information]
27-
ifndef::openshift-rosa,openshift-dedicated[]
27+
ifndef::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
2828
* xref:../web_console/configuring-web-console.adoc#configuring-web-console[Configuring the web console]
29-
endif::openshift-rosa,openshift-dedicated[]
30-
ifndef::openshift-rosa,openshift-dedicated[]
3129
* xref:../web_console/customizing-the-web-console.adoc#customizing-web-console[Customizing the web console]
32-
endif::openshift-rosa,openshift-dedicated[]
33-
ifndef::openshift-rosa,openshift-dedicated[]
3430
* xref:../web_console/customizing-the-web-console.adoc#customizing-web-console[About the web console]
35-
endif::openshift-rosa,openshift-dedicated[]
31+
endif::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
3632
* xref:../web_console/web_terminal/odc-using-web-terminal.adoc#odc-using-web-terminal[Using the web terminal]
3733
* xref:../web_console/creating-quick-start-tutorials.adoc#creating-quick-start-tutorials[Creating quick start tutorials]
38-
ifndef::openshift-rosa,openshift-dedicated[]
34+
ifndef::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
3935
* xref:../web_console/disabling-web-console.adoc#disabling-web-console[Disabling the web console]
40-
endif::openshift-rosa,openshift-dedicated[]
36+
endif::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]

web_console/web-console.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ include::modules/web-console-overview.adoc[leveloffset=+1]
2424
// include::modules/multi-cluster-about.adoc[leveloffset=+1]
2525
//include::modules/enabling-multi-cluster-console.adoc[leveloffset=+2]
2626

27-
ifndef::openshift-rosa,openshift-dedicated[]
27+
ifndef::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
2828
[role="_additional-resources"]
2929
.Additional resources
3030
* xref:../nodes/clusters/nodes-cluster-enabling-features.adoc[Enabling feature sets using the web console]
31-
endif::openshift-rosa,openshift-dedicated[]
31+
endif::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]

0 commit comments

Comments
 (0)