Skip to content

Commit

Permalink
Fix mac address deblike Ion
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 committed Dec 1, 2024
1 parent 47e3567 commit e93bda3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions terracumber_config/tf_files/SUSEManager-Test-Ion-NUE.tf
Original file line number Diff line number Diff line change
Expand Up @@ -176,24 +176,24 @@ module "cucumber_testsuite" {
mac = "aa:b2:93:01:00:49"
// Since start of May we have problems with the instance not booting after a restart if there is only a CPU and only 1024Mb for RAM
// Also, openscap cannot run with less than 1.25 GB of RAM
memory = 2048
vcpu = 2
memory = 2048
}
}
deblike_minion = {
image = "ubuntu2204o"
provider_settings = {
mac = "aa:b2:93:01:00:50"
memory = 2048
mac = "aa:b2:93:01:00:4b"
vcpu = 2
memory = 2048
}
}
build_host = {
image = "sles15sp4o"
provider_settings = {
mac = "aa:b2:93:01:00:4d"
memory = 2048
vcpu = 2
memory = 2048
}
}
pxeboot_minion = {
Expand Down

0 comments on commit e93bda3

Please sign in to comment.