Skip to content

Commit

Permalink
Wrong images for s390 minions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bischoff committed Jan 21, 2024
1 parent 5434c53 commit 128abf3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ module "sles15sp5s390-minion" {
base_configuration = module.base_s390.configuration

name = "min-sles15sp5s390"
image = "s15s3-jeos-1part-ext4"
image = "s15s5-minimal-2part-xfs"

provider_settings = {
userid = "S43MINUE"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@ module "sles15sp5s390-minion" {
base_configuration = module.base_s390.configuration

name = "min-sles15sp5s390"
image = "s15s3-jeos-1part-ext4"
image = "s15s5-minimal-2part-xfs"

provider_settings = {
userid = "S43MIPRV"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ module "sles15sp5s390-minion" {
base_configuration = module.base_s390.configuration

name = "min-sles15sp5s390"
image = "s15s3-jeos-1part-ext4"
image = "s15s5-minimal-2part-xfs"

provider_settings = {
userid = "UYMMINUE"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ module "sles15sp5s390-minion" {
base_configuration = module.base_s390.configuration

name = "min-sles15sp5s390"
image = "s15s3-jeos-1part-ext4"
image = "s15s5-minimal-2part-xfs"

provider_settings = {
userid = "UYMMIPRV"
Expand Down

0 comments on commit 128abf3

Please sign in to comment.