Merge "Switch default ansible version to 2.7"

This commit is contained in:
Zuul 2019-03-18 07:16:50 +00:00 committed by Gerrit Code Review
commit 7b038486a2
3 changed files with 9 additions and 2 deletions

View File

@ -0,0 +1,7 @@
---
upgrade:
- |
The default ansible version is now 2.7. In case this breaks any jobs this
can be overridden in :attr:`job.ansible-version`,
:attr:`tenant.default-ansible-version` or
:attr:`scheduler.default_ansible_version`

View File

@ -25,7 +25,7 @@
parent: ansible-version
vars:
test_ansible_version_major: 2
test_ansible_version_minor: 5
test_ansible_version_minor: 7
- job:
name: ansible-25

View File

@ -1,7 +1,6 @@
# This file describes the currently supported ansible versions
[2.5]
default = true
deprecated = true
requirements = ansible>=2.5.1,<2.6 ara
@ -9,4 +8,5 @@ requirements = ansible>=2.5.1,<2.6 ara
requirements = ansible>=2.6,<2.7 ara
[2.7]
default = true
requirements = ansible>=2.7,<2.8 ara