<div dir="ltr">I feel like it depends a lot on the scale/target usage (public vs private cloud).<div><br></div><div>But at $dayjob, we are leveraging </div><div><ul><li>vlans for external networking (linux-bridge + OVS)</li><li>vxlans for internal Openstack networks.</li></ul><div>We like the simplicity of vxlan with minimal overlay configuration. There are some scaling/performance issues with stuff like l2 population.</div></div><div><br></div><div>VLANs are okay but it's hard to predict the next 5 years of growth.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, May 10, 2021 at 8:34 AM Arnaud Morin <<a href="mailto:arnaud.morin@gmail.com">arnaud.morin@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hey large-scalers,<br>
<br>
We had a discusion in my company (OVH) about neutron drivers.<br>
We are using a custom driver based on BGP for public networking, and<br>
another custom driver for private networking (based on vlan).<br>
<br>
Benefits from this are obvious:<br>
- we maintain the code<br>
- we do what we want, not more, not less<br>
- it fits perfectly to the network layer our company is using<br>
- we have full control of the networking stack<br>
<br>
But it also have some downsides:<br>
- we have to maintain the code... (rebasing, etc.)<br>
- we introduce bugs that are not upstream (more code, more bugs)<br>
- a change in code is taking longer, we have few people working on this<br>
  (compared to a community based)<br>
- this is not upstream (so not opensource)<br>
- we are not sharing (bad)<br>
<br>
So, we were wondering which drivers are used upstream in large scale<br>
environment (not sure a vlan driver can be used with more than 500<br>
hypervisors / I dont know about vxlan or any other solution).<br>
<br>
Is there anyone willing to share this info?<br>
<br>
Thanks in advance!<br>
<br>
</blockquote></div>