From d0c7bb653af16ddf310579966d2f6583da866f4c Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Fri, 6 Jan 2023 04:05:13 +0100 Subject: [OVN] Implementation of OVN Neutron Agent This patch implements the OVN Neutron Agent executable, the extension manager engine, the agent extension abstract class and the configuration section. Related-Bug: #1998608 Change-Id: I94bb98217e03f9ac314cb9723da277a23368649c --- releasenotes/notes/ovn-agent-added-84fc31c0fba02be9.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 releasenotes/notes/ovn-agent-added-84fc31c0fba02be9.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/ovn-agent-added-84fc31c0fba02be9.yaml b/releasenotes/notes/ovn-agent-added-84fc31c0fba02be9.yaml new file mode 100644 index 0000000000..ed2a04d860 --- /dev/null +++ b/releasenotes/notes/ovn-agent-added-84fc31c0fba02be9.yaml @@ -0,0 +1,8 @@ +--- +features: + - | + Added a new agent: the OVN Agent. This new agent will run on a compute or + a controller node using OVN as network backend, similar to other ML2 + mechanism drivers as ML2/OVS or ML2/SRIOV. This new agent will perform + those actions that the ovn-controller service cannot execute. The agent + functionality will be plugable and added via configuration knob. -- cgit v1.2.1