Skip to content

Commit eeee5f0

Browse files
authored
Automation Toolkit Release v12
1 parent bd58253 commit eeee5f0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

cd3_automation_toolkit/documentation/user_guide/ComputeNGF.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
Follow the below steps to export OCI compute Instances to CD3 Excel file and create the terraform state:
44

55
1. Use the [CD3-Blank-Template.xlsx](/cd3_automation_toolkit/example) to export existing OCI VM details into the "Instances" sheet.
6-
2. Make sure to export the VCNs and Subnets in which the Instances are present prior to exporting the Instance.
7-
3. Execute the _setupOCI.py_ file with _non_gf_tenancy_ parameter value to _true_:
6+
2. Add any additonal attributes (not part of excel sheet already) which needs to be exported as per [this](/cd3_automation_toolkit/documentation/user_guide/learn_more/SupportforAdditionalAttributes.md#support-for-additional-attributes).
7+
3. Make sure to export the VCNs and Subnets in which the Instances are present prior to exporting the Instance.
8+
4. Execute the _setupOCI.py_ file with _non_gf_tenancy_ parameter value to _true_:
89

910
```python setUpOCI.py /cd3user/tenancies/<customer_name>/<customer_name>_setUpOCI.properties```
10-
4. Provide the region from where the Instances have to be exported. Specify comma separated values for multiple regions.
11-
5. From the output menu, select **Option 5: Export Compute >> Option 2: Export Instances**.
12-
6. Enter the compartment to which the Instances belong to. If you have to export Instances from multiple compartments, specify comma separated compartment values.
11+
5. Provide the region from where the Instances have to be exported. Specify comma separated values for multiple regions.
12+
6. From the output menu, select **Option 5: Export Compute >> Option 2: Export Instances**.
13+
7. Enter the compartment to which the Instances belong to. If you have to export Instances from multiple compartments, specify comma separated compartment values.
1314
Specify the compartment name along with hierarchy in the below format:
1415

1516
Parent Compartment1::Parent Compartment2::MyCompartment

0 commit comments

Comments
 (0)