forked from SovereignCloudStack/standards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
scs-compatible.yaml
38 lines (38 loc) · 1.75 KB
/
scs-compatible.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
name: SCS Compatible
url: https://raw.githubusercontent.com/SovereignCloudStack/standards/main/Tests/scs-compatible.yaml
iaas:
- version: v1
stabilized_at: 2021-01-01
obsoleted_at: 2023-10-31
standards:
- name: Flavor naming
url: https://raw.githubusercontent.com/SovereignCloudStack/standards/main/Drafts/flavor-naming.md
check_tools:
- executable: ./iaas/flavor-naming/flavor-names-openstack.py
args: "--v1prefer"
- name: Image metadata
url: https://raw.githubusercontent.com/SovereignCloudStack/standards/main/Drafts/Image-Properties-Spec.md
check_tools:
- executable: ./iaas/image-metadata/image-md-check.py
args: -v
- name: OpenStack Powered Compute v2020.11
url: https://opendev.org/openinfra/interop/src/branch/master/guidelines/2020.11.json
condition: mandatory
# Unfortunately, no wrapper to run refstack yet, needs to be added
- version: v2
stabilized_at: 2023-03-23
# obsoleted_at: 2024-04-30
standards:
- name: Flavor naming
url: https://raw.githubusercontent.com/SovereignCloudStack/standards/main/Standards/scs-0100-v2-flavor-naming.md
check_tools:
- executable: ./iaas/flavor-naming/flavor-names-openstack.py
- name: Image metadata
url: https://raw.githubusercontent.com/SovereignCloudStack/standards/main/Drafts/Image-Properties-Spec.md
check_tools:
- executable: ./iaas/image-metadata/image-md-check.py
args: -v
- name: OpenStack Powered Compute v2022.11
url: https://opendev.org/openinfra/interop/src/branch/master/guidelines/2022.11.json
condition: mandatory
# Unfortunately, no wrapper to run refstack yet, needs to be added