Merge "Assume centos version is at least 8.3"

This commit is contained in:
Zuul 2021-03-16 17:31:53 +00:00 committed by Gerrit Code Review
commit 733cc6ecfa
2 changed files with 9 additions and 3 deletions

View File

@ -0,0 +1,9 @@
---
upgrade:
- |
In order to accomodate Centos-8 Stream support, it is necessary require
the minimum version of Centos-8 Classic to be 8.3. There are breaking
changes between Stream and Classic versions prior to 8.3 which break
ansible code that detects major/minor versions of Centos. Before
upgrading to Wallaby, deployers should ensure that their Centos hosts
are updated to 8.3.

View File

@ -40,11 +40,8 @@ openstack_host_kernel_modules:
- name: ip_vs
- name: iscsi_tcp
- name: nf_conntrack
- name: "{{ ansible_facts['distribution_version'] is version('8.3', '<') | ternary('nf_conntrack_ipv4', '') }}"
- name: "{{ ansible_facts['distribution_version'] is version('8.3', '<') | ternary('nf_conntrack_ipv6', '') }}"
- name: nf_defrag_ipv4
- name: nf_nat
- name: "{{ ansible_facts['distribution_version'] is version('8.3', '<') | ternary('nf_nat_ipv4', '') }}"
- name: vhost_net
## Base packages