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
3. Upload the [Oracle Backend for Spring Boot](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.0.0/azure-mbaas_latest.zip) stack. For example:
54
+
3. Upload the [Oracle Backend for Spring Boot and Microservices](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.0.0/azure-mbaas_latest.zip) stack. For example:
You can use any arbitrary string as your `app_name`, `app_id`, and `master_key`. These are used by your clients to authenticate with the Parse Server. It is recommended to specify a unique `dashboard_username` and `dashboard_password`.
87
88
88
89
### Defining the Database (_Estate_ Installation)
89
90
90
-
The database is defined in `ansible/roles/database/vars/main.yaml`. For example:
91
+
The database is defined in `ansible/roles/database/vars/main.yaml`. For example:
Specify the URL or authentication credentials for your Container Repository in `pull_registry_url`, `push_registry_url`, `registry_username`, and `registry_password`.
129
+
Specify the URL or authentication credentials for your Container Repository in `registry_pull_url`, `registry_push_url`, `registry_username`, and `registry_password`.
130
130
131
-
For the `push_registry_auth` and `pull_registry_auth` sections, manually log into your repository and copy the values found in created file, located in `$HOME/.config/containers/auth.json`
131
+
For the `registry_pull_auth` and `registry_push_auth` sections, manually log into your repository and copy the values found in created file, located in `$HOME/.config/containers/auth.json`
132
132
133
133
Why is there duplication between the push and pull URL's? The push URL is used from the deployment machine while the pull URL is used inside the pods. If you
134
134
have a private registry inside the Kubernetes cluster, these URL's could be different. This is the case for the _Desktop_ installation. The push URL
### Download Oracle Backend for Spring Boot and Microservices
53
53
54
54
Download the [Oracle Backend for Parse Server](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.0.0/onprem-mbaas_latest.zip) and unzip into a new directory.
55
55
@@ -100,7 +100,7 @@ Build and push the images to the Container Registry in the Kubernetes cluster by
100
100
101
101
After the images are built and pushed, the tunnel is no longer required and can be stopped.
102
102
103
-
### Deploy Oracle Backend for Spring Boot
103
+
### Deploy Oracle Backend for Spring Boot and Microservices
104
104
105
105
Deploy the database and Microservices by running this command:
title: "Oracle Backend for Spring Boot - Developer Preview"
2
+
title: "Oracle Backend for Spring Boot and Microservices"
3
3
---
4
4
5
-
Oracle Backend for Spring Boot allows developers to build Microservices in Spring Boot and provisions a backend as a service with
6
-
Oracle Database and other infrastructure components that operate on multiple clouds. This service vastly simplifies the task of
7
-
building, testing, and operating Microservices platforms for reliable, secure, and scalable enterprise applications.
5
+
Oracle Backend for Spring Boot and Microservices allows developers to build microservices in Spring Boot and provisions a "backend as a service" with
6
+
Oracle Database and other infrastructure components that operate on multiple clouds. Oracle Backend for Spring Boot and Microservices vastly simplifies the task of
7
+
building, testing, and operating microservices platforms for reliable, secure, and scalable enterprise applications.
8
8
9
9
To learn more, watch this short introductory video:
10
10
@@ -14,37 +14,59 @@ In addition to an Oracle Autonomous Database Serverless instance, the following
14
14
Infrastructure (OCI) Container Engine for Kubernetes cluster (OKE cluster):
15
15
16
16
- Apache APISIX API Gateway and Dashboard
17
+
- Apache Kafka
18
+
- Coherence
19
+
- Grafana
20
+
- HashiCorp Vault
21
+
- Jaeger
22
+
- Loki
23
+
- Netflix Conductor
24
+
- OpenTelemetry Collector
25
+
- Oracle Autonomous Database Serverless
26
+
- Oracle Database Operator for Kubernetes (OraOperator or the operator)
27
+
- Oracle Transaction Manager for Microservices (MicroTx)
28
+
- Prometheus
29
+
- Promtail
17
30
- Spring Eureka service registry
18
31
- Spring Boot Admin dashboard
19
32
- Spring Cloud Config server
20
-
- Netflix Conductor
21
-
- Prometheus
22
-
- Grafana
23
-
- OpenTelemetry Collector
24
-
- Jaeger
25
-
- HashiCorp Vault
26
-
- Apache Kafka
27
-
- Coherence
28
33
29
34
Developers also have access to development or build time services and libraries including:
30
35
31
36
- A command-line interface (CLI) to manage service deployment and configuration, including database schema management.
37
+
- Visual Studio Code (VS Code) plugin to manage service deployment and configuration.
32
38
- Spring Data (Java Persistence API (JPA) and Oracle JDBC) to access Oracle Database.
Copy file name to clipboardExpand all lines: docs-source/spring/content/azure/_index.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
title: "Azure/OCI Multicloud Installation"
3
3
---
4
4
5
-
The Oracle Backend for Spring Boot is available to install in Multicloud (Microsoft Azure (Azure) and Oracle Cloud Infrastructure (OCI)). This installation
6
-
deploys the Oracle Backend for Spring Boot in Azure with an Oracle Autonomous Database running in OCI.
5
+
The Oracle Backend for Spring Boot and Microservices is available to install in Multicloud (Microsoft Azure (Azure) and Oracle Cloud Infrastructure (OCI)). This installation
6
+
deploys the Oracle Backend for Spring Boot and Microservices in Azure with an Oracle Autonomous Database running in OCI.
7
7
8
8
## Prerequisites
9
9
@@ -20,11 +20,11 @@ Watch this video for a quick overview of the setup process.
20
20
21
21
## Download
22
22
23
-
Download [Oracle Backend for Spring Boot](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.0.0/azure-ebaas_latest.zip).
23
+
Download [Oracle Backend for Spring Boot and Microservices](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.0.0/azure-ebaas_latest.zip).
24
24
25
25
## Setup
26
26
27
-
A few setup steps are required in both OCI and Azure to deploy the Oracle Backend for Spring Boot application.
27
+
A few setup steps are required in both OCI and Azure to deploy the Oracle Backend for Spring Boot and Microservices application.
28
28
29
29
### OCI
30
30
@@ -53,7 +53,7 @@ The Multicloud installation is done using the Azure Cloud Shell. The following s
3. Upload the [Oracle Backend for Spring Boot](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.0.0/azure-ebaas-platform_latest.zip) stack. For example:
56
+
3. Upload the [Oracle Backend for Spring Boot and Microservices](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.0.0/azure-ebaas-platform_latest.zip) stack. For example:
57
57
58
58

59
59
@@ -96,4 +96,3 @@ terraform plan -out=multicloud.plan
96
96
terraform apply "multicloud.plan"
97
97
```
98
98
99
-
Next, go to the [On-Premises](../on-premises/) page to learn more.
0 commit comments