From ed8e1a63da62b350547e52232d8142ce14dc7487 Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Wed, 2 Oct 2019 13:54:41 +0200 Subject: [PATCH] Fix customised inventory section Add a note to base customised inventory on a kayobe kolla-ansible inventory template. Change-Id: I75ace6878d36cb523c38a33daa9eecd62826fe43 --- doc/source/control-plane-service-placement.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/control-plane-service-placement.rst b/doc/source/control-plane-service-placement.rst index a64753ebe..86cf8b26b 100644 --- a/doc/source/control-plane-service-placement.rst +++ b/doc/source/control-plane-service-placement.rst @@ -205,6 +205,10 @@ Example 2: Overriding the Kolla-ansible Inventory This example shows how to override one or more sections of the kolla-ansible inventory. All file paths are relative to ``${KAYOBE_CONFIG_PATH}``. +It is typically best to start with an inventory template taken from the Kayobe +source code, and then customize it. The templates can be found in +``ansible/roles/kolla-ansible/templates``, e.g. components template is ``overcloud-components.j2``. + First, create a file containing the customised inventory section. We'll use the **components** section in this example.