Thanks for the quick response - Is there any way to configure without making changes to /etc/network/interfaces file - I would like to use one bridge for all guests in the interface file then the rest is over OVS.
my manual flow is like that:
ovs-vsctl add-br sw
ip link set sw up
ovs-vsctl add-port ${vm_ID}_sw vxlan${vm_ID}_host2 -- set interface vxlan${mv_ID}_host2 type=vxlan options:remote_ip=x.x.x.x options:key=${vm_ID}
That should be saved in conf.db, not in the interfaces file.
Note: I read in another post that ifupdown2 doesn't understand OVS syntax ...
I'm also exploring the set-manager option but not sure what is the best way!