Skip to content

Commit

Permalink
Temporary revert of libviert hosts to SLE 15 SP2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bischoff committed Nov 20, 2020
1 parent 7d46cc4 commit 954d3be
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions terracumber_config/tf_files/SUSEManager-Head-NUE.tf
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,15 @@ module "cucumber_testsuite" {
image = "sles15sp3o"
}
kvm-host = {
image = "sles15sp3o"
# temporary revert to SP2 because of SLES SP3 problems with libvirt
image = "sles15sp2o"
provider_settings = {
mac = "AA:B2:93:00:00:29"
}
}
xen-host = {
image = "sles15sp3o"
# temporary revert to SP2 because of SLES SP3 problems with libvirt
image = "sles15sp2o"
provider_settings = {
mac = "AA:B2:93:00:01:30"
}
Expand Down

0 comments on commit 954d3be

Please sign in to comment.