[OVSDB-269] Beryllium RC0: Data did not pass validation Created: 22/Jan/16 Updated: 19/Oct/17 Resolved: 25/Jan/16 |
|
| Status: | Resolved |
| Project: | ovsdb |
| Component/s: | openstack.net-virt-providers |
| Affects Version/s: | unspecified |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Michal Skalski | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Operating System: Linux |
||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| External issue ID: | 5056 | ||||||||
| Description |
|
Hi, I tried deploy OpenStack Liberty together with OpenDaylight Beryllium RC0 [1] and networking_odl from stable/liberty branch. Required flows are not created: compute: Port patch-ext Port br-int Interface br-int type: internal Bridge br-ex Controller "tcp:192.168.0.4:6653" is_connected: true fail_mode: secure Port patch-int Interface patch-int type: patch options: {peer=patch-ext} Port "p_aec4d661-0" Interface "p_aec4d661-0" type: internal Port br-ex Interface br-ex type: internal ovs_version: "2.3.1" p_aec4d661-0 - it is port created by me which connect ovs bridge with linux bridge where network interface from public network is assigned root@node-10:~# ovs-ofctl -O OpenFlow13 dump-flows br-int OFPST_FLOW reply (OF1.3) (xid=0x2): cookie=0x0, duration=1318.816s, table=20, n_packets=0, n_bytes=0, priority=1024,arp,tun_id=0x2,arp_tpa=192.168.111.3,arp_op=1 actions=move:NXM_OF_ETH_SRC[] cookie=0x0, duration=1319.415s, table=40, n_packets=0, n_bytes=0, priority=61010,arp,arp_sha=fa:16:3e:bd:8d:23 actions=goto_table:50 controller: root@node-8:~# ovs-vsctl show 9401fbd9-6941-4047-bbbe-d148d1c84cda Manager "tcp:192.168.0.4:6640" is_connected: true Bridge br-int Controller "tcp:192.168.0.4:6653" is_connected: true fail_mode: secure Port br-int Interface br-int type: internal Port "tap272e5977-51" Interface "tap272e5977-51" type: internal Port patch-ext Interface patch-ext type: patch options: {peer=patch-int} Port "vxlan-192.168.2.1" Bridge br-ex Port br-ex root@node-8:~# ovs-ofctl -O OpenFlow13 dump-flows br-int After vm is created it doesn't get address from dhcp, because of missing flows. Recently I deployed environments with this snapshot version [2] and doesn't observe any errors. Regards, [1] https://nexus.opendaylight.org/content/repositories/staging/org/opendaylight/integration/distribution-karaf/0.4.0-Beryllium-RC0/distribution-karaf-0.4.0-Beryllium-RC0.tar.gz |
| Comments |
| Comment by Michal Skalski [ 22/Jan/16 ] |
|
Attachment file_5056.txt has been added with description: OpenDaylight log files |
| Comment by Michal Skalski [ 22/Jan/16 ] |
|
Logs can be found here: |