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/learn_more/Tabs.md
+108Lines changed: 108 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -334,3 +334,111 @@ under \<region> directory.
334
334
Once terraform apply is done, you can view the resources under Networking → Load Balancers for the region.
335
335
336
336
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 :
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 :
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 :
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 :
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>
0 commit comments