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
+103Lines changed: 103 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -402,3 +402,106 @@ On re-running the same option you will find the previously existing files being
402
402
and \<outdir>/\<region>/backup_exa-vmclusters/\<Date>-\<Month>-\<Time>
403
403
404
404
405
+
## ADW_ATP Tab
406
+
407
+
Use this Tab to create Autonomous Database Warehouse or Autonomous Database Transaction Processing in the OCI tenancy.
408
+
409
+
On choosing **"Database"** in the SetUpOCI menu and **"Add/Modify/Delete ADW/ATP"** submenu will allow to create Autonomous Database Warehouse or Autonomous Database Transaction Processing in the OCI tenancy.
410
+
411
+
412
+
Output terraform file generated: \<outdir>/\<region>/ATP-ADW.tf under where \<region> directory is the home region.
413
+
414
+
Once terraform apply is done, you can view the resources under **Autonomous Database -> Autonomous Databases** in OCI console.
415
+
416
+
On re-running the same option you will find the previously existing files being backed up under directory → \<outdir>/\<region>/backup_adb/\<Date>-\<Month>-\<Time>
417
+
418
+
419
+
## Notifications Tab
420
+
421
+
On choosing **"Management Services"** in the SetUpOCI menu and **"Add/Modify/Delete Notification"** and **"Add/Modify/Delete Events"** submenu will allow to manage events and notifications in OCI tenancy.
422
+
423
+
Output terraform file generated: \<outdir>/\<region>/\<customer_name>_notifications.auto.tfvars and \<outdir>/\<region>/\<customer_name>_events.auto.tfvars under \<region> directory.
424
+
425
+
Once the terraform apply is complete, view the resources under **Application Integration-> Notifications & Application Integration-> Events** for the region in OCI Console.
426
+
427
+
Further, on re-running the same option you will find the previously existing files being backed up under directory → \<outdir>/\<region>/backup_events/\<Date>-\<Month>-\<Time> or \<outdir>/\<region>/backup_notifications/\<Date>-\<Month>-\<Time>
428
+
429
+
Note:
430
+
431
+
- Notifications can not be configured for a particular resource OCID at the moment.
432
+
- Export of Notifications supports ONS and FAAS(will put OCID for the function in the CD3). It will skip the event export if action type is OSS.
433
+
- Export of notifications will export the subscriptions and the topics these subscriptions are part of. So any topic which is not having any subscription inside it will not be exported.
434
+
435
+
436
+
## Alarms Tab
437
+
438
+
Please make sure to use **CD3-ManagementServices-template.xlsx** under example folder of GIT as input file for creating/exporting Alarms.
439
+
440
+
On choosing **"Management Services"** in the SetUpOCI menu and **"Add/Modify/Delete Alarms"** submenu will allow to manage alarms in OCI tenancy.
441
+
442
+
Output terraform file generated: \<outdir>/\<region>/\<customer_name>_alarms.auto.tfvars under \<region> directory.
443
+
444
+
Once the terraform apply is complete, view the resources under **Observability & Management→ Monitoring → Alarms Definition** for the region in OCI Console.
445
+
446
+
Further, on re-running the same option you will find the previously existing files being backed up under directory → \<outdir>/\<region>/backup_alarms/\<Date>-\<Month>-\<Time>/
447
+
448
+
449
+
## ServiceConnectors Tab
450
+
451
+
Please make sure to use **CD3-ManagementServices-template.xlsx** under example folder of GIT as input file for creating/exporting Service connectors.
452
+
453
+
The service connector resources provisioning can be initiated by updating the corresponding excel sheet tab.
454
+
455
+
**CIS LZ recommends to create SCH to collect audit logs for all compartments, VCN Flow Logs and Object Storage Logs and send to a particular target that can be read by SIEM. CD3 SCH automation is aligned with CIZ LZ and allow the user to deploy/provision the recommended approach by filling in the suitable data in excel sheet.**
456
+
457
+
Output terraform file generated: \<outdir>/\<region>/\<customer_name>_serviceconnectors.auto.tfvars under \<region> directory.
458
+
459
+
Once the terraform apply is complete, view the resources under **service connectors window** for the region in OCI Console.
460
+
461
+
Further, on re-running the same option you will find the previously existing files being backed up under directory → \<outdir>/\<region>/backup_serviceconnectors/\<Date>-\<Month>-\<Time>/
462
+
463
+
Note -
464
+
465
+
- The service connector resources created via automation will not have the corresponding IAM policies between source and destination entities. It has to be created separately.
466
+
- The user will get an option to create the **IAM policy** when you click on **Edit** for the respective service connector provisioned through terraform like in below screenshot:
- Also, When the target kind is **'notifications'** the value for formatted messages parameter is set to **'true'** as default. Its set to **'false'** only when the source is 'streaming'.
471
+
472
+
473
+
## OKE
474
+
475
+
On choosing **"Developer Services"** in the SetUpOCI menu and **"Add/Modify/Delete OKE Cluster and Nodepools"** submenu will allow to manage oke components in OCI tenancy.
476
+
477
+
On completion of execution, you will be able to find the output terraform file generated at :
- Current version of the toolkit support only single availability domain placement for the nodepool. So if a cluster is exported with nodepools having multiple placement configuration, the terraform plan will show changes similar to:
- It has been observerd that the order of kubernetes labels change randomly during an export. In such situations a terraform plan detects it as a change to the kubernetes labels.
0 commit comments