You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cd3_automation_toolkit/documentation/user_guide/FAQ.md
+17-8Lines changed: 17 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,18 @@
1
1
# Frequently Asked Questions
2
2
3
3
**1. Is there a way to verify my input CD3 Excel sheet for any typos/miskates?**
4
-
<br> Yes, please choose 'Validate CD3' option in setUpOCI menu in GreenField workflow. It validates specific tabs of the excel sheet. Please see
5
-
[CD3 Validator Features](/cd3_automation_toolkit/documentation/user_guide/learn_more/SupportForCD3Validator.md#support-for-cd3-validator) for more details.
4
+
<br>
5
+
Yes, please choose 'Validate CD3' option in setUpOCI menu in GreenField workflow. It validates specific tabs of the excel sheet. Please see
6
+
[CD3 Validator Features](/cd3_automation_toolkit/documentation/user_guide/learn_more/SupportForCD3Validator.md#support-for-cd3-validator) for more details.
6
7
7
8
**2. Can I use an existing outdir to export the data from OCI?**
8
9
<br>
9
-
Make sure to use a clean outdir without any .tfvars or .tfstate file. Also use a blank CD3 Excel sheet as export process will overwrite the data in the respective tab.
10
+
11
+
Make sure to use a clean outdir without any .tfvars or .tfstate file. Also use a blank CD3 Excel sheet as export process will overwrite the data in the respective tab.
10
12
11
13
**3. If I am already using the toolkit and my OCI tenancy has been subscribed to a new region, how do i use the new region with toolkit?**
12
-
<br> Follow below steps to start using the newly subscribed region with the toolkit:
14
+
<br>
15
+
Follow below steps to start using the newly subscribed region with the toolkit:
13
16
<br> - Take backup of the existing out directory.
14
17
<br> - Create a new directory for the region say 'london' along with other region directories.
15
18
<br> - Copy all the terraform modules and .tf files, except the .auto.tfvars and .tfstate files from existing region directory to the new one
@@ -19,10 +22,12 @@ Make sure to use a clean outdir without any .tfvars or .tfstate file. Also use a
19
22
20
23
21
24
**4. How do I upgrade an existing version of the toolkit to the new one without disrupting my existing tenancy files/directories?**
22
-
<br> Please look at the latest release information under <a href = https://github.com/oracle-devrel/cd3-automation-toolkit/releases>Releases. </a>
25
+
<br>
26
+
Please look at the latest release information under <a href = https://github.com/oracle-devrel/cd3-automation-toolkit/releases>Releases. </a>
23
27
24
28
**5. How do I export instances in batches using different filters?**
25
-
<br> Follow below steps:
29
+
<br>
30
+
Follow below steps:
26
31
<br> - Modify the setUpOCI.properties file to set non_gf_tenancy to "true".
27
32
<br> - Choose "Export Compute".
28
33
<br> - Specify the filter - prefix of the instances or specific AD to export.
@@ -33,14 +38,18 @@ Make sure to use a clean outdir without any .tfvars or .tfstate file. Also use a
33
38
34
39
35
40
**6. How do I delete a compartment from OCI using the toolkit?**
36
-
<br> Terraform destroy on compartments or removing the compartments details from _<customer\_name>\_compartments.auto.tfvars_ will not delete them from OCI Console by default. Inorder to destroy them from OCI either -
41
+
<br>
42
+
43
+
Terraform destroy on compartments or removing the compartments details from _<customer\_name>\_compartments.auto.tfvars_ will not delete them from OCI Console by default. Inorder to destroy them from OCI either -
37
44
<br> - Add an additional column - _enable\_delete_ to Compartments Tab of CD3 Excel sheet with the value _TRUE_ for the compartments that needs to be deleted on terraform destroy. Execute the toolkit menu option to Create Compartments.</li>
38
45
<br>(OR)
39
46
<br> - Add _enable\_delete = true_ parameter to each of the compartment that needs to be deleted in _<customer\_name>\_compartments.auto.tfvars_
40
47
41
48
42
49
**7. I am getting 'Permission Denied' error while executing any commands inside the container.**
43
-
<br> When you are running the docker container from a Linux OS, if the outdir is on the root, you may get a permission denied error while executing steps like createAPIKey.py. In such scenarios, please follow the steps given below -
50
+
<br>
51
+
52
+
When you are running the docker container from a Linux OS, if the outdir is on the root, you may get a permission denied error while executing steps like createAPIKey.py. In such scenarios, please follow the steps given below -
0 commit comments