summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorFrode Nordahl <frode.nordahl@canonical.com>2021-09-14 14:33:29 +0200
committerFrode Nordahl <frode.nordahl@canonical.com>2022-02-18 07:17:36 +0100
commit7d64d0c116cf3f5ec2a35fb2ffe08dde61343ad8 (patch)
treed6df4879df73ccf0c8379c91807d6bfadb9d927f /requirements.txt
parentce96e502faff1a9471e188a2dde98d1dbca80efc (diff)
downloadneutron-7d64d0c116cf3f5ec2a35fb2ffe08dde61343ad8.tar.gz
[OVN] Off-path SmartNIC DPU Port Binding with OVN
Traditionally it has been the CMSs, in OpenStacks case Nova's, responsibility to create Virtual Interfaces (VIFs) as part of instance life cycle, and subsequently manage plug/unplug operations on the Open vSwitch integration bridge. With the advent of SmartNIC DPUs which are connected to multiple distinct CPUs we can have a topology where the instance runs on one host and Open vSwitch and OVN runs on a different host, the SmartNIC DPU control plane CPU. One of the main use cases for having this topology is security where we treat the hypervisor host as untrusted and prohibit direct communication between the hypervisor host and the SmartNIC DPU control plane host. In addition to that control facilities such as switchdev devices are only visible from the SmartNIC DPU control plane CPUs. Adds support for binding ports of type VNIC_REMOTE_MANAGED by looking up chassis based on serial number that Nova provides in the binding_profile. Information required by the OVN controller to successfully look up and plug representor port is provided as options on the LSP as defined by the representor plug provider documentation [0][1]. 0: https://docs.ovn.org/en/stable/topics/vif-plug-providers/vif-plug-providers.html 1: https://github.com/ovn-org/ovn-vif/blob/main/Documentation/topics/vif-plug-providers/vif-plug-representor.rst Partial-Bug: #1932154 Depends-On: I496db96ea40da3bee5b81bcee1edc79e1f46b541 Depends-On: I83a128a260acdd8bf78fede566af6881b8b82a9c Change-Id: Icc6c2d0f7f8f5cc94997db6244175a8e8884789f
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 0169731ce0..d809cdbcfe 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -16,7 +16,7 @@ Jinja2>=2.10 # BSD License (3 clause)
keystonemiddleware>=5.1.0 # Apache-2.0
netaddr>=0.7.18 # BSD
netifaces>=0.10.4 # MIT
-neutron-lib>=2.18.0 # Apache-2.0
+neutron-lib>=2.20.0 # Apache-2.0
python-neutronclient>=6.7.0 # Apache-2.0
tenacity>=6.0.0 # Apache-2.0
SQLAlchemy>=1.4.23 # MIT