@@ -6,22 +6,36 @@ driver:
6
6
name : docker
7
7
use_sudo : false
8
8
privileged : true
9
- run_command : /lib/systemd/systemd
9
+ run_command : /usr/lib/systemd/systemd
10
+
11
+ provisioner :
12
+ name : salt_solo
13
+ log_level : debug
14
+ salt_install : none
15
+ require_chef : false
16
+ formula : php
17
+ salt_copy_filter :
18
+ - .kitchen
19
+ - .git
10
20
11
21
platforms :
12
22
# # SALT `tiamat`
13
23
- name : debian-10-tiamat-py3
14
24
driver :
15
25
image : saltimages/salt-tiamat-py3:debian-10
26
+ run_command : /lib/systemd/systemd
16
27
- name : debian-9-tiamat-py3
17
28
driver :
18
29
image : saltimages/salt-tiamat-py3:debian-9
30
+ run_command : /lib/systemd/systemd
19
31
- name : ubuntu-2004-tiamat-py3
20
32
driver :
21
33
image : saltimages/salt-tiamat-py3:ubuntu-20.04
34
+ run_command : /lib/systemd/systemd
22
35
- name : ubuntu-1804-tiamat-py3
23
36
driver :
24
37
image : saltimages/salt-tiamat-py3:ubuntu-18.04
38
+ run_command : /lib/systemd/systemd
25
39
- name : centos-8-tiamat-py3
26
40
driver :
27
41
image : saltimages/salt-tiamat-py3:centos-8
@@ -48,15 +62,19 @@ platforms:
48
62
- name : debian-10-master-py3
49
63
driver :
50
64
image : saltimages/salt-master-py3:debian-10
65
+ run_command : /lib/systemd/systemd
51
66
- name : debian-9-master-py3
52
67
driver :
53
68
image : saltimages/salt-master-py3:debian-9
69
+ run_command : /lib/systemd/systemd
54
70
- name : ubuntu-2004-master-py3
55
71
driver :
56
72
image : saltimages/salt-master-py3:ubuntu-20.04
73
+ run_command : /lib/systemd/systemd
57
74
- name : ubuntu-1804-master-py3
58
75
driver :
59
76
image : saltimages/salt-master-py3:ubuntu-18.04
77
+ run_command : /lib/systemd/systemd
60
78
- name : centos-8-master-py3
61
79
driver :
62
80
image : saltimages/salt-master-py3:centos-8
@@ -72,23 +90,20 @@ platforms:
72
90
- name : opensuse-leap-153-master-py3
73
91
driver :
74
92
image : saltimages/salt-master-py3:opensuse-leap-15.3
75
- run_command : /usr/lib/systemd/systemd
76
93
# Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
77
94
# => SCP did not finish successfully (255): (Net::SCP::Error)
78
95
transport :
79
96
max_ssh_sessions : 1
80
97
- name : opensuse-leap-152-master-py3
81
98
driver :
82
99
image : saltimages/salt-master-py3:opensuse-leap-15.2
83
- run_command : /usr/lib/systemd/systemd
84
100
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
85
101
# => SCP did not finish successfully (255): (Net::SCP::Error)
86
102
transport :
87
103
max_ssh_sessions : 1
88
104
- name : opensuse-tmbl-latest-master-py3
89
105
driver :
90
106
image : saltimages/salt-master-py3:opensuse-tumbleweed-latest
91
- run_command : /usr/lib/systemd/systemd
92
107
# Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
93
108
# => SCP did not finish successfully (255): (Net::SCP::Error)
94
109
transport :
@@ -105,7 +120,6 @@ platforms:
105
120
- name : arch-base-latest-master-py3
106
121
driver :
107
122
image : saltimages/salt-master-py3:arch-base-latest
108
- run_command : /usr/lib/systemd/systemd
109
123
- name : gentoo-stage3-latest-master-py3
110
124
driver :
111
125
image : saltimages/salt-master-py3:gentoo-stage3-latest
@@ -124,15 +138,19 @@ platforms:
124
138
- name : debian-10-3003-1-py3
125
139
driver :
126
140
image : saltimages/salt-3003.1-py3:debian-10
141
+ run_command : /lib/systemd/systemd
127
142
- name : debian-9-3003-1-py3
128
143
driver :
129
144
image : saltimages/salt-3003.1-py3:debian-9
145
+ run_command : /lib/systemd/systemd
130
146
- name : ubuntu-2004-3003-1-py3
131
147
driver :
132
148
image : saltimages/salt-3003.1-py3:ubuntu-20.04
149
+ run_command : /lib/systemd/systemd
133
150
- name : ubuntu-1804-3003-1-py3
134
151
driver :
135
152
image : saltimages/salt-3003.1-py3:ubuntu-18.04
153
+ run_command : /lib/systemd/systemd
136
154
- name : centos-8-3003-1-py3
137
155
driver :
138
156
image : saltimages/salt-3003.1-py3:centos-8
@@ -148,23 +166,20 @@ platforms:
148
166
- name : opensuse-leap-153-3003-1-py3
149
167
driver :
150
168
image : saltimages/salt-3003.1-py3:opensuse-leap-15.3
151
- run_command : /usr/lib/systemd/systemd
152
169
# Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
153
170
# => SCP did not finish successfully (255): (Net::SCP::Error)
154
171
transport :
155
172
max_ssh_sessions : 1
156
173
- name : opensuse-leap-152-3003-1-py3
157
174
driver :
158
175
image : saltimages/salt-3003.1-py3:opensuse-leap-15.2
159
- run_command : /usr/lib/systemd/systemd
160
176
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
161
177
# => SCP did not finish successfully (255): (Net::SCP::Error)
162
178
transport :
163
179
max_ssh_sessions : 1
164
180
- name : opensuse-tmbl-latest-3003-1-py3
165
181
driver :
166
182
image : saltimages/salt-3003.1-py3:opensuse-tumbleweed-latest
167
- run_command : /usr/lib/systemd/systemd
168
183
# Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
169
184
# => SCP did not finish successfully (255): (Net::SCP::Error)
170
185
transport :
@@ -181,7 +196,6 @@ platforms:
181
196
- name : arch-base-latest-3003-1-py3
182
197
driver :
183
198
image : saltimages/salt-3003.1-py3:arch-base-latest
184
- run_command : /usr/lib/systemd/systemd
185
199
- name : gentoo-stage3-latest-3003-1-py3
186
200
driver :
187
201
image : saltimages/salt-3003.1-py3:gentoo-stage3-latest
@@ -194,15 +208,19 @@ platforms:
194
208
- name : debian-10-3002-6-py3
195
209
driver :
196
210
image : saltimages/salt-3002.6-py3:debian-10
211
+ run_command : /lib/systemd/systemd
197
212
- name : debian-9-3002-6-py3
198
213
driver :
199
214
image : saltimages/salt-3002.6-py3:debian-9
215
+ run_command : /lib/systemd/systemd
200
216
- name : ubuntu-2004-3002-6-py3
201
217
driver :
202
218
image : saltimages/salt-3002.6-py3:ubuntu-20.04
219
+ run_command : /lib/systemd/systemd
203
220
- name : ubuntu-1804-3002-6-py3
204
221
driver :
205
222
image : saltimages/salt-3002.6-py3:ubuntu-18.04
223
+ run_command : /lib/systemd/systemd
206
224
- name : centos-8-3002-6-py3
207
225
driver :
208
226
image : saltimages/salt-3002.6-py3:centos-8
@@ -227,7 +245,6 @@ platforms:
227
245
- name : arch-base-latest-3002-6-py3
228
246
driver :
229
247
image : saltimages/salt-3002.6-py3:arch-base-latest
230
- run_command : /usr/lib/systemd/systemd
231
248
- name : gentoo-stage3-latest-3002-6-py3
232
249
driver :
233
250
image : saltimages/salt-3002.6-py3:gentoo-stage3-latest
@@ -240,23 +257,20 @@ platforms:
240
257
- name : opensuse-leap-153-3002-2-py3
241
258
driver :
242
259
image : saltimages/salt-3002.2-py3:opensuse-leap-15.3
243
- run_command : /usr/lib/systemd/systemd
244
260
# Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
245
261
# => SCP did not finish successfully (255): (Net::SCP::Error)
246
262
transport :
247
263
max_ssh_sessions : 1
248
264
- name : opensuse-leap-152-3002-2-py3
249
265
driver :
250
266
image : saltimages/salt-3002.2-py3:opensuse-leap-15.2
251
- run_command : /usr/lib/systemd/systemd
252
267
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
253
268
# => SCP did not finish successfully (255): (Net::SCP::Error)
254
269
transport :
255
270
max_ssh_sessions : 1
256
271
- name : opensuse-tmbl-latest-3002-2-py3
257
272
driver :
258
273
image : saltimages/salt-3002.2-py3:opensuse-tumbleweed-latest
259
- run_command : /usr/lib/systemd/systemd
260
274
# Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
261
275
# => SCP did not finish successfully (255): (Net::SCP::Error)
262
276
transport :
@@ -266,15 +280,19 @@ platforms:
266
280
- name : debian-10-3001-7-py3
267
281
driver :
268
282
image : saltimages/salt-3001.7-py3:debian-10
283
+ run_command : /lib/systemd/systemd
269
284
- name : debian-9-3001-7-py3
270
285
driver :
271
286
image : saltimages/salt-3001.7-py3:debian-9
287
+ run_command : /lib/systemd/systemd
272
288
- name : ubuntu-2004-3001-7-py3
273
289
driver :
274
290
image : saltimages/salt-3001.7-py3:ubuntu-20.04
291
+ run_command : /lib/systemd/systemd
275
292
- name : ubuntu-1804-3001-7-py3
276
293
driver :
277
294
image : saltimages/salt-3001.7-py3:ubuntu-18.04
295
+ run_command : /lib/systemd/systemd
278
296
- name : centos-8-3001-7-py3
279
297
driver :
280
298
image : saltimages/salt-3001.7-py3:centos-8
@@ -290,23 +308,20 @@ platforms:
290
308
- name : opensuse-leap-153-3001-7-py3
291
309
driver :
292
310
image : saltimages/salt-3001.7-py3:opensuse-leap-15.3
293
- run_command : /usr/lib/systemd/systemd
294
311
# Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
295
312
# => SCP did not finish successfully (255): (Net::SCP::Error)
296
313
transport :
297
314
max_ssh_sessions : 1
298
315
- name : opensuse-leap-152-3001-7-py3
299
316
driver :
300
317
image : saltimages/salt-3001.7-py3:opensuse-leap-15.2
301
- run_command : /usr/lib/systemd/systemd
302
318
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
303
319
# => SCP did not finish successfully (255): (Net::SCP::Error)
304
320
transport :
305
321
max_ssh_sessions : 1
306
322
- name : opensuse-tmbl-latest-3001-7-py3
307
323
driver :
308
324
image : saltimages/salt-3001.7-py3:opensuse-tumbleweed-latest
309
- run_command : /usr/lib/systemd/systemd
310
325
# Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
311
326
# => SCP did not finish successfully (255): (Net::SCP::Error)
312
327
transport :
@@ -323,7 +338,6 @@ platforms:
323
338
- name : arch-base-latest-3001-7-py3
324
339
driver :
325
340
image : saltimages/salt-3001.7-py3:arch-base-latest
326
- run_command : /usr/lib/systemd/systemd
327
341
- name : gentoo-stage3-latest-3001-7-py3
328
342
driver :
329
343
image : saltimages/salt-3001.7-py3:gentoo-stage3-latest
@@ -336,12 +350,15 @@ platforms:
336
350
- name : debian-10-3000-9-py3
337
351
driver :
338
352
image : saltimages/salt-3000.9-py3:debian-10
353
+ run_command : /lib/systemd/systemd
339
354
- name : debian-9-3000-9-py3
340
355
driver :
341
356
image : saltimages/salt-3000.9-py3:debian-9
357
+ run_command : /lib/systemd/systemd
342
358
- name : ubuntu-1804-3000-9-py3
343
359
driver :
344
360
image : saltimages/salt-3000.9-py3:ubuntu-18.04
361
+ run_command : /lib/systemd/systemd
345
362
- name : centos-8-3000-9-py3
346
363
driver :
347
364
image : saltimages/salt-3000.9-py3:centos-8
@@ -351,15 +368,13 @@ platforms:
351
368
- name : opensuse-leap-153-3000-9-py3
352
369
driver :
353
370
image : saltimages/salt-3000.9-py3:opensuse-leap-15.3
354
- run_command : /usr/lib/systemd/systemd
355
371
# Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
356
372
# => SCP did not finish successfully (255): (Net::SCP::Error)
357
373
transport :
358
374
max_ssh_sessions : 1
359
375
- name : opensuse-leap-152-3000-9-py3
360
376
driver :
361
377
image : saltimages/salt-3000.9-py3:opensuse-leap-15.2
362
- run_command : /usr/lib/systemd/systemd
363
378
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
364
379
# => SCP did not finish successfully (255): (Net::SCP::Error)
365
380
transport :
@@ -383,20 +398,10 @@ platforms:
383
398
- name : ubuntu-1804-3000-9-py2
384
399
driver :
385
400
image : saltimages/salt-3000.9-py2:ubuntu-18.04
401
+ run_command : /lib/systemd/systemd
386
402
- name : arch-base-latest-3000-9-py2
387
403
driver :
388
404
image : saltimages/salt-3000.9-py2:arch-base-latest
389
- run_command : /usr/lib/systemd/systemd
390
-
391
- provisioner :
392
- name : salt_solo
393
- log_level : debug
394
- salt_install : none
395
- require_chef : false
396
- formula : php
397
- salt_copy_filter :
398
- - .kitchen
399
- - .git
400
405
401
406
verifier :
402
407
# https://www.inspec.io/
0 commit comments