openstack-image-manager 0.20240327.0__tar.gz → 0.20240411.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.
- {openstack-image-manager-0.20240327.0/openstack_image_manager.egg-info → openstack-image-manager-0.20240411.0}/PKG-INFO +2 -2
- {openstack-image-manager-0.20240327.0 → openstack-image-manager-0.20240411.0}/etc/images/centos.yml +10 -10
- {openstack-image-manager-0.20240327.0 → openstack-image-manager-0.20240411.0}/etc/images/debian.yml +7 -5
- {openstack-image-manager-0.20240327.0 → openstack-image-manager-0.20240411.0}/etc/images/flatcar.yml +5 -0
- {openstack-image-manager-0.20240327.0 → openstack-image-manager-0.20240411.0}/etc/images/gardenlinux.yml +5 -10
- {openstack-image-manager-0.20240327.0 → openstack-image-manager-0.20240411.0}/etc/images/ubuntu.yml +51 -20
- openstack-image-manager-0.20240327.0/openstack_image_manager/manage.py → openstack-image-manager-0.20240411.0/openstack_image_manager/main.py +86 -118
- {openstack-image-manager-0.20240327.0 → openstack-image-manager-0.20240411.0/openstack_image_manager.egg-info}/PKG-INFO +2 -2
- {openstack-image-manager-0.20240327.0 → openstack-image-manager-0.20240411.0}/openstack_image_manager.egg-info/SOURCES.txt +1 -4
- openstack-image-manager-0.20240411.0/openstack_image_manager.egg-info/entry_points.txt +2 -0
- {openstack-image-manager-0.20240327.0 → openstack-image-manager-0.20240411.0}/openstack_image_manager.egg-info/requires.txt +1 -1
- {openstack-image-manager-0.20240327.0 → openstack-image-manager-0.20240411.0}/pyproject.toml +1 -1
- {openstack-image-manager-0.20240327.0 → openstack-image-manager-0.20240411.0}/requirements.txt +1 -1
- openstack-image-manager-0.20240327.0/openstack_image_manager/mirror.py +0 -144
- openstack-image-manager-0.20240327.0/openstack_image_manager/table.py +0 -47
- openstack-image-manager-0.20240327.0/openstack_image_manager/update.py +0 -343
- openstack-image-manager-0.20240327.0/openstack_image_manager.egg-info/entry_points.txt +0 -2
- {openstack-image-manager-0.20240327.0 → openstack-image-manager-0.20240411.0}/LICENSE +0 -0
- {openstack-image-manager-0.20240327.0 → openstack-image-manager-0.20240411.0}/MANIFEST.in +0 -0
- {openstack-image-manager-0.20240327.0 → openstack-image-manager-0.20240411.0}/README.md +0 -0
- {openstack-image-manager-0.20240327.0 → openstack-image-manager-0.20240411.0}/etc/images/almalinux.yml +0 -0
- {openstack-image-manager-0.20240327.0 → openstack-image-manager-0.20240411.0}/etc/images/cirros.yml +0 -0
- {openstack-image-manager-0.20240327.0 → openstack-image-manager-0.20240411.0}/etc/images/clearlinux.yml +0 -0
- {openstack-image-manager-0.20240327.0 → openstack-image-manager-0.20240411.0}/etc/images/fedora.yml +0 -0
- {openstack-image-manager-0.20240327.0 → openstack-image-manager-0.20240411.0}/etc/images/kubernetes.yml +0 -0
- {openstack-image-manager-0.20240327.0 → openstack-image-manager-0.20240411.0}/etc/images/opensuse.yml +0 -0
- {openstack-image-manager-0.20240327.0 → openstack-image-manager-0.20240411.0}/etc/images/opnsense.yml +0 -0
- {openstack-image-manager-0.20240327.0 → openstack-image-manager-0.20240411.0}/etc/images/osism.yml +0 -0
- {openstack-image-manager-0.20240327.0 → openstack-image-manager-0.20240411.0}/etc/images/rockylinux.yml +0 -0
- {openstack-image-manager-0.20240327.0 → openstack-image-manager-0.20240411.0}/etc/images/talos.yml +0 -0
- {openstack-image-manager-0.20240327.0 → openstack-image-manager-0.20240411.0}/etc/schema.yaml +0 -0
- {openstack-image-manager-0.20240327.0 → openstack-image-manager-0.20240411.0}/openstack_image_manager/__init__.py +0 -0
- {openstack-image-manager-0.20240327.0 → openstack-image-manager-0.20240411.0}/openstack_image_manager.egg-info/dependency_links.txt +0 -0
- {openstack-image-manager-0.20240327.0 → openstack-image-manager-0.20240411.0}/openstack_image_manager.egg-info/top_level.txt +0 -0
- {openstack-image-manager-0.20240327.0 → openstack-image-manager-0.20240411.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: openstack-image-manager
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.20240411.0
|
4
4
|
Summary: OpenStack image manager
|
5
5
|
Author-email: OSISM community <info@osism.tech>
|
6
6
|
License: Apache License
|
@@ -232,7 +232,7 @@ 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.
|
235
|
+
Requires-Dist: typer[all]==0.12.3
|
236
236
|
Requires-Dist: yamale==5.1.0
|
237
237
|
|
238
238
|
# openstack-image-manager
|
{openstack-image-manager-0.20240327.0 → openstack-image-manager-0.20240411.0}/etc/images/centos.yml
RENAMED
@@ -59,13 +59,13 @@ images:
|
|
59
59
|
latest_url:
|
60
60
|
https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-HEREBE\d+\.\dDRAGONS.x86_64.qcow2
|
61
61
|
versions:
|
62
|
-
- version: '
|
62
|
+
- version: '20240409'
|
63
63
|
url:
|
64
|
-
https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-
|
64
|
+
https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20240408.0.x86_64.qcow2
|
65
65
|
mirror_url:
|
66
|
-
https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-8/
|
67
|
-
checksum: sha256:
|
68
|
-
build_date: 2024-
|
66
|
+
https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-8/20240409-centos-stream-8.qcow2
|
67
|
+
checksum: sha256:f8154681ada62417944d6a45c30f65469ce40d5151499f9ee0268081608ac93c
|
68
|
+
build_date: 2024-04-09
|
69
69
|
- name: CentOS Stream 9
|
70
70
|
enable: true
|
71
71
|
shortname: centos-stream-9
|
@@ -92,10 +92,10 @@ images:
|
|
92
92
|
latest_url:
|
93
93
|
https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-HEREBE\d+\.\dDRAGONS.x86_64.qcow2
|
94
94
|
versions:
|
95
|
-
- version: '
|
95
|
+
- version: '20240409'
|
96
96
|
url:
|
97
|
-
https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-
|
97
|
+
https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240408.0.x86_64.qcow2
|
98
98
|
mirror_url:
|
99
|
-
https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/
|
100
|
-
checksum: sha256:
|
101
|
-
build_date: 2024-
|
99
|
+
https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20240409-centos-stream-9.qcow2
|
100
|
+
checksum: sha256:4fccd7b8447986b458a17365992ede43fdbf3ce5db465aa3ed5dc4c6698fbe28
|
101
|
+
build_date: 2024-04-09
|
{openstack-image-manager-0.20240327.0 → openstack-image-manager-0.20240411.0}/etc/images/debian.yml
RENAMED
@@ -47,6 +47,7 @@ images:
|
|
47
47
|
meta:
|
48
48
|
architecture: x86_64
|
49
49
|
hw_disk_bus: scsi
|
50
|
+
hw_rng_model: virtio
|
50
51
|
hw_scsi_model: virtio-scsi
|
51
52
|
hw_watchdog_action: reset
|
52
53
|
os_distro: debian
|
@@ -80,6 +81,7 @@ images:
|
|
80
81
|
meta:
|
81
82
|
architecture: x86_64
|
82
83
|
hw_disk_bus: scsi
|
84
|
+
hw_rng_model: virtio
|
83
85
|
hw_scsi_model: virtio-scsi
|
84
86
|
hw_watchdog_action: reset
|
85
87
|
os_distro: debian
|
@@ -92,11 +94,11 @@ images:
|
|
92
94
|
latest_url:
|
93
95
|
https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/debian-12-genericcloud-amd64-daily.qcow2
|
94
96
|
versions:
|
95
|
-
- build_date: 2024-
|
97
|
+
- build_date: 2024-04-11
|
96
98
|
checksum:
|
97
|
-
sha512:
|
99
|
+
sha512:3d6f26616e2c8b705993ddef874232887cebe42f1e70fcc020827ac88e8990177d537d34538c71ae2afd3b8baca953fff71eaa7ef71e752e82532c93dcdca436
|
98
100
|
url:
|
99
|
-
https://cdimage.debian.org/cdimage/cloud/bookworm/daily/
|
101
|
+
https://cdimage.debian.org/cdimage/cloud/bookworm/daily/20240411-1714/debian-12-genericcloud-amd64-daily-20240411-1714.qcow2
|
100
102
|
mirror_url:
|
101
|
-
https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/
|
102
|
-
version: '
|
103
|
+
https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20240411-debian-12.qcow2
|
104
|
+
version: '20240411'
|
{openstack-image-manager-0.20240327.0 → openstack-image-manager-0.20240411.0}/etc/images/flatcar.yml
RENAMED
@@ -33,3 +33,8 @@ images:
|
|
33
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
|
36
|
+
- version: '3815.2.1'
|
37
|
+
url: https://stable.release.flatcar-linux.net/amd64-usr/3815.2.1/flatcar_production_openstack_image.img
|
38
|
+
mirror_url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/flatcar/3815.2.1/flatcar_production_openstack_image.img
|
39
|
+
checksum: "sha256:84d83adc4bc3537285a6193db18e437f2208d4e6f897000a86014751ac080e1f"
|
40
|
+
build_date: 2024-03-17
|
@@ -26,18 +26,13 @@ images:
|
|
26
26
|
url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-image-gardenlinux/gardenlinux-amd64.934.11.qcow2
|
27
27
|
checksum: "sha256:616a217afe692ba8b6a9eca3a99291414b77a819c18430e6cba1b01a7ba6238b"
|
28
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
29
|
- version: '1312.2'
|
35
30
|
url: https://github.com/gardenlinux/gardenlinux/releases/download/1312.2/openstack-gardener_prod-amd64-1312.2-77c8471d.tar.xz
|
36
31
|
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
32
|
checksum: "sha256:12e09c1c82a65e9a2fe9651bbe5ec54f4c1cf2791b26f57c061cf0fb3190ee70"
|
38
33
|
build_date: 2024-01-15
|
39
|
-
- version: '1443.
|
40
|
-
url: https://github.com/gardenlinux/gardenlinux/releases/download/1443.
|
41
|
-
mirror_url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/gardenlinux/1443.
|
42
|
-
checksum: "sha256:
|
43
|
-
build_date: 2024-
|
34
|
+
- version: '1443.2'
|
35
|
+
url: https://github.com/gardenlinux/gardenlinux/releases/download/1443.2/openstack-gardener_prod-amd64-1443.2-7c14ae22.tar.xz
|
36
|
+
mirror_url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/gardenlinux/1443.2/openstack-gardener_prod-amd64-1443.2-7c14ae22.qcow2
|
37
|
+
checksum: "sha256:09e43e9847797786e4ef642c5b2de52b3ccab3dd3c74fc6acc4c060642a74982"
|
38
|
+
build_date: 2024-04-02
|
{openstack-image-manager-0.20240327.0 → openstack-image-manager-0.20240411.0}/etc/images/ubuntu.yml
RENAMED
@@ -188,12 +188,12 @@ images:
|
|
188
188
|
latest_checksum_url: https://cloud-images.ubuntu.com/focal/current/SHA256SUMS
|
189
189
|
latest_url: https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img
|
190
190
|
versions:
|
191
|
-
- version: '
|
192
|
-
url: https://cloud-images.ubuntu.com/focal/
|
191
|
+
- version: '20240408'
|
192
|
+
url: https://cloud-images.ubuntu.com/focal/20240408/focal-server-cloudimg-amd64.img
|
193
193
|
mirror_url:
|
194
|
-
https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04/
|
195
|
-
checksum: sha256:
|
196
|
-
build_date: 2024-
|
194
|
+
https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04/20240408-ubuntu-20.04.qcow2
|
195
|
+
checksum: sha256:d3c37b0703dd847886a8316c69aa186a542c640bd370e5f98541db6c64877ebb
|
196
|
+
build_date: 2024-04-08
|
197
197
|
- name: Ubuntu 20.04 Minimal
|
198
198
|
enable: true
|
199
199
|
shortname: ubuntu-20.04-minimal
|
@@ -220,13 +220,13 @@ images:
|
|
220
220
|
latest_url:
|
221
221
|
https://cloud-images.ubuntu.com/minimal/releases/focal/release/ubuntu-20.04-minimal-cloudimg-amd64.img
|
222
222
|
versions:
|
223
|
-
- version: '
|
223
|
+
- version: '20240408'
|
224
224
|
url:
|
225
|
-
https://cloud-images.ubuntu.com/minimal/releases/focal/release/ubuntu-20.04-minimal-cloudimg-amd64.img
|
225
|
+
https://cloud-images.ubuntu.com/minimal/releases/focal/release-20240408/ubuntu-20.04-minimal-cloudimg-amd64.img
|
226
226
|
mirror_url:
|
227
|
-
https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04-minimal/
|
228
|
-
checksum: sha256:
|
229
|
-
build_date: 2024-
|
227
|
+
https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04-minimal/20240408-ubuntu-20.04-minimal.qcow2
|
228
|
+
checksum: sha256:1a0ffd9e85b9f2c9b61652162c482cd4b89821bff320a522f9e3eb0a1cb082eb
|
229
|
+
build_date: 2024-04-08
|
230
230
|
- name: Ubuntu 22.04
|
231
231
|
enable: true
|
232
232
|
shortname: ubuntu-22.04
|
@@ -252,12 +252,12 @@ images:
|
|
252
252
|
latest_checksum_url: https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS
|
253
253
|
latest_url: https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img
|
254
254
|
versions:
|
255
|
-
- version: '
|
256
|
-
url: https://cloud-images.ubuntu.com/jammy/
|
255
|
+
- version: '20240403'
|
256
|
+
url: https://cloud-images.ubuntu.com/jammy/20240403/jammy-server-cloudimg-amd64.img
|
257
257
|
mirror_url:
|
258
|
-
https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04/
|
259
|
-
checksum: sha256:
|
260
|
-
build_date: 2024-03
|
258
|
+
https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04/20240403-ubuntu-22.04.qcow2
|
259
|
+
checksum: sha256:ceacfb01f542b1eb3b08651cc9ea9e90611ad3790a3e7eeac6f76fd553c76fe3
|
260
|
+
build_date: 2024-04-03
|
261
261
|
- name: Ubuntu 22.04 Minimal
|
262
262
|
enable: true
|
263
263
|
shortname: ubuntu-22.04-minimal
|
@@ -284,10 +284,41 @@ images:
|
|
284
284
|
latest_url:
|
285
285
|
https://cloud-images.ubuntu.com/minimal/releases/jammy/release/ubuntu-22.04-minimal-cloudimg-amd64.img
|
286
286
|
versions:
|
287
|
-
- version: '
|
287
|
+
- version: '20240408'
|
288
288
|
url:
|
289
|
-
https://cloud-images.ubuntu.com/minimal/releases/jammy/release/ubuntu-22.04-minimal-cloudimg-amd64.img
|
289
|
+
https://cloud-images.ubuntu.com/minimal/releases/jammy/release-20240408/ubuntu-22.04-minimal-cloudimg-amd64.img
|
290
290
|
mirror_url:
|
291
|
-
https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04-minimal/
|
292
|
-
checksum: sha256:
|
293
|
-
build_date: 2024-
|
291
|
+
https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04-minimal/20240408-ubuntu-22.04-minimal.qcow2
|
292
|
+
checksum: sha256:bd99c64ad9d926eb5769f9f2cfd96ae4989a029bd64bd3e7e7deb8cff4251c65
|
293
|
+
build_date: 2024-04-08
|
294
|
+
- name: Ubuntu 24.04
|
295
|
+
enable: true
|
296
|
+
shortname: ubuntu-24.04
|
297
|
+
format: qcow2
|
298
|
+
login: ubuntu
|
299
|
+
min_disk: 8
|
300
|
+
min_ram: 512
|
301
|
+
status: active
|
302
|
+
visibility: public
|
303
|
+
multi: true
|
304
|
+
meta:
|
305
|
+
architecture: x86_64
|
306
|
+
hw_disk_bus: scsi
|
307
|
+
hw_rng_model: virtio
|
308
|
+
hw_scsi_model: virtio-scsi
|
309
|
+
hw_watchdog_action: reset
|
310
|
+
os_distro: ubuntu
|
311
|
+
os_version: '24.04'
|
312
|
+
replace_frequency: quarterly
|
313
|
+
uuid_validity: last-3
|
314
|
+
provided_until: none
|
315
|
+
tags: []
|
316
|
+
latest_checksum_url: https://cloud-images.ubuntu.com/noble/current/SHA256SUMS
|
317
|
+
latest_url: https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img
|
318
|
+
versions:
|
319
|
+
- version: '20240410'
|
320
|
+
url: https://cloud-images.ubuntu.com/noble/20240410/noble-server-cloudimg-amd64.img
|
321
|
+
mirror_url:
|
322
|
+
https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-24.04/20240410-ubuntu-24.04.qcow2
|
323
|
+
checksum: sha256:818be7da4ff41809d06b771cb98f9b1fda38edf3951171a95a6a2c5daa76653d
|
324
|
+
build_date: 2024-04-10
|