From 7c8533a28f1501ec1c9e2afc0a21518a29c63f06 Mon Sep 17 00:00:00 2001 From: Greg Faust Date: Fri, 3 Jun 2016 15:49:18 -0400 Subject: [PATCH] DOC add note about building AIO more than once Change-Id: I2eed20f00b491ebfd9ead7659438534b5c11db60 --- doc/source/developer-docs/quickstart-aio.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/source/developer-docs/quickstart-aio.rst b/doc/source/developer-docs/quickstart-aio.rst index ea7f5b2957..ec77d26761 100644 --- a/doc/source/developer-docs/quickstart-aio.rst +++ b/doc/source/developer-docs/quickstart-aio.rst @@ -156,6 +156,16 @@ Finally, run the playbooks by executing: # scripts/run-playbooks.sh +.. note:: + Do not execute the ``run-playbooks.sh`` more than once. If something goes + wrong, it is necessary to start over as described below in the + `Rebuilding an AIO`_ section. Alternatively, it may be possible to + individually run each playbook rather than starting over. If any playbooks + need to be re-run after the initial deploy, they should be run from the + playbooks directory with the openstack-ansible command. Executing + ``run-playbooks.sh`` a second time results in an inconsistent state for LXC + IPtables rules and causes network connectivity issues from within containers. + The installation process will take a while to complete, but here are some general estimates: