Skip to content

Commit

Permalink
Add missing product_version to s390 Minions
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Gedon <dominik.gedon@suse.com>
  • Loading branch information
nodeg committed Aug 14, 2024
1 parent 806819d commit 06d3cf0
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -774,6 +774,7 @@ module "opensuse156arm-minion" {
module "sles15sp5s390-minion" {
source = "./backend_modules/feilong/host"
base_configuration = module.base_s390.configuration
product_version = "4.3-released"

name = "min-sles15sp5s390"
image = "s15s5-minimal-2part-xfs"
Expand Down Expand Up @@ -1278,6 +1279,7 @@ module "opensuse156arm-sshminion" {
module "sles15sp5s390-sshminion" {
source = "./backend_modules/feilong/host"
base_configuration = module.base_s390.configuration
product_version = "4.3-released"

name = "minssh-sles15sp5s390"
image = "s15s5-minimal-2part-xfs"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -994,6 +994,7 @@ module "opensuse156arm-minion" {
module "sles15sp5s390-minion" {
source = "./backend_modules/feilong/host"
base_configuration = module.base_s390.configuration
product_version = "4.3-released"

name = "min-sles15sp5s390"
image = "s15s5-minimal-2part-xfs"
Expand Down Expand Up @@ -1569,6 +1570,7 @@ module "opensuse156arm-sshminion" {
module "sles15sp5s390-sshminion" {
source = "./backend_modules/feilong/host"
base_configuration = module.base_s390.configuration
product_version = "4.3-released"

name = "minssh-sles15sp5s390"
image = "s15s5-minimal-2part-xfs"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,7 @@ module "opensuse156arm-minion" {
module "sles15sp5s390-minion" {
source = "./backend_modules/feilong/host"
base_configuration = module.base_s390.configuration
product_version = "5.0-released"

name = "min-sles15sp5s390"
image = "s15s5-minimal-2part-xfs"
Expand Down Expand Up @@ -1214,6 +1215,7 @@ module "opensuse156arm-sshminion" {
module "sles15sp5s390-sshminion" {
source = "./backend_modules/feilong/host"
base_configuration = module.base_s390.configuration
product_version = "5.0-released"

name = "minssh-sles15sp5s390"
image = "s15s5-minimal-2part-xfs"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1483,6 +1483,7 @@ module "opensuse156arm-sshminion" {
module "sles15sp5s390-sshminion" {
source = "./backend_modules/feilong/host"
base_configuration = module.base_s390.configuration
product_version = "5.0-released"

name = "minssh-sles15sp5s390"
image = "s15s5-minimal-2part-xfs"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,7 @@ module "opensuse156arm-minion" {
module "sles15sp5s390-minion" {
source = "./backend_modules/feilong/host"
base_configuration = module.base_s390.configuration
product_version = "uyuni-master"

name = "min-sles15sp5s390"
image = "s15s5-minimal-2part-xfs"
Expand Down Expand Up @@ -1089,6 +1090,7 @@ module "opensuse156arm-sshminion" {
module "sles15sp5s390-sshminion" {
source = "./backend_modules/feilong/host"
base_configuration = module.base_s390.configuration
product_version = "uyuni-master"

name = "minssh-sles15sp5s390"
image = "s15s5-minimal-2part-xfs"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,7 @@ module "opensuse156arm-minion" {
module "sles15sp5s390-minion" {
source = "./backend_modules/feilong/host"
base_configuration = module.base_s390.configuration
product_version = "uyuni-master"

name = "min-sles15sp5s390"
image = "s15s5-minimal-2part-xfs"
Expand Down Expand Up @@ -1352,6 +1353,7 @@ module "opensuse156arm-sshminion" {
module "sles15sp5s390-sshminion" {
source = "./backend_modules/feilong/host"
base_configuration = module.base_s390.configuration
product_version = "uyuni-master"

name = "minssh-sles15sp5s390"
image = "s15s5-minimal-2part-xfs"
Expand Down

0 comments on commit 06d3cf0

Please sign in to comment.