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


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

Reply via email to