Skip to content

Commit

Permalink
Use MAC prefix for new partition ZL41
Browse files Browse the repository at this point in the history
  • Loading branch information
Bischoff committed Feb 3, 2025
1 parent 3926515 commit a170d7c
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ module "sles15sp5s390_minion" {

provider_settings = {
userid = "S43MINUE"
mac = "02:3a:fc:42:00:28"
mac = "02:00:00:42:00:28"
ssh_user = "sles"
vswitch = "VSUMA"
}
Expand Down Expand Up @@ -1232,7 +1232,7 @@ module "sles15sp5s390_sshminion" {

provider_settings = {
userid = "S43SSNUE"
mac = "02:3a:fc:42:00:29"
mac = "02:00:00:42:00:29"
ssh_user = "sles"
vswitch = "VSUMA"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ module "sle15sp5s390_minion" {

provider_settings = {
userid = "S43MIPRV"
mac = "02:3a:fc:02:01:30"
mac = "02:00:00:02:01:30"
ssh_user = "sles"
vswitch = "VSUMA"
}
Expand Down Expand Up @@ -1543,7 +1543,7 @@ module "sle15sp5s390_sshminion" {

provider_settings = {
userid = "S43SSPRV"
mac = "02:3a:fc:02:01:31"
mac = "02:00:00:02:01:31"
ssh_user = "sles"
vswitch = "VSUMA"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ module "sles15sp5s390_minion" {

provider_settings = {
userid = "S50MINUE"
mac = "02:3a:fc:42:00:2a"
mac = "02:00:00:42:00:2a"
ssh_user = "sles"
vswitch = "VSUMA"
}
Expand Down Expand Up @@ -975,7 +975,7 @@ module "sles15sp5s390_sshminion" {

provider_settings = {
userid = "S50SSNUE"
mac = "02:3a:fc:42:00:2b"
mac = "02:00:00:42:00:2b"
ssh_user = "sles"
vswitch = "VSUMA"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ module "sles15sp5s390_minion" {

provider_settings = {
userid = "S50MIPRV"
mac = "02:3a:fc:02:01:32"
mac = "02:00:00:02:01:32"
ssh_user = "sles"
vswitch = "VSUMA"
}
Expand Down Expand Up @@ -1262,7 +1262,7 @@ module "sles15sp5s390_sshminion" {

provider_settings = {
userid = "S50SSPRV"
mac = "02:3a:fc:02:01:33"
mac = "02:00:00:02:01:33"
ssh_user = "sles"
vswitch = "VSUMA"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ module "sles15sp5s390_minion" {

provider_settings = {
userid = "W50MINUE"
mac = "02:3a:fc:42:00:2e"
mac = "02:00:00:42:00:2e"
ssh_user = "sles"
vswitch = "VSUMA"
}
Expand Down Expand Up @@ -980,7 +980,7 @@ module "sles15sp5s390_sshminion" {

provider_settings = {
userid = "W50SSNUE"
mac = "02:3a:fc:42:00:2f"
mac = "02:00:00:42:00:2f"
ssh_user = "sles"
vswitch = "VSUMA"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ module "sles15sp5s390_minion" {

provider_settings = {
userid = "UYMMINUE"
mac = "02:3a:fc:42:00:2c"
mac = "02:00:00:42:00:2c"
ssh_user = "sles"
vswitch = "VSUMA"
}
Expand Down Expand Up @@ -979,7 +979,7 @@ module "sles15sp5s390_sshminion" {

provider_settings = {
userid = "UYMSSNUE"
mac = "02:3a:fc:42:00:2d"
mac = "02:00:00:42:00:2d"
ssh_user = "sles"
vswitch = "VSUMA"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ module "sles15sp5s390_minion" {

provider_settings = {
userid = "UYMMIPRV"
mac = "02:3a:fc:02:01:34"
mac = "02:00:00:02:01:34"
ssh_user = "sles"
vswitch = "VSUMA"
}
Expand Down Expand Up @@ -1277,7 +1277,7 @@ module "sles15sp5s390_sshminion" {

provider_settings = {
userid = "UYMSSPRV"
mac = "02:3a:fc:02:01:35"
mac = "02:00:00:02:01:35"
ssh_user = "sles"
vswitch = "VSUMA"
}
Expand Down

0 comments on commit a170d7c

Please sign in to comment.