I have needs to have multiple IPs/networks on the hypervisors, typically on different VLANs (like backups, corosyncing, ceph,etc. etc.)
Having used OVS before, it is/was a charm to do similar, as you just add an OVSIntPort with the VLAN and IPs, and you are done.
As the SDN is using Linux bridge only, and I want to stay with that, I see how to add an IP to the bridge itself, but not to specific VLANs as need be.
What is the advised/used/supported mechanisms to do similar to OVSIntPorts on the Linux Bridges (and specifically the SDN bridges)?
Having used OVS before, it is/was a charm to do similar, as you just add an OVSIntPort with the VLAN and IPs, and you are done.
As the SDN is using Linux bridge only, and I want to stay with that, I see how to add an IP to the bridge itself, but not to specific VLANs as need be.
What is the advised/used/supported mechanisms to do similar to OVSIntPorts on the Linux Bridges (and specifically the SDN bridges)?