diff --git a/autoscaling/variables.tpl b/autoscaling/variables.tpl index bbea9f62..491ddd60 100755 --- a/autoscaling/variables.tpl +++ b/autoscaling/variables.tpl @@ -38,6 +38,7 @@ variable "marketplace_version_id" { "1" = "OL7.9-OFED5.3-1.0.0.1-RHCK-20210607" "2" = "OL7.8-OFED5.0-1.0.0.0-UEK-20200826" "3" = "OL7.7-OFED-4.4-2.0.7.0-UEK-20200229" + "4" = "OL7.9-OFED5.0-2.1.8.0-RHCK-20210709" } } diff --git a/schema.yaml b/schema.yaml index f1710c6b..c487bcf0 100755 --- a/schema.yaml +++ b/schema.yaml @@ -490,7 +490,8 @@ variables: - "1. Oracle Linux 7.9 OFED 5.3-1.0.0.1 RHCK 20210607" - "2. Oracle Linux 7.8 OFED 5.0-1.0.0.0 UEK 20200826" - "3. Oracle Linux 7.7 OFED 4.4-2.0.7.0 UEK 20200229" - default: "1. Oracle Linux 7.9 OFED 5.3-1.0.0.1 RHCK 20210607" + - "4. Oracle Linux 7.9 OFED 5.0-2.1.8.0 RHCK 20210709" + default: "4. Oracle Linux 7.9 OFED 5.0-2.1.8.0 RHCK 20210709" visible: and: - ${use_marketplace_image} diff --git a/variables.tf b/variables.tf index 61bc2c4e..952192fd 100755 --- a/variables.tf +++ b/variables.tf @@ -55,6 +55,7 @@ variable "marketplace_version_id" { "1" = "OL7.9-OFED5.3-1.0.0.1-RHCK-20210607" "2" = "OL7.8-OFED5.0-1.0.0.0-UEK-20200826" "3" = "OL7.7-OFED-4.4-2.0.7.0-UEK-20200229" + "4" = "OL7.9-OFED5.0-2.1.8.0-RHCK-20210709" } }