Merge "Bump Ansible version range to 2.8 - 2.9"

This commit is contained in:
Zuul 2020-02-28 21:47:00 +00:00 committed by Gerrit Code Review
commit afa42f72a1
3 changed files with 8 additions and 2 deletions

View File

@ -7,7 +7,7 @@ kolla-ansible=={{ kolla_openstack_release }}
{% endif %} {% endif %}
# Limit the version of ansible used by kolla-ansible to avoid new releases from # Limit the version of ansible used by kolla-ansible to avoid new releases from
# breaking tested code. Changes to this limit should be tested. # breaking tested code. Changes to this limit should be tested.
ansible>=2.6,<2.9 ansible>=2.8,<2.10
{% if ansible_os_family == 'RedHat' and ansible_distribution_major_version | int >= 8 %} {% if ansible_os_family == 'RedHat' and ansible_distribution_major_version | int >= 8 %}
selinux selinux
{% endif %} {% endif %}

View File

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

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
pbr>=2.0 # Apache-2.0 pbr>=2.0 # Apache-2.0
ansible>=2.6.0,<2.9.0 # GPLv3 ansible>=2.8.0,<2.10.0 # GPLv3
cliff>=2.5.0,<2.15.0 # Apache cliff>=2.5.0,<2.15.0 # Apache
netaddr!=0.7.16,>=0.7.13 # BSD netaddr!=0.7.16,>=0.7.13 # BSD
PyYAML>=3.10.0 # MIT PyYAML>=3.10.0 # MIT