Skip to content
Snippets Groups Projects
Commit 232b5a36 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "The quickstart guide still says to use Anisble 1.9.4"

parents baae1b24 b6ae413c
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ and OverlayFS. In order to update kernel in Ubuntu 14.04 LTS to 4.2, run: ...@@ -55,7 +55,7 @@ and OverlayFS. In order to update kernel in Ubuntu 14.04 LTS to 4.2, run:
===================== =========== =========== ========================= ===================== =========== =========== =========================
Component Min Version Max Version Comment Component Min Version Max Version Comment
===================== =========== =========== ========================= ===================== =========== =========== =========================
Ansible 1.9.4 < 2.0.0 On deployment host Ansible 2.0.0 none On deployment host
Docker 1.10.0 none On target nodes Docker 1.10.0 none On target nodes
Docker Python 1.6.0 none On target nodes Docker Python 1.6.0 none On target nodes
Python Jinja2 2.8.0 none On deployment host Python Jinja2 2.8.0 none On deployment host
...@@ -201,10 +201,9 @@ Ansible from distribution packaging if the distro packaging has recommended ...@@ -201,10 +201,9 @@ Ansible from distribution packaging if the distro packaging has recommended
version available. version available.
Some implemented distro versions of Ansible are too old to use distro Some implemented distro versions of Ansible are too old to use distro
packaging. Currently, CentOS and RHEL package Ansible 1.9.4 which is suitable packaging. Currently, CentOS and RHEL package Ansible >2.0 which is suitable
for use with Kolla. As Ansible 2.0 is also available, version 1.9 must be for use with Kolla. Note that you will need to enable access to the EPEL
specified. Note that you will need to enable access to the EPEL repository to repository to install via yum -- to do so, take a look at Fedora's EPEL
install via yum -- to do so, take a look at Fedora's EPEL
`docs <https://fedoraproject.org/wiki/EPEL>`__ and `docs <https://fedoraproject.org/wiki/EPEL>`__ and
`FAQ <https://fedoraproject.org/wiki/EPEL/FAQ>`__. `FAQ <https://fedoraproject.org/wiki/EPEL/FAQ>`__.
...@@ -212,15 +211,15 @@ On CentOS or RHEL systems, this can be done using: ...@@ -212,15 +211,15 @@ On CentOS or RHEL systems, this can be done using:
:: ::
yum -y install ansible1.9 yum -y install ansible
Many DEB based systems do not meet Kolla's Ansible version requirements. It is Many DEB based systems do not meet Kolla's Ansible version requirements. It is
recommended to use pip to install Ansible 1.9.4. Finally Ansible 1.9.4 may be recommended to use pip to install Ansible >2.0. Finally Ansible >2.0 may be
installed using: installed using:
:: ::
pip install -U ansible==1.9.4 pip install -U ansible
If DEB based systems include a version of Ansible that meets Kolla's version If DEB based systems include a version of Ansible that meets Kolla's version
requirements it can be installed by: requirements it can be installed by:
......
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