Skip to content

Commit 9b655fa

Browse files
authored
Update FAQ.md
1 parent da003d2 commit 9b655fa

File tree

1 file changed

+8
-2
lines changed
  • cd3_automation_toolkit/documentation/user_guide

1 file changed

+8
-2
lines changed

cd3_automation_toolkit/documentation/user_guide/FAQ.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Follow below steps to start using the newly subscribed region with the toolkit:
2323

2424
**4. How do I upgrade an existing version of the toolkit to the new one without disrupting my existing tenancy files/directories?**
2525
<br>
26-
Please look at [Steps to Upgrade Your Toolkit.](/cd3-automation-toolkit/blob/main/cd3_automation_toolkit/documentation/user_guide/Upgrade_Toolkit.md#steps-to-upgrade-your-toolkit-for-existing-customers)
26+
Please look at [Steps to Upgrade Your Toolkit.](/cd3_automation_toolkit/documentation/user_guide/Upgrade_Toolkit.md#steps-to-upgrade-your-toolkit-for-existing-customers)
2727

2828
**5. How do I export instances in batches using different filters?**
2929
<br>
@@ -46,7 +46,13 @@ Terraform destroy on compartments or removing the compartments details from _<cu
4646
<br> - Add _enable\_delete = true_ parameter to each of the compartment that needs to be deleted in _<customer\_name>\_compartments.auto.tfvars_
4747

4848

49-
**7. I am getting 'Permission Denied' error while executing any commands inside the container.**
49+
**7. I am getting Timeout Error during export of DRG Route Rules while exporting Network Components.**
50+
<br>
51+
52+
Toolkit exports all Dynamic as well as Static DRG route Rules and timesout if there is a large number of dynamic rules. As a workaround, edit line no 220 _/cd3user/oci\_tools/cd3\_automation\_toolkit\Network\BaseNetwork\exportRoutetable.py_. <br>
53+
Change _vcn = VirtualNetworkClient(config, timeout=(30,120))_ to _vcn = VirtualNetworkClient(config, timeout=(90,300))_
54+
55+
**8. I am getting 'Permission Denied' error while executing any commands inside the container.**
5056
<br>
5157

5258
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

Comments
 (0)