Merge "Bump minimum Ansible version to 2.5"

This commit is contained in:
Zuul 2019-07-08 09:21:53 +00:00 committed by Gerrit Code Review
commit ec78645928
4 changed files with 8 additions and 4 deletions

View File

@ -1,4 +1,4 @@
---
docker_version_min: '1.10.0'
docker_py_version_min: '2.0.0'
ansible_version_min: '2.4.0'
ansible_version_min: '2.5.0'

View File

@ -96,7 +96,7 @@ If not installing Kolla Ansible in a virtual environment, skip this section.
pip install -U pip
#. Install `Ansible <http://www.ansible.com>`__. Currently, Kolla Ansible
requires Ansible 2.4+.
requires Ansible 2.5+.
.. code-block:: console
@ -128,7 +128,7 @@ If installing Kolla Ansible in a virtual environment, skip this section.
sudo pip install -U pip
#. Install `Ansible <http://www.ansible.com>`__. Currently, Kolla Ansible
requires Ansible 2.4+.
requires Ansible 2.5+.
For CentOS or RHEL, run:

View File

@ -0,0 +1,4 @@
---
upgrade:
- |
Updates the minimum required version of Ansible to 2.5.

View File

@ -93,7 +93,7 @@ function setup_ansible {
RAW_INVENTORY=/etc/kolla/inventory
# TODO(SamYaple): Move to virtualenv
sudo -H pip install -U "ansible>=2.4" "docker>=2.0.0" "python-openstackclient" "ara<1.0.0" "cmd2<0.9.0"
sudo -H pip install -U "ansible>=2.5" "docker>=2.0.0" "python-openstackclient" "ara<1.0.0" "cmd2<0.9.0"
if [[ $ACTION == "zun" ]]; then
sudo -H pip install -U "python-zunclient"
fi