We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d46cc4 commit 954d3beCopy full SHA for 954d3be
1 file changed
terracumber_config/tf_files/SUSEManager-Head-NUE.tf
@@ -172,13 +172,15 @@ module "cucumber_testsuite" {
172
image = "sles15sp3o"
173
}
174
kvm-host = {
175
- image = "sles15sp3o"
+ # temporary revert to SP2 because of SLES SP3 problems with libvirt
176
+ image = "sles15sp2o"
177
provider_settings = {
178
mac = "AA:B2:93:00:00:29"
179
180
181
xen-host = {
182
183
184
185
mac = "AA:B2:93:00:01:30"
186
0 commit comments