From d038e223ee5d05da78810b3dbc067d3102688b39 Mon Sep 17 00:00:00 2001
From: Rob Hirschfeld <rob@rackn.com>
Date: Thu, 15 Oct 2015 15:04:53 -0500
Subject: [PATCH] Make version requirements more visible

The documentation was correct.  This table change helps
highlight that default packages are not recent enough
or too recent for the Kolla playbooks.

Change-Id: I9ea3cfc87aebcc10cb344cd8f32e9b91782ecf55
---
 doc/ansible-deployment.rst | 23 +++++++++++++++++------
 1 file changed, 17 insertions(+), 6 deletions(-)

diff --git a/doc/ansible-deployment.rst b/doc/ansible-deployment.rst
index ebab3a459e..1692b6e78c 100644
--- a/doc/ansible-deployment.rst
+++ b/doc/ansible-deployment.rst
@@ -24,12 +24,23 @@ More information on the Ansible inventory file can be found in the Ansible
 Prerequisites
 -------------
 
-On the deployment host you must have Ansible>=1.9.2 installed. That is
-the only requirement for deploying. To build the images locally you must
-also have the Python library docker-py>=1.2.0 installed.
-
-On the target nodes you must have docker>=1.6.0 and docker-py>=1.2.0
-installed.
+.. NOTE:: Install is *very* sensitive about version of components.  Please
+  review carefully because default Operating System repos are likely out of
+  date.
+
+=====================   ===========  ===========  =========================
+Component               Min Version  Max Version  Comment
+=====================   ===========  ===========  =========================
+Ansible                 1.9.3        none         On deployment host
+Docker                  1.6.0        1.8.2        On target nodes
+Docker Python           1.2.0        none         On target nodes
+=====================   ===========  ===========  =========================
+
+Docker Python Library (aka docker-py) is also needed to build images
+locally.
+
+Directory Structure
+-------------------
 
 When deploying, the following directories will be modified. Make sure
 kolla-ansible have permission to access them.
-- 
GitLab