<tt><font size=2>Uwe Sauter <uwe.sauter.de@gmail.com> wrote on 04/27/2015
01:22:35 PM:<br>
<br>
> >> if I understood Georges answer correctly he suggested one
bridge<br>
> >> (br-join, either OVS or linux bridge) to connect other bridges<br>
> >> via patch links, one for each external network you'd like
to create.<br>
> >> These second level bridges are then used for the Neutron<br>
> >> configuration:<br>
> >><br>
> >>                 br-ext1
-> Neutron<br>
> >>                /<br>
> >>             patch-link<br>
> >>              /<br>
> >> ethX –br-join<br>
> >>              \<br>
> >>             patch-link<br>
> >>                \<br>
> >>                 br-ext2
-> Neutron<br>
> >><br>
> >><br>
> >><br>
> >> I suggested to use an OVS bridge because there it'd be possible
to<br>
> >> stay away from the performance-wise worse patch-links and
Linux<br>
> >> bridges and use "internal" interfaces to connect
to Neutron directly<br>
> >> – which on second thought won't work if Neutron expects
a<br>
> >> bridge in that place.<br>
> >><br>
> >> What I suggested later on is that you probably don't need
any second<br>
> >> level bridge at all. Just create a second/third external<br>
> >> network with appropriate CIDR. As long as those networks
are<br>
> >> externally connected to your interface (and thus the bridge)
you<br>
> >> should be good to go.<br>
> > <br>
> > In parallel emails we have established that I have to do what
you <br>
> have drawn.  I need to do that the node(s) that run L3<br>
> > agents.  Do I need to modify the bridge_mappings, flat_networks,
<br>
> or network_vlan_ranges configuration statement on the<br>
> > other nodes (compute hosts)?<br>
> > <br>
> > Thanks,<br>
> > Mike<br>
> > <br>
> <br>
> I think you just need to create the cascading bridges with their <br>
> inter-connects, then tell Neutron the association<br>
> between secondary bridge (e.g. br-ext1, br-ext2) and external <br>
> network. Then create (!) the external networks and restart<br>
> Neutron.<br>
> <br>
> Concerning you intra-cloud networking I don't think you need to <br>
> reconfigure anything as long as this is already working.<br>
> Compute hosts shouldn't be affected as its not their business to <br>
> know about external networks.<br>
</font></tt>
<br><tt><font size=2>So I did what George said and you drew, using OVS
bridges, and it seems to be working.</font></tt>
<br>
<br><tt><font size=2>Thanks,</font></tt>
<br><tt><font size=2>Mike</font></tt>
<br>
<br>