Skip to content

Commit b96aa5c

Browse files
committed
Add Titles to all ODC Screenshots
1 parent cb1951c commit b96aa5c

16 files changed

+45
-23
lines changed

applications/application_life_cycle_management/odc-creating-applications-using-developer-perspective.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ toc::[]
77

88
The *Developer* perspective in the web console provides you the following options from the *Add* view to create applications and associated services and deploy them on {product-title}:
99

10-
image::odc_add_view.png[Add View]
10+
.Add view
11+
image::odc_add_view.png[]
1112

1213
* *From Git*: Use this option to import an existing codebase in a Git repository to create, build, and deploy an application on {product-title}.
1314
* *Container Image*: Use existing images from an image stream or registry to deploy it on to {product-title}.

modules/odc-accessing-developer-perspective.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ You can access the *Developer* perspective from the web console as follows:
1414
. Log in to the {product-title} web console using your login credentials. The default view for the {product-title} web console is the *Administrator* perspective.
1515
. 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.
1616
+
17-
image::odc_developer_perspective.png[Developer Perspective]
17+
.Developer perspective
18+
image::odc_developer_perspective.png[]
1819
+
1920
. Select an existing project from the list or use the *Project* drop-down list to create a new project.
2021

modules/odc-connecting-components.adoc

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,16 @@ This procedure walks through an example of creating a visual connection between
2727

2828
. Hover over the MongoDB service to see a dangling arrow on the node.
2929
+
30-
image::odc_connector.png[Connector]
30+
.Connector
31+
image::odc_connector.png[]
3132

3233
. Click and drag the arrow towards the Node.js component to connect the MongoDB service with it.
3334
. Click on the MongoDB service to see the *Overview* Panel. In the *Annotations* section, click the edit icon to see the *Key = `app.openshift.io/connects-to`* and *Value = `[{"apiVersion":"apps.openshift.io/v1","kind":"DeploymentConfig","name":"nodejs-ex"}]`* annotation added to the service.
3435

3536
Similarly you can create other applications and components and establish connections between them.
36-
+
37-
image::odc_connecting_multiple_applications.png[Connecting Multiple Applications]
37+
38+
.Connecting multiple applications
39+
image::odc_connecting_multiple_applications.png[]
3840

3941
== Creating a binding connection between components
4042

@@ -108,4 +110,5 @@ A DB instance is now deployed in the *Topology* view.
108110
. In the *Topology* view, hover over the Node.js component to see a dangling arrow on the node.
109111
. Click and drag the arrow towards the *db-demo-postgresql* service to make a binding connection with the Node.js application. A `ServiceBindingRequest` is created and the *Service Binding Operator* controller injects the DB connection information into the application `Deployment` as environment variables. After the request is successful, the application is redeployed and the connection is established.
110112
+
111-
image::odc-binding-connector.png[Binding Connector]
113+
.Binding connector
114+
image::odc-binding-connector.png[]

modules/odc-creating-projects-using-developer-perspective.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ You can create a project using the *Developer* perspective, as follows:
2121

2222
. Click the *Project* drop-down menu to see a list of all available projects. Select *Create Project*.
2323
+
24-
image::odc_create_project.png[Create Project]
24+
.Create project
25+
image::odc_create_project.png[]
2526

2627
. In the *Create Project* dialog box, enter a unique name, such as `myproject`, in the *Name* field.
2728
. Optional: Add the *Display Name* and *Description* details for the project.

modules/odc-editing-application-configuration-using-developer-perspective.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ Ensure that you have created an application using the *From Git*, *Container Im
1919

2020
. After you have created an application and it is displayed in the *Topology* view, right-click the application to see the edit options available.
2121
+
22-
image::odc_edit_app.png[Edit application]
22+
.Edit application
23+
image::odc_edit_app.png[]
2324
+
2425
. Click *Edit _application-name_* to see the *Add* workflow you used to create the application. The form is pre-populated with the values you had added while creating the application.
2526
. Edit the necessary values for the application.
@@ -31,4 +32,5 @@ You cannot edit the *Name* field in the *General* section, the CI/CD pipelines,
3132
+
3233
. Click *Save* to restart the build and deploy a new image.
3334
+
34-
image::odc_edit_redeploy.png[Edit and redeploy application]
35+
.Edit and redeploy application
36+
image::odc_edit_redeploy.png[]

modules/odc-grouping-multiple-components.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ The following procedure adds a MongoDB database service to an existing applicati
2424
. To add the MongoDB service to the existing application group, select the *mongodb* Pod and drag it to the application; the MongoDB service is added to the existing application group.
2525
. Dragging a component and adding it to an application group automatically adds the required labels to the component. Click on the MongoDB service node to see the label `app.kubernetes.io/part-of=myapp` added to the *Labels* section in the *Overview* Panel.
2626
+
27-
image::odc_app_grouping_label.png[Application Grouping]
27+
.Application grouping
28+
image::odc_app_grouping_label.png[]
2829

2930
Alternatively, you can also add the component to an application as follows:
3031

modules/odc-importing-codebase-from-git-to-create-application.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ The following procedure walks you through the *From Git* option in the *Develope
1313

1414
. In the *Add* view, click *From Git* to see the *Import from git* form.
1515
+
16-
image::odc_import_from_git.png[Import from Git]
16+
.Import from Git
17+
image::odc_import_from_git.png[]
1718

1819
. In the *Git* section, enter the Git repository URL for the codebase you want to use to create an application. For example, enter the URL of this sample Node.js application `\https://github.com/sclorg/nodejs-ex`. The URL is then validated.
1920
. Optional: You can click *Show Advanced Git Options* to add details such as:

modules/odc-installing-helm-charts.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ To create Helm releases from the Helm charts provided in the *Developer Catalog*
1414
. Select a chart and read the description, README, and other details about the chart.
1515
. Click *Install Helm Chart*.
1616
+
17-
image::odc_helm_chart_devcatalog.png[Helm charts in developer catalog]
17+
.Helm charts in developer catalog
18+
image::odc_helm_chart_devcatalog.png[]
1819
+
1920
. In the *Install Helm Chart* page:
2021
.. Enter a unique name for the release in the *Release Name* field.

modules/odc-monitoring-your-application-metrics.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ After you create applications in your project and deploy them, you can use the *
1212
. In the *Topology* view, click the application to see the application details in the right panel.
1313
. Click the *Monitoring* tab to see the warning events for the application; graphs for CPU, memory, and bandwidth usage; and all the events for the application.
1414
+
15-
image::odc_app_metrics.png[Monitoring application metrics]
15+
.Monitoring application metrics
16+
image::odc_app_metrics.png[]
1617
+
1718
.. Click any of the charts to go to the *Metrics* tab to see the detailed metrics for the application.
1819
.. Click *View monitoring dashboard* to see the monitoring dashboard for that application.

modules/odc-monitoring-your-project-metrics.adoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ After you create applications in your project and deploy them, you can use the *
1313

1414
* Use the *Dashboard* tab to see graphs depicting the CPU, memory, and bandwidth consumption and network related information, such as the rate of transmitted and received packets and the rate of dropped packets.
1515
+
16-
image::odc_project_dashboard.png[Monitoring dashboard]
16+
.Monitoring dashboard
17+
image::odc_project_dashboard.png[]
1718
+
1819
Use the following options to see further details:
1920

@@ -24,7 +25,8 @@ Use the following options to see further details:
2425

2526
* Use the *Metrics* tab to query for the required project metric.
2627
+
27-
image::odc_project_metrics.png[Monitoring metrics]
28+
.Monitoring metrics
29+
image::odc_project_metrics.png[]
2830
+
2931
.. In the *Select Query* list, select an option to filter the required details for your project. The filtered metrics for all the application Pods in your project are displayed in the graph. The Pods in your project are also listed below.
3032
.. From the list of Pods, clear the colored square boxes to remove the metrics for specific Pods to further filter your query result.
@@ -34,7 +36,8 @@ image::odc_project_metrics.png[Monitoring metrics]
3436

3537
* Use the *Events* tab to see the events for your project.
3638
+
37-
image::odc_project_events.png[Monitoring events]
39+
.Monitoring events
40+
image::odc_project_events.png[]
3841
+
3942
You can filter the displayed events using the following options:
4043

0 commit comments

Comments
 (0)