summaryrefslogtreecommitdiff
path: root/PVE/API2/Network/SDN/Vnets.pm
AgeCommit message (Collapse)Author
2023-05-25separate packaging and source build systemThomas Lamprecht
like almost all of our repos do nowadays, modern git can detect such things on rebase so in development stuff should be hopefully not too much affected by this. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-04-28sdn: rename config to running_configThomas Lamprecht
to reduce my confusion.. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-10-08vnets: allow duplicate tags in differents zonesAlexandre Derumier
only vxlan need to be unique globally. Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2020-10-08subnets/ipam: allow same subnet on different zonesAlexandre Derumier
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2020-10-08api: add running/pending zones/vnets/subnets/controllersAlexandre Derumier
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2020-10-06api: generate 'running-config' state instead of version increase on applyAlexandre Derumier
This is the source configuration for generate local configuration /sdn/*.cfg are pending configs Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2020-10-06subnets: move api to /sdn/vnet/<vnet>/subnets && make vnet option not optionnalAlexandre Derumier
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2020-10-06zone: add vnet_update_hookAlexandre Derumier
move verify_tag code in this hook add mac address generation for simple && evpn plugin Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2020-10-06vnets: add subnetsAlexandre Derumier
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2020-07-03api sdn/vnets: cleanupsThomas Lamprecht
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-07-03vnet: make tag optional and verify value in zone pluginsAlexandre Derumier
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2020-05-02sdn: use .version and global lockAlexandre Derumier
2020-05-02remove .new filesAlexandre Derumier
2020-01-21API2: Vnets: fix updateAlexandre Derumier
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2019-11-29create /etc/pve/sdn directoryAlexandre Derumier
like for /etc/pve/ha, create it in api create Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2019-11-26add permissionsAlexandre Derumier
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2019-11-26api2: sdn: add reload configAlexandre Derumier
fixme: current using pvesh Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2019-11-26api2 : split vnets/zones/controllersAlexandre Derumier
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>