-
Notifications
You must be signed in to change notification settings - Fork 24
/
scs-compatible-iaas.yaml
355 lines (355 loc) · 13 KB
/
scs-compatible-iaas.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
name: SCS-compatible IaaS
uuid: 50393e6f-2ae1-4c5c-a62c-3b75f2abef3f
url: https://raw.githubusercontent.com/SovereignCloudStack/standards/main/Tests/scs-compatible-iaas.yaml
variables:
- os_cloud
modules:
- id: opc-v2020.11
name: OpenStack Powered Compute v2020.11
url: https://opendev.org/openinfra/interop/src/branch/master/guidelines/2020.11.json
- id: opc-v2022.11
name: OpenStack Powered Compute v2022.11
url: https://opendev.org/openinfra/interop/src/branch/master/guidelines/2022.11.json
- id: scs-0100-v1
name: Flavor naming v1
url: https://docs.scs.community/standards/scs-0100-v1-flavor-naming
run:
- executable: ./iaas/flavor-naming/flavor-names-openstack.py
args: -c {os_cloud} --v1prefer
testcases:
- id: flavor-name-check
tags: [mandatory]
description: >
Must fulfill all requirements of
<https://docs.scs.community/standards/scs-0100-v1-flavor-naming>
- id: scs-0100-v2
name: Flavor naming v2
url: https://docs.scs.community/standards/scs-0100-v2-flavor-naming
run:
- executable: ./iaas/flavor-naming/flavor-names-openstack.py
args: -c {os_cloud}
testcases:
- id: flavor-name-check
tags: [mandatory]
description: >
Must fulfill all requirements of
<https://docs.scs.community/standards/scs-0100-v2-flavor-naming>
- id: scs-0100-v3.0
name: Flavor naming v3.0
url: https://docs.scs.community/standards/scs-0100-v3-flavor-naming
run:
- executable: ./iaas/flavor-naming/flavor-names-openstack.py
args: --v3 -c {os_cloud}
# Note: "--v3 --v2plus" would outlaw the v1 flavor names. Don't do this yet.
testcases:
- id: flavor-name-check
tags: [mandatory]
description: >
Must fulfill all requirements of
<https://docs.scs.community/standards/scs-0100-v3-flavor-naming> -- plus the list of mandatory
and recommended flavors found in <https://docs.scs.community/standards/scs-0100-v2-flavor-naming#standard-scs-flavors>
- id: scs-0100-v3.1
name: Flavor naming v3.1
url: https://docs.scs.community/standards/scs-0100-v3-flavor-naming
run:
- executable: ./iaas/flavor-naming/flavor-names-openstack.py
args: -c {os_cloud} --mand=./iaas/scs-0100-v3-flavors.yaml
# Note: --v2plus would outlaw the v1 flavor names. Don't do this yet.
testcases:
- id: flavor-name-check
tags: [mandatory]
description: >
Must fulfill all requirements of
<https://docs.scs.community/standards/scs-0100-v3-flavor-naming>
- id: scs-0101-v1
name: Entropy v1
url: https://docs.scs.community/standards/scs-0101-v1-entropy
run:
- executable: ./iaas/entropy/entropy-check.py
args: -c {os_cloud} -d
testcases:
- id: entropy-check-flavor-properties
tags: [] # don't use this testcase, but list it anyway because the script will output a result
- id: entropy-check-image-properties
tags: [] # don't use this testcase, but list it anyway because the script will output a result
- id: entropy-check-rngd
tags: [] # don't use this testcase, but list it anyway because the script will output a result
- id: entropy-check-entropy-avail
tags: [] # don't use this testcase, but list it anyway because the script will output a result
- id: entropy-check-fips-test
tags: [] # don't use this testcase, but list it anyway because the script will output a result
- id: entropy-check
tags: [mandatory]
description: >
Must fulfill all requirements of
<https://docs.scs.community/standards/scs-0101-v1-entropy>
- id: scs-0101-v1.1
name: Entropy v1
url: https://docs.scs.community/standards/scs-0101-v1-entropy
run:
- executable: ./iaas/entropy/entropy-check.py
args: -c {os_cloud} -d
testcases:
- id: entropy-check-flavor-properties
tags: [recommended]
description: >
Must have all flavor properties recommended in
<https://docs.scs.community/standards/scs-0101-w1-entropy-implementation-testing#warnings>
- id: entropy-check-image-properties
tags: [recommended]
description: >
Must have all image properties recommended in
<https://docs.scs.community/standards/scs-0101-w1-entropy-implementation-testing#warnings>
- id: entropy-check-rngd
tags: [mandatory]
description: >
Images of the test sample must have the service `rngd`; see
<https://docs.scs.community/standards/scs-0101-w1-entropy-implementation-testing#errors>
- id: entropy-check-entropy-avail
tags: [mandatory]
description: >
A test instance must have the correct `entropy_avail`; see
<https://docs.scs.community/standards/scs-0101-w1-entropy-implementation-testing#errors>
- id: entropy-check-fips-test
tags: [mandatory]
description: >
A test instance must pass the "FIPS test"; see
<https://docs.scs.community/standards/scs-0101-w1-entropy-implementation-testing#errors>
- id: entropy-check
tags: [] # don't use this testcase, but list it anyway because the script will output a result
- id: scs-0102-v1
name: Image metadata v1
url: https://docs.scs.community/standards/scs-0102-v1-image-metadata
run:
- executable: ./iaas/image-metadata/image-md-check.py
args: -c {os_cloud} -v -s
# skip check of mand/recc/sugg images, for these were never authoritative, and they have been
# superseded by scs-0104-v1
testcases:
- id: image-metadata-check
tags: [mandatory]
description: >
Must fulfill all requirements of <https://docs.scs.community/standards/scs-0102-v1-image-metadata>
- id: scs-0103-v1
name: Standard flavors
url: https://docs.scs.community/standards/scs-0103-v1-standard-flavors
run:
- executable: ./iaas/standard-flavors/flavors-openstack.py
args: -c {os_cloud} -d ./iaas/scs-0103-v1-flavors.yaml
testcases:
- id: standard-flavors-check
tags: [mandatory]
description: >
Must fulfill all requirements of <https://docs.scs.community/standards/scs-0103-v1-standard-flavors>
- id: scs-0104-v1
name: Standard images
url: https://docs.scs.community/standards/scs-0104-v1-standard-images
parameters:
image_spec: address (URL) of an image-spec (YAML) file
run:
- executable: ./iaas/standard-images/images-openstack.py
args: -c {os_cloud} -d {image_spec}
testcases:
- id: standard-images-check
tags: [mandatory]
description: >
Must fulfill all requirements of <https://docs.scs.community/standards/scs-0104-v1-standard-images>
- id: scs-0114-v1
name: Volume Types
url: https://docs.scs.community/standards/scs-0114-v1-volume-type-standard
run:
- executable: ./iaas/volume-types/volume-types-check.py
args: -c {os_cloud} -d
testcases:
- id: volume-types-check
tags: [mandatory]
description: >
Must fulfill all requirements of <https://docs.scs.community/standards/scs-0114-v1-volume-type-standard>
- id: scs-0115-v1
name: Default rules for security groups
url: https://docs.scs.community/standards/scs-0115-v1-default-rules-for-security-groups
run:
- executable: ./iaas/security-groups/default-security-group-rules.py
args: --os-cloud {os_cloud} --debug
testcases:
- id: security-groups-default-rules-check
tags: [mandatory]
description: >
Must fulfill all requirements of <https://docs.scs.community/standards/scs-0115-v1-default-rules-for-security-groups>
- id: scs-0116-v1
name: Key manager
url: https://docs.scs.community/standards/scs-0116-v1-key-manager-standard
run:
- executable: ./iaas/key-manager/check-for-key-manager.py
args: --os-cloud {os_cloud} --debug
testcases:
- id: key-manager-check
tags: [mandatory]
description: >
Must fulfill all requirements of <https://docs.scs.community/standards/scs-0116-v1-key-manager-standard>
- id: scs-0117-v1
name: Volume backup
url: https://docs.scs.community/standards/scs-0117-v1-volume-backup-service
run:
- executable: ./iaas/volume-backup/volume-backup-tester.py
args: --os-cloud {os_cloud} --debug
testcases:
- id: volume-backup-check
tags: [mandatory]
description: >
Must fulfill all requirements of <https://docs.scs.community/standards/scs-0117-v1-volume-backup-service>
- id: scs-0121-v1
name: Availability Zones
url: https://docs.scs.community/standards/scs-0121-v1-Availability-Zones-Standard
testcases:
- id: availability-zones-check
tags: [availability-zones]
description: >
Note: manual check! Must fulfill all requirements of <https://docs.scs.community/standards/scs-0121-v1-Availability-Zones-Standard>
- id: scs-0123-v1
name: Mandatory and Supported IaaS Services
url: https://docs.scs.community/standards/scs-0123-v1-mandatory-and-supported-IaaS-services
run:
- executable: ./iaas/mandatory-services/mandatory-iaas-services.py
args: --os-cloud {os_cloud} --debug
testcases:
- id: service-apis-check
tags: [mandatory]
description: >
Must fulfill all requirements of <https://docs.scs.community/standards/scs-0123-v1-mandatory-and-supported-IaaS-services> (except for documentation requirements, which are tested manually with service-apis-docs-check).
- id: service-apis-docs-check
tags: [service-apis-docs]
description: >
Note: manual check! Must fulfill documentation requirements of <https://docs.scs.community/standards/scs-0123-v1-mandatory-and-supported-IaaS-services>.
- id: scs-0302-v1
name: Domain Manager Role
url: https://docs.scs.community/standards/scs-0302-v1-domain-manager-role
# run:
# - executable: ./iam/domain-manager/domain-manager-check.py
# args: --os-cloud {os_cloud} --debug --domain-config ...
testcases:
- id: domain-manager-check
tags: [domain-manager]
description: >
Note: manual check! Must fulfill all requirements of <https://docs.scs.community/standards/scs-0302-v1-domain-manager-role>
timeline:
- date: 2025-01-01
versions:
v5: effective
v4: warn
v3: deprecated
- date: 2024-11-21
versions:
v5: effective
v4: effective
v3: deprecated
- date: 2024-11-08
versions:
v5: draft
v4: effective
v3: deprecated
- date: 2024-08-23
versions:
v5: draft
v4: effective
v3: deprecated
v3-orig: deprecated
- date: 2024-07-31
versions:
v4: effective
- date: 2024-04-30
versions:
v4: effective
v3: warn
- date: 2024-02-28
versions:
v4: effective
v3: effective
- date: 2023-11-30
versions:
v3: effective
- date: 2023-10-31
versions:
v3: effective
v2: effective
- date: 2023-06-15
versions:
v3: effective
v2: effective
v1: effective
- date: 2023-03-23
versions:
v1: effective
v2: effective
- date: 2021-01-01
versions:
v1: effective
versions:
- version: v5
stabilized_at: 2024-11-14
include:
- opc-v2022.11
- scs-0100-v3.1
- scs-0101-v1
- scs-0102-v1
- scs-0103-v1
- ref: scs-0104-v1
parameters:
image_spec: https://raw.githubusercontent.com/SovereignCloudStack/standards/main/Tests/iaas/scs-0104-v1-images-v5.yaml
- scs-0114-v1
- scs-0115-v1
- scs-0116-v1
- scs-0117-v1
- scs-0121-v1
- scs-0302-v1
targets:
main: mandatory
preview: domain-manager/availability-zones/service-apis-docs
- version: v4
stabilized_at: 2024-02-28
include:
- opc-v2022.11
- scs-0100-v3.1
- scs-0101-v1
- scs-0102-v1
- scs-0103-v1
- ref: scs-0104-v1
parameters:
image_spec: https://raw.githubusercontent.com/SovereignCloudStack/standards/main/Tests/iaas/scs-0104-v1-images.yaml
targets:
main: mandatory
- version: v3
# comment: >
# This is what our documentation wrongly stated as being v3 when we introduced v4.
# What was originally v3 (and what we actually continued to test) can be found as v3-orig.
stabilized_at: 2024-02-28
include:
- opc-v2022.11
- scs-0100-v3.1
- scs-0102-v1
targets:
main: mandatory
- version: v3-orig
stabilized_at: 2023-06-15
include:
- opc-v2022.11
- scs-0100-v3.0
- scs-0102-v1
targets:
main: mandatory
- version: v2
stabilized_at: 2023-03-23
include:
- opc-v2022.11
- scs-0100-v2
- scs-0102-v1
targets:
main: mandatory
- version: v1
stabilized_at: 2021-01-01
include:
- opc-v2020.11
- scs-0100-v1
- scs-0102-v1
targets:
main: mandatory