forked from openstack/kayobe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
67a4d50
commit 405ccda
Showing
5 changed files
with
24 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
upgrade: | ||
- | | ||
Updates the minimum supported version of Ansible from 2.4 to 2.5, and the | ||
maximum supported version from 2.6 to 2.7. This is true for both Kayobe and | ||
Kolla Ansible. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,7 @@ | |
# process, which may cause wedges in the gate later. | ||
|
||
pbr>=2.0 # Apache-2.0 | ||
# Ansible 2.3 has a bug (#30350) in the Dell network modules. Pull in a version | ||
# with the fix backported. It can be installed by uncommenting the following | ||
# line and commenting the one after. | ||
# -e git+https://github.com/stackhpc/[email protected]#egg=ansible-issue-30350-2.3 # GPLv3 | ||
ansible>=2.4.0,<2.7.0 # GPLv3 | ||
ansible>=2.5.0,<2.8.0 # GPLv3 | ||
cliff>=2.5.0,<2.15.0 # Apache | ||
netaddr!=0.7.16,>=0.7.13 # BSD | ||
# paramiko 2.5.0 makes the kayobe-tox-molecule job fail. | ||
|