<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">You got it wrong.
<br>
<br>
br-int (Intergration bridge) - This is like a point-of-presence for instances to connect and send network traffic.<br>
<br>
br-tun (tunnel bridge) - This bridge serves as the tunnel endpoints. This is also a part of your data network. This is also used by VM. The intent is to have each tenant traffic in a separate tunnel. Packets leaving the instance will carry no vlan id. In br-int
 flow rules will add a vlan to the packets from each instance( the vlan id depends on the network ) . In br-tun there is one flow to translate the vlan to a particular tunnel id.  So packets leaving br-tun carry tunnel id according to the tenant.
<br>
<br>
The br-tun of various nodes (computes and network node) form a mesh of tunnels through which the vm data flows.
<br>
<br>
Once you create br-tun and restart the neutron ovs plugin you can see the flow rules using 'ovs-ofctl dump-flows br-int/ br-tun'<br>
<br>
If you do ovs-vsctl show you will see that the br-tun of various nodes have formed a mesh of tunnels.
<br>
<br>
You do not need any bridge for management.<br>
<br>
Thank you,<br>
Ageeleshwar K<br>
<br>
<br>
<br>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div style="direction: ltr;" id="divRpF767640"><font color="#000000" face="Tahoma" size="2"><b>From:</b> cheniour ghassen [ghacheniour@gmail.com]<br>
<b>Sent:</b> Tuesday, March 25, 2014 6:15 PM<br>
<b>To:</b> Ageeleshwar Kandavelu<br>
<b>Subject:</b> Re: [Openstack] floatting ip are not created<br>
</font><br>
</div>
<div></div>
<div>
<div dir="ltr">Hi Ageeleshwar,
<div>I want to thank you first for your answer. I am using gre mode. As i know br-tun are using for management And br-int are used for data forwarding beteween the VMs. As documented in the openstack docs, I have created br-int and indicated tha br-tun are
 for management.</div>
<div>I think the problem is because neutron doesn't detect the agents. The below pdf file contain some configurations.</div>
<div>Thank you and i am looking forward for your answer.</div>
<div>sincerely,</div>
<div>Ghassen Cheniour.</div>
<div>
<div><br>
</div>
</div>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On Tue, Mar 25, 2014 at 1:33 PM, Ageeleshwar Kandavelu <span dir="ltr">
<<a href="mailto:Ageeleshwar.Kandavelu@csscorp.com" target="_blank">Ageeleshwar.Kandavelu@csscorp.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
<div>
<div style="direction:ltr; font-size:10pt; font-family:Tahoma">If you are using gre mode. you have to create br-tun and restart your neutron-ovs agent.<br>
<br>
If you are using vlan you have to create all bridges mentioned in bridge_mappings inside '/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini'<br>
<br>
You can not expect your floating ip to work untill you can ping the external router from your instance(using vnc window)<br>
<br>
Thank you,<br>
Ageeleshwar K<br>
</div>
<a href="http://www.csscorp.com/common/email-disclaimer.php" target="_blank">http://www.csscorp.com/common/email-disclaimer.php</a>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</div>
http://www.csscorp.com/common/email-disclaimer.php
</body>
</html>