Add CentOS 10 Stream to CI testing
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/956773 Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/956774 Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/956786 Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/956775 Change-Id: I020646e94a2c7afb4084f516331967aba50fd11e Signed-off-by: Dmitriy Rabotyagov <dmitriy.rabotyagov@cleura.com>
This commit is contained in:
@@ -31,6 +31,9 @@ openstack_github_base_url: https://github.com
|
||||
## OpenStack service python version
|
||||
openstack_venv_python_executable: "python3"
|
||||
|
||||
## Define default EPEL location
|
||||
centos_epel_mirror: https://dl.fedoraproject.org/pub/epel
|
||||
|
||||
## Verbosity Options
|
||||
debug: False
|
||||
|
||||
|
||||
@@ -82,7 +82,8 @@
|
||||
_ubuntu_conditional_vars: "{{ (ansible_facts['distribution'] == 'Ubuntu') | ternary(_ubuntu_vars, {}) }}"
|
||||
nodepool_overrides:
|
||||
openstack_hosts_centos_mirror_url: "{{ nodepool_vars.NODEPOOL_CENTOS_MIRROR }}"
|
||||
centos_epel_mirror: "{{ nodepool_vars.NODEPOOL_EPEL_MIRROR }}"
|
||||
# NOTE: EPEL10 mirrors are not around yet
|
||||
# centos_epel_mirror: "{{ nodepool_vars.NODEPOOL_EPEL_MIRROR }}"
|
||||
# galera_repo_host: "{{ nodepool_vars.NODEPOOL_MIRROR_HOST }}:8080"
|
||||
nova_virt_type: 'qemu'
|
||||
# NOTE(jrosser)
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
name: systemd_networkd
|
||||
vars:
|
||||
systemd_networkd_prefix: "osa_testing"
|
||||
systemd_networkd_epel_mirror: "{{ (nodepool_vars is defined) | ternary(nodepool_vars.NODEPOOL_EPEL_MIRROR, 'http://download.fedoraproject.org/pub/epel') }}"
|
||||
systemd_networkd_epel_mirror: "https://dl.fedoraproject.org/pub/epel"
|
||||
systemd_interface_cleanup: true
|
||||
systemd_run_networkd: true
|
||||
systemd_netdevs:
|
||||
|
||||
@@ -531,6 +531,47 @@
|
||||
DOCKER_IMAGE_TAG: ubuntu-systemd:noble
|
||||
|
||||
# CentOS Stream 10
|
||||
- job:
|
||||
name: openstack-ansible-deploy-aio_lxc-centos-10-stream
|
||||
parent: openstack-ansible-deploy-aio
|
||||
nodeset: osa-centos-10-stream
|
||||
|
||||
- job:
|
||||
name: openstack-ansible-deploy-infra_lxc-centos-10-stream
|
||||
parent: openstack-ansible-deploy-aio
|
||||
nodeset: osa-centos-10-stream
|
||||
|
||||
- job:
|
||||
name: openstack-ansible-deploy-infra_distro_lxc-centos-10-stream
|
||||
parent: openstack-ansible-deploy-aio-infra
|
||||
nodeset: osa-centos-10-stream
|
||||
|
||||
- job:
|
||||
name: openstack-ansible-deploy-hosts_lxc-centos-10-stream
|
||||
parent: openstack-ansible-deploy-aio
|
||||
nodeset: osa-centos-10-stream
|
||||
|
||||
- job:
|
||||
name: openstack-ansible-deploy-hosts_metal-centos-10-stream
|
||||
parent: openstack-ansible-deploy-aio
|
||||
nodeset: osa-centos-10-stream
|
||||
|
||||
- job:
|
||||
name: openstack-ansible-deploy-aio_metal-centos-10-stream
|
||||
parent: openstack-ansible-deploy-aio
|
||||
nodeset: osa-centos-10-stream
|
||||
|
||||
- job:
|
||||
name: openstack-ansible-deploy-aio_telemetry_metal-centos-10-stream
|
||||
parent: openstack-ansible-deploy-aio
|
||||
nodeset: osa-centos-10-stream
|
||||
|
||||
- job:
|
||||
name: openstack-ansible-upgrade-aio_metal-centos-10-stream
|
||||
parent: openstack-ansible-deploy-aio
|
||||
nodeset: osa-centos-10-stream
|
||||
timeout: 10800
|
||||
|
||||
- job:
|
||||
name: openstack-ansible-tox-molecule-centos-10-stream
|
||||
parent: openstack-ansible-tox-molecule
|
||||
|
||||
@@ -18,3 +18,9 @@
|
||||
nodes:
|
||||
- name: ubuntu-noble-nested
|
||||
label: nested-virt-ubuntu-noble
|
||||
|
||||
- nodeset:
|
||||
name: osa-centos-10-stream
|
||||
nodes:
|
||||
- name: centos-10-stream
|
||||
label: centos-10-stream-8GB
|
||||
|
||||
@@ -41,10 +41,12 @@
|
||||
name: openstack-ansible-deploy-aio_lxc-jobs
|
||||
check:
|
||||
jobs:
|
||||
- openstack-ansible-deploy-aio_lxc-centos-10-stream
|
||||
- openstack-ansible-deploy-aio_lxc-debian-bookworm
|
||||
- openstack-ansible-deploy-aio_lxc-ubuntu-noble
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-ansible-deploy-aio_lxc-centos-10-stream
|
||||
- openstack-ansible-deploy-aio_lxc-debian-bookworm
|
||||
- openstack-ansible-deploy-aio_lxc-ubuntu-noble
|
||||
periodic:
|
||||
@@ -74,12 +76,14 @@
|
||||
name: openstack-ansible-deploy-infra_lxc-jobs
|
||||
check:
|
||||
jobs:
|
||||
- openstack-ansible-deploy-infra_lxc-centos-10-stream
|
||||
- openstack-ansible-deploy-infra_lxc-debian-bookworm
|
||||
- openstack-ansible-deploy-infra_lxc-ubuntu-noble
|
||||
- openstack-ansible-deploy-infra_lxc_stepca-ubuntu-noble
|
||||
- openstack-ansible-deploy-infra_lxc_tls-ubuntu-noble
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-ansible-deploy-infra_lxc-centos-10-stream
|
||||
- openstack-ansible-deploy-infra_lxc-debian-bookworm
|
||||
- openstack-ansible-deploy-infra_lxc-ubuntu-noble
|
||||
- openstack-ansible-deploy-infra_lxc_stepca-ubuntu-noble
|
||||
@@ -92,10 +96,12 @@
|
||||
name: openstack-ansible-deploy-infra_distro_lxc-jobs
|
||||
check:
|
||||
jobs:
|
||||
- openstack-ansible-deploy-infra_distro_lxc-centos-10-stream
|
||||
- openstack-ansible-deploy-infra_distro_lxc-debian-bookworm
|
||||
- openstack-ansible-deploy-infra_distro_lxc-ubuntu-noble
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-ansible-deploy-infra_distro_lxc-centos-10-stream
|
||||
- openstack-ansible-deploy-infra_distro_lxc-debian-bookworm
|
||||
- openstack-ansible-deploy-infra_distro_lxc-ubuntu-noble
|
||||
|
||||
@@ -103,10 +109,12 @@
|
||||
name: openstack-ansible-deploy-hosts_lxc-jobs
|
||||
check:
|
||||
jobs:
|
||||
- openstack-ansible-deploy-hosts_lxc-centos-10-stream
|
||||
- openstack-ansible-deploy-hosts_lxc-debian-bookworm
|
||||
- openstack-ansible-deploy-hosts_lxc-ubuntu-noble
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-ansible-deploy-hosts_lxc-centos-10-stream
|
||||
- openstack-ansible-deploy-hosts_lxc-debian-bookworm
|
||||
- openstack-ansible-deploy-hosts_lxc-ubuntu-noble
|
||||
periodic:
|
||||
@@ -117,10 +125,12 @@
|
||||
name: openstack-ansible-deploy-hosts_metal-jobs
|
||||
check:
|
||||
jobs:
|
||||
- openstack-ansible-deploy-hosts_metal-centos-10-stream
|
||||
- openstack-ansible-deploy-hosts_metal-debian-bookworm
|
||||
- openstack-ansible-deploy-hosts_metal-ubuntu-noble
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-ansible-deploy-hosts_metal-centos-10-stream
|
||||
- openstack-ansible-deploy-hosts_metal-debian-bookworm
|
||||
- openstack-ansible-deploy-hosts_metal-ubuntu-noble
|
||||
periodic:
|
||||
@@ -147,6 +157,7 @@
|
||||
name: openstack-ansible-deploy-aio_metal-jobs
|
||||
check:
|
||||
jobs:
|
||||
- openstack-ansible-deploy-aio_metal-centos-10-stream
|
||||
- openstack-ansible-deploy-aio_metal-debian-bookworm
|
||||
- openstack-ansible-deploy-aio_metal-ubuntu-noble
|
||||
- openstack-ansible-deploy-aio_metal_tls-ubuntu-noble
|
||||
@@ -155,6 +166,7 @@
|
||||
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-ansible-deploy-aio_metal-centos-10-stream
|
||||
- openstack-ansible-deploy-aio_metal-debian-bookworm
|
||||
- openstack-ansible-deploy-aio_metal-ubuntu-noble
|
||||
- openstack-ansible-deploy-aio_metal_tls-ubuntu-noble
|
||||
@@ -163,10 +175,12 @@
|
||||
name: openstack-ansible-deploy-aio_telemetry_metal-jobs
|
||||
check:
|
||||
jobs:
|
||||
- openstack-ansible-deploy-aio_telemetry_metal-centos-10-stream
|
||||
- openstack-ansible-deploy-aio_telemetry_metal-debian-bookworm
|
||||
- openstack-ansible-deploy-aio_telemetry_metal-ubuntu-noble
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-ansible-deploy-aio_telemetry_metal-centos-10-stream
|
||||
- openstack-ansible-deploy-aio_telemetry_metal-debian-bookworm
|
||||
- openstack-ansible-deploy-aio_telemetry_metal-ubuntu-noble
|
||||
|
||||
|
||||
Reference in New Issue
Block a user