я все сижу на linuxbridge и как-то норм. В чем смысл пересаживания на OVN?
Distributed SNAT, исчезает лапша из линукс бриджей, ovs бриджей и чудо-агентов, которые получают сообщения через rabbitmq и потом через Openflow потоки создают.
Distributed SNAT, исчезает лапша из линукс бриджей, ovs бриджей и чудо-агентов, которые получают сообщения через rabbitmq и потом через Openflow потоки создают.
Там типа всё сразу на openflow.
а это вообще как-то тшутить можно или смотреть как на magic blackbox?
But how it will handle when the network node is dead ?
Basically, idea is the same for most popular Neutron network scenarios that support DVR. You have an instance of virtual router on multiple nodes (in OVN they are called chassis). At the same time only one instance on a single node is used to serve N/S traffic for SNAT VMs. Which instance of the virtual router will be picked is determined by their priority. When one node or one router instance goes down instance of the same router with second highest priority becomes active. And so on.
Basically, idea is the same for most popular Neutron network scenarios that support DVR. You have an instance of virtual router on multiple nodes (in OVN they are called chassis). At the same time only one instance on a single node is used to serve N/S traffic for SNAT VMs. Which instance of the virtual router will be picked is determined by their priority. When one node or one router instance goes down instance of the same router with second highest priority becomes active. And so on.
Implementations are different, but the idea is the same.
Basically, idea is the same for most popular Neutron network scenarios that support DVR. You have an instance of virtual router on multiple nodes (in OVN they are called chassis). At the same time only one instance on a single node is used to serve N/S traffic for SNAT VMs. Which instance of the virtual router will be picked is determined by their priority. When one node or one router instance goes down instance of the same router with second highest priority becomes active. And so on.
Thank you for this message it starts to clarify my mind