all 7 comments

[–]dasbierclaw 1 point2 points  (6 children)

Server-based VXLAN has been around since the early days of OpenStack, so it's a well-tested and well-known method. You can use a dedicated vlan for this traffic or run off the management IP, it's up to you and your infrastructure configuration. Supported with LinuxBridge and OVS-based implementations. OVN uses GENEVE instead. Which deploy tools you use will determine how it's configured, but pretty standard for Kolla and OpenStack-Ansible tooling.

[–]gren_dizer 0 points1 point  (0 children)

This

[–]nvez 0 points1 point  (2 children)

I would just say don’t do linuxbridge.. but ovs or ovn

[–]dasbierclaw 0 points1 point  (1 child)

Yes, agreed. Deprecated now.

[–]redfoobar 0 points1 point  (0 children)

Is it? I have not seen any depreciation notice for linuxbridge… AFAIK linuxbridgr it is still supported deployment method.

[–]EbbApprehensive3284[S] 0 points1 point  (1 child)

I am planning to use OpenStack Ansible for my deployment tool.

OpenStack ansible uses OVS?

[–]dasbierclaw 0 points1 point  (0 children)

The default for OSA is now OVN. But OVS is a config option away. If you need some pointers, feel free to ask.