Adds support for Ansible 2.7, bump mimimum to 2.5
Updates the minimum version of Ansible from 2.4 to 2.5, and the maximum supported version from 2.6 to 2.7. Change-Id: If8071a9b5c85e5e69fbb333e91c84d10c20d80f3 Story: 2006143 Task: 35639
Showing
- ansible/kolla-ansible.yml 16 additions, 15 deletionsansible/kolla-ansible.yml
- ansible/roles/kolla-ansible/templates/requirements.txt.j2 1 addition, 1 deletionansible/roles/kolla-ansible/templates/requirements.txt.j2
- ansible/roles/kolla-ansible/tests/test-extras.yml 0 additions, 1 deletionansible/roles/kolla-ansible/tests/test-extras.yml
- releasenotes/notes/ansible-2.5-2.7-c06a682f4f07755d.yaml 6 additions, 0 deletionsreleasenotes/notes/ansible-2.5-2.7-c06a682f4f07755d.yaml
- requirements.txt 1 addition, 5 deletionsrequirements.txt
... | @@ -3,11 +3,7 @@ | ... | @@ -3,11 +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.3 has a bug (#30350) in the Dell network modules. Pull in a version | ansible>=2.5.0,<2.8.0 # GPLv3 | ||
# with the fix backported. It can be installed by uncommenting the following | |||
# line and commenting the one after. | |||
# -e git+https://github.com/stackhpc/ansible@issue-30350-2.3#egg=ansible-issue-30350-2.3 # GPLv3 | |||
ansible>=2.4.0,<2.7.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 | ||
# paramiko 2.5.0 makes the kayobe-tox-molecule job fail. | # paramiko 2.5.0 makes the kayobe-tox-molecule job fail. | ||
... | ... |
Please register or sign in to comment