Skip to content

Commit 96731af

Browse files
committed
Automation Toolkit Release v2026.1.0
1 parent fc6e6c8 commit 96731af

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

cd3_automation_toolkit/gcpcloud/terraform/variables.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ variable "gcp_oci_exa_infra" {
4343
# labels
4444
labels = optional(map(string), {})
4545
}))
46+
default = {}
4647
}
4748

4849
###############################
@@ -101,4 +102,5 @@ variable "gcp_oci_exa_vmclusters" {
101102
# TAGS
102103
labels = map(string)
103104
}))
105+
default = {}
104106
}

cd3_automation_toolkit/ocicloud/python/Excel_Columns

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,14 @@
201201
"Storage Servers" : "storage_count"
202202

203203
},
204+
"EXA-VMClusters" :
205+
{
206+
"VM Cluster Display Name" : "display_name",
207+
"Oracle Grid Infrastructure Version" : "gi_version",
208+
"Allocate storage for Exadata sparse snapshots" : "is_sparse_diskgroup_enabled",
209+
"Allocate storage for local backups" : "is_local_backup_enabled",
210+
"Hostname Prefix" : "hostname"
211+
},
204212
"EXA-DBHomes" :
205213
{
206214
},

0 commit comments

Comments
 (0)