File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Image upload via Glance MUST be allowed based on a fair-use policy.
2727For an OS image with ` os_purpose=generic ` , the ` image_source ` SHOULD come from the original vendor.
2828Specifically, 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
You can’t perform that action at this time.
0 commit comments