<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13.3333339691162px">Setting up the interfaces manually and using a flat network doesn't scale well when you want to do it hundreds of times. Using ML2+linuxbridge will do the same thing in an automated fashion.</span><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 2, 2014 at 6:32 PM, Abhijeet Rastogi <span dir="ltr"><<a href="mailto:abhijeet.1989@gmail.com" target="_blank">abhijeet.1989@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi everyone,<br>
<br>
This is a very basic doubt and I'm trying to understand this<br>
fundamental thing about creating networks in neutron. My ultimate goal<br>
is to have all instances contain just one interface and a public IP on<br>
them. Now, this public IP can only exist in a specific VLAN, lets say,<br>
they'll only exist on eth0.123 (the is a vlan tagged interface on the<br>
host and I can directly bind public IPs to them and they work<br>
perfectly). I'm using linux bridge + ML2 as the plugin for neutron.<br>
<br>
So, the ultimate goal will be something like:<br>
<br>
[root@compute1 ~]# brctl show<br>
bridge name     bridge id               STP enabled     interfaces<br>
brq732eb7f9-16          8000.002590c6438e       no              eth0.123<br>
<br>
                      tap81474f06-29<br>
<br>
<br>
Now, with my limited knowledge, there are 2 ways of doing this:-<br>
<br>
1. Create the vlan tagged interface manually and then setup "flat"<br>
provider networking with physical_interface_mappings set with<br>
eth0.123.<br>
2. Use a "vlan" provider network and mention "123" as the vlan id in that.<br>
<br>
I observed that, both of these approaches eventually create the same<br>
kind of bridge configuration. Can anyone explain what's going on and<br>
when to use what? I'm sure I'm missing a key concept and I'll be glad<br>
if someone can clear that for me.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Cheers,<br>
Abhijeet Rastogi (shadyabhi)<br>
<br>
_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div>Kevin Benton</div></div>
</div>