Skip to content

Commit c9310e4

Browse files
authored
Update deploy-compute-cli.md
1 parent 16d1074 commit c9310e4

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

cd3-automation-toolkit/deploy-compute-cli/deploy-compute-cli.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@ In this lab, you will:
2121

2222
# Create Resources using CLI
2323

24-
## Task 1: Add Excel path to 'customername_setUpoci.properties'
24+
## Task 1: Add Excel path to 'prefix_setUpoci.properties'
25+
(Note: Please check the tenancyconfig.properties file for prefix information)
2526

2627
1. Add the Excel file path for "cd3file" parameter. You can find a file in below location.
2728

2829
```
29-
/cd3user/tenancies/<customer_name>_setUpOCI.properties
30+
/cd3user/tenancies/<prefix>_setUpOCI.properties
3031
```
3132
3233
2. Set below parameter to *create_resources*, since we are creating new resources, and not modifying any existing ones.
@@ -46,7 +47,7 @@ In this lab, you will:
4647
4748
```
4849
cd /cd3user/oci_tools/cd3_automation_toolkit/
49-
python setUpOCI.py /cd3user/tenancies/<customer_name>/<customer_name>_setUpOCI.properties
50+
python setUpOCI.py /cd3user/tenancies/<prefix>/<prefix>_setUpOCI.properties
5051
```
5152
## Task 3: Generate terraform files and create our resources in OCI
5253
@@ -57,7 +58,7 @@ In this lab, you will:
5758
2. Navigate to identity directory under home region directory after Terraform files are created.
5859
5960
```
60-
cd /cd3user/tenancies/<customer_name>/terraform_files/<home_region>/identity
61+
cd /cd3user/tenancies/<prefix>/terraform_files/<home_region>/identity
6162
```
6263
6364
3. Execute terraform init, plan and apply to create the compartment.
@@ -84,7 +85,7 @@ In this lab, you will:
8485
6. Once the Terraform files are created from above step, navigate to below path for each of the services: Network, Compute, Database and Block volume.
8586
8687
```
87-
/cd3user/tenancies/<customer_name>/terraform_files/<region>/<services>
88+
/cd3user/tenancies/<prefix>/terraform_files/<region>/<services>
8889
```
8990
9091
7. Enter into each of the required service folders (network, compute, database) and execute the below terraform commands to provision the resources in OCI.
@@ -109,4 +110,4 @@ You may now __proceed to the next lab__.
109110
110111
- __Author__ - Lasya Vadavalli
111112
- __Contributors__ - Murali N V, Suruchi Singla, Dipesh Rathod
112-
- __Last Updated By/Date__ - Dipesh Rathod, Mar 2024
113+
- __Last Updated By/Date__ - Dipesh Rathod, Mar 2024

0 commit comments

Comments
 (0)