From 3cc70eeb90c8bd97aef1d26060c8481ad9cbf1ae Mon Sep 17 00:00:00 2001 From: Shreya Siddhartha Date: Thu, 17 Nov 2022 16:24:16 +0530 Subject: [PATCH] RHDEVDOCS-3866 Merging the accessing perspectives sections --- modules/about-developer-perspective.adoc | 5 ++++ ...cessing-the-administrator-perspective.adoc | 13 --------- .../odc-accessing-developer-perspective.adoc | 25 ----------------- modules/odc-accessing-perspectives.adoc | 28 +++++++++++++++++++ web_console/web-console-overview.adoc | 5 ++-- 5 files changed, 35 insertions(+), 41 deletions(-) delete mode 100644 modules/accessing-the-administrator-perspective.adoc delete mode 100644 modules/odc-accessing-developer-perspective.adoc create mode 100644 modules/odc-accessing-perspectives.adoc diff --git a/modules/about-developer-perspective.adoc b/modules/about-developer-perspective.adoc index e0753e1588..840c362297 100644 --- a/modules/about-developer-perspective.adoc +++ b/modules/about-developer-perspective.adoc @@ -27,3 +27,8 @@ The *Developer* perspective provides workflows specific to developer use cases, * Group components within an application and connect the components within and across applications. * Integrate serverless capabilities (Technology Preview). * Create workspaces to edit your application code using Eclipse Che. + +You can use the *Topology* view to display applications, components, and workloads of your project. If you have no workloads in the project, the *Topology* view will show some links to create or import them. You can also use the *Quick Search* to import components directly. + +.Additional Resources +See link:https://docs.openshift.com/container-platform/4.11/applications/odc-viewing-application-composition-using-topology-view.html[Viewing application composition using the Topology] view for more information on using the *Topology* view in *Developer* perspective. diff --git a/modules/accessing-the-administrator-perspective.adoc b/modules/accessing-the-administrator-perspective.adoc deleted file mode 100644 index 425306d1be..0000000000 --- a/modules/accessing-the-administrator-perspective.adoc +++ /dev/null @@ -1,13 +0,0 @@ -// Module included in the following assemblies: -// -// web_console/about-administrator-perspective.adoc - -:_content-type: PROCEDURE -[id="accessing-the-administrator-perspective_{context}"] -= Accessing the Administrator perspective - -The *Administrator* perspective in the {product-title} web console provides workflows specific to administrator use cases. You can access the *Administrator* perspective from the web console as follows: - -.Procedure - -* Log in to the {product-title} web console using your login credentials to access the *Administrator* perspective. diff --git a/modules/odc-accessing-developer-perspective.adoc b/modules/odc-accessing-developer-perspective.adoc deleted file mode 100644 index a2dd88f188..0000000000 --- a/modules/odc-accessing-developer-perspective.adoc +++ /dev/null @@ -1,25 +0,0 @@ -// Module included in the following assemblies: -// -// web_console/odc-about-developer-perspective.adoc - -:_content-type: PROCEDURE -[id="accessing-developer-perspective_{context}"] -= Accessing the Developer perspective - -The *Developer* perspective in the {product-title} web console provides workflows specific to developer use cases. - -You can access the *Developer* perspective from the web console as follows: - -.Prerequisites -To access the *Developer* perspective, ensure that you have logged in to the web console. The default view for the {product-title} web console is the *Developer* perspective. - -.Procedure - -. Use the perspective switcher to switch to the *Developer* perspective. The *Topology* view with a list of all the projects in your cluster is displayed. -+ -.Developer perspective -image::web_console_perspectives.png[The administrator and developer perspectives in the {product-title} web console.] -+ -. Select an existing project from the list or use the *Project* drop-down list to create a new project. - -If you have no workloads or applications in the project, the *Topology* view displays the available options to create applications. If you have existing workloads, the *Topology* view graphically displays your workload nodes. diff --git a/modules/odc-accessing-perspectives.adoc b/modules/odc-accessing-perspectives.adoc new file mode 100644 index 0000000000..ae35995d6e --- /dev/null +++ b/modules/odc-accessing-perspectives.adoc @@ -0,0 +1,28 @@ +// Module included in the following assemblies: +// +// web_console/web-console-overview.adoc + +:_content-type: PROCEDURE +[id="accessing-perspectives_{context}"] += Accessing the Perspectives + + +You can access the *Administrator* and *Developer* perspective from the web console as follows: + +.Prerequisites +To access a perspective, ensure that you have logged in to the web console. Your default perspective is automatically determined by the permission of the users. The *Administrator* perspective is selected for users with access to all projects, while the *Developer* perspective is selected for users with limited access to their own projects + +.Additional Resources +See link:https://docs.openshift.com/container-platform/4.11/web_console/adding-user-preferences.html[Adding User Preferences] for more information on changing perspectives. + + +.Procedure + +. Use the perspective switcher to switch to the *Administrator* or *Developer* perspective. + +. Select an existing project from the *Project* drop-down list. You can also create a new project from this dropdown. + +[NOTE] +==== +You can use the perspective switcher only as `cluster-admin`. +==== diff --git a/web_console/web-console-overview.adoc b/web_console/web-console-overview.adoc index 25d75795a2..3f2fd8ac72 100644 --- a/web_console/web-console-overview.adoc +++ b/web_console/web-console-overview.adoc @@ -17,10 +17,9 @@ include::modules/about-administrator-perspective.adoc[leveloffset=+1] See xref:../web_console/odc-about-web-terminal.adoc#odc-about-web-terminal[About the web terminal in the web console] for more information on the web terminal Operator. -include::modules/accessing-the-administrator-perspective.adoc[leveloffset=+2] include::modules/about-developer-perspective.adoc[leveloffset=+1] -include::modules/odc-accessing-developer-perspective.adoc[leveloffset=+2] +include::modules/odc-accessing-perspectives.adoc[leveloffset=+1] [role="_additional-resources"] .Additional resources @@ -34,4 +33,4 @@ include::modules/odc-accessing-developer-perspective.adoc[leveloffset=+2] * xref:../web_console/customizing-the-web-console.adoc#customizing-web-console[Customizing the web console] * xref:../web_console/odc-about-web-terminal.adoc#odc-about-web-terminal[Launching an embedded command line terminal instance in the web console] * xref:../web_console/creating-quick-start-tutorials.adoc#creating-quick-start-tutorials[Creating quick start tutorials] -* xref:../web_console/disabling-web-console.adoc#disabling-web-console[Disabling the web console] +* xref:../web_console/disabling-web-console.adoc#disabling-web-console[Disabling the web console] \ No newline at end of file