Skip to content

Commit 37bbce9

Browse files
authored
Update Tabs.md
1 parent b8282d2 commit 37bbce9

File tree

1 file changed

+48
-0
lines changed
  • cd3_automation_toolkit/documentation/user_guide/learn_more

1 file changed

+48
-0
lines changed

cd3_automation_toolkit/documentation/user_guide/learn_more/Tabs.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,52 @@ Output files generated:
145145

146146
## Export and Modify Rules
147147

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.
149+
150+
On choosing this option, you will get a prompt to enter the Compartment Name for which you want to export the rules. When left blank, rules will be exported for all Compartments in the tenancy.
151+
152+
Exported rules are written to 'SecRulesinOCI', ‘RouteRulesinOCI’ and 'DRGRouteRulesinOCI' tab of the cd3 excel.
153+
154+
**DO NOT** open your CD3 file during the export process.
155+
156+
This option is useful when you want to present the CD3 to the customer as the Actual Representation of OCI console.(i.e provide the contents of OCI in the CD3 excel)
157+
158+
**<ins>Modify Rules</ins>**
159+
160+
On choosing **"Network"** in the SetUpOCI menu and **"Modify SecRules"** and **"modify RouteRules"** and **"Modify DRG RouteRules"** submenu will allow to modify existing route rules and security rules in OCI tenancy.
161+
162+
**SecRulesinOCI tab** – The tool reads this sheet and deletes(backs up to the backup directory) all existing security rules in OCI and replace them with the contents of this Tab.
163+
164+
**RouteRulesinOCI tab** – The tool reads this sheet and deletes(backs up to the backup directory) all existing route rules in OCI and replace them with the contents of this Tab.
165+
166+
**DRGRouteRulesinOCI tab** – The tool reads this sheet and deletes(backs up to the backup directory) all existing DRG route rules in OCI and replace them with the contents of this Tab.
167+
168+
169+
## Modify Network
170+
171+
<ins>Modify Network</ins>
172+
173+
Using this option, one can add/remove/update a subnet, a DHCP option or a VCN or DRG to your existing network.
174+
175+
Use this option if you have modified any route rules or security rules else you can still continue using Create Network option for any changes.
176+
177+
On choosing **"Network"** in the SetUpOCI menu and **"Modify Network - Add/Remove/Modify any network object; updates TF files with changes; this option should be used after modification have been done to SecRules or RouteRules"** submenu allow to modify network objects in OCI Tenancy.
178+
179+
## DedicatedVMHosts Tab
180+
181+
Fill up the details in **'DedicatedVMHosts'** sheet and follow the options below.
182+
183+
On choosing **"Compute"** in the SetUpOCI menu and **"Add/Modify/Delete Dedicated VM Hosts"** submenu will allow to launch your VM on a dedicated host.
184+
185+
186+
187+
Output terraform file generated: \<outdir>/\<region>/dedicated_vm_hosts.tf under \<region> directory.
188+
189+
Once terraform apply is done, you can view the resources under Compute -> Dedicated Virtual Machine Hosts for the region.
190+
191+
If you want to update or add new dedicated VM hosts, update the 'DedicatedVMHosts' tab in cd3 and rerun using setUpOCI.
192+
193+
On re-running the same option you will find the previously existing files being backed up under directory → \<outdir>/\<region>/backup_dedicatedvmhosts/\<Date>-\<Month>-\<Time>.
194+
195+
148196

0 commit comments

Comments
 (0)