Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Standards/scs-0102-v2-image-metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ require an additional field:
to create automation that works across clouds without requiring image names to be standardized.

_Uniqueness requirement_: For every assignment of values for `os_distro`, `os_version`,
and `architecture`, there MUST be at most one public (`visibility=public`),
and `architecture`, there MUST be at most one public (`visibility=public` or `visibility=community`),
non-hidden (`os_hidden=False`) image with this assignment and `os_purpose=generic`.
In other words, users who search visible public images for a generic OS
of a certain distro, version, and architecture will not get more than one result.
Expand Down
8 changes: 6 additions & 2 deletions Standards/scs-0104-v2-standard-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Image upload via Glance MUST be allowed based on a fair-use policy.

## Mandatory image sources

This section applies to images that have `os_hidden=False` and either `visibility=public` or `visibility=community`.

### Generic OS images

For an OS image with `os_purpose=generic`, the `image_source` SHOULD come from the original vendor. This allows the user to download and inspect the image.
Expand Down Expand Up @@ -54,9 +56,11 @@ CSPs are free to register CAPI images with a different naming scheme from differ

## Mandatory and recommended images

The tables in this section show what images are required or recomended.
The tables in this section show what images are required or recommended
to be present, which is understood to mean they have `os_hidden=False`
and either `visibility=public` or `visibility=community`.

Note that this standard does not prohibit any images, and neither
Note that this standard does not prohibit any images, nor
does it preclude the operator from providing any and all optional images,
so long as they do not violate above regulations on image sources.

Expand Down
Loading