From fe55aa2048ecb393e844a65f486aa38c34b3887b Mon Sep 17 00:00:00 2001 From: Markus Zoeller Date: Wed, 24 Aug 2016 10:55:33 +0200 Subject: [PATCH] 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 --- doc/source/developer-docs/quickstart-aio.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/developer-docs/quickstart-aio.rst b/doc/source/developer-docs/quickstart-aio.rst index 7f3ebb0b07..098fea218c 100644 --- a/doc/source/developer-docs/quickstart-aio.rst +++ b/doc/source/developer-docs/quickstart-aio.rst @@ -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.