Hi,

Is it ok for you to merge theses patches ?


I have begin to work on gui side, but I would like to be sure that this part is 
ok for apis.

----- Mail original -----
De: "aderumier" <aderum...@odiso.com>
À: "pve-devel" <pve-devel@pve.proxmox.com>
Cc: "aderumier" <aderum...@odiso.com>
Envoyé: Lundi 30 Septembre 2019 11:03:31
Objet: [PATCH pve-network 0/8] generic sdn controller plugins + improvments

This patch serie mainly rework the plugins to manage sdn controllers. 
currently it was working with frr only, 
now it's possible to define differents plugins for sdn controllers. 
Frr specific code has been move to his own plugins too. 

For true sdn, we have 2 plugins, 1 for dataplane (switch/bridge setup), 
1 for controlplane (the controller). 
(As we can have multiple dataplanes for 1 controller) 


I have added a (not fully working yet) poc with faucet sdn controller plugin. 

I have made also split of some plugins (evpn,qinq) to their own plugins. 


Alexandre Derumier (8): 
make sdn controller plugin generic 
vxlan: move transport controller config to frrplugin 
add faucet sdn controller plugins 
add evpnplugin (splitted from vxlanplugin) 
add controller_reload 
rename plugins with controllers 
add qinq plugin 
api2 : sdn : add role and type to index 

PVE/API2/Network/SDN.pm | 18 +- 
PVE/Network/SDN.pm | 180 +++++-------- 
PVE/Network/SDN/EvpnControllerPlugin.pm | 313 ++++++++++++++++++++++ 
PVE/Network/SDN/EvpnPlugin.pm | 200 ++++++++++++++ 
PVE/Network/SDN/FaucetControllerPlugin.pm | 113 ++++++++ 
PVE/Network/SDN/FaucetPlugin.pm | 76 ++++++ 
PVE/Network/SDN/FrrPlugin.pm | 142 ---------- 
PVE/Network/SDN/Makefile | 2 +- 
PVE/Network/SDN/Plugin.pm | 19 +- 
PVE/Network/SDN/QinQPlugin.pm | 81 ++++++ 
PVE/Network/SDN/VlanPlugin.pm | 25 +- 
PVE/Network/SDN/VnetPlugin.pm | 6 + 
PVE/Network/SDN/VxlanPlugin.pm | 110 +------- 
test/documentation.txt | 8 +- 
test/generateconfig.pl | 10 +- 
15 files changed, 910 insertions(+), 393 deletions(-) 
create mode 100644 PVE/Network/SDN/EvpnControllerPlugin.pm 
create mode 100644 PVE/Network/SDN/EvpnPlugin.pm 
create mode 100644 PVE/Network/SDN/FaucetControllerPlugin.pm 
create mode 100644 PVE/Network/SDN/FaucetPlugin.pm 
delete mode 100644 PVE/Network/SDN/FrrPlugin.pm 
create mode 100644 PVE/Network/SDN/QinQPlugin.pm 

-- 
2.20.1 

_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to