Skip to content

Commit 5cc0571

Browse files
mnasiadkaAlex-Welsh
authored andcommitted
Add support for CentOS 10 Stream
Depends-On: https://review.opendev.org/c/openstack/ansible-collection-kolla/+/962714 Signed-Off-By: Michal Nasiadka <mnasiadka@gmail.com> Change-Id: I998fdeb51f3f01a878c159f477004b8edf4e0aa9 (cherry picked from commit 635211c)
1 parent eb60319 commit 5cc0571

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

ansible/roles/prechecks/vars/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ ansible_version_max: '2.18'
1111
host_os_distributions:
1212
CentOS:
1313
- "9"
14+
- "10"
1415
Debian:
1516
- "bookworm"
1617
Rocky:

zuul.d/jobs.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99
tls_enabled: true
1010
kolla_build_images: true
1111

12+
- job:
13+
name: kolla-ansible-centos10s
14+
parent: kolla-ansible-base
15+
nodeset: kolla-ansible-centos10s
16+
voting: false
17+
vars:
18+
base_distro: centos
19+
tls_enabled: true
20+
kolla_build_images: true
21+
1222
- job:
1323
name: kolla-ansible-debian-aarch64
1424
parent: kolla-ansible-debian

zuul.d/nodesets.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@
66
label: centos-9-stream
77

88
- nodeset:
9-
name: kolla-ansible-debian-bookworm-8GB
9+
name: kolla-ansible-centos10s
1010
nodes:
1111
- name: primary
12-
label: debian-bookworm-8GB
12+
label: centos-10-stream-8GB
13+
14+
- nodeset:
15+
name: kolla-ansible-debian-bookworm
16+
nodes:
17+
- name: primary
18+
label: debian-bookworm
1319

1420
- nodeset:
1521
name: kolla-ansible-debian-bookworm-16GB

zuul.d/project.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- openstack-tox-py311
1616
- openstack-tox-py312
1717
- kolla-ansible-centos9s
18+
- kolla-ansible-centos10s
1819
- kolla-ansible-debian
1920
- kolla-ansible-debian-podman
2021
- kolla-ansible-rocky9

0 commit comments

Comments
 (0)