openstack-image-manager 0.20240211.0__tar.gz → 0.20240327.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. {openstack-image-manager-0.20240211.0/openstack_image_manager.egg-info → openstack-image-manager-0.20240327.0}/PKG-INFO +7 -7
  2. {openstack-image-manager-0.20240211.0 → openstack-image-manager-0.20240327.0}/README.md +1 -1
  3. {openstack-image-manager-0.20240211.0 → openstack-image-manager-0.20240327.0}/etc/images/almalinux.yml +8 -4
  4. {openstack-image-manager-0.20240211.0 → openstack-image-manager-0.20240327.0}/etc/images/centos.yml +14 -8
  5. {openstack-image-manager-0.20240211.0 → openstack-image-manager-0.20240327.0}/etc/images/clearlinux.yml +2 -2
  6. {openstack-image-manager-0.20240211.0 → openstack-image-manager-0.20240327.0}/etc/images/debian.yml +18 -12
  7. {openstack-image-manager-0.20240211.0 → openstack-image-manager-0.20240327.0}/etc/images/fedora.yml +2 -2
  8. {openstack-image-manager-0.20240211.0 → openstack-image-manager-0.20240327.0}/etc/images/flatcar.yml +4 -4
  9. openstack-image-manager-0.20240327.0/etc/images/gardenlinux.yml +43 -0
  10. {openstack-image-manager-0.20240211.0 → openstack-image-manager-0.20240327.0}/etc/images/opensuse.yml +2 -2
  11. {openstack-image-manager-0.20240211.0 → openstack-image-manager-0.20240327.0}/etc/images/opnsense.yml +2 -2
  12. {openstack-image-manager-0.20240211.0 → openstack-image-manager-0.20240327.0}/etc/images/osism.yml +1 -1
  13. {openstack-image-manager-0.20240211.0 → openstack-image-manager-0.20240327.0}/etc/images/rockylinux.yml +10 -6
  14. {openstack-image-manager-0.20240211.0 → openstack-image-manager-0.20240327.0}/etc/images/talos.yml +6 -6
  15. {openstack-image-manager-0.20240211.0 → openstack-image-manager-0.20240327.0}/etc/images/ubuntu.yml +34 -19
  16. {openstack-image-manager-0.20240211.0 → openstack-image-manager-0.20240327.0}/etc/schema.yaml +1 -0
  17. {openstack-image-manager-0.20240211.0 → openstack-image-manager-0.20240327.0}/openstack_image_manager/manage.py +3 -2
  18. {openstack-image-manager-0.20240211.0 → openstack-image-manager-0.20240327.0}/openstack_image_manager/update.py +18 -5
  19. {openstack-image-manager-0.20240211.0 → openstack-image-manager-0.20240327.0/openstack_image_manager.egg-info}/PKG-INFO +7 -7
  20. {openstack-image-manager-0.20240211.0 → openstack-image-manager-0.20240327.0}/openstack_image_manager.egg-info/requires.txt +5 -5
  21. {openstack-image-manager-0.20240211.0 → openstack-image-manager-0.20240327.0}/requirements.txt +5 -5
  22. openstack-image-manager-0.20240211.0/etc/images/gardenlinux.yml +0 -33
  23. {openstack-image-manager-0.20240211.0 → openstack-image-manager-0.20240327.0}/LICENSE +0 -0
  24. {openstack-image-manager-0.20240211.0 → openstack-image-manager-0.20240327.0}/MANIFEST.in +0 -0
  25. {openstack-image-manager-0.20240211.0 → openstack-image-manager-0.20240327.0}/etc/images/cirros.yml +0 -0
  26. {openstack-image-manager-0.20240211.0 → openstack-image-manager-0.20240327.0}/etc/images/kubernetes.yml +0 -0
  27. {openstack-image-manager-0.20240211.0 → openstack-image-manager-0.20240327.0}/openstack_image_manager/__init__.py +0 -0
  28. {openstack-image-manager-0.20240211.0 → openstack-image-manager-0.20240327.0}/openstack_image_manager/mirror.py +0 -0
  29. {openstack-image-manager-0.20240211.0 → openstack-image-manager-0.20240327.0}/openstack_image_manager/table.py +0 -0
  30. {openstack-image-manager-0.20240211.0 → openstack-image-manager-0.20240327.0}/openstack_image_manager.egg-info/SOURCES.txt +0 -0
  31. {openstack-image-manager-0.20240211.0 → openstack-image-manager-0.20240327.0}/openstack_image_manager.egg-info/dependency_links.txt +0 -0
  32. {openstack-image-manager-0.20240211.0 → openstack-image-manager-0.20240327.0}/openstack_image_manager.egg-info/entry_points.txt +0 -0
  33. {openstack-image-manager-0.20240211.0 → openstack-image-manager-0.20240327.0}/openstack_image_manager.egg-info/top_level.txt +0 -0
  34. {openstack-image-manager-0.20240211.0 → openstack-image-manager-0.20240327.0}/pyproject.toml +0 -0
  35. {openstack-image-manager-0.20240211.0 → openstack-image-manager-0.20240327.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: openstack-image-manager
3
- Version: 0.20240211.0
3
+ Version: 0.20240327.0
4
4
  Summary: OpenStack image manager
5
5
  Author-email: OSISM community <info@osism.tech>
6
6
  License: Apache License
@@ -223,22 +223,22 @@ Requires-Python: >=3.8
223
223
  Description-Content-Type: text/markdown
224
224
  License-File: LICENSE
225
225
  Requires-Dist: loguru==0.7.2
226
- Requires-Dist: minio==7.2.3
226
+ Requires-Dist: minio==7.2.5
227
227
  Requires-Dist: munch==4.0.0
228
228
  Requires-Dist: natsort==8.4.0
229
- Requires-Dist: openstacksdk==2.1.0
229
+ Requires-Dist: openstacksdk==3.0.0
230
230
  Requires-Dist: paramiko==3.4.0
231
- Requires-Dist: patool==1.15.0
231
+ Requires-Dist: patool==2.2.0
232
232
  Requires-Dist: requests==2.31.0
233
233
  Requires-Dist: ruamel.yaml==0.18.6
234
234
  Requires-Dist: tabulate==0.9.0
235
- Requires-Dist: typer[all]==0.9.0
236
- Requires-Dist: yamale==4.0.4
235
+ Requires-Dist: typer[all]==0.11.0
236
+ Requires-Dist: yamale==5.1.0
237
237
 
238
238
  # openstack-image-manager
239
239
 
240
240
  [![PyPi version](https://badgen.net/pypi/v/openstack-image-manager/)](https://pypi.org/project/openstack-image-manager/)
241
241
  [![PyPi license](https://badgen.net/pypi/license/openstack-image-manager/)](https://pypi.org/project/openstack-image-manager/)
242
- [![Documentation](https://img.shields.io/static/v1?label=&message=documentation&color=blue)](https://osism.github.io/docs/guides/operations-guide/openstack/day2-operations/image-manager)
242
+ [![Documentation](https://img.shields.io/static/v1?label=&message=documentation&color=blue)](https://osism.tech/docs/guides/operations-guide/openstack/day2-operations/image-manager)
243
243
 
244
244
  Easily manage and keep up to date a large number of images on an OpenStack environment
@@ -2,6 +2,6 @@
2
2
 
3
3
  [![PyPi version](https://badgen.net/pypi/v/openstack-image-manager/)](https://pypi.org/project/openstack-image-manager/)
4
4
  [![PyPi license](https://badgen.net/pypi/license/openstack-image-manager/)](https://pypi.org/project/openstack-image-manager/)
5
- [![Documentation](https://img.shields.io/static/v1?label=&message=documentation&color=blue)](https://osism.github.io/docs/guides/operations-guide/openstack/day2-operations/image-manager)
5
+ [![Documentation](https://img.shields.io/static/v1?label=&message=documentation&color=blue)](https://osism.tech/docs/guides/operations-guide/openstack/day2-operations/image-manager)
6
6
 
7
7
  Easily manage and keep up to date a large number of images on an OpenStack environment
@@ -23,11 +23,13 @@ images:
23
23
  provided_until: none
24
24
  tags: []
25
25
  latest_checksum_url: https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/CHECKSUM
26
- latest_url:
26
+ latest_url:
27
27
  https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2
28
28
  versions:
29
29
  - version: '20231128'
30
- url:
30
+ url:
31
+ https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2
32
+ mirror_url:
31
33
  https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/almalinux-8/20231128-almalinux-8.qcow2
32
34
  checksum: sha256:a1686bc537bce699b512e3233666f5b8f69ed797ff1ce0af52c17fdc52942621
33
35
  build_date: 2023-11-28
@@ -54,11 +56,13 @@ images:
54
56
  provided_until: none
55
57
  tags: []
56
58
  latest_checksum_url: https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/CHECKSUM
57
- latest_url:
59
+ latest_url:
58
60
  https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2
59
61
  versions:
60
62
  - version: '20231113'
61
- url:
63
+ url:
64
+ https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2
65
+ mirror_url:
62
66
  https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/almalinux-9/20231113-almalinux-9.qcow2
63
67
  checksum: sha256:6bbd060c971fd827a544c7e5e991a7d9e44460a449d2d058a0bb1290dec5a114
64
68
  build_date: 2023-11-13
@@ -28,6 +28,8 @@ images:
28
28
  versions:
29
29
  - version: '20221112'
30
30
  url:
31
+ https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-HEREBE\d+\.qcow2$DRAGONS
32
+ mirror_url:
31
33
  https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-7/20221112-centos-7.qcow2
32
34
  checksum: sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea
33
35
  build_date: 2022-11-12
@@ -57,11 +59,13 @@ images:
57
59
  latest_url:
58
60
  https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-HEREBE\d+\.\dDRAGONS.x86_64.qcow2
59
61
  versions:
60
- - version: '20240102'
62
+ - version: '20240326'
61
63
  url:
62
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-8/20240102-centos-stream-8.qcow2
63
- checksum: sha256:0a0df996a5d90a7fd7a8100f11d874c6cf38aa93c9c2df97a5ca09269bb3d099
64
- build_date: 2024-01-02
64
+ https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-HEREBE\d+\.\dDRAGONS.x86_64.qcow2
65
+ mirror_url:
66
+ https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-8/20240326-centos-stream-8.qcow2
67
+ checksum: sha256:35f5b4323026887470954cb458fa1628fac9db451663b37495067c5bbe7b345d
68
+ build_date: 2024-03-26
65
69
  - name: CentOS Stream 9
66
70
  enable: true
67
71
  shortname: centos-stream-9
@@ -88,8 +92,10 @@ images:
88
92
  latest_url:
89
93
  https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-HEREBE\d+\.\dDRAGONS.x86_64.qcow2
90
94
  versions:
91
- - version: '20240102'
95
+ - version: '20240326'
92
96
  url:
93
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20240102-centos-stream-9.qcow2
94
- checksum: sha256:983ec6415576be43cb27eeca651cb44f820f68e74e45e764c320c3a54e626baa
95
- build_date: 2024-01-02
97
+ https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-HEREBE\d+\.\dDRAGONS.x86_64.qcow2
98
+ mirror_url:
99
+ https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20240326-centos-stream-9.qcow2
100
+ checksum: sha256:26a4d6d9750266d3a68cee2813aee0cc58751bf87303418b4fcdeeaa3f6dad96
101
+ build_date: 2024-03-26
@@ -24,7 +24,7 @@ images:
24
24
  tags: []
25
25
  versions:
26
26
  - version: '38700'
27
- url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/clearlinux/38700/clear-38700-cloudguest.img
28
- source: https://cdn.download.clearlinux.org/releases/38700/clear/clear-38700-cloudguest.img.xz
27
+ url: https://cdn.download.clearlinux.org/releases/38700/clear/clear-38700-cloudguest.img.xz
28
+ mirror_url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/clearlinux/38700/clear-38700-cloudguest.img
29
29
  checksum: "sha256:554f2e9f1c5cd3caa7ca9043e9379ab7bac36f8004ae6023f2fb642b80ace173"
30
30
  build_date: 2023-03-31
@@ -26,12 +26,14 @@ images:
26
26
  latest_url:
27
27
  https://cdimage.debian.org/cdimage/cloud/buster/latest/debian-10-genericcloud-amd64.qcow2
28
28
  versions:
29
- - version: '20231228'
29
+ - version: '20240204'
30
30
  url:
31
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-10/20231228-debian-10.qcow2
31
+ https://cdimage.debian.org/cdimage/cloud/buster/latest/debian-10-genericcloud-amd64.qcow2
32
+ mirror_url:
33
+ https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-10/20240204-debian-10.qcow2
32
34
  checksum:
33
- sha512:99afc3b807ec76a4f1208da3bb95b8e64bb7f5d1b8a7c816ee1e6b90334153ba846c9fa14e3c99545aa77c81754a48681f11ea23860d909d936a37bb4dec9c27
34
- build_date: 2023-12-28
35
+ sha512:dc7c2d38824f8ad5db09237a1fa902b525f119e2f1504d0bf656879bf949a2366ba1ad9aa4ba9c6727fb98dd2379f317abe458c2d2c41830f9260e55a7fcef4a
36
+ build_date: 2024-02-04
35
37
  - name: Debian 11
36
38
  enable: true
37
39
  shortname: debian-11
@@ -57,12 +59,14 @@ images:
57
59
  latest_url:
58
60
  https://cdimage.debian.org/cdimage/cloud/bullseye/latest/debian-11-genericcloud-amd64.qcow2
59
61
  versions:
60
- - version: '20240104'
62
+ - version: '20240211'
61
63
  url:
62
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-11/20240104-debian-11.qcow2
64
+ https://cdimage.debian.org/cdimage/cloud/bullseye/latest/debian-11-genericcloud-amd64.qcow2
65
+ mirror_url:
66
+ https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-11/20240211-debian-11.qcow2
63
67
  checksum:
64
- sha512:01f1a9aa92f6257936193359642d7ff780ad3c721f4b731ed0a04684f015db66d7919a72b2b2a272a7dd3cf0e4e0314694c00684c333552a01bd149a535f2a09
65
- build_date: 2024-01-04
68
+ sha512:57ea3ba6855784f627730a16b8cb2b4e85a434f0626903dc9b036a10c0edf35242b86a1938bf84890ebbdba2b27e6d9ceff0a47da106e365f6d81077e4089a1c
69
+ build_date: 2024-02-11
66
70
  - name: Debian 12
67
71
  enable: true
68
72
  shortname: debian-12
@@ -88,9 +92,11 @@ images:
88
92
  latest_url:
89
93
  https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/debian-12-genericcloud-amd64-daily.qcow2
90
94
  versions:
91
- - build_date: 2024-01-09
95
+ - build_date: 2024-03-27
92
96
  checksum:
93
- sha512:0092b56a72f1ace99c92dcbf7ed67331af107a8b94cfd5afc1a07c6e71facf292540b643f49bf847e1a7d159f36b78907942710e181680479adf67d366118667
97
+ sha512:7d64f650164475b690690fe003f338e893374c412183d27834c80006a070581719e7e0311f8122a722390942b026c92b5ca3021e9c95b5807fe3bdf971d5edc7
94
98
  url:
95
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20240109-debian-12.qcow2
96
- version: '20240109'
99
+ https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/debian-12-genericcloud-amd64-daily.qcow2
100
+ mirror_url:
101
+ https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20240327-debian-12.qcow2
102
+ version: '20240327'
@@ -25,7 +25,7 @@ images:
25
25
  tags: []
26
26
  versions:
27
27
  - version: '20230402'
28
- url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/fedora-37/20230402/Fedora-Cloud-Base-37-1.7.x86_64.qcow2
29
- source: https://download.fedoraproject.org/pub/fedora/linux/releases/37/Cloud/x86_64/images/Fedora-Cloud-Base-37-1.7.x86_64.qcow2
28
+ url: https://download.fedoraproject.org/pub/fedora/linux/releases/37/Cloud/x86_64/images/Fedora-Cloud-Base-37-1.7.x86_64.qcow2
29
+ mirror_url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/fedora-37/20230402/Fedora-Cloud-Base-37-1.7.x86_64.qcow2
30
30
  checksum: "sha256:b5b9bec91eee65489a5745f6ee620573b23337cbb1eb4501ce200b157a01f3a0"
31
31
  build_date: 2022-11-05
@@ -24,12 +24,12 @@ images:
24
24
  tags: []
25
25
  versions:
26
26
  - version: '3227.2.4'
27
- url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/flatcar/3227.2.4/flatcar_production_openstack_image.img
28
- source: https://stable.release.flatcar-linux.net/amd64-usr/3227.2.4/flatcar_production_openstack_image.img.bz2
27
+ url: https://stable.release.flatcar-linux.net/amd64-usr/3227.2.4/flatcar_production_openstack_image.img.bz2
28
+ mirror_url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/flatcar/3227.2.4/flatcar_production_openstack_image.img
29
29
  checksum: "sha256:774a4fd77da47a7c91714e6424891d6887ed7b9b72daadc40d56bb2f7527b4f5"
30
30
  build_date: 2022-10-27
31
31
  - version: '3602.2.3'
32
- url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/flatcar/3602.2.3/flatcar_production_openstack_image.img
33
- source: https://stable.release.flatcar-linux.net/amd64-usr/3602.2.3/flatcar_production_openstack_image.img
32
+ url: https://stable.release.flatcar-linux.net/amd64-usr/3602.2.3/flatcar_production_openstack_image.img
33
+ mirror_url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/flatcar/3602.2.3/flatcar_production_openstack_image.img
34
34
  checksum: "sha256:23b2d10aa0adf53d58bca0d9664338bdd308bef9e56f8393d39cb5e22bff4409"
35
35
  build_date: 2023-12-11
@@ -0,0 +1,43 @@
1
+ ---
2
+ images:
3
+ - name: Garden Linux
4
+ enable: true
5
+ shortname: gardenlinux
6
+ format: qcow2
7
+ login: admin
8
+ min_disk: 10
9
+ min_ram: 512
10
+ status: active
11
+ visibility: public
12
+ multi: false
13
+ meta:
14
+ architecture: x86_64
15
+ hw_disk_bus: virtio
16
+ hw_rng_model: virtio
17
+ hw_scsi_model: virtio-scsi
18
+ hw_watchdog_action: reset
19
+ os_distro: debian
20
+ replace_frequency: never
21
+ uuid_validity: none
22
+ provided_until: none
23
+ tags: []
24
+ versions:
25
+ - version: '934.11'
26
+ url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-image-gardenlinux/gardenlinux-amd64.934.11.qcow2
27
+ checksum: "sha256:616a217afe692ba8b6a9eca3a99291414b77a819c18430e6cba1b01a7ba6238b"
28
+ build_date: 2023-10-25
29
+ - version: '1312.1'
30
+ url: https://github.com/gardenlinux/gardenlinux/releases/download/1312.1/openstack-gardener_prod-amd64-1312.1-c6ebc74e.tar.xz
31
+ mirror_url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/gardenlinux/1312.1/openstack-gardener_prod-amd64-1312.1-c6ebc74e.qcow2
32
+ checksum: "sha256:12a67458959dabd8c4fa38f0224aa37f8e18629c218bbb716f411575a068663c"
33
+ build_date: 2023-11-22
34
+ - version: '1312.2'
35
+ url: https://github.com/gardenlinux/gardenlinux/releases/download/1312.2/openstack-gardener_prod-amd64-1312.2-77c8471d.tar.xz
36
+ mirror_url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/gardenlinux/1312.2/openstack-gardener_prod-amd64-1312.2-77c8471d.qcow2
37
+ checksum: "sha256:12e09c1c82a65e9a2fe9651bbe5ec54f4c1cf2791b26f57c061cf0fb3190ee70"
38
+ build_date: 2024-01-15
39
+ - version: '1443.1'
40
+ url: https://github.com/gardenlinux/gardenlinux/releases/download/1443.1/openstack-gardener_prod-amd64-1443.1-36c740a4.tar.xz
41
+ mirror_url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/gardenlinux/1443.1/openstack-gardener_prod-amd64-1443.1-36c740a4.qcow2
42
+ checksum: "sha256:82a35d7a12ea7118458a6fe0d2cb95fd0b1b207b38ea4960ab623f547e690358"
43
+ build_date: 2024-03-25
@@ -24,7 +24,7 @@ images:
24
24
  tags: []
25
25
  versions:
26
26
  - version: '20220805'
27
- url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/opensuse-leap-15.4/20220805/openSUSE-Leap-15.4-JeOS.x86_64-OpenStack-Cloud.qcow2
28
- source: https://ftp.gwdg.de/pub/opensuse/distribution/leap/15.4/appliances/openSUSE-Leap-15.4-JeOS.x86_64-OpenStack-Cloud.qcow2
27
+ url: https://ftp.gwdg.de/pub/opensuse/distribution/leap/15.4/appliances/openSUSE-Leap-15.4-JeOS.x86_64-OpenStack-Cloud.qcow2
28
+ mirror_url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/opensuse-leap-15.4/20220805/openSUSE-Leap-15.4-JeOS.x86_64-OpenStack-Cloud.qcow2
29
29
  checksum: "sha256:2521af728f47bdf7c18d18e1c95b576d2aedd9a8fb3668b4791f7f5ece7a1931"
30
30
  build_date: 2022-08-05
@@ -25,7 +25,7 @@ images:
25
25
  tags: []
26
26
  versions:
27
27
  - version: '23.1'
28
- url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/opnsense/23.1/OPNsense-23.1-OpenSSL-nano-amd64.img
29
- source: https://mirror.ams1.nl.leaseweb.net/opnsense/releases/23.1/OPNsense-23.1-OpenSSL-nano-amd64.img.bz2
28
+ url: https://mirror.ams1.nl.leaseweb.net/opnsense/releases/23.1/OPNsense-23.1-OpenSSL-nano-amd64.img.bz2
29
+ mirror_url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/opnsense/23.1/OPNsense-23.1-OpenSSL-nano-amd64.img
30
30
  checksum: "sha256:8e2e5ab62f8d2bc5eb72296a0d7913789f370f445216d996a7d4d9e88e5e3733"
31
31
  build_date: 2023-01-25
@@ -24,7 +24,7 @@ images:
24
24
  tags: []
25
25
  versions:
26
26
  - version: '20231221'
27
- url:
27
+ url:
28
28
  https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/osism-ci-image/osism-ci-image.qcow2
29
29
  checksum: sha256:c736498ac352fb8a8c9825a56270363bea6e9dfcfc805ff1017cc0ec9e382f83
30
30
  build_date: 2023-12-21
@@ -22,13 +22,15 @@ images:
22
22
  uuid_validity: last-3
23
23
  provided_until: none
24
24
  tags: []
25
- latest_checksum_url:
25
+ latest_checksum_url:
26
26
  https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2.CHECKSUM
27
- latest_url:
27
+ latest_url:
28
28
  https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2
29
29
  versions:
30
30
  - version: '20231119'
31
- url:
31
+ url:
32
+ https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2
33
+ mirror_url:
32
34
  https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/rocky-8/20231119-rocky-8.qcow2
33
35
  checksum: sha256:d17f15a7649dd064795306c114b90fc5062e7d5fefa9e9f0bd6b7ce1aeac3ae5
34
36
  build_date: 2023-11-19
@@ -54,13 +56,15 @@ images:
54
56
  uuid_validity: last-3
55
57
  provided_until: none
56
58
  tags: []
57
- latest_checksum_url:
59
+ latest_checksum_url:
58
60
  https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2.CHECKSUM
59
- latest_url:
61
+ latest_url:
60
62
  https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2
61
63
  versions:
62
64
  - version: '20231113'
63
- url:
65
+ url:
66
+ https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2
67
+ mirror_url:
64
68
  https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/rocky-9/20231113-rocky-9.qcow2
65
69
  checksum: sha256:7713278c37f29b0341b0a841ca3ec5c3724df86b4d97e7ee4a2a85def9b2e651
66
70
  build_date: 2023-11-13
@@ -24,17 +24,17 @@ images:
24
24
  tags: []
25
25
  versions:
26
26
  - version: '1.3.6'
27
- url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/talos/1.3.6/disk.raw
28
- source: https://github.com/siderolabs/talos/releases/download/v1.3.6/openstack-amd64.tar.gz
27
+ url: https://github.com/siderolabs/talos/releases/download/v1.3.6/openstack-amd64.tar.gz
28
+ mirror_url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/talos/1.3.6/disk.raw
29
29
  checksum: "sha256:1db0cfd9bd9c3d3165911ab89ef05dad1d590cc442fb0702564cfe737b3f3dbd"
30
30
  build_date: 2023-03-14
31
31
  - version: '1.4.5'
32
- url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/talos/1.4.5/disk.raw
33
- source: https://github.com/siderolabs/talos/releases/download/v1.4.5/openstack-amd64.tar.gz
32
+ url: https://github.com/siderolabs/talos/releases/download/v1.4.5/openstack-amd64.tar.gz
33
+ mirror_url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/talos/1.4.5/disk.raw
34
34
  checksum: "sha256:fc7dc71a6acece93196c8bace15139469b7bfbe4fa7d001336da0fdda9b437c9"
35
35
  build_date: 2023-05-30
36
36
  - version: '1.6.0'
37
- url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/talos/1.6.0/openstack-amd64.raw
38
- source: https://github.com/siderolabs/talos/releases/download/v1.6.0/openstack-amd64.raw.xz
37
+ url: https://github.com/siderolabs/talos/releases/download/v1.6.0/openstack-amd64.raw.xz
38
+ mirror_url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/talos/1.6.0/openstack-amd64.raw
39
39
  checksum: "sha256:e3754c2338b4ce831db5442cf62deab260d56b64227a07cfc26e4b73eef5abaf"
40
40
  build_date: 2023-12-15
@@ -28,6 +28,8 @@ images:
28
28
  versions:
29
29
  - version: '20191107'
30
30
  url:
31
+ https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
32
+ mirror_url:
31
33
  https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-14.04/20191107-ubuntu-14.04.qcow2
32
34
  checksum: sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1
33
35
  build_date: 2019-11-07
@@ -59,6 +61,8 @@ images:
59
61
  versions:
60
62
  - version: '20211001'
61
63
  url:
64
+ https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img
65
+ mirror_url:
62
66
  https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-16.04/20211001-ubuntu-16.04.qcow2
63
67
  checksum: sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140
64
68
  build_date: 2021-10-01
@@ -90,6 +94,8 @@ images:
90
94
  versions:
91
95
  - version: '20210929'
92
96
  url:
97
+ https://cloud-images.ubuntu.com/minimal/releases/xenial/release/ubuntu-16.04-minimal-cloudimg-amd64-disk1.img
98
+ mirror_url:
93
99
  https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-16.04-minimal/20210929-ubuntu-16.04-minimal.qcow2
94
100
  checksum: sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9
95
101
  build_date: 2021-09-20
@@ -119,7 +125,8 @@ images:
119
125
  latest_url: https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img
120
126
  versions:
121
127
  - version: '20230607'
122
- url:
128
+ url: https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img
129
+ mirror_url:
123
130
  https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-18.04/20230607-ubuntu-18.04.qcow2
124
131
  checksum: sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6
125
132
  build_date: 2023-06-07
@@ -151,6 +158,8 @@ images:
151
158
  versions:
152
159
  - version: '20230602'
153
160
  url:
161
+ https://cloud-images.ubuntu.com/minimal/releases/bionic/release/ubuntu-18.04-minimal-cloudimg-amd64.img
162
+ mirror_url:
154
163
  https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-18.04-minimal/20230602-ubuntu-18.04-minimal.qcow2
155
164
  checksum: sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a
156
165
  build_date: 2023-06-02
@@ -179,11 +188,12 @@ images:
179
188
  latest_checksum_url: https://cloud-images.ubuntu.com/focal/current/SHA256SUMS
180
189
  latest_url: https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img
181
190
  versions:
182
- - version: '20231207'
183
- url:
184
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04/20231207-ubuntu-20.04.qcow2
185
- checksum: sha256:2b9d7a5caea114fa202614ddb8e5d3b947e42b070252072d502c396483af5bcf
186
- build_date: 2023-12-07
191
+ - version: '20240306'
192
+ url: https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img
193
+ mirror_url:
194
+ https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04/20240306-ubuntu-20.04.qcow2
195
+ checksum: sha256:edf43eb9f4e5ededbb3606c719c98b0e14c956278da42567e907a17d8bccb571
196
+ build_date: 2024-03-06
187
197
  - name: Ubuntu 20.04 Minimal
188
198
  enable: true
189
199
  shortname: ubuntu-20.04-minimal
@@ -210,11 +220,13 @@ images:
210
220
  latest_url:
211
221
  https://cloud-images.ubuntu.com/minimal/releases/focal/release/ubuntu-20.04-minimal-cloudimg-amd64.img
212
222
  versions:
213
- - version: '20231208'
223
+ - version: '20240322'
214
224
  url:
215
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04-minimal/20231208-ubuntu-20.04-minimal.qcow2
216
- checksum: sha256:42fc7f41eaeae416e949f6caa43385153ebee7c7e40bdcf6ed15a0f530cd8536
217
- build_date: 2023-12-08
225
+ https://cloud-images.ubuntu.com/minimal/releases/focal/release/ubuntu-20.04-minimal-cloudimg-amd64.img
226
+ mirror_url:
227
+ https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04-minimal/20240322-ubuntu-20.04-minimal.qcow2
228
+ checksum: sha256:25b920bd472450e31c836c1759f8fb72b4b4694654e478987744a5c77034d311
229
+ build_date: 2024-03-22
218
230
  - name: Ubuntu 22.04
219
231
  enable: true
220
232
  shortname: ubuntu-22.04
@@ -240,11 +252,12 @@ images:
240
252
  latest_checksum_url: https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS
241
253
  latest_url: https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img
242
254
  versions:
243
- - version: '20240109'
244
- url:
245
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04/20240109-ubuntu-22.04.qcow2
246
- checksum: sha256:005779fd27d1704af137820b69bfc4f98651abcf609503246996c6578d07e1e3
247
- build_date: 2024-01-09
255
+ - version: '20240319'
256
+ url: https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img
257
+ mirror_url:
258
+ https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04/20240319-ubuntu-22.04.qcow2
259
+ checksum: sha256:304983616fcba6ee1452e9f38993d7d3b8a90e1eb65fb0054d672ce23294d812
260
+ build_date: 2024-03-19
248
261
  - name: Ubuntu 22.04 Minimal
249
262
  enable: true
250
263
  shortname: ubuntu-22.04-minimal
@@ -271,8 +284,10 @@ images:
271
284
  latest_url:
272
285
  https://cloud-images.ubuntu.com/minimal/releases/jammy/release/ubuntu-22.04-minimal-cloudimg-amd64.img
273
286
  versions:
274
- - version: '20231207'
287
+ - version: '20240319'
275
288
  url:
276
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04-minimal/20231207-ubuntu-22.04-minimal.qcow2
277
- checksum: sha256:a1af5cec732afebf21df98f7fa27c13ebc481d5afb2e732641e67a7d2a266642
278
- build_date: 2023-12-07
289
+ https://cloud-images.ubuntu.com/minimal/releases/jammy/release/ubuntu-22.04-minimal-cloudimg-amd64.img
290
+ mirror_url:
291
+ https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04-minimal/20240319-ubuntu-22.04-minimal.qcow2
292
+ checksum: sha256:24c513a5c10cd57c68403c800dc47495ff0eceea81d7946b512f0260a9c55f6e
293
+ build_date: 2024-03-19
@@ -48,6 +48,7 @@ versions:
48
48
  os_version: str(required=False)
49
49
  source: regex('^(http|ftp)s?:\/\/\w+.*|^private$', name='valid URL or private', required=False)
50
50
  url: regex('^(http|ftp)s?:\/\/\w+.*|^(file:|file:///)\w+.*', name='valid URL')
51
+ mirror_url: regex('^(http|ftp)s?:\/\/\w+.*|^(file:|file:///)\w+.*', name='valid URL', required=False)
51
52
  version: str()
52
53
  visibility: enum('public', 'private', 'community', 'shared', required=False)
53
54
  id: regex('^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$', required=False)
@@ -8,6 +8,7 @@ import os
8
8
  import re
9
9
  import sys
10
10
  import typer
11
+ import typing
11
12
  from typing import Dict, Set
12
13
  import yamale
13
14
  import urllib.parse
@@ -371,7 +372,7 @@ class ImageManager:
371
372
 
372
373
  def import_image(
373
374
  self, image: dict, name: str, url: str, versions: dict, version: str
374
- ) -> Image | None:
375
+ ) -> typing.Union[Image, None]:
375
376
  """
376
377
  Create a new image in Glance and upload it using the web-download method
377
378
 
@@ -461,7 +462,7 @@ class ImageManager:
461
462
  )
462
463
  return result
463
464
 
464
- def wait_for_image(self, image: Image) -> Image | None:
465
+ def wait_for_image(self, image: Image) -> typing.Union[Image, None]:
465
466
  """
466
467
  Wait for an imported image to reach "active" state
467
468
 
@@ -37,7 +37,7 @@ def get_latest_default(
37
37
 
38
38
  checksums = {}
39
39
  for line in result.text.split("\n"):
40
- cs = re.split("\s+", line) # noqa W605
40
+ cs = re.split(r"\s+", line)
41
41
  if shortname in ["rocky-8", "rocky-9"]:
42
42
  if len(cs) == 4 and cs[0] == "SHA256":
43
43
  checksums[latest_filename] = cs[3]
@@ -241,12 +241,25 @@ def update_image(
241
241
 
242
242
  minio_server = str(minio_server)
243
243
  minio_bucket = str(minio_bucket)
244
- new_url = f"https://{minio_server}/{swift_prefix}{minio_bucket}/{shortname}/{current_version}-{shortname}.{format}"
245
- logger.info(f"New URL is {new_url}")
246
- image["versions"][0]["url"] = new_url
244
+ mirror_url = f"https://{minio_server}/{swift_prefix}{minio_bucket}/{shortname}/{current_version}-{shortname}.{format}" # noqa E501
245
+ logger.info(f"New URL is {mirror_url}")
246
+
247
+ # If `mirror_url` is given, the manage.py script will
248
+ # use `mirror_url` for the download and will use `url`
249
+ # to set the `image_source` property. This way we keep
250
+ # track of the original source of the image.
251
+
252
+ image["versions"][0]["mirror_url"] = mirror_url
253
+
254
+ # We use `current_url` here and not `latest_url` to keep track
255
+ # of the original source of the image. Even if we know that `current_url`
256
+ # will not be available in the future. The `latest_url` will always
257
+ # be part of the image definition itself.
258
+
259
+ image["versions"][0]["url"] = current_url
247
260
 
248
261
  if dry_run:
249
- logger.info(f"Not mirroring {new_url}, dry-run enabled")
262
+ logger.info(f"Not mirroring {mirror_url}, dry-run enabled")
250
263
  else:
251
264
  mirror_image(
252
265
  image,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: openstack-image-manager
3
- Version: 0.20240211.0
3
+ Version: 0.20240327.0
4
4
  Summary: OpenStack image manager
5
5
  Author-email: OSISM community <info@osism.tech>
6
6
  License: Apache License
@@ -223,22 +223,22 @@ Requires-Python: >=3.8
223
223
  Description-Content-Type: text/markdown
224
224
  License-File: LICENSE
225
225
  Requires-Dist: loguru==0.7.2
226
- Requires-Dist: minio==7.2.3
226
+ Requires-Dist: minio==7.2.5
227
227
  Requires-Dist: munch==4.0.0
228
228
  Requires-Dist: natsort==8.4.0
229
- Requires-Dist: openstacksdk==2.1.0
229
+ Requires-Dist: openstacksdk==3.0.0
230
230
  Requires-Dist: paramiko==3.4.0
231
- Requires-Dist: patool==1.15.0
231
+ Requires-Dist: patool==2.2.0
232
232
  Requires-Dist: requests==2.31.0
233
233
  Requires-Dist: ruamel.yaml==0.18.6
234
234
  Requires-Dist: tabulate==0.9.0
235
- Requires-Dist: typer[all]==0.9.0
236
- Requires-Dist: yamale==4.0.4
235
+ Requires-Dist: typer[all]==0.11.0
236
+ Requires-Dist: yamale==5.1.0
237
237
 
238
238
  # openstack-image-manager
239
239
 
240
240
  [![PyPi version](https://badgen.net/pypi/v/openstack-image-manager/)](https://pypi.org/project/openstack-image-manager/)
241
241
  [![PyPi license](https://badgen.net/pypi/license/openstack-image-manager/)](https://pypi.org/project/openstack-image-manager/)
242
- [![Documentation](https://img.shields.io/static/v1?label=&message=documentation&color=blue)](https://osism.github.io/docs/guides/operations-guide/openstack/day2-operations/image-manager)
242
+ [![Documentation](https://img.shields.io/static/v1?label=&message=documentation&color=blue)](https://osism.tech/docs/guides/operations-guide/openstack/day2-operations/image-manager)
243
243
 
244
244
  Easily manage and keep up to date a large number of images on an OpenStack environment
@@ -1,12 +1,12 @@
1
1
  loguru==0.7.2
2
- minio==7.2.3
2
+ minio==7.2.5
3
3
  munch==4.0.0
4
4
  natsort==8.4.0
5
- openstacksdk==2.1.0
5
+ openstacksdk==3.0.0
6
6
  paramiko==3.4.0
7
- patool==1.15.0
7
+ patool==2.2.0
8
8
  requests==2.31.0
9
9
  ruamel.yaml==0.18.6
10
10
  tabulate==0.9.0
11
- typer[all]==0.9.0
12
- yamale==4.0.4
11
+ typer[all]==0.11.0
12
+ yamale==5.1.0
@@ -1,12 +1,12 @@
1
1
  loguru==0.7.2
2
- minio==7.2.3
2
+ minio==7.2.5
3
3
  munch==4.0.0
4
4
  natsort==8.4.0
5
- openstacksdk==2.1.0
5
+ openstacksdk==3.0.0
6
6
  paramiko==3.4.0
7
- patool==1.15.0
7
+ patool==2.2.0
8
8
  requests==2.31.0
9
9
  ruamel.yaml==0.18.6
10
10
  tabulate==0.9.0
11
- typer[all]==0.9.0
12
- yamale==4.0.4
11
+ typer[all]==0.11.0
12
+ yamale==5.1.0
@@ -1,33 +0,0 @@
1
- ---
2
- images:
3
- - name: Garden Linux
4
- enable: true
5
- shortname: gardenlinux
6
- format: qcow2
7
- login: admin
8
- min_disk: 10
9
- min_ram: 512
10
- status: active
11
- visibility: public
12
- multi: false
13
- meta:
14
- architecture: x86_64
15
- hw_disk_bus: virtio
16
- hw_rng_model: virtio
17
- hw_scsi_model: virtio-scsi
18
- hw_watchdog_action: reset
19
- os_distro: debian
20
- replace_frequency: never
21
- uuid_validity: none
22
- provided_until: none
23
- tags: []
24
- versions:
25
- - version: '934.11'
26
- url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-image-gardenlinux/gardenlinux-amd64.934.11.qcow2
27
- checksum: "sha256:616a217afe692ba8b6a9eca3a99291414b77a819c18430e6cba1b01a7ba6238b"
28
- build_date: 2023-10-25
29
- - version: '1312.1'
30
- url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/gardenlinux/1312.1/openstack-gardener_prod-amd64-1312.1-c6ebc74e.qcow2
31
- source: https://github.com/gardenlinux/gardenlinux/releases/download/1312.1/openstack-gardener_prod-amd64-1312.1-c6ebc74e.tar.xz
32
- checksum: "sha256:12a67458959dabd8c4fa38f0224aa37f8e18629c218bbb716f411575a068663c"
33
- build_date: 2023-11-22