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/NetworkingScenariosGF.md
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,7 @@ In some scenarios, a DRG has already been created in the tenancy and rest of the
65
65
66
66
Continue executing the remaining steps (from Step 6) of [Create Network](#1-create-network).
67
67
68
+
<br>[Go back to Networking Scenarios](#greenfield-tenancies)
68
69
### Modify Network
69
70
Modifying the Networking components using Automation Toolkit involves three simple steps.
70
71
- Add/modify the details of networking components like the VCNs, Subnets, DHCP and DRG in Excel Sheet.
@@ -93,6 +94,7 @@ _Steps in detail_:
93
94
94
95
This completes the modification of Networking components in OCI. Verify the components in console.
95
96
97
+
<br>[Go back to Networking Scenarios](#greenfield-tenancies)
96
98
### Modify Security Rules, Route Rules and DRG Route Rules
97
99
98
100
Follow the below steps to add, update or delete the following components:
@@ -123,9 +125,9 @@ Follow the below steps to add, update or delete the following components:
123
125
<br>_terraform plan_
124
126
<br>_terraform apply_
125
127
126
-
This completes the modification of Security Rules, Route Rules and DRG Route Rules in OCI. Verify the components in console.
127
-
128
+
This completes the modification of Security Rules, Route Rules and DRG Route Rules in OCI. Verify the components in console.<br>
128
129
130
+
<br>[Go back to Networking Scenarios](#greenfield-tenancies)
129
131
### Sync manual changes done in OCI of Security Rules, Route Rules and DRG Route Rules with CD3 Excel Sheet and Terraform
130
132
Follow the below process to export the rules to the same CD3 Excel Sheet as the one used to Create Network, and to sync the Terraform files with OCI whenever an user adds, modifies or deletes rules in OCI Console manually.
131
133
@@ -162,7 +164,7 @@ Follow the below process to export the rules to the same CD3 Excel Sheet as the
162
164
163
165
This completes the export of Security Rules, Route Rules and DRG Route Rules from OCI. Terraform plan/apply should be in sync with OCI.
164
166
165
-
167
+
<br>[Go back to Networking Scenarios](#greenfield-tenancies)
166
168
### Add/Modify/Delete NSGs
167
169
Follow the below steps to update NSGs.
168
170
@@ -185,7 +187,7 @@ Follow the below steps to update NSGs.
185
187
186
188
This completes the modification of NSGs in OCI. Verify the components in console.
187
189
188
-
190
+
<br>[Go back to Networking Scenarios](#greenfield-tenancies)
Copy file name to clipboardExpand all lines: cd3_automation_toolkit/documentation/user_guide/NetworkingScenariosNGF.md
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,14 @@
1
1
# Networking Scenarios
2
2
3
3
## Non-Greenfield Tenancies
4
+
-[Export Network](#non-greenfield-tenancies)
5
+
-[Add a new or modify the existing networking components](#add-a-new-or-modify-the-existing-networking-components)
6
+
7
+
4
8
**NOTE-**
5
9
Before you start with Network Export, make sure you have run 'Fetch Compartments OCIDs to variables file'.
6
10
7
-
### 1. Export Network
11
+
### Export Network
8
12
9
13
Follow the below steps to export the Networking components that includes VCNs, Subnets, DHCP, DRG, Security List, Route Tables, DRG Route Tables, NSGs, etc to CD3 Excel Sheet and create the Terraform state.
### 2. Add a new or modify the existing networking components
49
+
<br>[Go back to Networking Scenarios](#non-greenfield-tenancies)
50
+
### Add a new or modify the existing networking components
46
51
1. Export the Networking components by following the steps [above](#1-export-network). (Note that here _non\_gf\_tenancy_ flag is set to true)
47
52
2. Follow the [process](/cd3_automation_toolkit/documentation/user_guide/NetworkingScenariosGF.md#modify-network) to add new components such as VCN/DHCP/DRG/IGW/NGW/SGW/LPG/Subnet etc. (Note that here _non\_gf\_tenancy_ flag is set to false)
48
53
49
-
54
+
<br>[Go back to Networking Scenarios](#non-greenfield-tenancies)
<li>Uncomment the parameter in **cd3_automation_toolkit\Compute\templates\instance-template** . Any line that is between {# <and> #} are commented in Jinja templates. From the screenshot below we note that the condition for **preserve_boot_volume** is within the Jinja comments. Copy the highlighted line and place it after/outside line 184 (**#}**) as per below screenshot.</li>
23
+
Uncomment the parameter in **cd3_automation_toolkit\Compute\templates\instance-template** . Any line that is between {# <and> #} are commented in Jinja templates. From the screenshot below we note that the condition for **preserve_boot_volume** is within the Jinja comments. Copy the highlighted line and place it after/outside line 184 (**#}**) as per below screenshot.
<li>Apart from the above changes, optionally, update the **instance_ssh_keys** and **instance_source_ocids** in your variables file before executing the toolkit to generate the auto.tfvars for instances.</li>
33
+
34
+
Apart from the above changes, optionally, update the **instance_ssh_keys** and **instance_source_ocids** in your variables file before executing the toolkit to generate the auto.tfvars for instances.
Copy file name to clipboardExpand all lines: cd3_automation_toolkit/documentation/user_guide/learn_more/Tabs.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,8 @@ Output files generated:
145
145
146
146
## Export and Modify Rules
147
147
148
+
You can export existing security rules and route rules in OCI. On choosing "Network" in the SetUpOCI menu and "Export existing secrules and RouteRules to CD3" and "Export existing DRG Routerules to CD3" submenu will allow to export existing security and route rules.
0 commit comments