DOC - note that stable/mitaka on Ubuntu works at most with 14.04

openstack-ansible-aio doesn't work on Ubuntu 16.04. The error message
when executing `# scripts/run-playbooks.sh` will look like this:

    TASK: [lxc_hosts | Gather variables for each operating system]
    failed: [aio1] => {"failed": true, "item": null}
    msg: No source file given

    FATAL: all hosts have already failed -- aborting

There was an IRC discussion which stated the upper version the
stable/mitaka release supports for Ubuntu:
    http://eavesdrop.openstack.org/irclogs/%23openstack-ansible/
    %23openstack-ansible.2016-05-16.log.html#t2016-05-16T18:48:13

This change updates the docs to make that relationship clear.

Change-Id: Ia9060ebce6ca568f06e14b964700800d0ea8a6b1
This commit is contained in:
Markus Zoeller 2016-08-24 10:55:33 +02:00 committed by Jesse Pretorius (odyssey4me)
parent cebce0c020
commit fe55aa2048

View File

@ -81,6 +81,9 @@ development) build it is usually best to checkout the latest tagged version.
# # Checkout the latest tag from either method of retrieving the tag.
# git checkout |my_conf_val|
.. note::
The Mitaka release is only compatible with Ubuntu 14.04 (Trusy Tahr).
By default the scripts deploy all OpenStack services with sensible defaults
for the purpose of a gate check, development or testing system.