Skip to content
Snippets Groups Projects
Commit ec786459 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Bump minimum Ansible version to 2.5"

parents db554086 0a769dc3
No related branches found
No related tags found
No related merge requests found
---
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'
......@@ -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:
......
---
upgrade:
- |
Updates the minimum required version of Ansible to 2.5.
......@@ -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
......
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