openstack-image-manager 0.20240812.0__py3-none-any.whl → 0.20240829.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 +46 -19
- {openstack_image_manager-0.20240812.0.dist-info → openstack_image_manager-0.20240829.0.dist-info}/METADATA +4 -4
- openstack_image_manager-0.20240829.0.dist-info/RECORD +25 -0
- {openstack_image_manager-0.20240812.0.dist-info → openstack_image_manager-0.20240829.0.dist-info}/WHEEL +1 -1
- openstack_image_manager-0.20240812.0.dist-info/RECORD +0 -8
- {openstack_image_manager-0.20240812.0.dist-info → openstack_image_manager-0.20240829.0.dist-info}/LICENSE +0 -0
- {openstack_image_manager-0.20240812.0.dist-info → openstack_image_manager-0.20240829.0.dist-info}/entry_points.txt +0 -0
- {openstack_image_manager-0.20240812.0.dist-info → openstack_image_manager-0.20240829.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
|