Skip to content

Commit 6b5b122

Browse files
Updated image
1 parent ddd6849 commit 6b5b122

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

autoscaling/variables.tpl

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ variable "marketplace_version_id" {
3838
"1" = "OL7.9-OFED5.3-1.0.0.1-RHCK-20210607"
3939
"2" = "OL7.8-OFED5.0-1.0.0.0-UEK-20200826"
4040
"3" = "OL7.7-OFED-4.4-2.0.7.0-UEK-20200229"
41+
"4" = "OL7.9-OFED5.0-2.1.8.0-RHCK-20210709"
4142
}
4243
}
4344

schema.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,8 @@ variables:
490490
- "1. Oracle Linux 7.9 OFED 5.3-1.0.0.1 RHCK 20210607"
491491
- "2. Oracle Linux 7.8 OFED 5.0-1.0.0.0 UEK 20200826"
492492
- "3. Oracle Linux 7.7 OFED 4.4-2.0.7.0 UEK 20200229"
493-
default: "1. Oracle Linux 7.9 OFED 5.3-1.0.0.1 RHCK 20210607"
493+
- "4. Oracle Linux 7.9 OFED 5.0-2.1.8.0 RHCK 20210709"
494+
default: "4. Oracle Linux 7.9 OFED 5.0-2.1.8.0 RHCK 20210709"
494495
visible:
495496
and:
496497
- ${use_marketplace_image}

variables.tf

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ variable "marketplace_version_id" {
5555
"1" = "OL7.9-OFED5.3-1.0.0.1-RHCK-20210607"
5656
"2" = "OL7.8-OFED5.0-1.0.0.0-UEK-20200826"
5757
"3" = "OL7.7-OFED-4.4-2.0.7.0-UEK-20200229"
58+
"4" = "OL7.9-OFED5.0-2.1.8.0-RHCK-20210709"
5859
}
5960
}
6061

0 commit comments

Comments
 (0)