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
Stabilize 0123 and mention need for S3 endpoints being documented. (#828)
* Stabilize 0123 and mention need for S3 endpoints being documented.
* Fix location of test script.
It is in the main branch now ...
* Adjust stabilization date, remove ceilometer API.
- We have waited for today's IaaS team call for the final approval.
- ceilometer does not offer an API (has been removed many years ago),
so we should not list the API as supported
- Remove one comma and one "the" in front of SCS.
Signed-off-by: Kurt Garloff <[email protected]>
Copy file name to clipboardExpand all lines: Standards/scs-0123-v1-mandatory-and-supported-IaaS-services.md
+6-6Lines changed: 6 additions & 6 deletions
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: Mandatory and Supported IaaS Services
3
3
type: Standard
4
-
status: Draft
4
+
status: Stable
5
+
stabilized_at: 2024-11-20
5
6
track: IaaS
6
7
---
7
8
@@ -40,7 +41,7 @@ The following IaaS APIs MUST be present in SCS-compliant IaaS deployments and co
40
41
:::caution
41
42
42
43
S3 API implementations may differ in certain offered features.
43
-
CSPs must publicly describe, which implementation they use in their deployment.
44
+
CSPs must publicly describe the endpoints of their S3 solutions and which implementations they use in their deployment.
44
45
Users should always research whether a needed feature is supported in the offered implementation.
45
46
46
47
:::
@@ -63,13 +64,12 @@ The following IaaS APIs MAY be present in SCS-compliant IaaS deployment, e.g. im
63
64
|**object-store**| Swift | Object Store with different possible backends |
64
65
|**orchestration**| Heat | Orchestration service |
65
66
|**shared-file-systems**| Manila | Shared File Systems service |
66
-
|**telemetry**| Ceilometer | Telemetry service |
67
67
|**time-series-database**| Gnocchi | Time Series Database service |
68
68
69
69
## Unsupported IaaS APIs
70
70
71
71
All other OpenStack services, whose APIs are not mentioned in the mandatory or supported lists will not be tested for their compatibility and conformance in SCS clouds by the SCS community.
72
-
Those services MAY be integrated into IaaS deployments by a Cloud Service Provider on their own responsibility but the SCS will not assume they are present and potential issues that occur during deployment or usage have to be handled by the CSP on their own accord.
72
+
Those services MAY be integrated into IaaS deployments by a Cloud Service Provider on their own responsibility but SCS will not assume they are present and potential issues that occur during deployment or usage have to be handled by the CSP on their own accord.
73
73
The SCS standard offers no guarantees for compatibility or reliability of services categorized as unsupported.
74
74
75
75
## Related Documents
@@ -78,5 +78,5 @@ The SCS standard offers no guarantees for compatibility or reliability of servic
78
78
79
79
## Conformance Tests
80
80
81
-
The presence of the mandatory OpenStack APIs will be tested in [this test-script](https://github.com/SovereignCloudStack/standards/blob/mandatory-and-supported-IaaS-services/Tests/iaas/mandatory-services/mandatory-iaas-services.py).
82
-
The test will further check, whether the objectstore endpoint is compatible to s3.
81
+
The presence of the mandatory OpenStack APIs will be tested in [this test-script](https://github.com/SovereignCloudStack/standards/blob/main/Tests/iaas/mandatory-services/mandatory-iaas-services.py)
82
+
The test will further check whether the object-store endpoint is compatible to s3.
0 commit comments