-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare new image spec for upcoming v5 of SCS-compatible IaaS (#682)
as per SIG Std/Cert of 2024-08-22 Signed-off-by: Martin Morgenstern <[email protected]> Signed-off-by: Matthias Büchse <[email protected]> Co-authored-by: Matthias Büchse <[email protected]> Signed-off-by: Ivan Vnučko <[email protected]>
- Loading branch information
1 parent
196b8b2
commit f9269b0
Showing
2 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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,36 @@ | ||
images: | ||
# mandatory | ||
- name: "Ubuntu 24.04" | ||
source: | ||
- https://cloud-images.ubuntu.com/releases/noble/ | ||
- https://cloud-images.ubuntu.com/noble/ | ||
status: mandatory | ||
# recommended | ||
- name: "Debian 12" # stable | ||
source: | ||
- https://cloud.debian.org/images/cloud/bookworm/ | ||
- https://cdimage.debian.org/cdimage/cloud/bookworm/ | ||
status: recommended | ||
- name: "ubuntu-capi-image" | ||
# this name_scheme uses `-` to separate base name "ubuntu-capi-image" from version | ||
# latest openstack-image-manager can be told to use `-` by setting `separator: "-"` on the image | ||
name_scheme: "ubuntu-capi-image-v[0-9]\\.[0-9]+(\\.[0-9]+)?" | ||
source: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-k8s-capi-images/ubuntu-2204-kube | ||
status: recommended | ||
# optional | ||
- name: "Ubuntu 22.04" | ||
source: | ||
- https://cloud-images.ubuntu.com/releases/jammy/ | ||
- https://cloud-images.ubuntu.com/jammy/ | ||
- name: "Ubuntu 20.04" | ||
source: | ||
- https://cloud-images.ubuntu.com/releases/focal/ | ||
- https://cloud-images.ubuntu.com/focal/ | ||
- name: "Debian 11" # oldstable | ||
source: | ||
- https://cloud.debian.org/images/cloud/bullseye/ | ||
- https://cdimage.debian.org/cdimage/cloud/bullseye/ | ||
- name: "Debian 10" # extended LTS since 2024-07-01, see https://wiki.debian.org/LTS/Extended | ||
source: | ||
- https://cloud.debian.org/images/cloud/buster/ | ||
- https://cdimage.debian.org/cdimage/cloud/buster/ |
This file contains 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