You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,3 +27,8 @@ Testsuite and tools for SCS standards, see [Tests/README.md](https://github.com/
27
27
### Drafts
28
28
29
29
Old Design-Docs folder with existing Architectural Decision Records (ADRs). This directory is currently in the process of being consolidated and cleaned up. See [cleanup step-1](https://github.com/SovereignCloudStack/standards/blob/main/Standards/scs-0002-v1-standards-docs-org.md#suggested-cleanup-step-1) and [open questions](https://github.com/SovereignCloudStack/standards/blob/main/Standards/scs-0002-v1-standards-docs-org.md#open-questions).
30
+
31
+
## License
32
+
33
+
The documents in this repository are licensed under CC-BY-SA-4.0 (Attribution-ShareAlike 4.0).
34
+
The bundled software, scripts, test-cases are licensed under AGPLv3 (GNU AFFERO GENERAL PUBLIC LICENSE Version 3). The corresponding directories carry the LICENSE files accordingly.
Copy file name to clipboardExpand all lines: Standards/scs-0004-v1-achieving-certification.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,17 +22,17 @@ As operator, I want to obtain a certificate with the scope SCS-compatible IaaS o
22
22
23
23
1. Each certificate issued pertains to a given combination of subject (i.e., cloud environment), scope (such as _SCS-compatible IaaS_), and version of that scope. The certificate is only valid for that combination and for the time frame that ends when the scope expires, or for six months if the expiration date for the scope is not yet fixed.
24
24
25
-
2. The operator MUST ensure that the official [SCS compliance test suite](https://github.com/SovereignCloudStack/standards/tree/main/Tests) (which does not require admin privileges) is run at regular intervals and the resulting reports transmitted to the [SCS compliance monitor](https://github.com/SovereignCloudStack/standards/tree/main/compliance-monitor).
25
+
2. The operator MUST ensure that the official [SCS compliance test suite](https://github.com/SovereignCloudStack/standards/tree/main/Tests) (which does not require admin privileges) is run at regular intervals and that all tests pass. The operator MUST submit the resulting reports to the [SCS compliance monitor](https://github.com/SovereignCloudStack/standards/tree/main/compliance-monitor).
26
26
27
27
For public clouds, the SCS certification assessment body can take on this task provided that suitable access to test subject is supplied.
28
28
29
29
The test suite is partitioned according to resource usage; the required test intervals depend on this classification:
30
30
31
-
-_light_: at least nightly,
31
+
-_light_: at least daily,
32
32
-_medium_: at least weekly,
33
33
-_heavy_: at least monthly.
34
34
35
-
3. If the desired certificate requires manual checks, then the operator MUST offer the SCS project suitable documentation. Manual checks MUST be repeated once every quarter. In addition, the SCS certification assessment body reserves the right to occasionally verify documentation on premises.
35
+
3. If the desired certificate requires manual checks, then the operator MUST offer suitable documentation to the SCS certification assessment body. The operator MUST ensure that these checks are repeated once every quarter. In addition, the SCS certification assessment body reserves the right to occasionally verify documentation on premises.
36
36
37
37
4. Details on the standards achieved, as well as the current state and the history of all test and check results of the past 18 months will be displayed on a public webpage (henceforth, _certificate status page_) owned by SCS.
38
38
@@ -44,7 +44,7 @@ As operator, I want to obtain a certificate with the scope SCS-compatible IaaS o
44
44
45
45
7. If the certificate is to be revoked for any reason, it will be included in a publicly available Certificate Revocation List (CRL), maintained by the SCS certification assessment body. This fact will also be reflected in the certificate status page.
46
46
47
-
8. If any of the automated tests or manual checks fail after the certificate has been issued, the certificate is not immediately revoked. Rather, the automated tests MUST pass 99.x % of the runs, and the operator SHALL be notified at the second failed attempt in a row at the latest. In case a manual check fails, it has to be repeated at a date to be negotiated with the SCS certification assessment body. It MAY NOT fail more than two times in a row.
47
+
8. If any of the automated tests or manual checks fail after the certificate has been issued, the certificate is not immediately revoked. Rather, the operator SHALL be notified automatically. The operator MUST then fix the issue and ensure that the automated tests run successfully again as quickly as possible. In case a manual check fails, it has to be repeated at a date to be negotiated with the SCS certification assessment body.
Copy file name to clipboardExpand all lines: Standards/scs-0007-v1-certification-integrators.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
---
2
2
title: Certification of integrators
3
3
type: Procedural
4
-
status: Draft
4
+
status: Stable
5
+
stabilized_at: 2025-08-01
5
6
track: Global
6
7
description: |
7
8
SCS-0007 defines the process and rules on how SCS integrators are certified.
@@ -14,6 +15,8 @@ For this purpose, two essential criteria are defined that must be fulfilled. In
14
15
15
16
## Motivation
16
17
18
+
As an integrator, I want to obtain a certificate with the scope of _Certified SCS IaaS Integrator_ or _Certified of SCS KaaS Integrator_ in order to prove sufficient technical knowledge and experience to provide technical support for SCS.
19
+
17
20
## Regulations
18
21
19
22
The certificates are awarded for the period of one year.
0 commit comments