Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions etc/images/rockylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ images:
hw_scsi_model: virtio-scsi
hw_watchdog_action: reset
hypervisor_type: qemu
os_distro: centos
os_distro: rocky
os_version: '8'
os_purpose: generic
replace_frequency: quarterly
Expand Down Expand Up @@ -54,7 +54,7 @@ images:
hw_scsi_model: virtio-scsi
hw_watchdog_action: reset
hypervisor_type: qemu
os_distro: centos
os_distro: rocky
os_version: '9'
os_purpose: generic
replace_frequency: quarterly
Expand Down
5 changes: 4 additions & 1 deletion etc/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ meta:
hw_watchdog_action: enum('disabled', 'reset', 'poweroff', 'pause', 'none', required=False)
hypervisor_type: enum('hyperv', 'ironic', 'lxc', 'qemu', 'uml', 'vmware', 'xen')
image_description: str(required=False)
os_distro: enum('arch', 'centos', 'cirros', 'clearlinux', 'debian', 'fedora', 'freebsd', 'opensuse', 'rhel', 'talos', 'ubuntu', 'windows')
# Permissible values as documented for the os_distro property
# (https://docs.openstack.org/glance/latest/admin/useful-image-properties),
# extended with 'cirros' and 'talos' for which no official value exists.
os_distro: enum('arch', 'centos', 'cirros', 'debian', 'fedora', 'freebsd', 'gentoo', 'mandrake', 'mandriva', 'mes', 'msdos', 'netbsd', 'netware', 'openbsd', 'opensolaris', 'opensuse', 'rhel', 'rocky', 'sled', 'talos', 'ubuntu', 'windows')
os_version: str(required=False)
os_purpose: enum('generic', 'minimal', 'k8snode', 'gpu', 'network', 'custom')
patchlevel: str(required=False)
Expand Down