From 3ba06b87ea06fa468b15fc95db627bdb04f0581e Mon Sep 17 00:00:00 2001 From: wuchunyang Date: Fri, 19 Mar 2021 14:05:34 +0800 Subject: [PATCH] [doc] introduce octavia tenant management network Change-Id: I713f6fafe328e060a71dbb584e61603e547deaf6 --- doc/source/reference/networking/octavia.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/source/reference/networking/octavia.rst b/doc/source/reference/networking/octavia.rst index 2ef743ebe9..53b5d40497 100644 --- a/doc/source/reference/networking/octavia.rst +++ b/doc/source/reference/networking/octavia.rst @@ -396,3 +396,21 @@ Upgrade If you upgrade from the Ussuri release, you must disable ``octavia_auto_configure`` in ``globals.yml`` and keep your other octavia config as before. + +Development or Testing +====================== + +Kolla Ansible provides a simple way to setup Octavia networking for +development or testing, when using the Neutron Open vSwitch ML2 mechanism +driver. In this case, Kolla Ansible will create a tenant +network and configure Octavia control services to access it. Please do not +use this option in production, the network may not be reliable enough for +production. + +Add ``octavia_network_type`` to ``globals.yml`` and set the value to ``tenant`` + +.. code-block:: yaml + + octavia_network_type: "tenant" + +Next,follow the deployment instructions as normal.