Skip to content

Commit 3bc87d2

Browse files
authored
Merge pull request #54 from oracle-devrel/develop
Automation Toolkit Release v11
2 parents b06e531 + cd72760 commit 3bc87d2

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<li> <a href= "#introduction">Introduction</a></li>
1010

11-
<li> <a href = "https://github.com/oracle-devrel/cd3-automation-toolkit/releases/tag/v10.2">What's new in this release</a></li>
11+
<li> <a href = "https://github.com/oracle-devrel/cd3-automation-toolkit/releases/tag/v11">What's new in this release</a></li>
1212
<li> <a href = "/cd3_automation_toolkit/documentation/user_guide/learn_more/CD3ExcelTabs.md">Toolkit Supported OCI Services</a></li>
1313
<li> <a href = "/cd3_automation_toolkit/documentation/user_guide/RunningAutomationToolkit.md#excel-sheet-templates">Excel Templates</a></li>
1414

cd3_automation_toolkit/documentation/user_guide/learn_more/ResourceManagerUpload.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,26 @@ This option will upload the created Terraform files & the tfstate (if present) t
55

66
On choosing **"Developer Services"** in the SetUpOCI menu, choose **"Upload current terraform files/state to Resource Manager"** sub-option to upload the terraform outdir into OCI Resource Manager.
77

8-
When prompted, specify the Region to create/upload the terraform files to Resource Manager Stack. Multiple regions can be specified as comma separated values.
8+
When prompted, specify the Region to create/upload the terraform files to Resource Manager Stack. Multiple regions can be specified as comma separated values. Specify 'global' to upload RPC related components which reside in 'global' directory.
99

10-
On the next prompt, enter the Compartment where the Stack should be created if it is for the first time. The toolkit will create a Stack for the region specified previously under the specified compartment.
10+
On the next prompt, enter the Compartment where the Stack should be created if it is for the first time. The toolkit will create a Stack for the region specified previously under the specified compartment. For global resources, stack will be created in the home region.
1111

1212
The Stack created will use Terraform 1.0.x. The upload includes terraform.tfstate file as well, if present. This is to sync the OCI Resource Manager Stack to that of your outdir.
1313

14-
The toolkit also creates a rm_ocids.csv file in the outdir which has the information on the Resource Manager stack that is created. The format of the data in ***rm_ocids.csv*** is as follows -
15-
16-
***_<Compartment_Name>;<Region_in_lowercase>;<Resource_Manager_Name>;<Resource_Manager_OCID>_***
14+
The toolkit also creates a rm_ocids.csv file in the outdir/<region_dir> which has the information on the Resource Manager stack that is created. The format of the data in ***rm_ocids.csv*** is as follows -
1715

16+
***_<Region_in_lowercase>;<Compartment_Name>;<Resource_Manager_Name>;<Resource_Manager_OCID>_***
1817

1918
Example:
2019

2120
<kbd>
22-
<img width="800" alt="image" src="https://user-images.githubusercontent.com/122371432/214032479-a4754a66-dcf9-4540-a627-dcc8393a062b.png">
21+
<img width="800" alt="image" src="https://github.com/oracle-devrel/cd3-automation-toolkit/assets/103508105/e95572de-2cb0-46f9-ae26-21391c9fee8b">
2322
</kbd>
2423

25-
To use an existing Resource Manager stack, enter the details in the format provided above into your _outdir/rm_ocids.csv_" file.
26-
24+
To use an existing Resource Manager stack, enter the details in the format provided above into your _outdir/<region_dir>/rm_ocids.csv_ file.
2725

2826
Sample Execution:
2927

3028
<kbd>
31-
<img width="800" height="600" alt="image" src="https://user-images.githubusercontent.com/122371432/214032803-b31feff1-9949-459b-b2f4-4af35421436c.png">
29+
<img width="800" height="600" alt="image" src="https://github.com/oracle-devrel/cd3-automation-toolkit/assets/103508105/e3d7417e-ce1c-464a-8a1d-5cdfd7862835">
3230
</kbd>

0 commit comments

Comments
 (0)