@@ -85,7 +85,8 @@ terraform {
85
85
}
86
86
87
87
provider "libvirt" {
88
- uri = " qemu+tcp://cthulhu.mgr.suse.de/system"
88
+ // uri = "qemu+tcp://cthulhu.mgr.suse.de/system"
89
+ uri = " qemu+tcp://suma-04.mgr.suse.de/system"
89
90
}
90
91
91
92
module "cucumber_testsuite" {
@@ -102,7 +103,7 @@ module "cucumber_testsuite" {
102
103
cc_username = var. SCC_USER
103
104
cc_password = var. SCC_PASSWORD
104
105
105
- images = [" centos7o" , " opensuse154o" , " sles15sp4o" , " ubuntu2204o" ]
106
+ images = [" centos7o" , " rocky8o " , " opensuse154o" , " opensuse155o " , " sles15sp4o" , " ubuntu2204o" ]
106
107
107
108
use_avahi = false
108
109
name_prefix = " suma-testnaica-"
@@ -122,35 +123,30 @@ module "cucumber_testsuite" {
122
123
controller = {
123
124
provider_settings = {
124
125
mac = " aa:b2:93:01:00:60"
126
+ vcpu = 2
127
+ memory = 2048
125
128
}
126
129
}
127
130
server = {
128
131
provider_settings = {
129
132
mac = " aa:b2:93:01:00:61"
133
+ memory = 16384
130
134
}
131
- /* TODO: needs to be upgraded to openSUSE_Leap_15.4?
132
- additional_repos = {
133
- Test_repo = "http://download.suse.de/ibs/Devel:/Galaxy:/Manager:/TEST:/Naica/openSUSE_Leap_15.3/"
134
- }
135
- */
136
135
}
137
- /*
138
136
proxy = {
139
137
provider_settings = {
140
138
mac = " aa:b2:93:01:00:62"
141
139
}
142
- additional_repos = {
143
- Test_repo = "http://download.suse.de/ibs/Devel:/Galaxy:/Manager:/TEST:/Naica/openSUSE_Leap_15.3/"
144
- }
145
140
additional_packages = [ " venv-salt-minion" ]
146
141
install_salt_bundle = true
147
142
}
148
- */
149
143
suse-client = {
150
144
image = " sles15sp4o"
151
145
name = " cli-sles15"
152
146
provider_settings = {
153
147
mac = " aa:b2:93:01:00:64"
148
+ vcpu = 2
149
+ memory = 2048
154
150
}
155
151
additional_packages = [ " venv-salt-minion" ]
156
152
install_salt_bundle = true
@@ -160,6 +156,8 @@ module "cucumber_testsuite" {
160
156
name = " min-sles15"
161
157
provider_settings = {
162
158
mac = " aa:b2:93:01:00:66"
159
+ vcpu = 2
160
+ memory = 2048
163
161
}
164
162
additional_packages = [ " venv-salt-minion" ]
165
163
install_salt_bundle = true
@@ -169,12 +167,15 @@ module "cucumber_testsuite" {
169
167
name = " minssh-sles15"
170
168
provider_settings = {
171
169
mac = " aa:b2:93:01:00:68"
170
+ vcpu = 2
171
+ memory = 2048
172
172
}
173
- additional_packages = [ " venv-salt-minion" ]
173
+ additional_packages = [ " venv-salt-minion" , " iptables " ]
174
174
install_salt_bundle = true
175
175
}
176
176
redhat-minion = {
177
177
image = " centos7o"
178
+ name = " min-centos7"
178
179
provider_settings = {
179
180
mac = " aa:b2:93:01:00:69"
180
181
// 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
@@ -190,6 +191,8 @@ module "cucumber_testsuite" {
190
191
image = " ubuntu2204o"
191
192
provider_settings = {
192
193
mac = " aa:b2:93:01:00:6b"
194
+ vcpu = 2
195
+ memory = 2048
193
196
}
194
197
additional_packages = [ " venv-salt-minion" ]
195
198
install_salt_bundle = true
@@ -200,16 +203,16 @@ module "cucumber_testsuite" {
200
203
provider_settings = {
201
204
mac = " aa:b2:93:01:00:6d"
202
205
memory = 2048
206
+ vcpu = 2
203
207
}
204
208
additional_packages = [ " venv-salt-minion" ]
205
209
install_salt_bundle = true
206
210
}
207
211
}
208
212
provider_settings = {
209
- pool = " ssd"
210
- network_name = null
211
- bridge = " br0"
212
- additional_network = " 192.168.142.0/24"
213
+ pool = " ssd"
214
+ network_name = null
215
+ bridge = " br0"
213
216
}
214
217
}
215
218
0 commit comments