Skip to content

Commit 9ad25f5

Browse files
authored
Update Tabs.md
1 parent 329c3d0 commit 9ad25f5

File tree

1 file changed

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

1 file changed

+108
-0
lines changed

cd3_automation_toolkit/documentation/user_guide/learn_more/Tabs.md

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,3 +334,111 @@ under \<region> directory.
334334
Once terraform apply is done, you can view the resources under Networking → Load Balancers for the region.
335335

336336
On re-running the same option you will find the previously existing files being backed up under directory → \<outdir>/\<region>/backup_LB-Hostname-Certs/\<Date>-\<Month>-\<Time>.
337+
338+
## Backend Set and Backend Servers Tab
339+
340+
Use the tab **BackendSet-BackendServer** of CD3 Excel to create the following components of Load Balancer:
341+
342+
- Backend Sets
343+
- Backend Servers
344+
345+
346+
Once this is complete you will find the generated output terraform files in location :
347+
348+
---> \<outdir>/\<region>/\<prefix>_backendset-backendserver.auto.tfvars
349+
350+
under \<region> directory.
351+
352+
Once terraform apply is done, you can view the resources under Networking→Load Balancers for the region.
353+
354+
On re-running the same option you will find the previously existing files being backed up under directory → \<outdir>/\<region>/backup_BackendSet-BackendServer/\<Date>-\<Month>-\<Time>.
355+
356+
## RuleSet Tab
357+
358+
Use the tab **RuleSet** of CD3 Excel to create the following components of Load Balancer:
359+
360+
- Rule Sets
361+
- RuleSet
362+
363+
Once this is complete you will find the generated output terraform files in location :
364+
365+
---> \<outdir>/\<region>/\<prefix>_ruleset.auto.tfvars
366+
367+
under \<region> directory.
368+
369+
Once terraform apply is done, you can view the resources under Networking→Load Balancers for the region.
370+
371+
On re-running the same option you will find the previously existing files being backed up under directory → \<outdir>/\<region>/backup_RuleSet/\<Date>-\<Month>-\<Time>.
372+
373+
## Path Route Set Tab
374+
375+
Use the tab **PathRouteSet** of CD3 Excel to create the following components of Load Balancer:
376+
377+
- Path Route Sets
378+
- PathRouteSet:
379+
380+
Once this is complete you will find the generated output terraform files in location :
381+
382+
---> \<outdir>/\<region>/\<prefix>_pathrouteset.auto.tfvars
383+
384+
under \<region> directory.
385+
386+
Once terraform apply is done, you can view the resources under Networking→Load Balancers for the region.
387+
388+
On re-running the same option you will find the previously existing files being backed up under directory → \<outdir>/\<region>/backup_PathRouteSet/\<Date>-\<Month>-\<Time>.
389+
390+
## LB Listeners Tab
391+
392+
Use the tab **LB-Listener** of CD3 Excel to create the following components of Load Balancer:
393+
394+
- Path Route Sets
395+
- LB-Listener:
396+
397+
Once this is complete you will find the generated output terraform files in location :
398+
399+
---> \<outdir>/\<region>/\<prefix>_lb-listener.auto.tfvars
400+
401+
under \<region> directory.
402+
403+
Once terraform apply is done, you can view the resources under Networking→Load Balancers for the region.
404+
405+
On re-running the same option you will find the previously existing files being backed up under directory → \<outdir>/\<region>/backup_LB-Listener/\<Date>-\<Month>-\<Time>.
406+
407+
## DBSystems-VM-BM Tab
408+
409+
This helps you to create DB Systems hosted on Virtual Machine and Bare Metal. This can be configured based on the shape chosen in the tab.
410+
411+
On choosing **"Database"** in the SetUpOCI menu and **"Add/Modify/Delete Virtual Machine or Bare Metal DB Systems"** submenu will allow to create DB Systems hosted on Virtual Machine and Bare Metal.
412+
413+
Output terraform file generated:
414+
415+
\<outdir>/\<region>/\<prefix>_dbsystem-vm-bm.auto.tfvars under where \<region> directory is the region specified for the DB System.
416+
417+
418+
419+
Once terraform apply is done, you can view the resources under **Bare Metal, VM, and Exadata-> DB Systems** in OCI console.
420+
421+
On re-running the same option you will find the previously existing files being backed up under directory → \<outdir>/\<region>/backup_dbsystems-vm-bm/\<Date>-\<Month>-\<Time>.
422+
423+
## ExaCS
424+
425+
You can create ExaCS in OCI by utilizing Exa-Infra and Exa-VM Cluster tabs in CD3 excel sheet.
426+
427+
On choosing **"Database"** in the SetUpOCI menu and **"Add/Modify/Delete EXA Infra and EXA VM Cluster"** submenu will allow to create ExaCS in OCI tenancy.
428+
429+
430+
Output terraform file generated:
431+
432+
\<outdir>/\<region>/\<prefix>_exa-infra.auto.tfvars under where \<region> directory is the region hosting the Exa Infra.
433+
434+
\<outdir>/\<region>/\<prefix>_exa-vmclusters.auto.tfvars under where \<region> directory is the region hosting the Exa VM Clusters.
435+
436+
437+
Once terraform apply is done, you can view the resources under Bare Metal, VM, and Exadata-> Exadata Infrastructure and Exadara VM Clusters in OCI console.
438+
439+
440+
On re-running the same option you will find the previously existing files being backed up under directory → \<outdir>/\<region>/backup_exa-infra/\<Date>-\<Month>-\<Time>
441+
442+
and \<outdir>/\<region>/backup_exa-vmclusters/\<Date>-\<Month>-\<Time>
443+
444+

0 commit comments

Comments
 (0)