File tree Expand file tree Collapse file tree 8 files changed +30
-1
lines changed Expand file tree Collapse file tree 8 files changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ docker_apt_key_id: "0EBFCD88"
10
10
docker_apt_package : " docker-ce"
11
11
12
12
# Docker Yum repository configuration.
13
- docker_yum_url : " https://download.docker.com/linux/{{ ansible_facts.distribution | lower }} "
13
+ docker_yum_url : " https://download.docker.com/linux/centos "
14
14
docker_yum_baseurl : " {{ docker_yum_url }}/$releasever/$basearch/stable"
15
15
docker_yum_gpgkey : " {{ docker_yum_url }}/gpg"
16
16
docker_yum_gpgcheck : true
Original file line number Diff line number Diff line change @@ -16,5 +16,7 @@ host_os_distributions:
16
16
- " bullseye"
17
17
RHEL :
18
18
- " 8"
19
+ Rocky :
20
+ - " 8"
19
21
Ubuntu :
20
22
- " focal"
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ Kolla Ansible supports the following host Operating Systems (OS):
24
24
* CentOS Stream 8
25
25
* Debian Bullseye (11)
26
26
* RHEL 8 (deprecated)
27
+ * Rocky Linux 8
27
28
* Ubuntu Focal (20.04)
28
29
29
30
Supported container images
Original file line number Diff line number Diff line change
1
+ ---
2
+ features :
3
+ - |
4
+ Adds support for Rocky Linux 8 as Host OS.
Original file line number Diff line number Diff line change 95
95
- name : set new hostname based on ansible inventory file
96
96
hostname :
97
97
name : " {{ inventory_hostname }}"
98
+ use : systemd
98
99
become : true
99
100
100
101
- name : Wait for ntp time sync
Original file line number Diff line number Diff line change 27
27
install_type : source
28
28
tls_enabled : true
29
29
30
+ - job :
31
+ name : kolla-ansible-rocky8-source
32
+ parent : kolla-ansible-base
33
+ nodeset : kolla-ansible-rocky-8
34
+ voting : false
35
+ vars :
36
+ base_distro : centos
37
+ install_type : source
38
+ tls_enabled : true
39
+
30
40
- job :
31
41
name : kolla-ansible-ubuntu-source
32
42
parent : kolla-ansible-base
Original file line number Diff line number Diff line change 35
35
- name : primary
36
36
label : ubuntu-focal
37
37
38
+ - nodeset :
39
+ name : kolla-ansible-debian-bullseye-multi
40
+ nodes :
41
+ - name : primary
42
+ label : debian-bullseye
43
+ - name : secondary1
44
+ label : debian-bullseye
45
+ - name : secondary2
46
+ label : debian-bullseye
47
+
38
48
- nodeset :
39
49
name : kolla-ansible-focal-multi
40
50
nodes :
Original file line number Diff line number Diff line change 12
12
jobs :
13
13
- kolla-ansible-centos8s-source
14
14
- kolla-ansible-debian-source
15
+ - kolla-ansible-rocky8-source
15
16
- kolla-ansible-ubuntu-source
16
17
- kolla-ansible-centos8s-source-kvm
17
18
- kolla-ansible-ubuntu-source-kvm
You can’t perform that action at this time.
0 commit comments