Skip to content
Snippets Groups Projects
Commit 7080ccfc authored by Michal Nasiadka's avatar Michal Nasiadka
Browse files

Add Rocky Linux support as Host OS

Depends-On: https://review.opendev.org/c/openstack/ansible-collection-kolla/+/831642
Change-Id: I70dcd2d0cade52a23b3e219b7e0aaa31193ec938
parent 8b75f583
No related branches found
No related tags found
No related merge requests found
...@@ -15,5 +15,7 @@ host_os_distributions: ...@@ -15,5 +15,7 @@ host_os_distributions:
- "bullseye" - "bullseye"
RHEL: RHEL:
- "8" - "8"
Rocky:
- "8"
Ubuntu: Ubuntu:
- "focal" - "focal"
...@@ -24,6 +24,7 @@ Kolla Ansible supports the following host Operating Systems (OS): ...@@ -24,6 +24,7 @@ Kolla Ansible supports the following host Operating Systems (OS):
* CentOS Stream 8 * CentOS Stream 8
* Debian Bullseye (11) * Debian Bullseye (11)
* RHEL 8 (deprecated) * RHEL 8 (deprecated)
* Rocky Linux 8
* Ubuntu Focal (20.04) * Ubuntu Focal (20.04)
Supported container images Supported container images
......
---
features:
- |
Adds support for Rocky Linux 8 as Host OS.
...@@ -81,6 +81,7 @@ ...@@ -81,6 +81,7 @@
- name: set new hostname based on ansible inventory file - name: set new hostname based on ansible inventory file
hostname: hostname:
name: "{{ inventory_hostname }}" name: "{{ inventory_hostname }}"
use: systemd
become: true become: true
- name: Wait for ntp time sync - name: Wait for ntp time sync
......
...@@ -26,6 +26,16 @@ ...@@ -26,6 +26,16 @@
install_type: source install_type: source
tls_enabled: true tls_enabled: true
- job:
name: kolla-ansible-rocky8-source
parent: kolla-ansible-base
nodeset: kolla-ansible-rocky-8
voting: false
vars:
base_distro: centos
install_type: source
tls_enabled: true
- job: - job:
name: kolla-ansible-ubuntu-source name: kolla-ansible-ubuntu-source
parent: kolla-ansible-base parent: kolla-ansible-base
......
...@@ -33,6 +33,12 @@ ...@@ -33,6 +33,12 @@
- name: secondary2 - name: secondary2
label: debian-bullseye label: debian-bullseye
- nodeset:
name: kolla-ansible-rocky-8
nodes:
- name: primary
label: rockylinux-8
- nodeset: - nodeset:
name: kolla-ansible-focal-multi name: kolla-ansible-focal-multi
nodes: nodes:
......
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
jobs: jobs:
- kolla-ansible-centos8s-source - kolla-ansible-centos8s-source
- kolla-ansible-debian-source - kolla-ansible-debian-source
- kolla-ansible-rocky8-source
- kolla-ansible-ubuntu-source - kolla-ansible-ubuntu-source
- kolla-ansible-centos8s-source-kvm - kolla-ansible-centos8s-source-kvm
- kolla-ansible-ubuntu-source-kvm - kolla-ansible-ubuntu-source-kvm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment