Skip to content

Commit 4ef0eed

Browse files
author
Lukas Kotek
committed
Increased memory for Centos 7 because of OpenSCAP test
1 parent 10ebbd7 commit 4ef0eed

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

terracumber_config/tf_files/SUSEManager-3.2-NUE.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ module "cucumber_testsuite" {
143143
min-centos7 = {
144144
provider_settings = {
145145
mac = "AA:B2:93:00:00:70"
146+
memory = 3072
146147
}
147148
}
148149
min-ubuntu1804 = {

terracumber_config/tf_files/SUSEManager-3.2-PRV.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ module "cucumber_testsuite" {
145145
min-centos7 = {
146146
provider_settings = {
147147
mac = "52:54:00:4f:17:48"
148+
memory = 3072
148149
}
149150
}
150151
min-ubuntu1804 = {

terracumber_config/tf_files/SUSEManager-3.2-refenv-PRV.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ module "min-centos7" {
154154

155155
provider_settings = {
156156
mac = "52:54:00:33:1a:ad"
157+
memory = 3072
157158
}
158159
}
159160

0 commit comments

Comments
 (0)