diff --git a/ansible/roles/prechecks/vars/main.yml b/ansible/roles/prechecks/vars/main.yml index fd2237209d..c612c5530c 100644 --- a/ansible/roles/prechecks/vars/main.yml +++ b/ansible/roles/prechecks/vars/main.yml @@ -1,4 +1,4 @@ --- docker_version_min: '1.10.0' -docker_py_version_min: '1.6.0' +docker_py_version_min: '1.8.1' ansible_version_min: '2.0.0' diff --git a/doc/quickstart.rst b/doc/quickstart.rst index 0a26630f4b..187a2fb4f6 100644 --- a/doc/quickstart.rst +++ b/doc/quickstart.rst @@ -76,8 +76,7 @@ Docker Python 1.6.0 none On target nodes Python Jinja2 2.6.0 none On deployment host ===================== =========== =========== ========================= -Dependencies for the stable/newton branch and later (including master branch) -are: +Dependencies for the stable/newton are: ===================== =========== =========== ========================= Component Min Version Max Version Comment @@ -88,6 +87,18 @@ Docker Python 1.6.0 none On target nodes Python Jinja2 2.8.0 none On deployment host ===================== =========== =========== ========================= +Dependencies for the stable/ocata branch and later (including master branch) +are: + +===================== =========== =========== ========================= +Component Min Version Max Version Comment +===================== =========== =========== ========================= +Ansible 2.0.0 none On deployment host +Docker 1.10.0 none On target nodes +Docker Python 1.8.1 none On target nodes +Python Jinja2 2.8.0 none On deployment host +===================== =========== =========== ========================= + Make sure the ``pip`` package manager is installed and upgraded to the latest before proceeding: