Skip to content

Commit 9f9507f

Browse files
mbuechsegarloff
andcommitted
Extend properties for standard CAPI image
Co-authored-by: Kurt Garloff <[email protected]> Signed-off-by: Matthias Büchse <[email protected]>
1 parent d0b3606 commit 9f9507f

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

Standards/scs-0104-v2-standard-images.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Image upload via Glance MUST be allowed based on a fair-use policy.
2727
For an OS image with `os_purpose=generic`, the `image_source` SHOULD come from the original vendor.
2828
Specifically, the following forms are even REQUIRED:
2929

30-
| os_distro | os_version | permissible `image_source` form(s) |
30+
| `os_distro` | `os_version` | permissible `image_source` form(s) |
3131
| --- | --- | ----|
3232
| debian | [N]N | `https://cloud.debian.org/images/cloud/{codename}/...` |
3333
| | | `https://cdimage.debian.org/cdimage/cloud/{codename}/...` |
@@ -40,9 +40,16 @@ For each image whose name matches the regular expression
4040

4141
ubuntu-capi-image( |-)v[0-9]\.[0-9]+(\.[0-9]+)?
4242

43-
the value of the property `image_source` MUST have the form
43+
the following property values MUST be set:
4444

45-
https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-k8s-capi-images/...
45+
| property | value (pattern) |
46+
| --- | --- |
47+
| `image_source` | `https://nbg1.your-objectstorage.com/osism/openstack-k8s-capi-images/...` |
48+
| | (tolerable for compatibility): `https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-k8s-capi-images/...` |
49+
| `os_purpose` | `k8snode` |
50+
| `image_description` | `https://github.com/osism/k8s-capi-images` |
51+
52+
CSPs are free to register CAPI images with a different naming scheme from different source.
4653

4754
## Mandatory and recommended images
4855

0 commit comments

Comments
 (0)