Skip to content

Commit 56354e8

Browse files
authored
614 azure support updated on prem (#640)
* Azure Documentation * Updated Doco * Update to On-Prem OL8 Example * Update Ventura Links
1 parent 9ba3aa3 commit 56354e8

File tree

5 files changed

+38
-14
lines changed

5 files changed

+38
-14
lines changed

docs-source/mbaas/content/azure/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You must meet the following prerequisites to use the Oracle Backend for Spring B
1111

1212
## Download
1313

14-
Download [Oracle Backend for Spring Boot](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.0.0/azure-mbaas-platform_latest.zip).
14+
Download [Oracle Backend for Parse Server](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.0.0/azure-mbaas_latest.zip).
1515

1616
## Setup
1717

docs-source/mbaas/content/on-premises/macos_ventura/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ minikube addons enable ingress
3535

3636
### Download Oracle Backend for Spring Boot
3737

38-
Download the [Oracle Backend for Parse Platform](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.0.0/on-prem-mbaas_v0.1.1.zip) and unzip into a new directory.
38+
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.
3939

4040
### Install Ansible
4141

docs-source/mbaas/content/on-premises/ol8/_index.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,23 @@ Please read the [On-Premises](../index.md) and ensure your desktop meets the min
66

77
## Install
88

9-
### Podman
9+
### Additional OS Packages
1010

1111
```bash
1212
sudo dnf -y module install container-tools:ol8
1313
sudo dnf -y install conntrack podman curl
1414
sudo dnf -y install oracle-database-preinstall-21c
15+
sudo dnf -y install langpacks-en glibc-all-langpack
16+
sudo dnf module install python39
1517
```
1618

19+
Set the default Python3 to Python 3.9:
20+
21+
```bash
22+
sudo alternatives --set python3 /usr/bin/python3.9
23+
```
24+
25+
1726
### Download the Database/ORDS Images
1827

1928
The _Desktop_ installation will provision an Oracle Database into the Kubernetes cluster. The images must be downloaded from [Oracle's Container Registry](https://container-registry.oracle.com/) prior to continuing.
@@ -28,13 +37,13 @@ The _Desktop_ installation will provision an Oracle Database into the Kubernetes
2837
curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64
2938
sudo install minikube-linux-amd64 /usr/local/bin/minikube
3039
minikube config set driver podman
31-
minikube start --cpus 4 --memory 32768 --disk-size='40g' --container-runtime=cri-o
40+
minikube start --cpus max --memory max --disk-size='40g' --container-runtime=cri-o
3241
minikube addons enable ingress
3342
```
3443

35-
### Download Oracle Backend for Parse Platform
44+
### Download Oracle Backend for Parse Server
3645

37-
Download the [Oracle Backend for Parse Platform](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.0.0/on-prem-mbaas_v0.1.1.zip) and unzip into a new directory.
46+
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.
3847

3948
### Install Ansible
4049

@@ -86,8 +95,11 @@ Run: `ansible-playbook ansible/k8s_apply.yaml -t full`
8695

8796
## config-server and obaas-admin Pod Failures
8897

89-
The pods in the `config-server` and `obaas-admin` namespaces rely on the database that is created in the `oracle-database-operator-system`. During initial provisioning these pods will start well before the database is available resulting in intial failures. They will resolve themselves once the database becomes available.
98+
The pods in the `config-server` and `obaas-admin` namespaces rely on the database that is created in the `oracle-database-operator-system`. During initial provisioning these pods will start well before the database is available resulting in initial failures. They will resolve themselves once the database becomes available.
99+
100+
You can check on the status of the database by running:
101+
`kubectl get singleinstancedatabase baas -n oracle-database-operator-system -o "jsonpath={.status.status}"`
90102

91103
### VPN and Proxies
92104

93-
If you are behind a VPN or Proxy, please see https://minikube.sigs.k8s.io/docs/handbook/vpn_and_proxy/ for more details on additional tasks. Specifically, when you start minikube, you may see the following messages:
105+
If you are behind a VPN or Proxy, please see https://minikube.sigs.k8s.io/docs/handbook/vpn_and_proxy/ for more details on additional tasks.

docs-source/spring/content/on-premises/macos_ventura/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If minikube fails to start due to: `Failed kubeconfig update: could not read con
3737

3838
### Download Oracle Backend for Spring Boot
3939

40-
Download the [Oracle Backend for Spring Boot](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.0.0/onprem-ebaas-platform_latest.zip) and unzip into a new directory.
40+
Download the [Oracle Backend for Spring Boot](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.0.0/onprem-ebaas_latest.zip) and unzip into a new directory.
4141

4242
### Install Ansible
4343

docs-source/spring/content/on-premises/ol8/_index.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,23 @@ Please read the [On-Premises](../index.md) and ensure your desktop meets the min
66

77
## Install
88

9-
### Podman
9+
### Additional OS Packages
1010

1111
```bash
1212
sudo dnf -y module install container-tools:ol8
1313
sudo dnf -y install conntrack podman curl
1414
sudo dnf -y install oracle-database-preinstall-21c
15+
sudo dnf -y install langpacks-en glibc-all-langpack
16+
sudo dnf module install python39
1517
```
1618

19+
Set the default Python3 to Python 3.9:
20+
21+
```bash
22+
sudo alternatives --set python3 /usr/bin/python3.9
23+
```
24+
25+
1726
### Download the Database/ORDS Images
1827

1928
The _Desktop_ installation will provision an Oracle Database into the Kubernetes cluster. The images must be downloaded from [Oracle's Container Registry](https://container-registry.oracle.com/) prior to continuing.
@@ -28,13 +37,13 @@ The _Desktop_ installation will provision an Oracle Database into the Kubernetes
2837
curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64
2938
sudo install minikube-linux-amd64 /usr/local/bin/minikube
3039
minikube config set driver podman
31-
minikube start --cpus 4 --memory 32768 --disk-size='40g' --container-runtime=cri-o
40+
minikube start --cpus max --memory max --disk-size='40g' --container-runtime=cri-o
3241
minikube addons enable ingress
3342
```
3443

3544
### Download Oracle Backend for Spring Boot
3645

37-
Download the [Oracle Backend for Spring Boot](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.0.0/onprem-ebaas-platform_latest.zip) and unzip into a new directory.
46+
Download the [Oracle Backend for Spring Boot](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.0.0/onprem-ebaas_latest.zip) and unzip into a new directory.
3847

3948
### Install Ansible
4049

@@ -86,8 +95,11 @@ Run: `ansible-playbook ansible/k8s_apply.yaml -t full`
8695

8796
## config-server and obaas-admin Pod Failures
8897

89-
The pods in the `config-server` and `obaas-admin` namespaces rely on the database that is created in the `oracle-database-operator-system`. During initial provisioning these pods will start well before the database is available resulting in intial failures. They will resolve themselves once the database becomes available.
98+
The pods in the `config-server` and `obaas-admin` namespaces rely on the database that is created in the `oracle-database-operator-system`. During initial provisioning these pods will start well before the database is available resulting in initial failures. They will resolve themselves once the database becomes available.
99+
100+
You can check on the status of the database by running:
101+
`kubectl get singleinstancedatabase baas -n oracle-database-operator-system -o "jsonpath={.status.status}"`
90102

91103
### VPN and Proxies
92104

93-
If you are behind a VPN or Proxy, please see https://minikube.sigs.k8s.io/docs/handbook/vpn_and_proxy/ for more details on additional tasks. Specifically, when you start minikube, you may see the following messages:
105+
If you are behind a VPN or Proxy, please see https://minikube.sigs.k8s.io/docs/handbook/vpn_and_proxy/ for more details on additional tasks.

0 commit comments

Comments
 (0)