[OVSDB-47] OVSDB Fails to install flows for the first VLAN based virtual network Created: 29/Jul/14 Updated: 19/Oct/17 Resolved: 24/Sep/14 |
|
| Status: | Resolved |
| Project: | ovsdb |
| Component/s: | Neutron |
| Affects Version/s: | unspecified |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Vishal Patil | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Operating System: Mac OS |
||
| Issue Links: |
|
||||||||
| External issue ID: | 1448 | ||||||||
| Description |
|
Summary 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 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 physnet1neutron 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:cmp11nova 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 |
| Comments |
| Comment by Vishal Patil [ 29/Jul/14 ] |
|
Flows [odl@ctrl devstack]$ sudo ovs-ofctl -O OpenFlow13 dump-flows br-int [odl@cmp1 devstack]$ sudo ovs-ofctl -O OpenFlow13 dump-flows br-int odl@cmp2 devstack]$ sudo ovs-ofctl -O OpenFlow13 dump-flows br-int |
| Comment by Sam Hague [ 24/Sep/14 ] |
|
https://bugs.opendaylight.org/show_bug.cgi?id=2013 has fixes that also fix the issues in the bug. |