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
5 changes: 4 additions & 1 deletion Tests/iaas/scs-0104-v1-images-v5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ images:
# 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
source:
- https://nbg1.your-objectstorage.com/osism/openstack-k8s-capi-images/
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-k8s-capi-images/ubuntu-2404-kube
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-k8s-capi-images/ubuntu-2204-kube
status: recommended
# optional
- name: "Ubuntu 22.04"
Expand Down
5 changes: 4 additions & 1 deletion Tests/iaas/scs-0104-v1-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ images:
status: mandatory
- name: "ubuntu-capi-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
source:
- https://nbg1.your-objectstorage.com/osism/openstack-k8s-capi-images/
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-k8s-capi-images/ubuntu-2404-kube
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-k8s-capi-images/ubuntu-2204-kube
status: recommended
- name: "Ubuntu 20.04"
source:
Expand Down
2 changes: 2 additions & 0 deletions Tests/iaas/scs_0104_standard_images/standard_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@
"ubuntu-capi-image-1":
name_scheme: "ubuntu-capi-image v[0-9]\\.[0-9]+(\\.[0-9]+)?"
source:
- https://nbg1.your-objectstorage.com/osism/openstack-k8s-capi-images/
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-k8s-capi-images/ubuntu-2404-kube
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-k8s-capi-images/ubuntu-2204-kube
"ubuntu-capi-image-2":
# 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://nbg1.your-objectstorage.com/osism/openstack-k8s-capi-images/
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-k8s-capi-images/ubuntu-2404-kube
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-k8s-capi-images/ubuntu-2204-kube
"Ubuntu 24.04":
Expand Down