Skip to content

Commit 99d1817

Browse files
Tahzeergitbook-bot
authored andcommitted
GITBOOK-1617: Tahzeer's Oct 27 changes
1 parent d5e9516 commit 99d1817

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

pbms/deployment/configurations.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ Once all the pods are in **Running** state we can start interacting with the Odo
1010

1111
## Prerequisites
1212

13-
* [ ] The user must have access to PBMS in OpenG2P systems.
13+
* [ ] An installed and running instance of keycloak
14+
* [ ] An installed and running instance of minio object store
15+
* [ ] The user must have access to PBMS in OpenG2P systems
1416
* [ ] The user must be an Administrator on the system
1517

1618
## Configure Minio Object Store

pbms/deployment/deployment-instructions.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ description: PBMS deployment instructions
66

77
The instructions here pertain to the deployment of PBMS and associated components on the Kubernetes cluster using PBMS Helm chart. All the components are installed in the same namespace.
88

9+
{% hint style="info" %}
10+
Minio Object Store and Keycloak installation can be skipped if already deployed via [OpenG2P Commons](../../deployment/deployment-instructions/) and you wish to use those.
11+
{% endhint %}
12+
913
## Prerequisites
1014

1115
Before you deploy, make sure the following are in place:
@@ -33,7 +37,7 @@ Before you deploy, make sure the following are in place:
3337
5. Navigate to **Apps → Charts** and locate the chart:
3438

3539
* **Name:** _OpenG2P PBMS (3.0.0)_
36-
* **Description:** Installs PBMS Odoo + Postgres, Background Tasks, and Minio
40+
* **Description:** A Helm chart for OpenG2P PBMS
3741

3842
<figure><img src="../../.gitbook/assets/image (80).png" alt=""><figcaption></figcaption></figure>
3943
6. Click the chart, choose **version 3.0.0**, and click **Install**.

pbms/deployment/domain-names-and-certificates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The suggested convention is given below.
1010

1111
`<component>.<environment>.<your org domain>.<tld>`
1212

13-
<table><thead><tr><th width="165">Component</th><th>Example Domain</th></tr></thead><tbody><tr><td>PBMS</td><td><code>pbms.dev.openg2p.org</code></td></tr></tbody></table>
13+
<table><thead><tr><th width="241">Component</th><th>Example Domain</th></tr></thead><tbody><tr><td>PBMS</td><td><code>pbms.dev.openg2p.org</code></td></tr><tr><td>PBMS Background Tasks</td><td><code>pbms-bg-task.dev.openg2p.org</code></td></tr></tbody></table>
1414

1515
All the above domains point to Nginx IP corresponding to server (virtual host) that routes to Istio Ingress gateway server on [OpenG2P Cluster](https://docs.openg2p.org/deployment/base-infrastructure/openg2p-cluster).
1616

0 commit comments

Comments
 (0)