summaryrefslogtreecommitdiff
path: root/PVE/API2/Network/SDN/Zones.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-11-09api2: zones: fix updateAlexandre Derumier
2021-05-05api: zones: code/indentation/format cleanupsThomas Lamprecht
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-05-05api2: zone: check ipam change if no ipam was defined before tooAlexandre Derumier
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2021-04-28sdn: rename config to running_configThomas Lamprecht
to reduce my confusion.. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-11-25sdn: fix : pending parserAlexandre Derumier
2020-10-08subnets/ipam: allow same subnet on different zonesAlexandre Derumier
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2020-10-08move ipam option from subnet to zoneAlexandre Derumier
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2020-10-08move dns options from subnets to zoneAlexandre 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-07-03cleanup code with wrong copy/paste from StorageAlexandre Derumier
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2020-07-03add simple pluginAlexandre Derumier
allow to create standalone or simple routed vnets Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2020-06-25fixup: drop trailing whitespacesThomas Lamprecht
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-05-02sdn: use .version and global lockAlexandre Derumier
2020-05-02remove .new filesAlexandre Derumier
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-26fix zones on_update_hookAlexandre Derumier
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2019-11-26add nodes option to zonesAlexandre 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>