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
Once the terraform apply is complete, view the resources under Compute -> Instances for the region.
258
258
259
259
On re-running the same option you will find the previously existing files being backed up under directory → \<outdir>/\<region>/backup_instances/\<Date>-\<Month>-\<Time>.
260
+
261
+
## BlocksVolumes Tab
262
+
263
+
This tab in cd3 excel sheet is used when you need to create block volumes and attach the same to the instances in the OCI tenancy.
264
+
265
+
Automation Tool Kit does not support sharing of volumes at the moment. While export of block volumes, if the block volume is attached to multiple instances, it will just fetch details about one attachment.
266
+
267
+
On choosing **"Storage"** in the SetUpOCI menu and **"Add/Modify/Delete Block Storage/Block Backup Policy"** submenu will allow to create block volumes in OCI Tenancy.
268
+
269
+
On completion of execution, you will be able to find the output terraform file generated at :
-→ \<outdir>/\<region>/\<prefix>_block-backup-policy.auto.tfvars under appropriate \<region> directory.
274
+
275
+
Once terraform apply is done, you can view the resources under Block Storage -> Block Volumes in OCI console.
276
+
277
+
On re-running the option to create Block Volumes you will find the previously existing files being backed up under directory:
278
+
279
+
\<outdir>/\<region>/backup_blockvolumes/\<Date>-\<Month>-\<Time> and \<outdir>/\<region>/backup_BlockBackupPolicy/\<Date>-\<Month>-\<Time>.
280
+
281
+
282
+
## FSS Tab
283
+
284
+
On choosing **"Storage"** in the SetUpOCI menu and **"Add/Modify/Delete File Storage"** submenu will allow to create file system storage on OCI tenancy.
285
+
286
+
Note: Freeform and Defined Tags - If specified, applies to FSS object only and not to other components like Mount Target.
287
+
288
+
Once this is complete you will find the generated output terraform files in location :
289
+
290
+
---> \<outdir>/\<region>/FSS.tf
291
+
292
+
under \<region> directory.
293
+
294
+
Once terraform apply is done, you can view the resources under File Storage → File Systems for the region.
295
+
296
+
On re-running the same option you will find the previously existing files being backed up under directory → \<outdir>/\<region>/backup_FSS/\<Date>-\<Month>-\<Time>.
297
+
298
+
299
+
## Load Balancers
300
+
301
+
Automation Tool Kit allows you to create Load Balancers with all the features supported by Oracle. Components that you can create using the Tool Kit includes:
|Backend Sets and Backend Servers|BackendSet-BackendServer|
307
+
|Rule Set|RuleSet|
308
+
|Path Route Set|PathRouteSet|
309
+
|Listeners|LB-Listeners|
310
+
311
+
NOTE : While exporting and synching the tfstate file for LBR objects, the user may be notified that a few components will be modified on apply. In such scenarios, add the attributes that the Terraform notifies to be changed to the appropriate CD3 Tab of Load Balancer and Jinja2 Templates (as a non-default attribute) and re-run the export.
312
+
313
+
On choosing "Load Balancers" in the SetUpOCI menu will allow to create load balancers in OCI tenancy.
314
+
315
+
**Load Balancers, Hostnames , Certificates and Cipher Suites:**
316
+
317
+
Use the tab LB-Hostanme-Certs of CD3 Excel to create the following components of Load Balancer:
318
+
319
+
Load Balancers
320
+
Hostnames
321
+
Cipher Suites
322
+
Certificates
323
+
324
+
Certificates, Hostnames and Cipher Suites are optional. Leave the related columns empty if they are not required.
325
+
326
+
**LB-Hostanme-Certs**
327
+
328
+
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.
335
+
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>.
0 commit comments