Skip to content

Commit 767d7a2

Browse files
authored
Doc updates (#976)
1 parent ff45321 commit 767d7a2

File tree

6 files changed

+17
-16
lines changed

6 files changed

+17
-16
lines changed

docs-source/cloudbank/content/deploy-cli/get-code.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ Download a copy of the CloudBank sample application.
1212
Create a local clone of the CloudBank source repository using this command.
1313

1414
```shell
15-
git clone -b OBAAS-1.2.0 https://github.com/oracle/microservices-datadriven.git
15+
git clone https://github.com/oracle/microservices-datadriven.git
1616
```
1717

1818
> **Note**: If you do not have **git** installed on your machine, you can download a zip file of the source code from [GitHub](https://github.com/oracle/microservices-datadriven) and unzip it on your machine instead.
1919

20-
The source code for the CloudBank application will be in the `microservices-datadriven` directory you just created, in the `cloudbank-v32` subdirectory.
20+
The source code for the CloudBank application will be in the `microservices-datadriven` directory you just created, in the `cloudbank-v4` subdirectory.
2121

2222
```shell
23-
cd microservices-datadriven/cloudbank-v32
23+
cd microservices-datadriven/cloudbank-v4
2424
```
2525

2626
This directory will be referred to as the `root` directory for CloudBank in this module.

docs-source/cloudbank/content/deploy-ide/build.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ weight = 3
2121
[INFO]
2222
[INFO] cloudbank .......................................... SUCCESS [ 0.972 s]
2323
[INFO] account ............................................ SUCCESS [ 2.877 s]
24+
[INFO] chatbot ............................................ SUCCESS [ 0.997 s]
2425
[INFO] customer ........................................... SUCCESS [ 1.064 s]
2526
[INFO] creditscore ........................................ SUCCESS [ 0.922 s]
2627
[INFO] transfer ........................................... SUCCESS [ 0.465 s]
@@ -29,8 +30,8 @@ weight = 3
2930
[INFO] ------------------------------------------------------------------------
3031
[INFO] BUILD SUCCESS
3132
[INFO] ------------------------------------------------------------------------
32-
[INFO] Total time: 8.480 s
33-
[INFO] Finished at: 2023-11-06T12:35:17-06:00
33+
[INFO] Total time: 12.439 s
34+
[INFO] Finished at: 2024-10-10T15:29:41-05:00
3435
[INFO] ------------------------------------------------------------------------
3536
```
3637

docs-source/cloudbank/content/deploy-ide/get-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ Download a copy of the CloudBank sample application.
1212
Create a local clone of the CloudBank source repository using this command.
1313

1414
```shell
15-
<copy>git clone -b OBAAS-1.2.0 https://github.com/oracle/microservices-datadriven.git</copy>
15+
git https://github.com/oracle/microservices-datadriven.git
1616
```
1717

1818
> **Note**: If you do not have **git** installed on your machine, you can download a zip file of the source code from [GitHub](https://github.com/oracle/microservices-datadriven) and unzip it on your machine instead.
1919

2020
The source code for the CloudBank application will be in the `microservices-datadriven` directory you just created, in the `cloudbank-v32` subdirectory.
2121

2222
```shell
23-
<copy>cd microservices-datadriven/cloudbank-v32</copy>
23+
cd microservices-datadriven/cloudbank-v4
2424
```

docs-source/cloudbank/content/deploy-ide/using-vscode.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ weight = 3
3939
* Obtain the `obaas-admin` password by executing the following command in a terminal window to get the `obaas-admin` password:
4040

4141
```shell
42-
$ <copy>kubectl get secret -n azn-server oractl-passwords -o jsonpath='{.data.admin}' | base64 -d</copy>
42+
kubectl get secret -n azn-server oractl-passwords -o jsonpath='{.data.admin}' | base64 -d
4343
```
4444

4545
* Right-click on the cluster name and select **Set UID/PWD**:
@@ -173,7 +173,7 @@ weight = 3
173173
* **Service Name** : `account`
174174
* **Bind [jms]** : ``
175175
* **Image Version**: `0.0.1`
176-
* **Java Image**: leave default `ghcr.io/graalvm/jdk:ol7-java17-22.2.0`
176+
* **Java Image**: `ghcr.io/oracle/graalvm-native-image-obaas:21`
177177
* **Add Health probe?**: **False**
178178
* **Service Port**: leave default `8080`
179179
* **Service Profile**: leave default `obaas`
@@ -199,7 +199,7 @@ weight = 3
199199
* **Service Name** : `checks`
200200
* **Bind [jms]** : ``
201201
* **Image Version**: `0.0.1`
202-
* **Java Image**: leave default `ghcr.io/graalvm/jdk:ol7-java17-22.2.0`
202+
* **Java Image**: ghcr.io/oracle/graalvm-native-image-obaas:21`
203203
* **Add Health probe?**: **False**
204204
* **Service Port**: leave default `8080`
205205
* **Service Profile**: leave default `obaas`
@@ -211,7 +211,7 @@ weight = 3
211211
* **Service Name** : `customer`
212212
* **Bind [jms]** : ``
213213
* **Image Version**: `0.0.1`
214-
* **Java Image**: leave default `ghcr.io/graalvm/jdk:ol7-java17-22.2.0`
214+
* **Java Image**: `ghcr.io/oracle/graalvm-native-image-obaas:21`
215215
* **Add Health probe?**: **False**
216216
* **Service Port**: leave default `8080`
217217
* **Service Profile**: leave default `obaas`
@@ -223,7 +223,7 @@ weight = 3
223223
* **Service Name** : `creditscore`
224224
* **Bind [jms]** : ``
225225
* **Image Version**: `0.0.1`
226-
* **Java Image**: leave default `ghcr.io/graalvm/jdk:ol7-java17-22.2.0`
226+
* **Java Image**: `ghcr.io/oracle/graalvm-native-image-obaas:21`
227227
* **Add Health probe?**: **False**
228228
* **Service Port**: leave default `8080`
229229
* **Service Profile**: leave default `obaas`
@@ -235,7 +235,7 @@ weight = 3
235235
* **Service Name** : `testrunner`
236236
* **Bind [jms]** : ``
237237
* **Image Version**: `0.0.1`
238-
* **Java Image**: leave default `ghcr.io/graalvm/jdk:ol7-java17-22.2.0`
238+
* **Java Image**: `ghcr.io/oracle/graalvm-native-image-obaas:21`
239239
* **Add Health probe?**: **False**
240240
* **Service Port**: leave default `8080`
241241
* **Service Profile**: leave default `obaas`
@@ -247,7 +247,7 @@ weight = 3
247247
* **Service Name** : `transfer`
248248
* **Bind [jms]** : ``
249249
* **Image Version**: `0.0.1`
250-
* **Java Image**: leave default `ghcr.io/graalvm/jdk:ol7-java17-22.2.0`
250+
* **Java Image**: `ghcr.io/oracle/graalvm-native-image-obaas:21`
251251
* **Add Health probe?**: **False**
252252
* **Service Port**: leave default `8080`
253253
* **Service Profile**: leave default `obaas`

docs-source/cloudbank/content/devenv/ide-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight = 10
66

77
Some modules contain optional parts which show you how to do deployments and configuration with the IDE plugins instead of using the CLI. If you plan to do those optional parts, you need to install the VS Code extension for Oracle Backend for Microservices and AI. It is an extension to browse and deploy applications on the Oracle Backend for Microservices and AI platform. This plugin allows to inspect the content of an Oracle Backend for Microservices and AI deployment, in terms of applications, services and related configurations.
88

9-
1. Download the plug-in from [here](https://github.com/oracle/microservices-datadriven/releases/tag/OBAAS-1.2.0).
9+
1. Download the plug-in from [here](https://github.com/oracle/microservices-datadriven/releases/tag/OBAAS-1.3.0).
1010

1111
2. On the VS Code right menu bar, click on **Extensions** item:
1212

docs-source/cloudbank/content/devenv/oractl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Oracle Backend for Microservices and AI CLI (*oractl*) is used to configure
88

99
1. Download the Oracle Backend for Microservices and AI CLI
1010

11-
Download the CLI from [here](https://github.com/oracle/microservices-datadriven/releases/tag/OBAAS-1.2.0)
11+
Download the CLI from [here](https://github.com/oracle/microservices-datadriven/releases/tag/OBAAS-1.3.0)
1212

1313
2. Install the Oracle Backend for Microservices and AI CLI
1414

0 commit comments

Comments
 (0)