Uploaded image for project: 'ovsdb'
  1. ovsdb
  2. OVSDB-47

OVSDB Fails to install flows for the first VLAN based virtual network

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Resolution: Duplicate
    • unspecified
    • None
    • Neutron
    • None
    • Operating System: Mac OS
      Platform: PC

    • 1448

    Description

      Summary
      -------
      I am running OpenStack + ODL (for vlan based virtual networks) and have found
      that ODL sometimes fails to install the correct flows when I create
      the first VLAN based virtual network.

      I am running ODL with OVSDB debug on and am attaching the log file for the same.

      Setup


      I am running a 4 node Openstack setup with 1 controller node, 2 compute nodes
      and 1 ODL controller node. The OS for the nodes is as follows

      Linux ctrl 3.13.10-200.fc20.x86_64 #1 SMP Mon Apr 14 20:34:16 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

      OpenStack commands
      ------------------

      . ./openrc admin admin

      export IMAGE=cirros-0.3.1-x86_64-uec

      neutron net-create vlan1 --tenant_id $(keystone tenant-list | grep '\sadmin' | awk '

      {print $2}') --provider:network_type vlan --provider:segmentation_id 101 --provider:physical_network physnet1

      neutron subnet-create vlan1 10.200.1.0/24 --name vlan1-subnet

      nova boot --flavor m1.tiny --image $(nova image-list | grep $IMAGE'\s' | awk '{print $2}

      ') --nic net-id=$(neutron net-list | grep 'vlan1' | awk '

      {print $2}') vlan-host1 --availability_zone=nova:cmp11

      nova boot --flavor m1.tiny --image $(nova image-list | grep $IMAGE'\s' | awk '{print $2}

      ') --nic net-id=$(neutron net-list | grep 'vlan1' | awk '

      {print $2}

      ') vlan-host2 --availability_zone=nova:cmp12

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              Unassigned Unassigned
              vishpat@gmail.com Vishal Patil
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: