From d9c1f45919bb0edafe6d59097045a9c5d6ee8d1a Mon Sep 17 00:00:00 2001 From: Matt Crees Date: Mon, 13 May 2024 10:42:01 +0100 Subject: [PATCH] Document required tags for Bifrost-only deployment Change-Id: I0c8268fc9ebc3f87c4daab6afb4ddf64c3d71de0 (cherry picked from commit b9ca63dbea737f41cec20914591bc0906bd4c6fb) --- doc/source/deployment.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/deployment.rst b/doc/source/deployment.rst index 24bd7c554..29a14967e 100644 --- a/doc/source/deployment.rst +++ b/doc/source/deployment.rst @@ -186,6 +186,12 @@ To deploy the seed services in containers:: After this command has completed the seed services will be active. +.. note:: + + Bifrost deployment behaviour is split between Kayobe and Kolla-Ansible. As + such, you should use both ``--tags kolla-bifrost`` and ``--kolla-tags + bifrost`` if you want to limit to Bifrost deployment. + .. seealso:: Information on configuration of Kolla Ansible is available :ref:`here