-
|
We are in the design stage of replacing our hypervisor environment to Cloudstack and i wonder following: Which implementation is most mature and what are you guys using in your environment? Since OVS is mentioned as a plugin in the documentation and starts with a warning label my gut says it might not be fully up to date with all the features. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
@Sparc0
|
Beta Was this translation helpful? Give feedback.
-
|
During my PoC i did setup OVS and it worked with VLAN isolation as expected. But we are not really interested in doing GRE and would rather do EVPN+VXLAN and integrate it with our datacenter network. |
Beta Was this translation helpful? Give feedback.
I use Linux native bridges with VXLAN-EVPN. There's also a discussion thread on SVD (Single VXLAN Device) here that you might find useful: #10786
If you happen to use ansible, there's some roles here I use in my personal testlab deployment: https://github.com/bradh352/ansible-scripts for vxlan-evpn using bgp unnumbered and cloudstack. Even if you don't use ansible, it might provide some insight into configuration.