Skip to content

Commit

Permalink
Stabilize 0123 and mention need for S3 endpoints being documented. (#828
Browse files Browse the repository at this point in the history
)

* 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]>
  • Loading branch information
garloff authored Nov 20, 2024
1 parent a3bc95c commit 5bb59b4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Standards/scs-0123-v1-mandatory-and-supported-IaaS-services.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Mandatory and Supported IaaS Services
type: Standard
status: Draft
status: Stable
stabilized_at: 2024-11-20
track: IaaS
---

Expand Down Expand Up @@ -40,7 +41,7 @@ The following IaaS APIs MUST be present in SCS-compliant IaaS deployments and co
:::caution

S3 API implementations may differ in certain offered features.
CSPs must publicly describe, which implementation they use in their deployment.
CSPs must publicly describe the endpoints of their S3 solutions and which implementations they use in their deployment.
Users should always research whether a needed feature is supported in the offered implementation.

:::
Expand All @@ -63,13 +64,12 @@ The following IaaS APIs MAY be present in SCS-compliant IaaS deployment, e.g. im
| **object-store** | Swift | Object Store with different possible backends |
| **orchestration** | Heat | Orchestration service |
| **shared-file-systems** | Manila | Shared File Systems service |
| **telemetry** | Ceilometer | Telemetry service |
| **time-series-database** | Gnocchi | Time Series Database service |

## Unsupported IaaS APIs

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.
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.
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.
The SCS standard offers no guarantees for compatibility or reliability of services categorized as unsupported.

## Related Documents
Expand All @@ -78,5 +78,5 @@ The SCS standard offers no guarantees for compatibility or reliability of servic

## Conformance Tests

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).
The test will further check, whether the object store endpoint is compatible to s3.
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)
The test will further check whether the object-store endpoint is compatible to s3.

0 comments on commit 5bb59b4

Please sign in to comment.