Skip to content

Commit f724cb5

Browse files
11624 - Making changes for oracle linux (oracle-livelabs#414)
* test merge * Revert "test merge" This reverts commit 32275a7. * Pushing ai-chat-bot lab * Removing uppercase images and code * Removing unused Camel Cases * Still removing mixed cases * Fixing image case issue * Fixing review comments * Changes for oracle linux * Delete zip --------- Co-authored-by: Hope Fisher <[email protected]>
1 parent 3dbcc24 commit f724cb5

38 files changed

+220
-151
lines changed

ai-chatbot-ampere/introduction/introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ In this workshop, you will learn how to:
2424
This lab assumes you have:
2525
* An Oracle account.
2626
* Familiarity with Kubernetes and cloud native concepts of deployment and containerization is required.
27-
* Some understanding of Ubuntu and Linux shell commands.
27+
* Some understanding of Linux shell commands.
2828
* Familiarity with Oracle Cloud Infrastructure (OCI) components like OCI Compute, networking, OCIR.
2929
* Basic familiarity with open-source tools like GIT and GitHub.
3030

3131
## Get Deployment Image from OCI Marketplace
32-
- [OCI Marketplace Image](https://cloudmarketplace.oracle.com/marketplace/en_US/listing/165367725)
32+
- [OCI Marketplace Image](https://cloudmarketplace.oracle.com/marketplace/en_US/listing/169283589)
3333

3434
## Learn More
3535

@@ -39,4 +39,4 @@ This lab assumes you have:
3939
## Acknowledgements
4040
* **Author** - Animesh Sahay and Francis Regalado, Enterprise Cloud Architect, OCI Cloud Venture
4141
* **Contributors** - Andrew Lynch, Director Cloud Engineering, OCI Cloud Venture
42-
* **Last Updated By/Date** - Animesh Sahay, April 2024
42+
* **Last Updated By/Date** - Animesh Sahay, August 2024
-3.21 KB
Loading
-4.45 KB
Loading
244 Bytes
Loading
-5.48 KB
Loading

ai-chatbot-ampere/lab1_setup_vcn_compute/lab1_setup_vcn_compute.md

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Setup custom VCN and compute instance
1+
# Setup the custom VCN and the compute instance
22

33
## Introduction
44

@@ -11,8 +11,8 @@ Estimated Time: 20 minutes
1111
### Objectives
1212
In this lab, you will:
1313
- Create a virtual cloud network
14-
- Open ingress ports on public subnet
15-
- Create a compute instance inside that VCN
14+
- Open ingress ports on the public subnet
15+
- Create a compute instance inside of that VCN
1616

1717
## Task 1: Sign in to OCI Console and create VCN
1818

@@ -41,7 +41,7 @@ In this lab, you will:
4141

4242
![](images/custom_image_0016.png " ")
4343

44-
5. Verify all the information and Click **Create**.
44+
5. Verify that all the information is correct and click **Create**.
4545

4646
![](images/create_vcn.png " ")
4747

@@ -92,23 +92,15 @@ In this lab, you will:
9292

9393
![](images/create_instance.png " ")
9494

95-
3. Enter a name for your instance and select the compartment you used earlier to create your VCN. Select the **Edit** button in the Image and shape section.
95+
3. Enter a name for your instance and select the compartment you used earlier to create your VCN.
9696

97-
![](images/create_instance1.png " ")
97+
![](images/create_instance1.png " ")
9898

99-
4. Click **Change Image**.
100-
101-
![](images/create_instance2.png " ")
102-
103-
5. Select **Ubuntu** and then select **Canonical Ubuntu 22.04** from the list below. Click **Select Image**.
104-
105-
![](images/create_instance2_1.png " ")
106-
107-
6. Click **Change Shape**.
99+
4. Scroll down on the page. Click **Change Shape**.
108100

109101
![](images/create_instance2_2.png " ")
110102

111-
7. In the **Browse All Shapes** dialog:
103+
5. In the **Browse All Shapes** dialog:
112104

113105
- **Instance Type**: Select Virtual Machine
114106
- **Shape Series**: Ampere
@@ -120,7 +112,7 @@ In this lab, you will:
120112

121113
![](images/create-compute-2.png)
122114

123-
10. Scroll down to **Primary VNIC Information** section and edit the following:
115+
6. Scroll down to **Primary VNIC Information** section and edit the following:
124116

125117
- **Virtual cloud network**: Choose the VCN you created in Task 1
126118
- **Subnet:** Choose the Public Subnet under **Public Subnets** (it should be named Public Subnet-NameOfVCN)
@@ -134,17 +126,17 @@ In this lab, you will:
134126

135127
![](images/ssh_key_2.png)
136128

137-
11. In **Boot Volume:** section, select **Specify a custom boot volume size** and enter the following:
129+
7. In **Boot Volume:** section, select **Specify a custom boot volume size** and enter the following:
138130
- **Boot volume size (GB)**: 120
139131
- **Boot volume performance**: 10
140132

141133
![](images/boot_volume_custom.png)
142134

143-
12. Click **Create**.
135+
8. Click **Create**.
144136

145137
**NOTE:** If 'Service limit' error is displayed decrease **Number of OCPUS and Memory** in **select shape** OR choose a different AD
146138

147-
13. Wait for the instance to have the **Running** status. Note down the Public IP of the instance. You will need this later.
139+
9. Wait for the instance to have the **Running** status. Note down the Public IP of the instance. You will need this later.
148140
![](images/public_ip.png)
149141

150142
## Task 3: Delete the resources(Optional)
@@ -172,4 +164,4 @@ You may now **proceed to the next lab**.
172164
## Acknowledgements
173165
* **Author** - Animesh Sahay and Francis Regalado, Enterprise Cloud Architect, OCI Cloud Venture
174166
* **Contributors** - Andrew Lynch, Director Cloud Engineering, OCI Cloud Venture
175-
* **Last Updated By/Date** - Animesh Sahay, April 2024
167+
* **Last Updated By/Date** - Animesh Sahay, August 2024
-3.48 KB
Loading
-3.63 KB
Loading
1.36 MB
Loading
-6.94 KB
Loading

0 commit comments

Comments
 (0)