Skip to content

Commit c2b8975

Browse files
author
Lukáš Kotek
authored
Merge pull request #136 from lkotek/increase-memory-for-centos7-because-openscap-test
Increased memory for Centos 7 VM because of OpenSCAP test
2 parents bfb4d9b + 4ef0eed commit c2b8975

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
@@ -151,6 +151,7 @@ module "cucumber_testsuite" {
151151
redhat-minion = {
152152
provider_settings = {
153153
mac = "AA:B2:93:00:00:70"
154+
memory = 3072
154155
}
155156
}
156157
debian-minion = {

terracumber_config/tf_files/SUSEManager-3.2-PRV.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ module "cucumber_testsuite" {
157157
redhat-minion = {
158158
provider_settings = {
159159
mac = "52:54:00:4f:17:48"
160+
memory = 3072
160161
}
161162
}
162163
debian-minion = {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ module "redhat-minion" {
170170

171171
provider_settings = {
172172
mac = "52:54:00:33:1a:ad"
173+
memory = 3072
173174
}
174175
}
175176

0 commit comments

Comments
 (0)