Skip to content
Snippets Groups Projects
Commit a0b4ab57 authored by Mark Goddard's avatar Mark Goddard
Browse files

Bump Ansible to 2.6.x

Bump the maximum supported version of Ansible to 2.6.x for both Kayobe
and Kolla Ansible.

Change-Id: Ia8691d127bb6ce57dcd6fdac25f0357844f5cbaa
Story: 2004287
Task: 27839
parent 60ecee2b
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ kolla-ansible=={{ kolla_openstack_release }} ...@@ -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 ansible<2.7
{% if kolla_ansible_venv_extra_requirements is defined %} {% if kolla_ansible_venv_extra_requirements is defined %}
{% for item in kolla_ansible_venv_extra_requirements %} {% for item in kolla_ansible_venv_extra_requirements %}
{{ item }} {{ item }}
......
...@@ -7,7 +7,7 @@ pbr>=2.0 # Apache-2.0 ...@@ -7,7 +7,7 @@ pbr>=2.0 # Apache-2.0
# with the fix backported. It can be installed by uncommenting the following # with the fix backported. It can be installed by uncommenting the following
# line and commenting the one after. # line and commenting the one after.
# -e git+https://github.com/stackhpc/ansible@issue-30350-2.3#egg=ansible-issue-30350-2.3 # GPLv3 # -e git+https://github.com/stackhpc/ansible@issue-30350-2.3#egg=ansible-issue-30350-2.3 # GPLv3
ansible>=2.4.0,<2.6.0 # GPLv3 ansible>=2.4.0,<2.7.0 # GPLv3
cliff>=2.5.0 # Apache cliff>=2.5.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
......
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