openstack-image-manager 0.20240906.0__tar.gz → 0.20241213.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 (34) hide show
  1. {openstack_image_manager-0.20240906.0/openstack_image_manager.egg-info → openstack_image_manager-0.20241213.0}/PKG-INFO +7 -7
  2. {openstack_image_manager-0.20240906.0 → openstack_image_manager-0.20241213.0}/etc/images/almalinux.yml +8 -8
  3. {openstack_image_manager-0.20240906.0 → openstack_image_manager-0.20241213.0}/etc/images/centos.yml +5 -5
  4. {openstack_image_manager-0.20240906.0 → openstack_image_manager-0.20241213.0}/etc/images/cirros.yml +4 -8
  5. {openstack_image_manager-0.20240906.0 → openstack_image_manager-0.20241213.0}/etc/images/debian.yml +10 -10
  6. {openstack_image_manager-0.20240906.0 → openstack_image_manager-0.20241213.0}/etc/images/gardenlinux.yml +10 -0
  7. {openstack_image_manager-0.20240906.0 → openstack_image_manager-0.20241213.0}/etc/images/ubuntu.yml +25 -25
  8. {openstack_image_manager-0.20240906.0 → openstack_image_manager-0.20241213.0/openstack_image_manager.egg-info}/PKG-INFO +7 -7
  9. {openstack_image_manager-0.20240906.0 → openstack_image_manager-0.20241213.0}/openstack_image_manager.egg-info/SOURCES.txt +0 -1
  10. openstack_image_manager-0.20241213.0/openstack_image_manager.egg-info/requires.txt +12 -0
  11. openstack_image_manager-0.20241213.0/requirements.txt +12 -0
  12. openstack_image_manager-0.20240906.0/etc/images/osism.yml +0 -31
  13. openstack_image_manager-0.20240906.0/openstack_image_manager.egg-info/requires.txt +0 -12
  14. openstack_image_manager-0.20240906.0/requirements.txt +0 -12
  15. {openstack_image_manager-0.20240906.0 → openstack_image_manager-0.20241213.0}/LICENSE +0 -0
  16. {openstack_image_manager-0.20240906.0 → openstack_image_manager-0.20241213.0}/MANIFEST.in +0 -0
  17. {openstack_image_manager-0.20240906.0 → openstack_image_manager-0.20241213.0}/README.md +0 -0
  18. {openstack_image_manager-0.20240906.0 → openstack_image_manager-0.20241213.0}/etc/__init__.py +0 -0
  19. {openstack_image_manager-0.20240906.0 → openstack_image_manager-0.20241213.0}/etc/images/clearlinux.yml +0 -0
  20. {openstack_image_manager-0.20240906.0 → openstack_image_manager-0.20241213.0}/etc/images/fedora.yml +0 -0
  21. {openstack_image_manager-0.20240906.0 → openstack_image_manager-0.20241213.0}/etc/images/flatcar.yml +0 -0
  22. {openstack_image_manager-0.20240906.0 → openstack_image_manager-0.20241213.0}/etc/images/kubernetes.yml +0 -0
  23. {openstack_image_manager-0.20240906.0 → openstack_image_manager-0.20241213.0}/etc/images/opensuse.yml +0 -0
  24. {openstack_image_manager-0.20240906.0 → openstack_image_manager-0.20241213.0}/etc/images/opnsense.yml +0 -0
  25. {openstack_image_manager-0.20240906.0 → openstack_image_manager-0.20241213.0}/etc/images/rockylinux.yml +0 -0
  26. {openstack_image_manager-0.20240906.0 → openstack_image_manager-0.20241213.0}/etc/images/talos.yml +0 -0
  27. {openstack_image_manager-0.20240906.0 → openstack_image_manager-0.20241213.0}/etc/schema.yaml +0 -0
  28. {openstack_image_manager-0.20240906.0 → openstack_image_manager-0.20241213.0}/openstack_image_manager/__init__.py +0 -0
  29. {openstack_image_manager-0.20240906.0 → openstack_image_manager-0.20241213.0}/openstack_image_manager/main.py +0 -0
  30. {openstack_image_manager-0.20240906.0 → openstack_image_manager-0.20241213.0}/openstack_image_manager.egg-info/dependency_links.txt +0 -0
  31. {openstack_image_manager-0.20240906.0 → openstack_image_manager-0.20241213.0}/openstack_image_manager.egg-info/entry_points.txt +0 -0
  32. {openstack_image_manager-0.20240906.0 → openstack_image_manager-0.20241213.0}/openstack_image_manager.egg-info/top_level.txt +0 -0
  33. {openstack_image_manager-0.20240906.0 → openstack_image_manager-0.20241213.0}/pyproject.toml +0 -0
  34. {openstack_image_manager-0.20240906.0 → openstack_image_manager-0.20241213.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: openstack-image-manager
3
- Version: 0.20240906.0
3
+ Version: 0.20241213.0
4
4
  Summary: OpenStack image manager
5
5
  Author-email: OSISM community <info@osism.tech>
6
6
  License: Apache License
@@ -222,17 +222,17 @@ Classifier: Programming Language :: Python :: 3.11
222
222
  Requires-Python: >=3.8
223
223
  Description-Content-Type: text/markdown
224
224
  License-File: LICENSE
225
- Requires-Dist: loguru==0.7.2
226
- Requires-Dist: minio==7.2.8
225
+ Requires-Dist: loguru==0.7.3
226
+ Requires-Dist: minio==7.2.12
227
227
  Requires-Dist: munch==4.0.0
228
228
  Requires-Dist: natsort==8.4.0
229
- Requires-Dist: openstacksdk==4.0.0
230
- Requires-Dist: paramiko==3.4.1
231
- Requires-Dist: patool==2.4.0
229
+ Requires-Dist: openstacksdk==4.1.0
230
+ Requires-Dist: paramiko==3.5.0
231
+ Requires-Dist: patool==3.1.0
232
232
  Requires-Dist: requests==2.32.3
233
233
  Requires-Dist: ruamel.yaml==0.18.6
234
234
  Requires-Dist: tabulate==0.9.0
235
- Requires-Dist: typer[all]==0.12.5
235
+ Requires-Dist: typer[all]==0.15.1
236
236
  Requires-Dist: yamale==5.2.1
237
237
 
238
238
  # openstack-image-manager
@@ -27,13 +27,13 @@ images:
27
27
  latest_url:
28
28
  https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2
29
29
  versions:
30
- - version: '20231128'
30
+ - version: '20240819'
31
31
  url:
32
32
  https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2
33
33
  mirror_url:
34
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/almalinux-8/20231128-almalinux-8.qcow2
35
- checksum: sha256:a1686bc537bce699b512e3233666f5b8f69ed797ff1ce0af52c17fdc52942621
36
- build_date: 2023-11-28
34
+ https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/almalinux-8/20240819-almalinux-8.qcow2
35
+ checksum: sha256:669bd580dcef5491d4dfd5724d252cce7cde1b2b33a3ca951e688d71386875e3
36
+ build_date: 2024-08-19
37
37
  - name: AlmaLinux 9
38
38
  enable: true
39
39
  shortname: almalinux-9
@@ -61,10 +61,10 @@ images:
61
61
  latest_url:
62
62
  https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2
63
63
  versions:
64
- - version: '20231113'
64
+ - version: '20240805'
65
65
  url:
66
66
  https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2
67
67
  mirror_url:
68
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/almalinux-9/20231113-almalinux-9.qcow2
69
- checksum: sha256:6bbd060c971fd827a544c7e5e991a7d9e44460a449d2d058a0bb1290dec5a114
70
- build_date: 2023-11-13
68
+ https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/almalinux-9/20240805-almalinux-9.qcow2
69
+ checksum: sha256:4f2984589020c0d82b9a410cf9e29715a607c948dfdca652025cdc79ddb5e816
70
+ build_date: 2024-08-05
@@ -95,10 +95,10 @@ images:
95
95
  latest_url:
96
96
  https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-HEREBE\d+\.\dDRAGONS.x86_64.qcow2
97
97
  versions:
98
- - version: '20240709'
98
+ - version: '20241029'
99
99
  url:
100
- https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240708.1.x86_64.qcow2
100
+ https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20241028.0.x86_64.qcow2
101
101
  mirror_url:
102
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20240709-centos-stream-9.qcow2
103
- checksum: sha256:2a216dae723861ff40d474b0c4dafa971de0509abc6fb8c9c679054f75332cbe
104
- build_date: 2024-07-09
102
+ https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20241029-centos-stream-9.qcow2
103
+ checksum: sha256:5b563f55151beb692d85b2646092ce8783b85c0dc4a157910dcc55580d75931f
104
+ build_date: 2024-10-29
@@ -24,15 +24,11 @@ images:
24
24
  provided_until: none
25
25
  tags: []
26
26
  versions:
27
- - version: '0.6.0'
28
- url: https://github.com/cirros-dev/cirros/releases/download/0.6.0/cirros-0.6.0-x86_64-disk.img
29
- checksum: "sha256:94e1e2c94dbbae7d4bdc38e68590a1daf73c9de2d03dd693857b4b0a042548e8"
30
- build_date: 2022-09-28
31
- - version: '0.6.1'
32
- url: https://github.com/cirros-dev/cirros/releases/download/0.6.1/cirros-0.6.1-x86_64-disk.img
33
- checksum: "sha256:cc704ab14342c1c8a8d91b66a7fc611d921c8b8f1aaf4695f9d6463d913fa8d1"
34
- build_date: 2022-11-22
35
27
  - version: '0.6.2'
36
28
  url: https://github.com/cirros-dev/cirros/releases/download/0.6.2/cirros-0.6.2-x86_64-disk.img
37
29
  checksum: "sha256:07e44a73e54c94d988028515403c1ed762055e01b83a767edf3c2b387f78ce00"
38
30
  build_date: 2023-05-30
31
+ - version: '0.6.3'
32
+ url: https://github.com/cirros-dev/cirros/releases/download/0.6.3/cirros-0.6.3-x86_64-disk.img
33
+ checksum: "sha256:7d6355852aeb6dbcd191bcda7cd74f1536cfe5cbf8a10495a7283a8396e4b75b"
34
+ build_date: 2024-09-26
@@ -62,14 +62,14 @@ images:
62
62
  latest_url:
63
63
  https://cdimage.debian.org/cdimage/cloud/bullseye/latest/debian-11-genericcloud-amd64.qcow2
64
64
  versions:
65
- - version: '20240702'
65
+ - version: '20241007'
66
66
  url:
67
- https://cdimage.debian.org/cdimage/cloud/bullseye/20240702-1796/debian-11-genericcloud-amd64-20240702-1796.qcow2
67
+ https://cdimage.debian.org/cdimage/cloud/bullseye/20241007-1893/debian-11-genericcloud-amd64-20241007-1893.qcow2
68
68
  mirror_url:
69
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-11/20240702-debian-11.qcow2
69
+ https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-11/20241007-debian-11.qcow2
70
70
  checksum:
71
- sha512:83f2e94a1a32c0546c8e8a2c1f99ab86c9d94a973ffb816bbf48e6733ba99fae9d674a6996a40bbe22830c4574995b78b8fb8925aecf9f23d5f808ee1a1591a7
72
- build_date: 2024-07-02
71
+ sha512:33e2abb221631ac09b6d31a8bec1794e76933bf83be1626cf44dab9f2a541855869ad858a1d90a1e6326907b35eafb06dd078e3b227dddecbe5ea300db86da49
72
+ build_date: 2024-10-07
73
73
  - name: Debian 12
74
74
  enable: true
75
75
  shortname: debian-12
@@ -97,11 +97,11 @@ images:
97
97
  latest_url:
98
98
  https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/debian-12-genericcloud-amd64-daily.qcow2
99
99
  versions:
100
- - build_date: 2024-07-10
100
+ - build_date: 2024-10-31
101
101
  checksum:
102
- sha512:ffbfaf5f0ff6689ddb70deca97ef49182e3d4c98a63cff96a2d6e64119fd6a2624a1272677218187a7495b89bf298a9f6be9a2521d1b6b7eb69113f83430a829
102
+ sha512:a640e591b918ab2821fb48c212c8365e14756310588a79249ce9c503d5adceeb3c7f1fe9510d975bf91c7aefc898df91a36ca2630ff325b5a32ebd1e18d7a315
103
103
  url:
104
- https://cdimage.debian.org/cdimage/cloud/bookworm/daily/20240710-1804/debian-12-genericcloud-amd64-daily-20240710-1804.qcow2
104
+ https://cdimage.debian.org/cdimage/cloud/bookworm/daily/20241031-1917/debian-12-genericcloud-amd64-daily-20241031-1917.qcow2
105
105
  mirror_url:
106
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20240710-debian-12.qcow2
107
- version: '20240710'
106
+ https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20241031-debian-12.qcow2
107
+ version: '20241031'
@@ -43,3 +43,13 @@ images:
43
43
  mirror_url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/gardenlinux/1592.1/openstack-gardener_prod-amd64-1592.1-ec945aa9.qcow2
44
44
  checksum: "sha256:990f4843f4bb08dd5972710fb8909d4b3d34d53d1adecbec477f8c2e6bbc0db4"
45
45
  build_date: 2024-08-22
46
+ - version: '1592.2'
47
+ url: https://github.com/gardenlinux/gardenlinux/releases/download/1592.2/openstack-gardener_prod-amd64-1592.2-76203a30.tar.xz
48
+ mirror_url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/gardenlinux/1592.2/openstack-gardener_prod-amd64-1592.2-76203a30.qcow2
49
+ checksum: "sha256:ef67e1a95aa77f9d6999ff3d376806df498d75646c6c5eff8f4d882f482ec913"
50
+ build_date: 2024-10-23
51
+ - version: '1592.3'
52
+ url: https://github.com/gardenlinux/gardenlinux/releases/download/1592.3/openstack-gardener_prod-amd64-1592.3-f64e280f.tar.xz
53
+ mirror_url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/gardenlinux/1592.3/openstack-gardener_prod-amd64-1592.3-f64e280f.qcow2
54
+ checksum: "sha256:ad91873f81f8b7997a693848d038572e8895cbd636656d04f94e8fa932cdcd09"
55
+ build_date: 2024-11-20
@@ -194,12 +194,12 @@ images:
194
194
  latest_checksum_url: https://cloud-images.ubuntu.com/focal/current/SHA256SUMS
195
195
  latest_url: https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img
196
196
  versions:
197
- - version: '20240704'
198
- url: https://cloud-images.ubuntu.com/focal/20240704/focal-server-cloudimg-amd64.img
197
+ - version: '20240821'
198
+ url: https://cloud-images.ubuntu.com/focal/20240821/focal-server-cloudimg-amd64.img
199
199
  mirror_url:
200
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04/20240704-ubuntu-20.04.qcow2
201
- checksum: sha256:70f0345ca9a1b3b0bbc4719a9c5992c456cf766d0d84ce3d7716ecc21a421778
202
- build_date: 2024-07-04
200
+ https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04/20240821-ubuntu-20.04.qcow2
201
+ checksum: sha256:500a4be0e6dda27d911a3b658ceaad09595b81f10b602b58afb630904a8b04f4
202
+ build_date: 2024-08-21
203
203
  - name: Ubuntu 20.04 Minimal
204
204
  enable: false
205
205
  shortname: ubuntu-20.04-minimal
@@ -227,13 +227,13 @@ images:
227
227
  latest_url:
228
228
  https://cloud-images.ubuntu.com/minimal/releases/focal/release/ubuntu-20.04-minimal-cloudimg-amd64.img
229
229
  versions:
230
- - version: '20240626'
230
+ - version: '20241016'
231
231
  url:
232
- https://cloud-images.ubuntu.com/minimal/releases/focal/release-20240626/ubuntu-20.04-minimal-cloudimg-amd64.img
232
+ https://cloud-images.ubuntu.com/minimal/releases/focal/release-20241016/ubuntu-20.04-minimal-cloudimg-amd64.img
233
233
  mirror_url:
234
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04-minimal/20240626-ubuntu-20.04-minimal.qcow2
235
- checksum: sha256:daa835c3786acea38047fd1c2f23ff3b4e8b7b337753e1ddb3ba1ad56282b325
236
- build_date: 2024-06-26
234
+ https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04-minimal/20241016-ubuntu-20.04-minimal.qcow2
235
+ checksum: sha256:258a3e1ba8407c95d8eb4eedde57961090ac281637ae42862ccc58f9ae7ef0ba
236
+ build_date: 2024-10-16
237
237
  - name: Ubuntu 22.04
238
238
  enable: true
239
239
  shortname: ubuntu-22.04
@@ -260,12 +260,12 @@ images:
260
260
  latest_checksum_url: https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS
261
261
  latest_url: https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img
262
262
  versions:
263
- - version: '20240705'
264
- url: https://cloud-images.ubuntu.com/jammy/20240705/jammy-server-cloudimg-amd64.img
263
+ - version: '20241002'
264
+ url: https://cloud-images.ubuntu.com/jammy/20241002/jammy-server-cloudimg-amd64.img
265
265
  mirror_url:
266
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04/20240705-ubuntu-22.04.qcow2
267
- checksum: sha256:eab12734a1743c79f8816419a72319903fcfa92baab561e47029aafc33a79869
268
- build_date: 2024-07-05
266
+ https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04/20241002-ubuntu-22.04.qcow2
267
+ checksum: sha256:55c687a9a242fab7b0ec89ac69f9def77696c4e160e6f640879a0b0031a08318
268
+ build_date: 2024-10-02
269
269
  - name: Ubuntu 22.04 Minimal
270
270
  enable: true
271
271
  shortname: ubuntu-22.04-minimal
@@ -293,13 +293,13 @@ images:
293
293
  latest_url:
294
294
  https://cloud-images.ubuntu.com/minimal/releases/jammy/release/ubuntu-22.04-minimal-cloudimg-amd64.img
295
295
  versions:
296
- - version: '20240701'
296
+ - version: '20240926'
297
297
  url:
298
- https://cloud-images.ubuntu.com/minimal/releases/jammy/release-20240701/ubuntu-22.04-minimal-cloudimg-amd64.img
298
+ https://cloud-images.ubuntu.com/minimal/releases/jammy/release-20240926/ubuntu-22.04-minimal-cloudimg-amd64.img
299
299
  mirror_url:
300
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04-minimal/20240701-ubuntu-22.04-minimal.qcow2
301
- checksum: sha256:3ff079f2792611454e2034ad8bd23a145b2ab6f314769a85457d1f6f5c1bc9c9
302
- build_date: 2024-07-01
300
+ https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04-minimal/20240926-ubuntu-22.04-minimal.qcow2
301
+ checksum: sha256:7361ab155c5cc2acfad0b7b6878674bbacfedbe6e5fc94d7b9cc65961674e6a7
302
+ build_date: 2024-09-26
303
303
  - name: Ubuntu 24.04
304
304
  enable: true
305
305
  shortname: ubuntu-24.04
@@ -326,9 +326,9 @@ images:
326
326
  latest_checksum_url: https://cloud-images.ubuntu.com/noble/current/SHA256SUMS
327
327
  latest_url: https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img
328
328
  versions:
329
- - version: '20240702'
330
- url: https://cloud-images.ubuntu.com/noble/20240702/noble-server-cloudimg-amd64.img
329
+ - version: '20241004'
330
+ url: https://cloud-images.ubuntu.com/noble/20241004/noble-server-cloudimg-amd64.img
331
331
  mirror_url:
332
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-24.04/20240702-ubuntu-24.04.qcow2
333
- checksum: sha256:182dc760bfca26c45fb4e4668049ecd4d0ecdd6171b3bae81d0135e8f1e9d93e
334
- build_date: 2024-07-02
332
+ https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-24.04/20241004-ubuntu-24.04.qcow2
333
+ checksum: sha256:fad101d50b06b26590cf30542349f9e9d3041ad7929e3bc3531c81ec27f2c788
334
+ build_date: 2024-10-04
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: openstack-image-manager
3
- Version: 0.20240906.0
3
+ Version: 0.20241213.0
4
4
  Summary: OpenStack image manager
5
5
  Author-email: OSISM community <info@osism.tech>
6
6
  License: Apache License
@@ -222,17 +222,17 @@ Classifier: Programming Language :: Python :: 3.11
222
222
  Requires-Python: >=3.8
223
223
  Description-Content-Type: text/markdown
224
224
  License-File: LICENSE
225
- Requires-Dist: loguru==0.7.2
226
- Requires-Dist: minio==7.2.8
225
+ Requires-Dist: loguru==0.7.3
226
+ Requires-Dist: minio==7.2.12
227
227
  Requires-Dist: munch==4.0.0
228
228
  Requires-Dist: natsort==8.4.0
229
- Requires-Dist: openstacksdk==4.0.0
230
- Requires-Dist: paramiko==3.4.1
231
- Requires-Dist: patool==2.4.0
229
+ Requires-Dist: openstacksdk==4.1.0
230
+ Requires-Dist: paramiko==3.5.0
231
+ Requires-Dist: patool==3.1.0
232
232
  Requires-Dist: requests==2.32.3
233
233
  Requires-Dist: ruamel.yaml==0.18.6
234
234
  Requires-Dist: tabulate==0.9.0
235
- Requires-Dist: typer[all]==0.12.5
235
+ Requires-Dist: typer[all]==0.15.1
236
236
  Requires-Dist: yamale==5.2.1
237
237
 
238
238
  # openstack-image-manager
@@ -16,7 +16,6 @@ etc/images/gardenlinux.yml
16
16
  etc/images/kubernetes.yml
17
17
  etc/images/opensuse.yml
18
18
  etc/images/opnsense.yml
19
- etc/images/osism.yml
20
19
  etc/images/rockylinux.yml
21
20
  etc/images/talos.yml
22
21
  etc/images/ubuntu.yml
@@ -0,0 +1,12 @@
1
+ loguru==0.7.3
2
+ minio==7.2.12
3
+ munch==4.0.0
4
+ natsort==8.4.0
5
+ openstacksdk==4.1.0
6
+ paramiko==3.5.0
7
+ patool==3.1.0
8
+ requests==2.32.3
9
+ ruamel.yaml==0.18.6
10
+ tabulate==0.9.0
11
+ typer[all]==0.15.1
12
+ yamale==5.2.1
@@ -0,0 +1,12 @@
1
+ loguru==0.7.3
2
+ minio==7.2.12
3
+ munch==4.0.0
4
+ natsort==8.4.0
5
+ openstacksdk==4.1.0
6
+ paramiko==3.5.0
7
+ patool==3.1.0
8
+ requests==2.32.3
9
+ ruamel.yaml==0.18.6
10
+ tabulate==0.9.0
11
+ typer[all]==0.15.1
12
+ yamale==5.2.1
@@ -1,31 +0,0 @@
1
- ---
2
- images:
3
- - name: OSISM CI
4
- enable: false
5
- shortname: osism-ci
6
- format: qcow2
7
- login: ubuntu
8
- min_disk: 8
9
- min_ram: 512
10
- status: active
11
- visibility: public
12
- multi: true
13
- meta:
14
- architecture: x86_64
15
- hw_disk_bus: scsi
16
- hw_rng_model: virtio
17
- hw_scsi_model: virtio-scsi
18
- hw_watchdog_action: reset
19
- hypervisor_type: qemu
20
- os_distro: ubuntu
21
- os_version: '22.04'
22
- replace_frequency: quarterly
23
- uuid_validity: last-3
24
- provided_until: none
25
- tags: []
26
- versions:
27
- - version: '20231221'
28
- url:
29
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/osism-ci-image/osism-ci-image.qcow2
30
- checksum: sha256:c736498ac352fb8a8c9825a56270363bea6e9dfcfc805ff1017cc0ec9e382f83
31
- build_date: 2023-12-21
@@ -1,12 +0,0 @@
1
- loguru==0.7.2
2
- minio==7.2.8
3
- munch==4.0.0
4
- natsort==8.4.0
5
- openstacksdk==4.0.0
6
- paramiko==3.4.1
7
- patool==2.4.0
8
- requests==2.32.3
9
- ruamel.yaml==0.18.6
10
- tabulate==0.9.0
11
- typer[all]==0.12.5
12
- yamale==5.2.1
@@ -1,12 +0,0 @@
1
- loguru==0.7.2
2
- minio==7.2.8
3
- munch==4.0.0
4
- natsort==8.4.0
5
- openstacksdk==4.0.0
6
- paramiko==3.4.1
7
- patool==2.4.0
8
- requests==2.32.3
9
- ruamel.yaml==0.18.6
10
- tabulate==0.9.0
11
- typer[all]==0.12.5
12
- yamale==5.2.1