Bump Ansible version range to 2.9 - 2.9

Updates the minimum version of Ansible from 2.8 to 2.9.

Change-Id: Icd5a23b3e723c14ae214d6c4e982109406dd0611
This commit is contained in:
Pierre Riteau 2020-09-24 11:54:17 +02:00
parent bb9a595e5e
commit 825a9366fb
3 changed files with 8 additions and 2 deletions

View File

@ -65,7 +65,7 @@
# Limit the version of ansible used by kolla-ansible to avoid new
# releases from breaking tested code. Changes to this limit should be
# tested.
- ansible>=2.8,<2.10,!=2.8.9,!=2.9.8,!=2.9.12
- ansible>=2.9,<2.10,!=2.9.8,!=2.9.12
- selinux
pip:
name: "{{ (kolla_ansible_packages + kolla_ansible_venv_extra_requirements) | select | list }}"

View File

@ -0,0 +1,6 @@
---
upgrade:
- |
Updates the minimum supported version of Ansible from 2.8 to 2.9. The
maximum supported version stays at 2.9. This is true for both Kayobe and
Kolla Ansible.

View File

@ -1,5 +1,5 @@
pbr>=2.0 # Apache-2.0
ansible>=2.8.0,<2.10.0,!=2.8.9,!=2.9.8,!=2.9.12 # GPLv3
ansible>=2.9.0,<2.10.0,!=2.9.8,!=2.9.12 # GPLv3
cliff>=3.1.0 # Apache
netaddr!=0.7.16,>=0.7.13 # BSD
PyYAML>=3.10.0 # MIT