-
Notifications
You must be signed in to change notification settings - Fork 28
Add Standards/scs-0104-v2-standard-images.md #989
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
mbuechse
wants to merge
6
commits into
main
Choose a base branch
from
feat/scs-0104-v2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
96be311
Add Standards/scs-0104-v2-standard-images.md
mbuechse 22222dd
Clarify or remove tables
mbuechse 2f0fd02
Remove trailing space
mbuechse b62c51c
Extend properties for standard CAPI image
mbuechse 6e2f91e
Add replaces field to front matter
mbuechse 74d2a30
update website
depressiveRobot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,90 @@ | ||
| --- | ||
| title: SCS Standard Images | ||
| type: Standard | ||
| status: Draft | ||
| track: IaaS | ||
| description: | | ||
| The SCS-0104 standard establishes guidelines for virtual machine images in Sovereign Cloud Stack (SCS) | ||
| environments, specifying mandatory as well as recommended images, ensuring interoperability and streamlined | ||
| deployments. It mandates that image upload via Glance must be allowed, ensuring flexibility for users. | ||
| replaces: scs-0104-v1-standard-images.md | ||
| --- | ||
|
|
||
| ## Introduction | ||
|
|
||
| The [Sovereign Cloud Stack (SCS)](https://sovereigncloudstack.org/) provides standards for a range of cloud infrastructure types. | ||
| It strives for interoperable and sovereign cloud offerings which can be deployed and used by a wide range of organizations and individuals. | ||
|
|
||
| To this end, SCS unifies the naming and sourcing of virtual machine images, and for certain images their presence is mandated or recommended. | ||
|
|
||
| ## Uploading custom images | ||
|
|
||
| Image upload via Glance MUST be allowed based on a fair-use policy. | ||
|
|
||
| ## Mandatory image sources | ||
|
|
||
| ### Generic OS images | ||
|
|
||
| For an OS image with `os_purpose=generic`, the `image_source` SHOULD come from the original vendor. | ||
| Specifically, the following forms are even REQUIRED: | ||
|
|
||
| | `os_distro` | `os_version` | permissible `image_source` form(s) | | ||
| | --- | --- | ----| | ||
| | debian | [N]N | `https://cloud.debian.org/images/cloud/{codename}/...` | | ||
| | | | `https://cdimage.debian.org/cdimage/cloud/{codename}/...` | | ||
| | ubuntu | NN.NN | `https://cloud-images.ubuntu.com/releases/{codename}/...` | | ||
| | | | `https://cloud-images.ubuntu.com/{codename}/...` | | ||
|
|
||
| ### Official SCS CAPI images | ||
|
|
||
| For each image whose name matches the regular expression | ||
|
|
||
| ubuntu-capi-image( |-)v[0-9]\.[0-9]+(\.[0-9]+)? | ||
|
|
||
| the following property values MUST be set: | ||
|
|
||
| | property | value (pattern) | | ||
| | --- | --- | | ||
| | `image_source` | `https://nbg1.your-objectstorage.com/osism/openstack-k8s-capi-images/...` | | ||
| | | (tolerable for compatibility): `https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-k8s-capi-images/...` | | ||
| | `os_purpose` | `k8snode` | | ||
| | `image_description` | `https://github.com/osism/k8s-capi-images` | | ||
|
|
||
| CSPs are free to register CAPI images with a different naming scheme from different source. | ||
|
|
||
mbuechse marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| ## Mandatory and recommended images | ||
|
|
||
| The tables in this section show what images are required or recomended. | ||
|
|
||
| Note that this standard does not prohibit any images, and neither | ||
| does it preclude the operator from providing any and all optional images, | ||
| so long as they do not violate above regulations on image sources. | ||
|
|
||
| ### Generic OS images | ||
|
|
||
| Each row of the following table describes an image that MUST or SHOULD exist, | ||
| depending on the value in the column 'status'. | ||
|
|
||
| | status | os_distro | os_version | os_purpose | | ||
| | --- | --- | --- | --- | | ||
| | required | `ubuntu` | latest LTS, no later than April 30 | `generic` | | ||
| | recommended | `ubuntu` | previous LTS | `generic` | | ||
| | recommended | `debian` | latest stable, no later than one month after release | `generic` | | ||
| | recommended | `debian` | previous stable | `generic` | | ||
|
|
||
| A generic OS image MAY be named in the form "distro version", | ||
| without codename or build date; for instance, | ||
|
|
||
| - `Ubuntu 24.04`, | ||
| - `Debian 13`. | ||
|
|
||
| Note: when a new LTS/stable version is released and the respective image added to the environment, | ||
| the images of any previous versions may or may not be kept. | ||
|
|
||
| ### Official SCS CAPI images | ||
|
|
||
| An image whose name matches the regular expression | ||
|
|
||
| ubuntu-capi-image-v[0-9]\.[0-9]+(\.[0-9]+)? | ||
|
|
||
| SHOULD be present. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like this, but I'm pretty positive it belongs into scs-0102 (image metadata).