Skip to content

Commit 5cac3a1

Browse files
soc naming changes (#962)
1 parent 335170e commit 5cac3a1

31 files changed

+39
-29
lines changed

docs-source/spring/content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Infrastructure (OCI) Container Engine for Kubernetes cluster (OKE cluster):
6262
- [Spring Boot Admin dashboard](platform/spring-admin/)
6363
- [Spring Cloud Config server](platform/config/)
6464
- [Spring Cloud Eureka service registry](platform/eureka/)
65-
- [Spring Operations Center](platform/soc/)
65+
- [ServiceOps Center](platform/soc/)
6666
- Strimzi Kafka Operator
6767

6868
Developers also have access to development or build time services and libraries including:

docs-source/spring/content/platform/soc/_index.md

Lines changed: 28 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
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"
44
keywords: "soc operations admin springboot spring development microservices development oracle backend"
55
resources:
66
- name: soc-login-page
@@ -86,20 +86,18 @@ resources:
8686
title: "Alerts"
8787
---
8888

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:
9290

9391
- 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
9593
- 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
9795
- Easy one-click access to Grafana dashboards for the Kubernetes cluster, the applications and the Oracle Database
9896
- Collect diagnostic data for support
9997

10098
**Note:** More capabilities will be added to this feature in future releases.
10199

102-
- [Accessing Spring Operations Center](#accessing-spring-operations-center)
100+
- [Accessing ServiceOps Center](#accessing-serviceops-center)
103101
- [Login Screen](#login-screen)
104102
- [Forgot Password](#forgot-password)
105103
- [Reset Password](#reset-password)
@@ -121,21 +119,23 @@ The Spring Operations Center provides a web user interface to manage the Oracle
121119
- [Create User](#create-user)
122120
- [Change Password](#change-password)
123121
- [Change Roles](#change-roles)
122+
- [Change Email](#change-email)
124123
- [Delete User(s)](#delete-users)
125124
- [Collect Diagnostic Data](#collect-diagnostic-data)
126125
- [Alerts](#alerts)
127126
- [Usage Reporting](#usage-reporting)
128127

129128
### SMTP Settings
130129

131-
The Spring Operations Center can send emails for following operations:
130+
The ServiceOps Center can send emails for following operations:
132131

133132
- [Forgot Password](#forgot-password)
134133
- [Reset Password](#reset-password)
135134
- [Forgot Username](#forgot-username)
136135
- [Create User](#create-user)
137136
- [Change Password](#change-password)
138137
- [Change Roles](#change-roles)
138+
- [Change Email](#change-email)
139139

140140
It is required to configure a SMTP secret as follows for the email functionality to work.
141141

@@ -149,9 +149,9 @@ It is required to configure a SMTP secret as follows for the email functionality
149149
--from-literal=SMTP_FROM=<from-email-address>
150150
```
151151

152-
## Accessing Spring Operations Center
152+
## Accessing ServiceOps Center
153153

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:
155155

156156
```bash
157157
kubectl -n ingress-nginx get service ingress-nginx-controller
@@ -222,7 +222,7 @@ After logging in, you will see the SOC Dashboard.
222222

223223
## The Dashboard
224224

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:
226226

227227
- The version and platform the environment is running on
228228
- The configuration and sizing of the Kubernetes cluster
@@ -239,15 +239,15 @@ The Spring Operations Center Dashboard provides information about the overall st
239239

240240
### Manage Namespaces
241241

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.
243243

244244
<!-- spellchecker-disable -->
245245

246246
{{< img name="soc-manage-namespaces" size="medium" lazy=false >}}
247247

248248
<!-- spellchecker-enable -->
249249

250-
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
251251
deployed there.
252252

253253
#### Create Namespace
@@ -272,7 +272,7 @@ To delete one or more of the namesapces, select from the grid and click "DELETE"
272272

273273
### Manage Workloads
274274

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
276276
the status of each workload, and how many replicas are currently running and desired.
277277

278278
<!-- spellchecker-disable -->
@@ -378,7 +378,7 @@ To delete one or more workload, select and click "DELETE".
378378

379379
### Manage Identity
380380

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.
382382

383383
<!-- spellchecker-disable -->
384384

@@ -416,6 +416,16 @@ You can select a user and click "CHANGE ROLES" to add/remove roles.
416416

417417
<!-- spellchecker-enable -->
418418

419+
#### Change Email
420+
421+
You can select a user and click "CHANGE EMAIL" to change Email.
422+
423+
<!-- spellchecker-disable -->
424+
425+
{{< img name="soc-manage-identity-chg-email" size="medium" lazy=false >}}
426+
427+
<!-- spellchecker-enable -->
428+
419429
#### Delete User(s)
420430

421431
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
438448

439449
### Alerts
440450

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.
442452

443453
<!-- spellchecker-disable -->
444454

@@ -448,7 +458,7 @@ You can see preview of alerts from Alertmanager in Spring Operations Center. Cli
448458

449459
### Usage Reporting
450460

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
452462

453463
- Memory, CPU count, nodes and version of the Kubernetes cluster
454464
- Overall health status of the OBaaS platform
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)