kuryr-kubernetes/kuryr_kubernetes/controller/drivers
Peng Liu aaeb4f4687 Implement multi-vif driver
This patch implements the multi-vif of VIF-Handler And Vif
Drivers Design.

This patch creates a new driver type MultiVIFDriver. It will
be the base class of real drivers like sriov,
additional_subnet and npwg_multiple_interfaces. Each of the
derived driver should implement the parsing of the additional
interfaces definition in K8S pods, and call VIF driver to
either create or acquire the Neutron port and its VIF object.

A list of enabled drivers can be returned by its class method.
So that the VIFHandler can invoke each driver one by one to
get the whole list of interfaces for one pod.

Partially Implements: blueprint multi-vif-pods
Change-Id: I8b5175a4637b18a0b574e27674a217865afb22b7
Signed-off-by: Peng Liu <pliu@redhat.com>
2018-07-31 19:31:48 +08:00
..
__init__.py Controller driver base and pod project driver 2016-11-18 17:46:55 +03:00
base.py Implement multi-vif driver 2018-07-31 19:31:48 +08:00
default_project.py Add Network Policies Driver 2018-07-17 13:00:56 +02:00
default_security_groups.py K8s Services support: LBaaSSpecHandler 2017-02-03 15:05:45 +03:00
default_subnet.py Add oslo_cache to default_subnet driver 2017-11-27 11:41:00 +01:00
lb_public_ip.py Make ext subnet config optional 2018-02-20 15:09:54 +02:00
lbaasv2.py Services LBaaS driver: fix ensure LB for existing LB. 2018-06-27 15:48:34 +03:00
multi_vif.py Implement multi-vif driver 2018-07-31 19:31:48 +08:00
namespace_subnet.py Create namespaced resources on the right project 2018-07-05 08:29:06 +02:00
nested_macvlan_vif.py NestedMacvlanPodVIFDriver gets host port before request vif 2018-02-20 10:22:11 +09:00
nested_vif.py Enforce E128 pep8 check 2017-06-13 14:22:51 +03:00
nested_vlan_vif.py Add ports pool clean up support to namespace deletion 2018-06-08 08:29:30 +02:00
network_policy.py Add Network Policies Driver 2018-07-17 13:00:56 +02:00
neutron_vif.py Add namespace info to created ports 2018-03-01 15:54:32 +00:00
public_ip.py Make ext subnet config optional 2018-02-20 15:09:54 +02:00
vif_pool.py Fix trivial misprint 2018-07-27 10:41:47 +03:00