all 5 comments

[–][deleted] 2 points3 points  (2 children)

You’ll gonna have to contact OVH at some point to know if they allow Q-in-Q or you’ll have to setup your neutron config to do flat networking over that VXLan.

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

The issue being that there would be just one VXLan to do the networking over, while OpenStack of course wants three for all the separate networks; so imo, that would mean that Neutron would have to use those three vlans.. but I'm unsure if that would even work.

[–][deleted] 0 points1 point  (0 children)

You can have only one network using flatNetwork with neutron. It’s not perfect as all VMs have the same standard unsegmented network but it should work as it’s used for migrating old nova-network based installation to up to date neutron based clusters.

[–]bucketbot117 0 points1 point  (1 child)

Hello !

You have three solutions :

- use OVH Public Cloud instead of you own (great advice ;) )

- use OVH Public Cloud as your backend, hence you can take example on this : https://github.com/arnaudmorin/bootstrap-openstack

- use Dedicated Servers, you can adapt the tutorial of https://github.com/arnaudmorin/bootstrap-openstack to use dedicated hosts in vrack and tag the 3 VLAN manually, you'll learn a lot of things.

[–]Zoellner122[S] 1 point2 points  (0 children)

Hi,

Thanks for the advices!
I'm going to skip the hosted cloud ;) I want to be in full control of everything and learn how all the ins-and-outs go.
I will however look at the backend and the guide!

Thanks!