public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] sdn: looking to unify .cfg files, need opinions about config format
@ 2021-01-12  9:19 aderumier
  2021-04-18 17:01 ` Thomas Lamprecht
  0 siblings, 1 reply; 3+ messages in thread
From: aderumier @ 2021-01-12  9:19 UTC (permalink / raw)
  To: Thomas Lamprecht; +Cc: pve-devel

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-20  7:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-12  9:19 [pve-devel] sdn: looking to unify .cfg files, need opinions about config format aderumier
2021-04-18 17:01 ` Thomas Lamprecht
2021-04-20  7:51   ` alexandre derumier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal