Skip to content

Commit 4b050a2

Browse files
authored
Update Tabs.md
1 parent e82c624 commit 4b050a2

File tree

1 file changed

+6
-9
lines changed
  • cd3_automation_toolkit/documentation/user_guide/learn_more

1 file changed

+6
-9
lines changed

cd3_automation_toolkit/documentation/user_guide/learn_more/Tabs.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,25 +91,22 @@ This contains information about DHCP options to be created for each VCN.
9191

9292
2. Default Route Rules created are :
9393

94-
a. Based on the values entered in columns ‘configure SGW route’, ‘configure NGW route’, ‘configure IGW route’, 'configure Onprem route' and 'configure VCNPeering route' in Subnets sheet; if the value entered is ‘y’, it will create a route for the object in that subnet
95-
eg if ‘configure IGW’ in Subnets sheet is ‘y’ then it will read parameter ‘igw_destination’ in VCN Info tab and create a rule in the subnet with destination object as IGW of the VCN and destination CIDR as value of igw_destnation field.
96-
If comma separated values are entered in the igw_destination in VCN Info tab then the tool creates route rule for each destination cidr for IGW in that subnet.
97-
Tool works similarly for ‘configure NGW’ in Subnets tab and ‘ngw_destination’ in VCN Info tab. For SGW, route rule is added either 'all services' or object storage in that region.
94+
a. Based on the values entered in columns ‘configure SGW route’, ‘configure NGW route’, ‘configure IGW route’, 'configure Onprem route' and 'configure VCNPeering route' in Subnets sheet; if the value entered is ‘y’, it will create a route for the object in that subnet eg if ‘configure IGW’ in Subnets sheet is ‘y’ then it will read parameter ‘igw_destination’ in VCN Info tab and create a rule in the subnet with destination object as IGW of the VCN and destination CIDR as value of igw_destnation field. If comma separated values are entered in the igw_destination in VCN Info tab then the tool creates route rule for each destination cidr for IGW in that subnet.Tool works similarly for ‘configure NGW’ in Subnets tab and ‘ngw_destination’ in VCN Info tab. For SGW, route rule is added either 'all services' or object storage in that region.
9895

99-
b. For a hub spoke model, tool automatically creates route tables attached with the DRG and each LPG in the hub VCN peered with spoke VCN.
96+
b. For a hub spoke model, tool automatically creates route tables attached with the DRG and each LPG in the hub VCN peered with spoke VCN.
10097
‘onprem_destinations’ in VCN Info tab specifies the On Prem Network CIDRs.
10198

10299
3. The below Default Security Rules are created:
103100

104-
a. Egress rule allowing all protocols for 0.0.0.0/0 is opened.
101+
a. Egress rule allowing all protocols for 0.0.0.0/0 is opened.
105102

106-
b. Ingress rule allowing all protocols for subnet CIDR is opened. This is to allow communication between VMs with in the same subnet.
103+
b. Ingress rule allowing all protocols for subnet CIDR is opened. This is to allow communication between VMs with in the same subnet.
107104

108105
4. Default Security List of the VCN is attached to the subnet if ‘add_default_seclist’ parameter in Subnets tab is set to ‘y’.
109106

110-
5. Components- IGW, NGW, DRG, SGW and LPGs are created in same compartment as the VCN.
107+
5. Components- IGW, NGW, DRG, SGW, LPGs and NSGs are created in same compartment as the VCN.
111108

112-
6. VCN names need to be unique across the region. Automation ToolKit does not support duplicate values at the moment.
109+
6. VCN names need to be unique for the same region. Automation ToolKit does not support duplicate values at the moment. However you can have same VCN names across different regions.
113110

114111

115112
Output terraform files are generated under \<outdir>/\<region> directory.

0 commit comments

Comments
 (0)