<div dir="ltr"><div>Hi Haitao,</div><div><br></div>There should be GRE full mesh links being created in br-tun while you created a VM successfully in Quantum ovs plugin GRE mode, just like:<div><div><br></div><div>Bridge br-tun</div>
<div> Port "gre-x"</div><div> Interface "gre-x"</div><div> type: gre</div><div> options: {in_key=flow, out_key=flow, remote_ip="xx.xx.xx.xx"}</div>
</div><div><br></div><div>Maybe you can check if there any error in log file (/var/log/quantum/openvswitch-agent.log in compute node and network node), perhaps you have wrong setting in quantum.conf (rabbit_host or others)</div>
<div><br></div><div style>Chandler</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/7/10 Haitao Jiang <span dir="ltr"><<a href="mailto:jianghaitao@gmail.com" target="_blank">jianghaitao@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I just set up a multi-node Grizzly release 2013.2 with 1 controller<br>
node, 1 network node and 1 compute node. I use GRE tunneling.<br>
<br>
I create one VM on the compute node and was not able to ssh to it using netns.<br>
<br>
One thing I noticed is that on my compute node, I do not have br-int<br>
and br-tun in the list, nor do I find any GRE tunnels. Am I supposed<br>
to create the GRE tunnels manually or they should be set up<br>
automatically by Quantum? Any idea or suggestion to make it work?<br>
<br>
Thanks in advance!<br>
<br>
------ Compute node --------<br>
-- /etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini --<br>
tunnel_id_ranges=1:1000<br>
integration_bridge=br-int<br>
tunneling_bridge=br-tun<br>
tenant_network_type=gre<br>
enable_tunneling=True<br>
local_ip = <host IP><br>
<br>
# brctl show<br>
bridge name bridge id STP enabled interfaces<br>
qbr5a9800b9-26 8000.5242b197c3d3 no qvb5a9800b9-26<br>
tap5a9800b9-26<br>
virbr0 8000.525400198a10 yes virbr0-nic<br>
<br>
# ovs-vsctl show<br>
1d554b19-2a2b-493d-a123-0efb0aabc7d1<br>
Bridge br-tun<br>
Port patch-int<br>
Interface patch-int<br>
type: patch<br>
options: {peer=patch-tun}<br>
Port br-tun<br>
Interface br-tun<br>
type: internal<br>
Bridge br-int<br>
Port br-int<br>
Interface br-int<br>
type: internal<br>
Port patch-tun<br>
Interface patch-tun<br>
type: patch<br>
options: {peer=patch-int}<br>
Port "qvo5a9800b9-26"<br>
tag: 1<br>
Interface "qvo5a9800b9-26"<br>
ovs_version: "1.10.0"<br>
<br>
------------ network node ---------------<br>
# brctl show<br>
bridge name bridge id STP enabled interfaces<br>
<br>
# ovs-vsctl show<br>
b9f0e822-cfc1-4b70-ac5b-abc4e5c258a4<br>
Bridge br-int<br>
Port br-int<br>
Interface br-int<br>
type: internal<br>
Port "tap9536e146-c2"<br>
Interface "tap9536e146-c2"<br>
Bridge br-ex<br>
Port br-ex<br>
Interface br-ex<br>
type: internal<br>
ovs_version: "1.10.0"<br>
<br>
_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
</blockquote></div><br></div>