openstack-image-manager 0.20240828.0__py3-none-any.whl → 0.20240904.0__py3-none-any.whl
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/etc/__init__.py +0 -0
- openstack_image_manager/etc/images/almalinux.yml +70 -0
- openstack_image_manager/etc/images/centos.yml +104 -0
- openstack_image_manager/etc/images/cirros.yml +38 -0
- openstack_image_manager/etc/images/clearlinux.yml +31 -0
- openstack_image_manager/etc/images/debian.yml +107 -0
- openstack_image_manager/etc/images/fedora.yml +32 -0
- openstack_image_manager/etc/images/flatcar.yml +41 -0
- openstack_image_manager/etc/images/gardenlinux.yml +45 -0
- openstack_image_manager/etc/images/kubernetes.yml +41 -0
- openstack_image_manager/etc/images/opensuse.yml +32 -0
- openstack_image_manager/etc/images/opnsense.yml +32 -0
- openstack_image_manager/etc/images/osism.yml +31 -0
- openstack_image_manager/etc/images/rockylinux.yml +72 -0
- openstack_image_manager/etc/images/talos.yml +41 -0
- openstack_image_manager/etc/images/ubuntu.yml +334 -0
- openstack_image_manager/etc/schema.yaml +56 -0
- openstack_image_manager/main.py +8 -1
- {openstack_image_manager-0.20240828.0.dist-info → openstack_image_manager-0.20240904.0.dist-info}/METADATA +2 -2
- openstack_image_manager-0.20240904.0.dist-info/RECORD +25 -0
- {openstack_image_manager-0.20240828.0.dist-info → openstack_image_manager-0.20240904.0.dist-info}/WHEEL +1 -1
- openstack_image_manager-0.20240828.0.dist-info/RECORD +0 -8
- {openstack_image_manager-0.20240828.0.dist-info → openstack_image_manager-0.20240904.0.dist-info}/LICENSE +0 -0
- {openstack_image_manager-0.20240828.0.dist-info → openstack_image_manager-0.20240904.0.dist-info}/entry_points.txt +0 -0
- {openstack_image_manager-0.20240828.0.dist-info → openstack_image_manager-0.20240904.0.dist-info}/top_level.txt +0 -0
File without changes
|
@@ -0,0 +1,70 @@
|
|
1
|
+
---
|
2
|
+
images:
|
3
|
+
- name: AlmaLinux 8
|
4
|
+
enable: false
|
5
|
+
shortname: almalinux-8
|
6
|
+
format: qcow2
|
7
|
+
login: almalinux
|
8
|
+
min_disk: 10
|
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: centos
|
21
|
+
os_version: '8'
|
22
|
+
replace_frequency: quarterly
|
23
|
+
uuid_validity: last-3
|
24
|
+
provided_until: none
|
25
|
+
tags: []
|
26
|
+
latest_checksum_url: https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/CHECKSUM
|
27
|
+
latest_url:
|
28
|
+
https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2
|
29
|
+
versions:
|
30
|
+
- version: '20231128'
|
31
|
+
url:
|
32
|
+
https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2
|
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
|
37
|
+
- name: AlmaLinux 9
|
38
|
+
enable: true
|
39
|
+
shortname: almalinux-9
|
40
|
+
format: qcow2
|
41
|
+
login: almalinux
|
42
|
+
min_disk: 10
|
43
|
+
min_ram: 512
|
44
|
+
status: active
|
45
|
+
visibility: public
|
46
|
+
multi: true
|
47
|
+
meta:
|
48
|
+
architecture: x86_64
|
49
|
+
hw_disk_bus: scsi
|
50
|
+
hw_rng_model: virtio
|
51
|
+
hw_scsi_model: virtio-scsi
|
52
|
+
hw_watchdog_action: reset
|
53
|
+
hypervisor_type: qemu
|
54
|
+
os_distro: centos
|
55
|
+
os_version: '9'
|
56
|
+
replace_frequency: quarterly
|
57
|
+
uuid_validity: last-3
|
58
|
+
provided_until: none
|
59
|
+
tags: []
|
60
|
+
latest_checksum_url: https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/CHECKSUM
|
61
|
+
latest_url:
|
62
|
+
https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2
|
63
|
+
versions:
|
64
|
+
- version: '20231113'
|
65
|
+
url:
|
66
|
+
https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2
|
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
|
@@ -0,0 +1,104 @@
|
|
1
|
+
---
|
2
|
+
images:
|
3
|
+
- name: CentOS 7
|
4
|
+
enable: false
|
5
|
+
shortname: centos-7
|
6
|
+
format: qcow2
|
7
|
+
login: centos
|
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: centos
|
21
|
+
os_version: '7'
|
22
|
+
replace_frequency: critical_bug
|
23
|
+
uuid_validity: last-3
|
24
|
+
provided_until: none
|
25
|
+
tags: []
|
26
|
+
latest_checksum_url: https://cloud.centos.org/centos/7/images/sha256sum.txt
|
27
|
+
latest_url:
|
28
|
+
https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-HEREBE\d+\.qcow2$DRAGONS
|
29
|
+
versions:
|
30
|
+
- version: '20221112'
|
31
|
+
url:
|
32
|
+
https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-HEREBE\d+\.qcow2$DRAGONS
|
33
|
+
mirror_url:
|
34
|
+
https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-7/20221112-centos-7.qcow2
|
35
|
+
checksum: sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea
|
36
|
+
build_date: 2022-11-12
|
37
|
+
- name: CentOS Stream 8
|
38
|
+
enable: false
|
39
|
+
shortname: centos-stream-8
|
40
|
+
format: qcow2
|
41
|
+
login: centos
|
42
|
+
min_disk: 10
|
43
|
+
min_ram: 512
|
44
|
+
status: active
|
45
|
+
visibility: public
|
46
|
+
multi: true
|
47
|
+
meta:
|
48
|
+
architecture: x86_64
|
49
|
+
hw_disk_bus: scsi
|
50
|
+
hw_rng_model: virtio
|
51
|
+
hw_scsi_model: virtio-scsi
|
52
|
+
hw_watchdog_action: reset
|
53
|
+
hypervisor_type: qemu
|
54
|
+
os_distro: centos
|
55
|
+
os_version: '8'
|
56
|
+
replace_frequency: quarterly
|
57
|
+
uuid_validity: last-3
|
58
|
+
provided_until: none
|
59
|
+
tags: []
|
60
|
+
latest_checksum_url: https://cloud.centos.org/centos/8-stream/x86_64/images/CHECKSUM
|
61
|
+
latest_url:
|
62
|
+
https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-HEREBE\d+\.\dDRAGONS.x86_64.qcow2
|
63
|
+
versions:
|
64
|
+
- version: '20240604'
|
65
|
+
url:
|
66
|
+
https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2
|
67
|
+
mirror_url:
|
68
|
+
https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-8/20240604-centos-stream-8.qcow2
|
69
|
+
checksum: sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85
|
70
|
+
build_date: 2024-06-04
|
71
|
+
- name: CentOS Stream 9
|
72
|
+
enable: true
|
73
|
+
shortname: centos-stream-9
|
74
|
+
format: qcow2
|
75
|
+
login: centos
|
76
|
+
min_disk: 10
|
77
|
+
min_ram: 512
|
78
|
+
status: active
|
79
|
+
visibility: public
|
80
|
+
multi: true
|
81
|
+
meta:
|
82
|
+
architecture: x86_64
|
83
|
+
hw_disk_bus: scsi
|
84
|
+
hw_rng_model: virtio
|
85
|
+
hw_scsi_model: virtio-scsi
|
86
|
+
hw_watchdog_action: reset
|
87
|
+
hypervisor_type: qemu
|
88
|
+
os_distro: centos
|
89
|
+
os_version: '9'
|
90
|
+
replace_frequency: quarterly
|
91
|
+
uuid_validity: last-3
|
92
|
+
provided_until: none
|
93
|
+
tags: []
|
94
|
+
latest_checksum_url: https://cloud.centos.org/centos/9-stream/x86_64/images/CHECKSUM
|
95
|
+
latest_url:
|
96
|
+
https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-HEREBE\d+\.\dDRAGONS.x86_64.qcow2
|
97
|
+
versions:
|
98
|
+
- version: '20240709'
|
99
|
+
url:
|
100
|
+
https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240708.1.x86_64.qcow2
|
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
|
@@ -0,0 +1,38 @@
|
|
1
|
+
---
|
2
|
+
images:
|
3
|
+
|
4
|
+
- name: Cirros
|
5
|
+
enable: true
|
6
|
+
format: qcow2
|
7
|
+
login: cirros
|
8
|
+
password: gocubsgo
|
9
|
+
min_disk: 1
|
10
|
+
min_ram: 32
|
11
|
+
status: active
|
12
|
+
visibility: public
|
13
|
+
multi: false
|
14
|
+
meta:
|
15
|
+
architecture: x86_64
|
16
|
+
hw_disk_bus: scsi
|
17
|
+
hw_rng_model: virtio
|
18
|
+
hw_scsi_model: virtio-scsi
|
19
|
+
hw_watchdog_action: reset
|
20
|
+
hypervisor_type: qemu
|
21
|
+
os_distro: cirros
|
22
|
+
replace_frequency: never
|
23
|
+
uuid_validity: none
|
24
|
+
provided_until: none
|
25
|
+
tags: []
|
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
|
+
- version: '0.6.2'
|
36
|
+
url: https://github.com/cirros-dev/cirros/releases/download/0.6.2/cirros-0.6.2-x86_64-disk.img
|
37
|
+
checksum: "sha256:07e44a73e54c94d988028515403c1ed762055e01b83a767edf3c2b387f78ce00"
|
38
|
+
build_date: 2023-05-30
|
@@ -0,0 +1,31 @@
|
|
1
|
+
---
|
2
|
+
images:
|
3
|
+
|
4
|
+
- name: Clear Linux
|
5
|
+
enable: false
|
6
|
+
shortname: clearlinux
|
7
|
+
format: qcow2
|
8
|
+
login: root
|
9
|
+
min_disk: 1
|
10
|
+
min_ram: 512
|
11
|
+
status: active
|
12
|
+
visibility: public
|
13
|
+
multi: false
|
14
|
+
meta:
|
15
|
+
architecture: x86_64
|
16
|
+
hw_disk_bus: scsi
|
17
|
+
hw_rng_model: virtio
|
18
|
+
hw_scsi_model: virtio-scsi
|
19
|
+
hw_watchdog_action: reset
|
20
|
+
hypervisor_type: qemu
|
21
|
+
os_distro: clearlinux
|
22
|
+
replace_frequency: never
|
23
|
+
uuid_validity: none
|
24
|
+
provided_until: none
|
25
|
+
tags: []
|
26
|
+
versions:
|
27
|
+
- version: '38700'
|
28
|
+
url: https://cdn.download.clearlinux.org/releases/38700/clear/clear-38700-cloudguest.img.xz
|
29
|
+
mirror_url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/clearlinux/38700/clear-38700-cloudguest.img
|
30
|
+
checksum: "sha256:554f2e9f1c5cd3caa7ca9043e9379ab7bac36f8004ae6023f2fb642b80ace173"
|
31
|
+
build_date: 2023-03-31
|
@@ -0,0 +1,107 @@
|
|
1
|
+
---
|
2
|
+
images:
|
3
|
+
- name: Debian 10
|
4
|
+
enable: false
|
5
|
+
shortname: debian-10
|
6
|
+
format: qcow2
|
7
|
+
login: debian
|
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: debian
|
21
|
+
os_version: '10'
|
22
|
+
replace_frequency: quarterly
|
23
|
+
uuid_validity: last-3
|
24
|
+
provided_until: none
|
25
|
+
tags: []
|
26
|
+
latest_checksum_url: https://cdimage.debian.org/cdimage/cloud/buster/latest/SHA512SUMS
|
27
|
+
latest_url:
|
28
|
+
https://cdimage.debian.org/cdimage/cloud/buster/latest/debian-10-genericcloud-amd64.qcow2
|
29
|
+
versions:
|
30
|
+
- version: '20240703'
|
31
|
+
url:
|
32
|
+
https://cdimage.debian.org/cdimage/cloud/buster/20240703-1797/debian-10-genericcloud-amd64-20240703-1797.qcow2
|
33
|
+
mirror_url:
|
34
|
+
https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-10/20240703-debian-10.qcow2
|
35
|
+
checksum:
|
36
|
+
sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1
|
37
|
+
build_date: 2024-07-03
|
38
|
+
- name: Debian 11
|
39
|
+
enable: true
|
40
|
+
shortname: debian-11
|
41
|
+
format: qcow2
|
42
|
+
login: debian
|
43
|
+
min_disk: 8
|
44
|
+
min_ram: 512
|
45
|
+
status: active
|
46
|
+
visibility: public
|
47
|
+
multi: true
|
48
|
+
meta:
|
49
|
+
architecture: x86_64
|
50
|
+
hw_disk_bus: scsi
|
51
|
+
hw_rng_model: virtio
|
52
|
+
hw_scsi_model: virtio-scsi
|
53
|
+
hw_watchdog_action: reset
|
54
|
+
hypervisor_type: qemu
|
55
|
+
os_distro: debian
|
56
|
+
os_version: '11'
|
57
|
+
replace_frequency: quarterly
|
58
|
+
uuid_validity: last-3
|
59
|
+
provided_until: none
|
60
|
+
tags: []
|
61
|
+
latest_checksum_url: https://cdimage.debian.org/cdimage/cloud/bullseye/latest/SHA512SUMS
|
62
|
+
latest_url:
|
63
|
+
https://cdimage.debian.org/cdimage/cloud/bullseye/latest/debian-11-genericcloud-amd64.qcow2
|
64
|
+
versions:
|
65
|
+
- version: '20240702'
|
66
|
+
url:
|
67
|
+
https://cdimage.debian.org/cdimage/cloud/bullseye/20240702-1796/debian-11-genericcloud-amd64-20240702-1796.qcow2
|
68
|
+
mirror_url:
|
69
|
+
https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-11/20240702-debian-11.qcow2
|
70
|
+
checksum:
|
71
|
+
sha512:83f2e94a1a32c0546c8e8a2c1f99ab86c9d94a973ffb816bbf48e6733ba99fae9d674a6996a40bbe22830c4574995b78b8fb8925aecf9f23d5f808ee1a1591a7
|
72
|
+
build_date: 2024-07-02
|
73
|
+
- name: Debian 12
|
74
|
+
enable: true
|
75
|
+
shortname: debian-12
|
76
|
+
format: qcow2
|
77
|
+
login: debian
|
78
|
+
min_disk: 8
|
79
|
+
min_ram: 512
|
80
|
+
status: active
|
81
|
+
visibility: public
|
82
|
+
multi: true
|
83
|
+
meta:
|
84
|
+
architecture: x86_64
|
85
|
+
hw_disk_bus: scsi
|
86
|
+
hw_rng_model: virtio
|
87
|
+
hw_scsi_model: virtio-scsi
|
88
|
+
hw_watchdog_action: reset
|
89
|
+
hypervisor_type: qemu
|
90
|
+
os_distro: debian
|
91
|
+
os_version: '12'
|
92
|
+
replace_frequency: quarterly
|
93
|
+
uuid_validity: last-3
|
94
|
+
provided_until: none
|
95
|
+
tags: []
|
96
|
+
latest_checksum_url: https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/SHA512SUMS
|
97
|
+
latest_url:
|
98
|
+
https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/debian-12-genericcloud-amd64-daily.qcow2
|
99
|
+
versions:
|
100
|
+
- build_date: 2024-07-10
|
101
|
+
checksum:
|
102
|
+
sha512:ffbfaf5f0ff6689ddb70deca97ef49182e3d4c98a63cff96a2d6e64119fd6a2624a1272677218187a7495b89bf298a9f6be9a2521d1b6b7eb69113f83430a829
|
103
|
+
url:
|
104
|
+
https://cdimage.debian.org/cdimage/cloud/bookworm/daily/20240710-1804/debian-12-genericcloud-amd64-daily-20240710-1804.qcow2
|
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'
|
@@ -0,0 +1,32 @@
|
|
1
|
+
---
|
2
|
+
images:
|
3
|
+
|
4
|
+
- name: Fedora 37
|
5
|
+
enable: false
|
6
|
+
shortname: fedora-37
|
7
|
+
format: qcow2
|
8
|
+
login: fedora
|
9
|
+
min_disk: 4
|
10
|
+
min_ram: 512
|
11
|
+
status: active
|
12
|
+
visibility: public
|
13
|
+
multi: true
|
14
|
+
meta:
|
15
|
+
architecture: x86_64
|
16
|
+
hw_disk_bus: scsi
|
17
|
+
hw_scsi_model: virtio-scsi
|
18
|
+
hw_rng_model: virtio
|
19
|
+
hw_watchdog_action: reset
|
20
|
+
hypervisor_type: qemu
|
21
|
+
os_distro: fedora
|
22
|
+
os_version: '37'
|
23
|
+
replace_frequency: quarterly
|
24
|
+
uuid_validity: last-3
|
25
|
+
provided_until: none
|
26
|
+
tags: []
|
27
|
+
versions:
|
28
|
+
- version: '20230402'
|
29
|
+
url: https://download.fedoraproject.org/pub/fedora/linux/releases/37/Cloud/x86_64/images/Fedora-Cloud-Base-37-1.7.x86_64.qcow2
|
30
|
+
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
|
31
|
+
checksum: "sha256:b5b9bec91eee65489a5745f6ee620573b23337cbb1eb4501ce200b157a01f3a0"
|
32
|
+
build_date: 2022-11-05
|
@@ -0,0 +1,41 @@
|
|
1
|
+
---
|
2
|
+
images:
|
3
|
+
|
4
|
+
- name: Flatcar Container Linux
|
5
|
+
enable: false
|
6
|
+
shortname: flatcar
|
7
|
+
format: qcow2
|
8
|
+
login: root
|
9
|
+
min_disk: 10
|
10
|
+
min_ram: 2048
|
11
|
+
status: active
|
12
|
+
visibility: public
|
13
|
+
multi: false
|
14
|
+
meta:
|
15
|
+
architecture: x86_64
|
16
|
+
hw_disk_bus: scsi
|
17
|
+
hw_rng_model: virtio
|
18
|
+
hw_scsi_model: virtio-scsi
|
19
|
+
hw_watchdog_action: reset
|
20
|
+
hypervisor_type: qemu
|
21
|
+
os_distro: fedora
|
22
|
+
replace_frequency: never
|
23
|
+
uuid_validity: none
|
24
|
+
provided_until: none
|
25
|
+
tags: []
|
26
|
+
versions:
|
27
|
+
- version: '3227.2.4'
|
28
|
+
url: https://stable.release.flatcar-linux.net/amd64-usr/3227.2.4/flatcar_production_openstack_image.img.bz2
|
29
|
+
mirror_url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/flatcar/3227.2.4/flatcar_production_openstack_image.img
|
30
|
+
checksum: "sha256:774a4fd77da47a7c91714e6424891d6887ed7b9b72daadc40d56bb2f7527b4f5"
|
31
|
+
build_date: 2022-10-27
|
32
|
+
- version: '3602.2.3'
|
33
|
+
url: https://stable.release.flatcar-linux.net/amd64-usr/3602.2.3/flatcar_production_openstack_image.img
|
34
|
+
mirror_url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/flatcar/3602.2.3/flatcar_production_openstack_image.img
|
35
|
+
checksum: "sha256:23b2d10aa0adf53d58bca0d9664338bdd308bef9e56f8393d39cb5e22bff4409"
|
36
|
+
build_date: 2023-12-11
|
37
|
+
- version: '3815.2.1'
|
38
|
+
url: https://stable.release.flatcar-linux.net/amd64-usr/3815.2.1/flatcar_production_openstack_image.img
|
39
|
+
mirror_url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/flatcar/3815.2.1/flatcar_production_openstack_image.img
|
40
|
+
checksum: "sha256:84d83adc4bc3537285a6193db18e437f2208d4e6f897000a86014751ac080e1f"
|
41
|
+
build_date: 2024-03-17
|
@@ -0,0 +1,45 @@
|
|
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
|
+
hypervisor_type: qemu
|
20
|
+
os_distro: debian
|
21
|
+
replace_frequency: never
|
22
|
+
uuid_validity: none
|
23
|
+
provided_until: none
|
24
|
+
tags: []
|
25
|
+
versions:
|
26
|
+
- version: '1443.7'
|
27
|
+
url: https://github.com/gardenlinux/gardenlinux/releases/download/1443.7/openstack-gardener_prod-amd64-1443.7-34b02385.tar.xz
|
28
|
+
mirror_url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/gardenlinux/1443.7/openstack-gardener_prod-amd64-1443.7-34b02385.qcow2
|
29
|
+
checksum: "sha256:28bd709693e58cbcee41791b9446041eaaa36020a549a18390980b298c7ae5bd"
|
30
|
+
build_date: 2024-06-19
|
31
|
+
- version: '1443.10'
|
32
|
+
url: https://github.com/gardenlinux/gardenlinux/releases/download/1443.10/openstack-gardener_prod-amd64-1443.10-8d098305.tar.xz
|
33
|
+
mirror_url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/gardenlinux/1443.10/openstack-gardener_prod-amd64-1443.10-8d098305.qcow2
|
34
|
+
checksum: "sha256:fb85ca67608638167b876df2988f927815c00c4a4b3e6d11d20565aa55b0f268"
|
35
|
+
build_date: 2024-07-23
|
36
|
+
- version: '1592.0'
|
37
|
+
url: https://github.com/gardenlinux/gardenlinux/releases/download/1592.0/openstack-gardener_prod-amd64-1592.0-0cc2b85d.tar.xz
|
38
|
+
mirror_url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/gardenlinux/1592.0/openstack-gardener_prod-amd64-1592.0-0cc2b85d.qcow2
|
39
|
+
checksum: "sha256:43fbd3af61b6c531bb32fb4b74a09371c538839e3afab6ca7fe023e854c40e67"
|
40
|
+
build_date: 2024-08-12
|
41
|
+
- version: '1592.1'
|
42
|
+
url: https://github.com/gardenlinux/gardenlinux/releases/download/1592.1/openstack-gardener_prod-amd64-1592.1-ec945aa9.tar.xz
|
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
|
+
checksum: "sha256:990f4843f4bb08dd5972710fb8909d4b3d34d53d1adecbec477f8c2e6bbc0db4"
|
45
|
+
build_date: 2024-08-22
|
@@ -0,0 +1,41 @@
|
|
1
|
+
---
|
2
|
+
images:
|
3
|
+
|
4
|
+
- name: Kubernetes CAPI
|
5
|
+
enable: false
|
6
|
+
format: qcow2
|
7
|
+
login: ubuntu
|
8
|
+
min_disk: 20
|
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
|
+
hypervisor_type: qemu
|
20
|
+
os_distro: ubuntu
|
21
|
+
replace_frequency: never
|
22
|
+
uuid_validity: none
|
23
|
+
provided_until: none
|
24
|
+
tags: []
|
25
|
+
versions:
|
26
|
+
- version: '1.26.11'
|
27
|
+
url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-k8s-capi-images/ubuntu-2204-kube-v1.26/ubuntu-2204-kube-v1.26.11.qcow2
|
28
|
+
checksum: "sha256:ccab58db9581977b1455a27445f7e7f7238ca2457f13464e0d00586dd1f96d6a"
|
29
|
+
build_date: 2023-11-16
|
30
|
+
- version: '1.27.8'
|
31
|
+
url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-k8s-capi-images/ubuntu-2204-kube-v1.27/ubuntu-2204-kube-v1.27.8.qcow2
|
32
|
+
checksum: "sha256:cf597ab9ae457881bd182028efdc115db52332d72b7840a09165d55d5bf07444"
|
33
|
+
build_date: 2023-11-16
|
34
|
+
- version: '1.28.4'
|
35
|
+
url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-k8s-capi-images/ubuntu-2204-kube-v1.28/ubuntu-2204-kube-v1.28.4.qcow2
|
36
|
+
checksum: "sha256:ad9cb2fd07c0b9bd25e5476cc8daf0e9037f1b9d0bfef95ce2346f18f03bf58c"
|
37
|
+
build_date: 2023-11-16
|
38
|
+
- version: '1.29.0'
|
39
|
+
url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-k8s-capi-images/ubuntu-2204-kube-v1.29/ubuntu-2204-kube-v1.29.0.qcow2
|
40
|
+
checksum: "sha256:d6576f6f920e84070f86a67ca9b6b6c7e48b2baff32fde70840e3f7df09b87c4"
|
41
|
+
build_date: 2023-12-18
|
@@ -0,0 +1,32 @@
|
|
1
|
+
---
|
2
|
+
images:
|
3
|
+
- name: openSUSE Leap 15.6
|
4
|
+
enable: true
|
5
|
+
shortname: opensuse-leap-15.6
|
6
|
+
format: qcow2
|
7
|
+
login: opensuse
|
8
|
+
min_disk: 10
|
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: opensuse
|
21
|
+
os_version: '15.6'
|
22
|
+
replace_frequency: quarterly
|
23
|
+
uuid_validity: last-3
|
24
|
+
provided_until: none
|
25
|
+
tags: []
|
26
|
+
versions:
|
27
|
+
- version: '20240603'
|
28
|
+
url: https://ftp.gwdg.de/pub/opensuse/distribution/leap/15.6/appliances/openSUSE-Leap-15.6-Minimal-VM.x86_64-Cloud.qcow2
|
29
|
+
mirror_url:
|
30
|
+
https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/opensuse-leap-15.6/20240603-openSUSE-Leap-15.6-Minimal-VM.x86_64-Cloud.qcow2
|
31
|
+
checksum: "sha256:0f7f09a9a083088b51aa365fe0e4310e6b156c2153d6aa03a77b81eee884e52a"
|
32
|
+
build_date: 2024-06-03
|
@@ -0,0 +1,32 @@
|
|
1
|
+
---
|
2
|
+
images:
|
3
|
+
|
4
|
+
- name: OPNsense
|
5
|
+
enable: false
|
6
|
+
shortname: opnsense
|
7
|
+
format: raw
|
8
|
+
login: root
|
9
|
+
password: opnsense
|
10
|
+
min_disk: 4
|
11
|
+
min_ram: 1024
|
12
|
+
status: active
|
13
|
+
visibility: public
|
14
|
+
multi: false
|
15
|
+
meta:
|
16
|
+
architecture: x86_64
|
17
|
+
hw_disk_bus: scsi
|
18
|
+
hw_rng_model: virtio
|
19
|
+
hw_scsi_model: virtio-scsi
|
20
|
+
hw_watchdog_action: reset
|
21
|
+
hypervisor_type: qemu
|
22
|
+
os_distro: freebsd
|
23
|
+
replace_frequency: never
|
24
|
+
uuid_validity: none
|
25
|
+
provided_until: none
|
26
|
+
tags: []
|
27
|
+
versions:
|
28
|
+
- version: '24.1'
|
29
|
+
url: https://mirror.ams1.nl.leaseweb.net/opnsense/releases/24.1/OPNsense-24.1-nano-amd64.img.bz2
|
30
|
+
mirror_url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/opnsense/24.1/OPNsense-24.1-nano-amd64.img
|
31
|
+
checksum: "sha256:149641d45243bdbd7da3527408f31c3c4b02b5c6ca29b261b10c9af4236d11e7"
|
32
|
+
build_date: 2024-01-29
|
@@ -0,0 +1,31 @@
|
|
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
|
@@ -0,0 +1,72 @@
|
|
1
|
+
---
|
2
|
+
images:
|
3
|
+
- name: Rocky 8
|
4
|
+
enable: false
|
5
|
+
shortname: rocky-8
|
6
|
+
format: qcow2
|
7
|
+
login: rocky
|
8
|
+
min_disk: 10
|
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: centos
|
21
|
+
os_version: '8'
|
22
|
+
replace_frequency: quarterly
|
23
|
+
uuid_validity: last-3
|
24
|
+
provided_until: none
|
25
|
+
tags: []
|
26
|
+
latest_checksum_url:
|
27
|
+
https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2.CHECKSUM
|
28
|
+
latest_url:
|
29
|
+
https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2
|
30
|
+
versions:
|
31
|
+
- version: '20240529'
|
32
|
+
url:
|
33
|
+
https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2
|
34
|
+
mirror_url:
|
35
|
+
https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/rocky-8/20240529-rocky-8.qcow2
|
36
|
+
checksum: sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14
|
37
|
+
build_date: 2024-05-29
|
38
|
+
- name: Rocky 9
|
39
|
+
enable: true
|
40
|
+
shortname: rocky-9
|
41
|
+
format: qcow2
|
42
|
+
login: rocky
|
43
|
+
min_disk: 10
|
44
|
+
min_ram: 512
|
45
|
+
status: active
|
46
|
+
visibility: public
|
47
|
+
multi: true
|
48
|
+
meta:
|
49
|
+
architecture: x86_64
|
50
|
+
hw_disk_bus: scsi
|
51
|
+
hw_rng_model: virtio
|
52
|
+
hw_scsi_model: virtio-scsi
|
53
|
+
hw_watchdog_action: reset
|
54
|
+
hypervisor_type: qemu
|
55
|
+
os_distro: centos
|
56
|
+
os_version: '9'
|
57
|
+
replace_frequency: quarterly
|
58
|
+
uuid_validity: last-3
|
59
|
+
provided_until: none
|
60
|
+
tags: []
|
61
|
+
latest_checksum_url:
|
62
|
+
https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2.CHECKSUM
|
63
|
+
latest_url:
|
64
|
+
https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2
|
65
|
+
versions:
|
66
|
+
- version: '20240612'
|
67
|
+
url:
|
68
|
+
https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2
|
69
|
+
mirror_url:
|
70
|
+
https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/rocky-9/20240612-rocky-9.qcow2
|
71
|
+
checksum: sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7
|
72
|
+
build_date: 2024-06-12
|
@@ -0,0 +1,41 @@
|
|
1
|
+
---
|
2
|
+
images:
|
3
|
+
|
4
|
+
- name: Talos Linux
|
5
|
+
enable: false
|
6
|
+
shortname: talos
|
7
|
+
format: raw
|
8
|
+
login: none
|
9
|
+
min_disk: 2
|
10
|
+
min_ram: 1024
|
11
|
+
status: active
|
12
|
+
visibility: public
|
13
|
+
multi: false
|
14
|
+
meta:
|
15
|
+
architecture: x86_64
|
16
|
+
hw_disk_bus: scsi
|
17
|
+
hw_rng_model: virtio
|
18
|
+
hw_scsi_model: virtio-scsi
|
19
|
+
hw_watchdog_action: reset
|
20
|
+
hypervisor_type: qemu
|
21
|
+
os_distro: talos
|
22
|
+
replace_frequency: never
|
23
|
+
uuid_validity: none
|
24
|
+
provided_until: none
|
25
|
+
tags: []
|
26
|
+
versions:
|
27
|
+
- version: '1.3.6'
|
28
|
+
url: https://github.com/siderolabs/talos/releases/download/v1.3.6/openstack-amd64.tar.gz
|
29
|
+
mirror_url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/talos/1.3.6/disk.raw
|
30
|
+
checksum: "sha256:1db0cfd9bd9c3d3165911ab89ef05dad1d590cc442fb0702564cfe737b3f3dbd"
|
31
|
+
build_date: 2023-03-14
|
32
|
+
- version: '1.4.5'
|
33
|
+
url: https://github.com/siderolabs/talos/releases/download/v1.4.5/openstack-amd64.tar.gz
|
34
|
+
mirror_url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/talos/1.4.5/disk.raw
|
35
|
+
checksum: "sha256:fc7dc71a6acece93196c8bace15139469b7bfbe4fa7d001336da0fdda9b437c9"
|
36
|
+
build_date: 2023-05-30
|
37
|
+
- version: '1.6.0'
|
38
|
+
url: https://github.com/siderolabs/talos/releases/download/v1.6.0/openstack-amd64.raw.xz
|
39
|
+
mirror_url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/talos/1.6.0/openstack-amd64.raw
|
40
|
+
checksum: "sha256:e3754c2338b4ce831db5442cf62deab260d56b64227a07cfc26e4b73eef5abaf"
|
41
|
+
build_date: 2023-12-15
|
@@ -0,0 +1,334 @@
|
|
1
|
+
---
|
2
|
+
images:
|
3
|
+
- name: Ubuntu 14.04
|
4
|
+
enable: false
|
5
|
+
shortname: ubuntu-14.04
|
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: '14.04'
|
22
|
+
replace_frequency: never
|
23
|
+
uuid_validity: none
|
24
|
+
provided_until: none
|
25
|
+
tags: []
|
26
|
+
latest_checksum_url: https://cloud-images.ubuntu.com/trusty/current/SHA256SUMS
|
27
|
+
latest_url:
|
28
|
+
https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
|
29
|
+
versions:
|
30
|
+
- version: '20191107'
|
31
|
+
url:
|
32
|
+
https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
|
33
|
+
mirror_url:
|
34
|
+
https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-14.04/20191107-ubuntu-14.04.qcow2
|
35
|
+
checksum: sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1
|
36
|
+
build_date: 2019-11-07
|
37
|
+
- name: Ubuntu 16.04
|
38
|
+
enable: false
|
39
|
+
shortname: ubuntu-16.04
|
40
|
+
format: qcow2
|
41
|
+
login: ubuntu
|
42
|
+
min_disk: 8
|
43
|
+
min_ram: 512
|
44
|
+
status: active
|
45
|
+
visibility: public
|
46
|
+
multi: true
|
47
|
+
meta:
|
48
|
+
architecture: x86_64
|
49
|
+
hw_disk_bus: scsi
|
50
|
+
hw_rng_model: virtio
|
51
|
+
hw_scsi_model: virtio-scsi
|
52
|
+
hw_watchdog_action: reset
|
53
|
+
hypervisor_type: qemu
|
54
|
+
os_distro: ubuntu
|
55
|
+
os_version: '16.04'
|
56
|
+
replace_frequency: never
|
57
|
+
uuid_validity: none
|
58
|
+
provided_until: none
|
59
|
+
tags: []
|
60
|
+
latest_checksum_url: https://cloud-images.ubuntu.com/xenial/current/SHA256SUMS
|
61
|
+
latest_url:
|
62
|
+
https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img
|
63
|
+
versions:
|
64
|
+
- version: '20211001'
|
65
|
+
url:
|
66
|
+
https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img
|
67
|
+
mirror_url:
|
68
|
+
https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-16.04/20211001-ubuntu-16.04.qcow2
|
69
|
+
checksum: sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140
|
70
|
+
build_date: 2021-10-01
|
71
|
+
- name: Ubuntu 16.04 Minimal
|
72
|
+
enable: false
|
73
|
+
shortname: ubuntu-16.04-minimal
|
74
|
+
format: qcow2
|
75
|
+
login: ubuntu
|
76
|
+
min_disk: 8
|
77
|
+
min_ram: 512
|
78
|
+
status: active
|
79
|
+
visibility: public
|
80
|
+
multi: true
|
81
|
+
meta:
|
82
|
+
architecture: x86_64
|
83
|
+
hw_disk_bus: scsi
|
84
|
+
hw_rng_model: virtio
|
85
|
+
hw_scsi_model: virtio-scsi
|
86
|
+
hw_watchdog_action: reset
|
87
|
+
hypervisor_type: qemu
|
88
|
+
os_distro: ubuntu
|
89
|
+
os_version: '16.04'
|
90
|
+
replace_frequency: never
|
91
|
+
uuid_validity: none
|
92
|
+
provided_until: none
|
93
|
+
tags: []
|
94
|
+
latest_checksum_url: https://cloud-images.ubuntu.com/minimal/releases/xenial/release/SHA256SUMS
|
95
|
+
latest_url:
|
96
|
+
https://cloud-images.ubuntu.com/minimal/releases/xenial/release/ubuntu-16.04-minimal-cloudimg-amd64-disk1.img
|
97
|
+
versions:
|
98
|
+
- version: '20210929'
|
99
|
+
url:
|
100
|
+
https://cloud-images.ubuntu.com/minimal/releases/xenial/release/ubuntu-16.04-minimal-cloudimg-amd64-disk1.img
|
101
|
+
mirror_url:
|
102
|
+
https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-16.04-minimal/20210929-ubuntu-16.04-minimal.qcow2
|
103
|
+
checksum: sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9
|
104
|
+
build_date: 2021-09-20
|
105
|
+
- name: Ubuntu 18.04
|
106
|
+
enable: false
|
107
|
+
shortname: ubuntu-18.04
|
108
|
+
format: qcow2
|
109
|
+
login: ubuntu
|
110
|
+
min_disk: 8
|
111
|
+
min_ram: 512
|
112
|
+
status: active
|
113
|
+
visibility: public
|
114
|
+
multi: true
|
115
|
+
meta:
|
116
|
+
architecture: x86_64
|
117
|
+
hw_disk_bus: scsi
|
118
|
+
hw_rng_model: virtio
|
119
|
+
hw_scsi_model: virtio-scsi
|
120
|
+
hw_watchdog_action: reset
|
121
|
+
hypervisor_type: qemu
|
122
|
+
os_distro: ubuntu
|
123
|
+
os_version: '18.04'
|
124
|
+
replace_frequency: quarterly
|
125
|
+
uuid_validity: last-3
|
126
|
+
provided_until: none
|
127
|
+
tags: []
|
128
|
+
latest_checksum_url: https://cloud-images.ubuntu.com/bionic/current/SHA256SUMS
|
129
|
+
latest_url: https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img
|
130
|
+
versions:
|
131
|
+
- version: '20230607'
|
132
|
+
url: https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img
|
133
|
+
mirror_url:
|
134
|
+
https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-18.04/20230607-ubuntu-18.04.qcow2
|
135
|
+
checksum: sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6
|
136
|
+
build_date: 2023-06-07
|
137
|
+
- name: Ubuntu 18.04 Minimal
|
138
|
+
enable: false
|
139
|
+
shortname: ubuntu-18.04-minimal
|
140
|
+
format: qcow2
|
141
|
+
login: ubuntu
|
142
|
+
min_disk: 8
|
143
|
+
min_ram: 512
|
144
|
+
status: active
|
145
|
+
visibility: public
|
146
|
+
multi: true
|
147
|
+
meta:
|
148
|
+
architecture: x86_64
|
149
|
+
hw_disk_bus: scsi
|
150
|
+
hw_rng_model: virtio
|
151
|
+
hw_scsi_model: virtio-scsi
|
152
|
+
hw_watchdog_action: reset
|
153
|
+
hypervisor_type: qemu
|
154
|
+
os_distro: ubuntu
|
155
|
+
os_version: '18.04'
|
156
|
+
replace_frequency: quarterly
|
157
|
+
uuid_validity: last-3
|
158
|
+
provided_until: none
|
159
|
+
tags: []
|
160
|
+
latest_checksum_url: https://cloud-images.ubuntu.com/minimal/releases/bionic/release/SHA256SUMS
|
161
|
+
latest_url:
|
162
|
+
https://cloud-images.ubuntu.com/minimal/releases/bionic/release/ubuntu-18.04-minimal-cloudimg-amd64.img
|
163
|
+
versions:
|
164
|
+
- version: '20230602'
|
165
|
+
url:
|
166
|
+
https://cloud-images.ubuntu.com/minimal/releases/bionic/release/ubuntu-18.04-minimal-cloudimg-amd64.img
|
167
|
+
mirror_url:
|
168
|
+
https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-18.04-minimal/20230602-ubuntu-18.04-minimal.qcow2
|
169
|
+
checksum: sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a
|
170
|
+
build_date: 2023-06-02
|
171
|
+
- name: Ubuntu 20.04
|
172
|
+
enable: false
|
173
|
+
shortname: ubuntu-20.04
|
174
|
+
format: qcow2
|
175
|
+
login: ubuntu
|
176
|
+
min_disk: 8
|
177
|
+
min_ram: 512
|
178
|
+
status: active
|
179
|
+
visibility: public
|
180
|
+
multi: true
|
181
|
+
meta:
|
182
|
+
architecture: x86_64
|
183
|
+
hw_disk_bus: scsi
|
184
|
+
hw_rng_model: virtio
|
185
|
+
hw_scsi_model: virtio-scsi
|
186
|
+
hw_watchdog_action: reset
|
187
|
+
hypervisor_type: qemu
|
188
|
+
os_distro: ubuntu
|
189
|
+
os_version: '20.04'
|
190
|
+
replace_frequency: quarterly
|
191
|
+
uuid_validity: last-3
|
192
|
+
provided_until: none
|
193
|
+
tags: []
|
194
|
+
latest_checksum_url: https://cloud-images.ubuntu.com/focal/current/SHA256SUMS
|
195
|
+
latest_url: https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img
|
196
|
+
versions:
|
197
|
+
- version: '20240704'
|
198
|
+
url: https://cloud-images.ubuntu.com/focal/20240704/focal-server-cloudimg-amd64.img
|
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
|
203
|
+
- name: Ubuntu 20.04 Minimal
|
204
|
+
enable: false
|
205
|
+
shortname: ubuntu-20.04-minimal
|
206
|
+
format: qcow2
|
207
|
+
login: ubuntu
|
208
|
+
min_disk: 8
|
209
|
+
min_ram: 512
|
210
|
+
status: active
|
211
|
+
visibility: public
|
212
|
+
multi: true
|
213
|
+
meta:
|
214
|
+
architecture: x86_64
|
215
|
+
hw_disk_bus: scsi
|
216
|
+
hw_rng_model: virtio
|
217
|
+
hw_scsi_model: virtio-scsi
|
218
|
+
hw_watchdog_action: reset
|
219
|
+
hypervisor_type: qemu
|
220
|
+
os_distro: ubuntu
|
221
|
+
os_version: '20.04'
|
222
|
+
replace_frequency: quarterly
|
223
|
+
uuid_validity: last-3
|
224
|
+
provided_until: none
|
225
|
+
tags: []
|
226
|
+
latest_checksum_url: https://cloud-images.ubuntu.com/minimal/releases/focal/release/SHA256SUMS
|
227
|
+
latest_url:
|
228
|
+
https://cloud-images.ubuntu.com/minimal/releases/focal/release/ubuntu-20.04-minimal-cloudimg-amd64.img
|
229
|
+
versions:
|
230
|
+
- version: '20240626'
|
231
|
+
url:
|
232
|
+
https://cloud-images.ubuntu.com/minimal/releases/focal/release-20240626/ubuntu-20.04-minimal-cloudimg-amd64.img
|
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
|
237
|
+
- name: Ubuntu 22.04
|
238
|
+
enable: true
|
239
|
+
shortname: ubuntu-22.04
|
240
|
+
format: qcow2
|
241
|
+
login: ubuntu
|
242
|
+
min_disk: 8
|
243
|
+
min_ram: 512
|
244
|
+
status: active
|
245
|
+
visibility: public
|
246
|
+
multi: true
|
247
|
+
meta:
|
248
|
+
architecture: x86_64
|
249
|
+
hw_disk_bus: scsi
|
250
|
+
hw_rng_model: virtio
|
251
|
+
hw_scsi_model: virtio-scsi
|
252
|
+
hw_watchdog_action: reset
|
253
|
+
hypervisor_type: qemu
|
254
|
+
os_distro: ubuntu
|
255
|
+
os_version: '22.04'
|
256
|
+
replace_frequency: quarterly
|
257
|
+
uuid_validity: last-3
|
258
|
+
provided_until: none
|
259
|
+
tags: []
|
260
|
+
latest_checksum_url: https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS
|
261
|
+
latest_url: https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img
|
262
|
+
versions:
|
263
|
+
- version: '20240705'
|
264
|
+
url: https://cloud-images.ubuntu.com/jammy/20240705/jammy-server-cloudimg-amd64.img
|
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
|
269
|
+
- name: Ubuntu 22.04 Minimal
|
270
|
+
enable: true
|
271
|
+
shortname: ubuntu-22.04-minimal
|
272
|
+
format: qcow2
|
273
|
+
login: ubuntu
|
274
|
+
min_disk: 8
|
275
|
+
min_ram: 512
|
276
|
+
status: active
|
277
|
+
visibility: public
|
278
|
+
multi: true
|
279
|
+
meta:
|
280
|
+
architecture: x86_64
|
281
|
+
hw_disk_bus: scsi
|
282
|
+
hw_rng_model: virtio
|
283
|
+
hw_scsi_model: virtio-scsi
|
284
|
+
hw_watchdog_action: reset
|
285
|
+
hypervisor_type: qemu
|
286
|
+
os_distro: ubuntu
|
287
|
+
os_version: '22.04'
|
288
|
+
replace_frequency: quarterly
|
289
|
+
uuid_validity: last-3
|
290
|
+
provided_until: none
|
291
|
+
tags: []
|
292
|
+
latest_checksum_url: https://cloud-images.ubuntu.com/minimal/releases/jammy/release/SHA256SUMS
|
293
|
+
latest_url:
|
294
|
+
https://cloud-images.ubuntu.com/minimal/releases/jammy/release/ubuntu-22.04-minimal-cloudimg-amd64.img
|
295
|
+
versions:
|
296
|
+
- version: '20240701'
|
297
|
+
url:
|
298
|
+
https://cloud-images.ubuntu.com/minimal/releases/jammy/release-20240701/ubuntu-22.04-minimal-cloudimg-amd64.img
|
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
|
303
|
+
- name: Ubuntu 24.04
|
304
|
+
enable: true
|
305
|
+
shortname: ubuntu-24.04
|
306
|
+
format: qcow2
|
307
|
+
login: ubuntu
|
308
|
+
min_disk: 8
|
309
|
+
min_ram: 512
|
310
|
+
status: active
|
311
|
+
visibility: public
|
312
|
+
multi: true
|
313
|
+
meta:
|
314
|
+
architecture: x86_64
|
315
|
+
hw_disk_bus: scsi
|
316
|
+
hw_rng_model: virtio
|
317
|
+
hw_scsi_model: virtio-scsi
|
318
|
+
hw_watchdog_action: reset
|
319
|
+
hypervisor_type: qemu
|
320
|
+
os_distro: ubuntu
|
321
|
+
os_version: '24.04'
|
322
|
+
replace_frequency: quarterly
|
323
|
+
uuid_validity: last-3
|
324
|
+
provided_until: none
|
325
|
+
tags: []
|
326
|
+
latest_checksum_url: https://cloud-images.ubuntu.com/noble/current/SHA256SUMS
|
327
|
+
latest_url: https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img
|
328
|
+
versions:
|
329
|
+
- version: '20240702'
|
330
|
+
url: https://cloud-images.ubuntu.com/noble/20240702/noble-server-cloudimg-amd64.img
|
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
|
@@ -0,0 +1,56 @@
|
|
1
|
+
---
|
2
|
+
images: list(include('image'), min=1)
|
3
|
+
|
4
|
+
---
|
5
|
+
image:
|
6
|
+
enable: bool()
|
7
|
+
format: enum('aki', 'ari', 'ami', 'raw', 'iso', 'vhd', 'vdi', 'qcow2', 'vmdk')
|
8
|
+
latest_checksum_url: regex('^(http|ftp)s?:\/\/\w+.*', name='valid URL', required=False)
|
9
|
+
latest_url: regex('^(http|ftp)s?:\/\/\w+.*', name='valid URL', required=False)
|
10
|
+
login: str()
|
11
|
+
meta: include('meta', required=True)
|
12
|
+
min_disk: int(min=0)
|
13
|
+
min_ram: int(min=0)
|
14
|
+
multi: bool()
|
15
|
+
keep: bool(required=False)
|
16
|
+
name: str()
|
17
|
+
password: str(required=False)
|
18
|
+
shortname: str(required=False)
|
19
|
+
status: enum('active', 'deactivated')
|
20
|
+
separator: str(required=False)
|
21
|
+
tags: list(str())
|
22
|
+
versions: list(include('versions'))
|
23
|
+
visibility: enum('public', 'private', 'community', 'shared')
|
24
|
+
|
25
|
+
---
|
26
|
+
meta:
|
27
|
+
architecture: enum('x86_64', 'aarch64', 'risc-v')
|
28
|
+
hypervisor_type: enum('hyperv', 'ironic', 'lxc', 'qemu', 'uml', 'vmware', 'xen')
|
29
|
+
hotfix_hours: int(min=0, required=False)
|
30
|
+
hw_disk_bus: enum('virtio', 'scsi', None)
|
31
|
+
hw_rng_model: enum('virtio', None, required=False)
|
32
|
+
hw_scsi_model: enum('virtio-scsi', required=False)
|
33
|
+
hw_watchdog_action: enum('disabled', 'reset', 'poweroff', 'pause', 'none', required=False)
|
34
|
+
image_description: str(required=False)
|
35
|
+
os_distro: enum('arch', 'centos', 'cirros', 'clearlinux', 'debian', 'fedora', 'freebsd', 'opensuse', 'rhel', 'talos', 'ubuntu', 'windows')
|
36
|
+
os_version: str(required=False)
|
37
|
+
patchlevel: str(required=False)
|
38
|
+
provided_until: any(enum('none'), day())
|
39
|
+
replace_frequency: enum('yearly', 'quarterly', 'monthly', 'weekly', 'daily', 'critical_bug', 'never')
|
40
|
+
uuid_validity: any(enum('none', 'forever', 'notice'), str(starts_with='last-'), day())
|
41
|
+
|
42
|
+
---
|
43
|
+
versions:
|
44
|
+
build_date: any(day(), timestamp())
|
45
|
+
checksum: regex('\w+:([a-f0-9]{32}|[a-f0-9]{40}|[a-f0-9]{64}|[a-f0-9]{128})$', name='valid checksum', required=False)
|
46
|
+
checksums_url: regex('^(http|ftp)s?:\/\/\w+.*', name='valid URL', required=False)
|
47
|
+
hidden: bool(required=False)
|
48
|
+
image_description: str(required=False)
|
49
|
+
meta: include('meta', required=False)
|
50
|
+
os_version: str(required=False)
|
51
|
+
source: regex('^(http|ftp)s?:\/\/\w+.*|^private$', name='valid URL or private', required=False)
|
52
|
+
url: regex('^(http|ftp)s?:\/\/\w+.*|^(file:|file:///)\w+.*', name='valid URL')
|
53
|
+
mirror_url: regex('^(http|ftp)s?:\/\/\w+.*|^(file:|file:///)\w+.*', name='valid URL', required=False)
|
54
|
+
version: str()
|
55
|
+
visibility: enum('public', 'private', 'community', 'shared', required=False)
|
56
|
+
id: regex('^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$', required=False)
|
openstack_image_manager/main.py
CHANGED
@@ -12,6 +12,7 @@ import typing
|
|
12
12
|
from typing import Dict, Set
|
13
13
|
import yamale
|
14
14
|
import urllib.parse
|
15
|
+
import pkgutil
|
15
16
|
|
16
17
|
from datetime import datetime, date
|
17
18
|
from decimal import Decimal, ROUND_UP
|
@@ -1114,7 +1115,13 @@ class ImageManager:
|
|
1114
1115
|
|
1115
1116
|
def validate_yaml_schema(self):
|
1116
1117
|
"""Validate all image.yaml files against the SCS Metadata spec"""
|
1117
|
-
|
1118
|
+
try:
|
1119
|
+
# We are a pip package
|
1120
|
+
schema_data = pkgutil.get_data(__name__, "etc/schema.yaml").decode("utf-8")
|
1121
|
+
schema = yamale.make_schema(content=schema_data)
|
1122
|
+
except Exception:
|
1123
|
+
# We are a cloned repo
|
1124
|
+
schema = yamale.make_schema("etc/schema.yaml")
|
1118
1125
|
try:
|
1119
1126
|
validation_error_log = []
|
1120
1127
|
for file in os.listdir(self.CONF.images):
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: openstack-image-manager
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.20240904.0
|
4
4
|
Summary: OpenStack image manager
|
5
5
|
Author-email: OSISM community <info@osism.tech>
|
6
6
|
License: Apache License
|
@@ -226,7 +226,7 @@ Requires-Dist: loguru==0.7.2
|
|
226
226
|
Requires-Dist: minio==7.2.8
|
227
227
|
Requires-Dist: munch==4.0.0
|
228
228
|
Requires-Dist: natsort==8.4.0
|
229
|
-
Requires-Dist: openstacksdk==
|
229
|
+
Requires-Dist: openstacksdk==4.0.0
|
230
230
|
Requires-Dist: paramiko==3.4.1
|
231
231
|
Requires-Dist: patool==2.4.0
|
232
232
|
Requires-Dist: requests==2.32.3
|
@@ -0,0 +1,25 @@
|
|
1
|
+
openstack_image_manager/__init__.py,sha256=z6lQHDMfCV8IkUz5pM1QYfQ37O2Rdy82jYovN8N9DIU,240
|
2
|
+
openstack_image_manager/main.py,sha256=N45fpvSntRRZLyEKxre8gRi21qX6uLRm137Q5nfV7xo,47574
|
3
|
+
openstack_image_manager/etc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
|
+
openstack_image_manager/etc/schema.yaml,sha256=3QMpd4nL9Un-z0iqg-CKES5GPefIMis1flZOsQ6zoLU,2534
|
5
|
+
openstack_image_manager/etc/images/almalinux.yml,sha256=rl7llJOdy-tK5kfgrWuhLPcFPlsNvkrVTsb7FFLSkaI,2433
|
6
|
+
openstack_image_manager/etc/images/centos.yml,sha256=e_GB_9lPoiGMmEUVJ6Qb66jMLWHcHYy_oE9r2pS_Kd8,3663
|
7
|
+
openstack_image_manager/etc/images/cirros.yml,sha256=aBx14Eq_vsw9IUIFqv9bMgIkmxWG0rfAA2BGgdkGt-o,1266
|
8
|
+
openstack_image_manager/etc/images/clearlinux.yml,sha256=xgSmBU4flHN5EeD3ZDrSWkrIcM_Md9CbTtAzzZJIjqg,942
|
9
|
+
openstack_image_manager/etc/images/debian.yml,sha256=7mtT8KrcmwcaHPYDVLpjm2VvtpD1KPTJJULqqysdVZs,3859
|
10
|
+
openstack_image_manager/etc/images/fedora.yml,sha256=B6QAHo2xZJWZ4o964PZzbzkZRV33gBCF-W19t9f0wd0,1016
|
11
|
+
openstack_image_manager/etc/images/flatcar.yml,sha256=d6vd883Z3wJT6jAxMO3uUMdiDbD8CvYNdEDOLZRTMrI,1868
|
12
|
+
openstack_image_manager/etc/images/gardenlinux.yml,sha256=uK-hk4P2rDkGapNJArlSaAltNMdebdJJfS46atu1Eps,2446
|
13
|
+
openstack_image_manager/etc/images/kubernetes.yml,sha256=yYPhyiGOVHUVgZpXuYvV-9o0tTcFpsS5-MRivtqsf4s,1826
|
14
|
+
openstack_image_manager/etc/images/opensuse.yml,sha256=3ByKsZhgQNgWRjsfeV1HcDK7qfIqv5HZF_D0IRxGpqc,1063
|
15
|
+
openstack_image_manager/etc/images/opnsense.yml,sha256=L9ODXER8757l4RAtlrQ4Vp4GkHSuh6PvldQM2mbCzPk,959
|
16
|
+
openstack_image_manager/etc/images/osism.yml,sha256=0U4ucOTQy9utS9RLJljH2muli_Utrd3brhNTbavwyoc,844
|
17
|
+
openstack_image_manager/etc/images/rockylinux.yml,sha256=Lg5jW17mXAQ8UXSa95784M1VnaNipMp5T-FaHwcvPeI,2473
|
18
|
+
openstack_image_manager/etc/images/talos.yml,sha256=6yPNgKF5Qy9J9ZZHYUKqD44muPiyg69Ne2UdMWls5gw,1698
|
19
|
+
openstack_image_manager/etc/images/ubuntu.yml,sha256=MDzGue8IxbCzpDWISV6WxUV1y2xsMfVKWQWlqKwFePg,11943
|
20
|
+
openstack_image_manager-0.20240904.0.dist-info/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
|
21
|
+
openstack_image_manager-0.20240904.0.dist-info/METADATA,sha256=r7EJ1H-JuZv322FElPQ_gPWl2XErY_ykML_278dU8Ng,14850
|
22
|
+
openstack_image_manager-0.20240904.0.dist-info/WHEEL,sha256=uCRv0ZEik_232NlR4YDw4Pv3Ajt5bKvMH13NUU7hFuI,91
|
23
|
+
openstack_image_manager-0.20240904.0.dist-info/entry_points.txt,sha256=IrOGjHJbCa6-jmCQiqiKFqHeVvjGa1p25s2mLkt0da8,78
|
24
|
+
openstack_image_manager-0.20240904.0.dist-info/top_level.txt,sha256=iLfREddId51T97Dr9IGRQtJXKJgVy1PB6uHCaQk1j44,24
|
25
|
+
openstack_image_manager-0.20240904.0.dist-info/RECORD,,
|
@@ -1,8 +0,0 @@
|
|
1
|
-
openstack_image_manager/__init__.py,sha256=z6lQHDMfCV8IkUz5pM1QYfQ37O2Rdy82jYovN8N9DIU,240
|
2
|
-
openstack_image_manager/main.py,sha256=uDj3ZpehvA2VzAHd7itHcyT56XEnY1gYTdkjRD-2kz0,47297
|
3
|
-
openstack_image_manager-0.20240828.0.dist-info/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
|
4
|
-
openstack_image_manager-0.20240828.0.dist-info/METADATA,sha256=EhhClCe6kY3we9ahgEDLk-IGPrz7WQYaQ0YBGvxJ-2s,14850
|
5
|
-
openstack_image_manager-0.20240828.0.dist-info/WHEEL,sha256=UvcQYKBHoFqaQd6LKyqHw9fxEolWLQnlzP0h_LgJAfI,91
|
6
|
-
openstack_image_manager-0.20240828.0.dist-info/entry_points.txt,sha256=IrOGjHJbCa6-jmCQiqiKFqHeVvjGa1p25s2mLkt0da8,78
|
7
|
-
openstack_image_manager-0.20240828.0.dist-info/top_level.txt,sha256=iLfREddId51T97Dr9IGRQtJXKJgVy1PB6uHCaQk1j44,24
|
8
|
-
openstack_image_manager-0.20240828.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|