[pve-devel] sdn: looking to unify .cfg files, need opinions about config format

aderumier at odiso.com aderumier at odiso.com
Tue Jan 12 10:19:31 CET 2021


Hi,

I'm looking to unify sdn .cfg files with only 1 file,
with something different than section config format.

We have relationship like  zones->vnets->subnets,
so I was thinking about something like this:



[zone myzone]
   type: vxlan
   option1: xxx
   option2: xxx
[[vnet myvnet]]
   option1: xxx
   option2: xxx
[[[subnet 10.0.0.0/8]]]
   option1: xxx
   option2: xxx


[controller  mycontroller]
   type: evpn
   option1: xxx
   option2: xxx

[dns  mydns]
   type: powerdns
   option1: xxx
   option2: xxx


What do you think about this ?


Another way could be a simple yaml config file. (but I think it's not
really matching currents proxmox configs formats)


Alexandre





More information about the pve-devel mailing list