<div dir="ltr">I'd check the quantum openvswitch agent log files. I'd guess the reason this isn't working is because your kernel isn't using the openvswitch kernel module that has tunnel support. <div><br></div>
<div>Aaron<br><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jul 9, 2013 at 9:19 AM, Haitao Jiang <span dir="ltr"><<a href="mailto:jianghaitao@gmail.com" target="_blank">jianghaitao@gmail.com</a>></span> wrote:<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></div></div>