Add support for CentOS 10 Stream
Signed-Off-By: Michal Nasiadka <mnasiadka@gmail.com> Change-Id: I998fdeb51f3f01a878c159f477004b8edf4e0aa9
This commit is contained in:
@@ -10,7 +10,7 @@ ansible_version_max: '2.18'
|
||||
# for that distribution.
|
||||
host_os_distributions:
|
||||
CentOS:
|
||||
- "9"
|
||||
- "10"
|
||||
Debian:
|
||||
- "bookworm"
|
||||
Rocky:
|
||||
|
||||
@@ -3,8 +3,7 @@ force_config_drive = {{ force_config_drive }}
|
||||
[libvirt]
|
||||
{% if ansible_architecture == 'aarch64' %}
|
||||
cpu_mode = custom
|
||||
# cpu_model=max fails to boot multiple images with QEMU 7.0 and -M virt (works with "-M virt-6.2")
|
||||
cpu_models = cortex-a72
|
||||
cpu_model=max
|
||||
{% elif ansible_architecture == 'x86_64' %}
|
||||
# RHEL 9 are being compiled for the x86_64-v2 architecture which is
|
||||
# newer than the qemu default of qemu64. Nehalem is apparently the
|
||||
|
||||
@@ -9,6 +9,21 @@
|
||||
tls_enabled: true
|
||||
kolla_build_images: true
|
||||
|
||||
- job:
|
||||
name: kolla-ansible-centos10s
|
||||
parent: kolla-ansible-base
|
||||
nodeset: kolla-ansible-centos10s
|
||||
voting: false
|
||||
vars:
|
||||
base_distro: centos
|
||||
tls_enabled: true
|
||||
kolla_build_images: true
|
||||
|
||||
- job:
|
||||
name: kolla-ansible-centos10s-aarch64
|
||||
parent: kolla-ansible-centos10s
|
||||
nodeset: kolla-ansible-centos10s-aarch64
|
||||
|
||||
- job:
|
||||
name: kolla-ansible-debian-aarch64
|
||||
parent: kolla-ansible-debian
|
||||
|
||||
@@ -5,6 +5,18 @@
|
||||
- name: primary
|
||||
label: centos-9-stream
|
||||
|
||||
- nodeset:
|
||||
name: kolla-ansible-centos10s
|
||||
nodes:
|
||||
- name: primary
|
||||
label: centos-10-stream-8GB
|
||||
|
||||
- nodeset:
|
||||
name: kolla-ansible-centos10s-aarch64
|
||||
nodes:
|
||||
- name: primary
|
||||
label: centos-10-stream-arm64-8GB
|
||||
|
||||
- nodeset:
|
||||
name: kolla-ansible-debian-bookworm
|
||||
nodes:
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
- release-notes-jobs-python3
|
||||
check:
|
||||
jobs:
|
||||
- kolla-ansible-centos10s
|
||||
- kolla-ansible-debian
|
||||
- kolla-ansible-debian-podman
|
||||
- kolla-ansible-ubuntu
|
||||
@@ -50,6 +51,7 @@
|
||||
- kolla-ansible-debian-container-engine-migration-multinode
|
||||
check-arm64:
|
||||
jobs:
|
||||
- kolla-ansible-centos10s-aarch64
|
||||
- kolla-ansible-debian-aarch64
|
||||
- kolla-ansible-debian-aarch64-podman
|
||||
- kolla-ansible-debian-upgrade-aarch64
|
||||
|
||||
Reference in New Issue
Block a user