@@ -27,23 +27,24 @@ variable "spack" { default = ${spack} }
2727variable "instance_pool_ocpus" { default = " ##OCPU##" }
2828variable "instance_pool_memory" { default = ${instance_pool_memory} }
2929variable "instance_pool_custom_memory" { default = ${instance_pool_custom_memory} }
30- variable "marketplace_listing" {
31- /*
32- Allowed values
33- " 1. Oracle Linux 7.8 OFED5.0"
34- " 2. Oracle Linux 7.5 OFED4.4"
35- */
36- default = " ${marketplace_listing}"
37- }
3830
39- variable "marketplace_listing_id" {
31+ variable "marketplace_listing" {
32+ default = " ${marketplace_listing}"
33+ }
34+
35+ variable "marketplace_version_id" {
4036 type = map(string)
4137 default = {
42- " 1" = " ocid1.appcataloglisting.oc1..aaaaaaaahzcnanlki5vonyaeoiajjisejikzczygqqwheifymjqx3ft4iowa"
43- " 2" = " ocid1.appcataloglisting.oc1..aaaaaaaahz2xiwfcsbebmqg7sp6lhdt6r2vsjro5jfukkl5cntlqvfhkbzaq"
38+ " 1" = " OL7.9-OFED5.3-1.0.0.1-RHCK-20210607"
39+ " 2" = " OL7.8-OFED5.0-1.0.0.0-UEK-20200826"
40+ " 3" = " OL7.7-OFED-4.4-2.0.7.0-UEK-20200229"
4441 }
4542}
4643
44+ variable "marketplace_listing_id" {
45+ default = " ocid1.appcataloglisting.oc1..aaaaaaaahzcnanlki5vonyaeoiajjisejikzczygqqwheifymjqx3ft4iowa"
46+ }
47+
4748variable "bastion_block_volume_performance" {
4849/*
4950 Allowed values
@@ -76,4 +77,6 @@ variable "nfs_source_path" { default = "${nfs_source_path}"}
7677variable "nfs_options" { default = " ${nfs_options}" }
7778
7879variable "hyperthreading" { default = ${hyperthreading} }
79- Variable “ldap” { default = “${ldap} ” }
80+ variable "unsupported" { default = ${unsupported} }
81+ variable "image_ocid" { default = " ocid1.image.oc1..aaaaaaaa5yxem7wzie34hi5km4qm2t754tsfxrjuefyjivebrxjad4jcj5oa" }
82+ variable "ldap" { default = ${ldap} }
0 commit comments