You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-source/spring/content/platform/soc/_index.md
+28-18Lines changed: 28 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: "Spring Operations Center"
3
-
description: "Using Spring Operations Center to manage applications in Oracle Backend for Microservices and AI"
2
+
title: "ServiceOps Center"
3
+
description: "Using ServiceOps Center to manage applications in Oracle Backend for Microservices and AI"
4
4
keywords: "soc operations admin springboot spring development microservices development oracle backend"
5
5
resources:
6
6
- name: soc-login-page
@@ -86,20 +86,18 @@ resources:
86
86
title: "Alerts"
87
87
---
88
88
89
-
Oracle Backend for Microservices and AI includes "Spring Operations Center". More capabilities will be added to this feature in future releases.
90
-
91
-
The Spring Operations Center provides a web user interface to manage the Oracle Backend for Microservices and AI. This release includes the following capabilities:
89
+
Oracle Backend for Microservices and AI includes "ServiceOps Center". The ServiceOps Center provides a web user interface to manage the Oracle Backend for Microservices and AI. This release includes the following capabilities:
92
90
93
91
- View details about the configuration and health of the environment
94
-
- Manage and deploy workloads (Spring Boot applications) deployed in the environment
92
+
- Manage and deploy workloads/microservices deployed in the environment
95
93
- Easy one-click access to Grafana dashboards for applications
96
-
- Manage users and roles defined in the Spring Authorization Server included in the environment
94
+
- Manage users and roles defined in the Authorization Server included in the environment
97
95
- Easy one-click access to Grafana dashboards for the Kubernetes cluster, the applications and the Oracle Database
98
96
- Collect diagnostic data for support
99
97
100
98
**Note:** More capabilities will be added to this feature in future releases.
101
99
102
-
-[Accessing Spring Operations Center](#accessing-spring-operations-center)
The Spring Operations Center can send emails for following operations:
130
+
The ServiceOps Center can send emails for following operations:
132
131
133
132
-[Forgot Password](#forgot-password)
134
133
-[Reset Password](#reset-password)
135
134
-[Forgot Username](#forgot-username)
136
135
-[Create User](#create-user)
137
136
-[Change Password](#change-password)
138
137
-[Change Roles](#change-roles)
138
+
-[Change Email](#change-email)
139
139
140
140
It is required to configure a SMTP secret as follows for the email functionality to work.
141
141
@@ -149,9 +149,9 @@ It is required to configure a SMTP secret as follows for the email functionality
149
149
--from-literal=SMTP_FROM=<from-email-address>
150
150
```
151
151
152
-
## Accessing Spring Operations Center
152
+
## Accessing ServiceOps Center
153
153
154
-
To access the Spring Operations Center, obtain the public IP address for your environment using this command:
154
+
To access the ServiceOps Center, obtain the public IP address for your environment using this command:
155
155
156
156
```bash
157
157
kubectl -n ingress-nginx get service ingress-nginx-controller
@@ -222,7 +222,7 @@ After logging in, you will see the SOC Dashboard.
222
222
223
223
## The Dashboard
224
224
225
-
The Spring Operations Center Dashboard provides information about the overall state of the environment including:
225
+
The ServiceOps Center Dashboard provides information about the overall state of the environment including:
226
226
227
227
- The version and platform the environment is running on
228
228
- The configuration and sizing of the Kubernetes cluster
@@ -239,15 +239,15 @@ The Spring Operations Center Dashboard provides information about the overall st
239
239
240
240
### Manage Namespaces
241
241
242
-
The Manage Namespaces screen is accessible from the _Workloads_ menu, and allows you to view and manage the namespaces that are configured for Spring Boot application deployments. Note that this does not show you all namespaces in the Kubernetes cluster, just those that have be specifically configured for Spring Boot workloads, meaning they have the necessary secrets for pulling images, accessing the database, and so on.
242
+
The Manage Namespaces screen is accessible from the _Workloads_ menu, and allows you to view and manage the namespaces that are configured for microservice deployments. Note that this does not show you all namespaces in the Kubernetes cluster, just those that have be specifically configured for workloads, meaning they have the necessary secrets for pulling images, accessing the database, and so on.
Clicking on a namespace will allow you to drill down into that namespace and see the workloads (Spring Boot applications)
250
+
Clicking on a namespace will allow you to drill down into that namespace and see the workloads/microservices
251
251
deployed there.
252
252
253
253
#### Create Namespace
@@ -272,7 +272,7 @@ To delete one or more of the namesapces, select from the grid and click "DELETE"
272
272
273
273
### Manage Workloads
274
274
275
-
The Manage Workloads screen shows the workloads (Spring Boot applications) deployed in a specific namespace, including
275
+
The Manage Workloads screen shows the workloads/microservices deployed in a specific namespace, including
276
276
the status of each workload, and how many replicas are currently running and desired.
277
277
278
278
<!-- spellchecker-disable -->
@@ -378,7 +378,7 @@ To delete one or more workload, select and click "DELETE".
378
378
379
379
### Manage Identity
380
380
381
-
The Manage Identity screen is accessible from the Security menu and allows you to view and edit information about the users and roles defined in the Spring Authorization Server included in the platform.
381
+
The Manage Identity screen is accessible from the Security menu and allows you to view and edit information about the users and roles defined in the Authorization Server included in the platform.
382
382
383
383
<!-- spellchecker-disable -->
384
384
@@ -416,6 +416,16 @@ You can select a user and click "CHANGE ROLES" to add/remove roles.
416
416
417
417
<!-- spellchecker-enable -->
418
418
419
+
#### Change Email
420
+
421
+
You can select a user and click "CHANGE EMAIL" to change Email.
You can select one or more users and click "DELETE" to delete selected user(s).
@@ -438,7 +448,7 @@ The Collect Diagnostic Data is accessible from the Settings Menu and allows you
438
448
439
449
### Alerts
440
450
441
-
You can see preview of alerts from Alertmanager in Spring Operations Center. Clicking on an alert navigates to the Alertmanager UI. You can close individual alerts or click "Dismiss All" to close all the alerts. To re-enable the alerts, click "Show All Alerts" from the "Settings" menu.
451
+
You can see preview of alerts from Alertmanager in ServiceOps Center. Clicking on an alert navigates to the Alertmanager UI. You can close individual alerts or click "Dismiss All" to close all the alerts. To re-enable the alerts, click "Show All Alerts" from the "Settings" menu.
442
452
443
453
<!-- spellchecker-disable -->
444
454
@@ -448,7 +458,7 @@ You can see preview of alerts from Alertmanager in Spring Operations Center. Cli
448
458
449
459
### Usage Reporting
450
460
451
-
The Spring Operations Center can send basic install details to Oracle on a periodic basis, To enable that, click on the "AGREE" button on the notification or "CLOSE" to mute the notification. The details will include
461
+
The ServiceOps Center can send basic install details to Oracle on a periodic basis, To enable that, click on the "AGREE" button on the notification or "CLOSE" to mute the notification. The details will include
452
462
453
463
- Memory, CPU count, nodes and version of the Kubernetes cluster
0 commit comments