Skip to content

Commit dc4eb56

Browse files
SylajaKZackaryRicebrijd
authored
WMS ID 11512: Updated the link to the ORDS image (oracle-livelabs#573)
* New folder for a new LiveLab Created a new folder with placeholder text for a new LiveLab * Added instructions to integrate MicroTx lib files * Instructions Updated image, instructions to run the sample app, integrate TMM files with sample app, and update the YAML file. * Updated tags and tasks Restructured the content. * Changes to manifest file * Purchase and sale of stocks * replaced XA sample app with Banking and Trading app * updated intro * uncomment lines without going through details * incorporated feedback * Updated images for ATP instances * Self QA Fixed issues that were identified during self QA. * updated links to tasks within page * Self QA checks * More self QA changes * added lab 2 * MTRM-1123 Incorporated feedback received from the QA team. * Incorporated feedback Incorporated feedback received from the LiveLabs team * Update screenshots for Lab 4 Added screenshots for Lab 4: ATP-S instance from the latest OCI console * Chunked data and incorporated feedback Broke down the long lab of running the app into two smaller labs and incorporated feedback received from Anoosha. * Minor change in Lab number * minor updates to the prerequisites * Update link to common image * Optional task to enable txn history * resized images resized images and minor text updates * Updated link to the ZIP file * Updated a link * Updated a link * Updates for changes to the image Bharath has made changes to the image. I have updated the text accordingly. * changes for updated image * Changes to the stock broker app * Comments incorporated to Lab 1 * Incorporated review comments and updated images * Changes to the Stock Broker app * Incorporated feedback rxd from Bharath * Incorporated Shivanshu's feedback * Update integrate-microtx-lib-files.md * Update integrate-microtx-lib-files.md * Specify shape to select A specific shape has to be selected. * minor change * LiveLabs content for ORDS apps First draft of LiveLabs content for ORDS apps * Draft 2 Ready for review * QA review comments incorporated Self QA completed QA review comments incorporated * Update ords-provision.md Updated instructions to change the password. * Update ords-provision.md * Update prepare-setup.md * Minor updates Reorganized some text * bullets * minor change to desktop guide's ToC * Database actions image updated * Update prepare-setup.md * Change in PAR file name * Updated link to download the latest ORDS image Updated link to download the latest ORDS image + change in the links --------- Co-authored-by: ZackaryRice <[email protected]> Co-authored-by: Brijesh Deo <[email protected]>
1 parent 22a46c6 commit dc4eb56

File tree

14 files changed

+49
-271
lines changed

14 files changed

+49
-271
lines changed

heatwave-aws/workshops/freetier/index.html

-61
This file was deleted.

microtx-ords-data-consistency/introduction/introduction.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Let's begin! If you need to create an Oracle Cloud account, click **Get Started*
2828

2929
## Learn More
3030

31-
* [Oracle® Transaction Manager for Microservices Developer Guide](http://docs.oracle.com/en/database/oracle/transaction-manager-for-microservices/23.4.1/tmmdg/index.html)
32-
* [Oracle® Transaction Manager for Microservices Quick Start Guide](http://docs.oracle.com/en/database/oracle/transaction-manager-for-microservices/23.4.1/tmmqs/index.html)
31+
* [Oracle® Transaction Manager for Microservices Developer Guide](https://docs.oracle.com/pls/topic/lookup?ctx=microtx-latest&id=TMMDG)
32+
* [Oracle® Transaction Manager for Microservices Quick Start Guide](https://docs.oracle.com/pls/topic/lookup?ctx=microtx-latest&id=TMMQS)
3333

3434
## Acknowledgements
3535

microtx-ords-data-consistency/prepare-setup/prepare-setup.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This lab assumes you have:
1818
## Task 1: Download Oracle Resource Manager (ORM) stack ZIP file
1919
1. Click the following link to download the Resource Manager ZIP file that you need to build your environment.
2020

21-
- [ll-orm-microtx-xa-3.0-ords-freetier.zip](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/ll-orm-microtx-xa-3.0-ords-freetier.zip)
21+
- [ll-orm-microtx-xa-4.0-ords-freetier.zip](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/ll-orm-microtx-xa-4.0-ords-freetier.zip)
2222

2323
2. Save the ZIP file in your downloads folder.
2424

@@ -71,4 +71,4 @@ You may now **proceed to the next lab**.
7171
## Acknowledgements
7272
* **Author** - Rene Fontcha, LiveLabs Platform Lead, NA Technology
7373
* **Contributors** - Meghana Banka, Brijesh Deo
74-
* **Last Updated By/Date** - Sylaja Kannan, July 2023
74+
* **Last Updated By/Date** - Sylaja Kannan, July 2024

microtx-ords-data-consistency/transfer-funds/transfer-funds.md

+27-2
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,31 @@ Run the following commands to deploy Kiali and Jaeger.
180180
</copy>
181181
```
182182
183+
If Kiali is not deployed, run the following commands to pull the Kiali image and deploy it.
184+
185+
1. Retrieve the Kiali image.
186+
187+
```text
188+
<copy>
189+
wget https://raw.githubusercontent.com/istio/istio/release-1.17/samples/addons/kiali.yaml
190+
</copy>
191+
```
192+
193+
2. Specify the image pull policy.
194+
195+
```text
196+
<copy>
197+
sed -i 's/imagePullPolicy: Always/imagePullPolicy: IfNotPresent/g' kiali.yaml
198+
</copy>
199+
```
200+
201+
3. Deploy Kiali.
202+
```text
203+
<copy>
204+
kubectl apply -f kiali.yaml
205+
</copy>
206+
```
207+
183208
2. Deploy Prometheus.
184209
185210
```text
@@ -325,10 +350,10 @@ You may now **proceed to the next lab.**
325350
326351
## Learn More
327352
328-
* [Develop Applications with XA](http://docs.oracle.com/en/database/oracle/transaction-manager-for-microservices/23.4.1/tmmdg/develop-xa-applications.html#GUID-D9681E76-3F37-4AC0-8914-F27B030A93F5)
353+
* [Develop Applications with XA](https://docs.oracle.com/pls/topic/lookup?ctx=microtx-latest&id=TMMDG-GUID-D9681E76-3F37-4AC0-8914-F27B030A93F5)
329354
330355
## Acknowledgements
331356
332357
* **Author** - Sylaja Kannan, Consulting User Assistance Developer
333358
* **Contributors** - Brijesh Kumar Deo and Bharath MC
334-
* **Last Updated By/Date** - Sylaja Kannan, February 2024
359+
* **Last Updated By/Date** - Sylaja Kannan, July 2024

microtx-xa-stock-broker-app/introduction/introduction.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ Let's begin! If you need to create an Oracle Cloud account, click **Get Started*
4747

4848
## Learn More
4949

50-
* [Oracle® Transaction Manager for Microservices Developer Guide](http://docs.oracle.com/en/database/oracle/transaction-manager-for-microservices/23.4.1/tmmdg/index.html)
51-
* [Oracle® Transaction Manager for Microservices Quick Start Guide](http://docs.oracle.com/en/database/oracle/transaction-manager-for-microservices/23.4.1/tmmqs/index.html)
50+
* [Oracle® Transaction Manager for Microservices Developer Guide](https://docs.oracle.com/pls/topic/lookup?ctx=microtx-latest&id=TMMDG)
51+
* [Oracle® Transaction Manager for Microservices Quick Start Guide](https://docs.oracle.com/pls/topic/lookup?ctx=microtx-latest&id=TMMQS)
5252

5353
## Acknowledgements
5454

oci-cache-with-redis/workshops/desktop/index.html

-62
This file was deleted.

oci-cache-with-redis/workshops/sandbox/index.html

-62
This file was deleted.

oci-cache-with-redis/workshops/tenancy/index.html

-62
This file was deleted.

0 commit comments

Comments
 (0)