netvirt.git
8 years agopostman: use 1 for netvirt table offset 92/38292/1
Sam Hague [Mon, 2 May 2016 19:34:38 +0000 (15:34 -0400)]
postman: use 1 for netvirt table offset

Change-Id: I015a181f8a08a41154a10e05e2b5aa86f8c03369
Signed-off-by: Sam Hague <shague@redhat.com>
8 years agomove back to non -li openflowplugin features 75/38075/2
Jamo Luhrsen [Mon, 25 Apr 2016 18:46:09 +0000 (11:46 -0700)]
move back to non -li openflowplugin features

openflowplugin is removing the -li feature set in Boron
(M3 offset 2) and the non -li naming will be the only
ofp available.

Change-Id: I4c1ee90905ce577553338b5127f19972450ce577
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
8 years agoNeutron->netvirt port rendering 60/37460/7
Victor Pickard [Tue, 29 Mar 2016 18:21:11 +0000 (14:21 -0400)]
Neutron->netvirt port rendering

Patch set 7
-----------
Remove unneeded mdsal-util pom changes.

Patch set 6
------------
Fix NetvirtIT.

Patch set 5
-------------------------------------
This patch addresses comments from patch set 4.

Add unit test code for NeutronPortDataProcessor.

This patch supports add/delete/update for
neutron ports and networks.

Change-Id: Icf616683f169e96d0e9307ea2b00b455e5c820ab
Signed-off-by: Victor Pickard <vpickard@redhat.com>
8 years agoMerge "Add postman for sff with ovs node in uuid format"
Sam Hague [Fri, 22 Apr 2016 00:49:48 +0000 (00:49 +0000)]
Merge "Add postman for sff with ovs node in uuid format"

8 years agoMerge "Basic neutron IT netvirt test"
Sam Hague [Thu, 21 Apr 2016 20:09:02 +0000 (20:09 +0000)]
Merge "Basic neutron IT netvirt test"

8 years agoAdd postman for sff with ovs node in uuid format 90/37990/1
Sam Hague [Thu, 21 Apr 2016 20:06:14 +0000 (16:06 -0400)]
Add postman for sff with ovs node in uuid format

Change-Id: I10d3987ea70635e9f55f3202df63f36083dd5c8f
Signed-off-by: Sam Hague <shague@redhat.com>
8 years agoBasic neutron IT netvirt test 11/37811/2
Josh [Tue, 19 Apr 2016 07:22:19 +0000 (09:22 +0200)]
Basic neutron IT netvirt test

Tests that flows are properly created for a neutron
network with a dhcp and two "vms"

Change-Id: Ibbb0fc5eef323ee9ed3bb245fe8e1f6f07a19430
Signed-off-by: Josh <jhershbe@redhat.com>
8 years agoUpdate NetvirtSFC postman collection 47/37947/2
Sam Hague [Thu, 21 Apr 2016 03:07:11 +0000 (23:07 -0400)]
Update NetvirtSFC postman collection

Change-Id: I3cf946b8fed8696dfde299cfc94be0e1eaee4315
Signed-off-by: Sam Hague <shague@redhat.com>
8 years agoadd southound-impl-ui as part of openstack features to give restconf 51/37851/2
Jamo Luhrsen [Wed, 20 Apr 2016 00:33:43 +0000 (17:33 -0700)]
add southound-impl-ui as part of openstack features to give restconf

Change-Id: Ic54de77a14df6a537b4de2bd4d472109c75240e2
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
8 years agoUse neutron-utils 02/37702/1
Josh [Sun, 17 Apr 2016 14:00:22 +0000 (16:00 +0200)]
Use neutron-utils

Change-Id: Ibe4a5aee6f4b1d4a48584d9a7a0a750ce1aeaa11
Signed-off-by: Josh <jhershbe@redhat.com>
8 years agoMerge "Use dpl portId"
Sam Hague [Fri, 15 Apr 2016 18:01:13 +0000 (18:01 +0000)]
Merge "Use dpl portId"

8 years agoMerge "Remove the unused shared network validation check as its a bit misleading"
Sam Hague [Fri, 15 Apr 2016 18:00:57 +0000 (18:00 +0000)]
Merge "Remove the unused shared network validation check as its a bit misleading"

8 years agoMerge "Postman for L2GW and L2GWConnection"
Sam Hague [Fri, 15 Apr 2016 16:36:18 +0000 (16:36 +0000)]
Merge "Postman for L2GW and L2GWConnection"

8 years agoUse dpl portId 76/37676/1
Sam Hague [Thu, 14 Apr 2016 20:51:23 +0000 (16:51 -0400)]
Use dpl portId

Change-Id: Ib5418ca31a4e6f696c47230016fcb59eed97726d
Signed-off-by: Sam Hague <shague@redhat.com>
8 years agosplit it-utils: ovsdb-it-utils + netvirt-it-utils 87/37487/4
Josh [Tue, 12 Apr 2016 12:04:49 +0000 (14:04 +0200)]
split it-utils: ovsdb-it-utils + netvirt-it-utils

Relies on https://git.opendaylight.org/gerrit/#/c/37485/

Change-Id: I2e04c1e8fe0be5f3529ca7ce787847ef7b5431cd
Signed-off-by: Josh <jhershbe@redhat.com>
Signed-off-by: Sam Hague <shague@redhat.com>
8 years agoRemove the unused shared network validation check as its a bit misleading 52/37652/1
Sridhar Gaddam [Fri, 15 Apr 2016 09:36:33 +0000 (15:06 +0530)]
Remove the unused shared network validation check as its a bit misleading

ODL Neutron northbound is now MDSAL based (from Beryllium).
The canCreateNetwork/canUpdateNetwork checks are no longer
invoked in NetworkHandler of netvirt.

Observations with stable/Beryllium and master branch.
-----------------------------------------------------
In stable/beryllium and master branches an admin is able
to create a shared network. Two tenants are able to spawn
VMs (on the shared network), which successfully acquire
dhcp-ip and are able to communicate with the VM belonging
to the other tenant. Verified this use-case on a multi-node
setup.

It appears like shared networks are indeed supported. So, we
can remove this un-used validation as its misleading.

Observations with stable/Lithium SR4 release.
---------------------------------------------
An admin is unable to create a shared tenant network but shared
external networks are supported. Before removing the validation
for Lithium branch we have to see if there was any specific
reason why the check was inplace.

Change-Id: I62ab980110c58f07a9e161431b64a64590c1e410
Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
8 years agoPostman for L2GW and L2GWConnection 04/37504/1
Vishal Thapar [Tue, 12 Apr 2016 15:29:16 +0000 (20:59 +0530)]
Postman for L2GW and L2GWConnection

Change-Id: I5e9a371856d636b32c2e7ce1716caf658b0b5c8c
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
8 years agoUse the netvirt distro 05/37405/1
Sam Hague [Sun, 10 Apr 2016 16:19:09 +0000 (12:19 -0400)]
Use the netvirt distro

Change-Id: Icc55ef96f500a31e50e0aa13a2b9b25bc4e3e742
Signed-off-by: Sam Hague <shague@redhat.com>
8 years agoInitial pass at changing groupId 89/37389/2
Sam Hague [Sun, 10 Apr 2016 01:36:46 +0000 (21:36 -0400)]
Initial pass at changing groupId

Change-Id: I123f96e0810f8777f0b5e5634f0224140ac13137
Signed-off-by: Sam Hague <shague@redhat.com>
8 years agoUpdate .gitreview for new repo 56/37356/2
Sam Hague [Fri, 8 Apr 2016 18:46:40 +0000 (14:46 -0400)]
Update .gitreview for new repo

netvirt is split from ovsdb

netvirt HEAD == 437e5ff1b33b47ae6db2026267510183adb3c674 maps to OVSDB SHA 723a6250573fea7b64fee8da12e7676d83ecd7cd

Change-Id: Ib07f4480f08631af0697105d230426cfe4193e3f
Signed-off-by: Sam Hague <shague@redhat.com>
8 years agoMerge "Switch from fig to docker-compose"
Sam Hague [Fri, 8 Apr 2016 00:02:50 +0000 (00:02 +0000)]
Merge "Switch from fig to docker-compose"

8 years agoMerge "BUG-5291:Flows are not removed from control and compute nodes."
Sam Hague [Thu, 7 Apr 2016 21:02:37 +0000 (21:02 +0000)]
Merge "BUG-5291:Flows are not removed from control and compute nodes."

8 years agoMerge "Test for NetvirtSFC config"
Sam Hague [Thu, 7 Apr 2016 21:02:28 +0000 (21:02 +0000)]
Merge "Test for NetvirtSFC config"

8 years agoBUG-5291:Flows are not removed from control and compute nodes.
hari.pr [Tue, 5 Apr 2016 15:22:58 +0000 (20:52 +0530)]
BUG-5291:Flows are not removed from control and compute nodes.

  * When the VM instance is deleted from control and compute nodes,
  * Found still flows are existed in table-40 and table-90 in L2 scenario.

Signed-off-by: hari.pr <hari.pr@hcl.com>
Change-Id: I6e0873e979cdbd8dc3037fe012477413faf95a92
(cherry picked from commit ad36780546ecbe1adbf9f081fca0f1eca7287713)

8 years agoTest for NetvirtSFC config
Sam Hague [Thu, 7 Apr 2016 19:42:02 +0000 (15:42 -0400)]
Test for NetvirtSFC config

Change-Id: I3fd13785ca51a55f8137679a68add283d3e3df5c
Signed-off-by: Sam Hague <shague@redhat.com>
8 years agoBug 5651 - southbound-impl failed to find utils.yang-utils in Boron
Sam Hague [Thu, 7 Apr 2016 19:04:35 +0000 (15:04 -0400)]
Bug 5651 - southbound-impl failed to find utils.yang-utils in Boron

Change-Id: I5b7ac318f701bf8d410103a5218a1c69931b57d2
Signed-off-by: Sam Hague <shague@redhat.com>
8 years agoSwitch from fig to docker-compose
Stephen Kitt [Thu, 7 Apr 2016 14:40:02 +0000 (16:40 +0200)]
Switch from fig to docker-compose

docker-compose no longer supports fig.yml files, so finish the switch
completely.

Change-Id: I2faec3ebd04a129368a3c40f99ff7b0389c998eb
Signed-off-by: Stephen Kitt <skitt@redhat.com>
8 years agoMerge "OVS 2.5.1 docker image in fig.yml"
Sam Hague [Wed, 6 Apr 2016 21:56:43 +0000 (21:56 +0000)]
Merge "OVS 2.5.1 docker image in fig.yml"

8 years agoOVS 2.5.1 docker image in fig.yml
Josh [Tue, 5 Apr 2016 08:39:53 +0000 (10:39 +0200)]
OVS 2.5.1 docker image in fig.yml

Change-Id: Iefab500c304c99742c5ecd0877404c8ebbb10efb
Signed-off-by: Josh <jhershbe@redhat.com>
8 years agoUse stateless transaction commands
Stephen Kitt [Tue, 29 Mar 2016 11:56:37 +0000 (13:56 +0200)]
Use stateless transaction commands

Changing the transaction command model to one where all the required
information is passed to the execute() method makes the commands much
simpler to convert to a DataTreeChangeListener-based model.

Change-Id: I7458ed91646a6f0848afda86f72cf003c9704466
Signed-off-by: Stephen Kitt <skitt@redhat.com>
8 years agoMerge "BUG-5648 - delete qos and queues from udpates"
Sam Hague [Mon, 4 Apr 2016 23:22:44 +0000 (23:22 +0000)]
Merge "BUG-5648 - delete qos and queues from udpates"

8 years agoSplit listeners from data processors
Stephen Kitt [Fri, 1 Apr 2016 15:10:07 +0000 (17:10 +0200)]
Split listeners from data processors

Listening for changes is different from processing them, so separate
the two concerns. This should make the data processors easier to
test.

Change-Id: I7a385b13c37ac2d02f12799042fc956084bd3670
Signed-off-by: Stephen Kitt <skitt@redhat.com>
Signed-off-by: Sam Hague <shague@redhat.com>
8 years agoBug 5354 - getPortNumberFromNode is not correctly calculating the port number from...
Sam Hague [Mon, 15 Feb 2016 17:46:52 +0000 (12:46 -0500)]
Bug 5354 - getPortNumberFromNode is not correctly calculating the port number from the port name

Signed-off-by: Sam Hague <shague@redhat.com>
Change-Id: If1844e95560b0c2dee853b19e9e472b8fcab2915

8 years agoBug 4996 - Wrong flows when using SFC coexistence
Sam Hague [Thu, 11 Feb 2016 23:13:31 +0000 (18:13 -0500)]
Bug 4996 - Wrong flows when using SFC coexistence

Signed-off-by: Sam Hague <shague@redhat.com>
8 years agoBUG-5648 - delete qos and queues from udpates
Josh [Mon, 4 Apr 2016 12:47:20 +0000 (14:47 +0200)]
BUG-5648 - delete qos and queues from udpates

Even when the update does not have updates to
the OpenVSwitch table.

See comments in Bug.

Change-Id: Ibf041e0e3315408112138b6e72a42782fac3e0a5
Signed-off-by: Josh <jhershbe@redhat.com>
8 years agoMerge "reorder feature install for netvirtsfc"
Sam Hague [Sun, 3 Apr 2016 04:33:00 +0000 (04:33 +0000)]
Merge "reorder feature install for netvirtsfc"

8 years agoreorder feature install for netvirtsfc
Sam Hague [Sun, 3 Apr 2016 04:32:29 +0000 (00:32 -0400)]
reorder feature install for netvirtsfc

Change-Id: I7926afdd17fb720c1e008b1f105b4aeac3090d78
Signed-off-by: Sam Hague <shague@redhat.com>
8 years agoMerge "Use PerClass to force a new container per test class"
Sam Hague [Sun, 3 Apr 2016 02:47:27 +0000 (02:47 +0000)]
Merge "Use PerClass to force a new container per test class"

8 years agoUse PerClass to force a new container per test class
Sam Hague [Sun, 3 Apr 2016 02:46:46 +0000 (22:46 -0400)]
Use PerClass to force a new container per test class

Change-Id: I72460583d501eeaa62a74a5ffb3bffaa633e995b
Signed-off-by: Sam Hague <shague@redhat.com>
8 years agoMerge "Fixed NPE thrown while switch initiated connection disconnects from controller"
Sam Hague [Sat, 2 Apr 2016 22:39:38 +0000 (22:39 +0000)]
Merge "Fixed NPE thrown while switch initiated connection disconnects from controller"

8 years agoFixed NPE thrown while switch initiated connection disconnects from controller
Anil Vishnoi [Sat, 2 Apr 2016 07:25:05 +0000 (00:25 -0700)]
Fixed NPE thrown while switch initiated connection disconnects from controller

Change-Id: Ic9cd502729ab9fa4f67e8937e47bb57efdc6db9e
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
8 years agoFixes for LibraryIT timing out
Sam Hague [Sat, 2 Apr 2016 21:46:59 +0000 (17:46 -0400)]
Fixes for LibraryIT timing out

Something recently changed in the karaf builds such that
it is causing the five core karaf bundles to only go to
an installed state. The LibraryIT tests will not run unless
they see all bundles active, so the installed state bundles
cause the test to timeout.

Reworked the tests to not use the bundle states and to use what all
the other tests in OBSDB use which is to wait until the config is up.
Added these methods to the abstract test class so that it could be
shared across the five differetn library IT sets.

Also cleaned up a bunchof System.Out.println's and Assert's.

Change-Id: Iddd31eede1de1c5f3cde88bb1c3f7c96a5489051
Signed-off-by: Sam Hague <shague@redhat.com>
8 years agoAdd IT for netvirt neutron
Sam Hague [Sat, 2 Apr 2016 00:46:40 +0000 (20:46 -0400)]
Add IT for netvirt neutron

Change-Id: Id2846d3156562cdda0216c6b3685365ae7902b85
Signed-off-by: Sam Hague <shague@redhat.com>
8 years agoBug 5221 - passive connection not reconnected if ovs service is restarted
Anil Vishnoi [Thu, 10 Mar 2016 07:35:37 +0000 (23:35 -0800)]
Bug 5221 - passive connection not reconnected if ovs service is restarted

Change-Id: I830aeeed4ba7e51adb0ad952c11fd1603d207b1b
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
8 years agoMerge "it-utils should be only included for IT"
Sam Hague [Wed, 30 Mar 2016 22:06:46 +0000 (22:06 +0000)]
Merge "it-utils should be only included for IT"

8 years agoit-utils should be only included for IT
Sam Hague [Wed, 30 Mar 2016 19:53:42 +0000 (15:53 -0400)]
it-utils should be only included for IT

The it-utils bundle was being included with the odl-ovsdb-openstack
feature. When the feature was installed karaf would error out
looking for org.junit - which is a dependency for it-utils since
that is a test bundle.

Fix: Create a IT feature and include the bundle there and use
that feature for the IT test.

Change-Id: I4fc0395ca177d98b8433857b384cddbc033057fb
Signed-off-by: Sam Hague <shague@redhat.com>
8 years agoSkip IT tests for Autoattach CRUD for supported schema
Rashmi Pujar [Tue, 29 Mar 2016 22:42:18 +0000 (18:42 -0400)]
Skip IT tests for Autoattach CRUD for supported schema

- will be uncommented when CRUD is supported for AA table in ovs

Change-Id: Iaa9d3e518f207a609a8da10dc6ffea5c301971eb
Signed-off-by: Rashmi Pujar <rpujar@inocybe.com>
8 years agoMerge "Added conntrack matches and Refactored code"
Sam Hague [Tue, 29 Mar 2016 13:01:36 +0000 (13:01 +0000)]
Merge "Added conntrack matches and Refactored code"

8 years agoAdded conntrack matches and Refactored code
Aswin Suryanarayanan [Sat, 19 Mar 2016 17:07:40 +0000 (22:37 +0530)]
Added conntrack matches and Refactored code

1)Added conntrack match for invalid and related packets.
2)Refactored IngressAclService and EgressAclService.

Change-Id: I03e94f56a6fbad5d85fcbec5b8ace2dc47a9b2cf
Signed-off-by: Aswin Suryanarayanan <aswinsuryan@gmail.com>
8 years agoBUG-5456:DHCP port ARP flows not removed in compute node.
balakrishnan [Thu, 24 Mar 2016 11:02:00 +0000 (16:32 +0530)]
BUG-5456:DHCP port ARP flows not removed in compute node.

  * When the last VM instance belongs to the network is deleted from compute node,
  * We are checking the arp needed flag for the particular node
  * based on the flag value deleting last instance and
  * DHCP arp entries from the the compute node.

Change-Id: I351b5e4e6d49fbe73c7c8d5f5c16961e1a3d2c2c
Signed-off-by: balakrishnan <balakrishnan.ka@hcl.com>
8 years agoRefactor IT code for re-use...
Josh [Sun, 20 Mar 2016 11:06:57 +0000 (13:06 +0200)]
Refactor IT code for re-use...

..and to solve race condition in NetvirtIT

1. NotifyingDataChangeListener moved into mdsal-utils
2. NodeInfo moved into new it-utils. The original
thought was to place this in southbound-utils but it
has some dependencies on net-virt code. Instead,
create it-utils which since it is designated for IT
can really depend on everything.
3. Created ItUtils class. Eventually this could and
should hold more generic IT functions, e.g.,
validateFlow, etc. There is more to do here but wanted
to get this code review rolling. This can be just phase
one.

Change-Id: I23645bfbe54762516b182446a93577ee0033e828
Signed-off-by: Josh <jhershbe@redhat.com>
8 years agoBUG 5549: HWVTEP exception when connecting to older devices
Vishal Thapar [Thu, 17 Mar 2016 15:41:23 +0000 (21:11 +0530)]
BUG 5549: HWVTEP exception when connecting to older devices

Add a schema check for Tunnel table and columns.

Change-Id: I76a865589a1e685915f15fdf4acd859048cf4f02
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
8 years agoMerge "Add IT test for checking earlier schema versions for autoattach"
Stephen Kitt [Thu, 24 Mar 2016 12:49:07 +0000 (12:49 +0000)]
Merge "Add IT test for checking earlier schema versions for autoattach"

8 years agoAdd IT test for checking earlier schema versions for autoattach
Rashmi Pujar [Mon, 21 Mar 2016 22:29:17 +0000 (18:29 -0400)]
Add IT test for checking earlier schema versions for autoattach

Change-Id: I04c2b24e8a8f0b0f39b7dc356cd1bd12a341cf45
Signed-off-by: Rashmi Pujar <rpujar@inocybe.com>
8 years agoRemove skip install for ovsdb karaf
Thanh Ha [Tue, 22 Mar 2016 01:54:08 +0000 (21:54 -0400)]
Remove skip install for ovsdb karaf

It appears net-virt-it requires the ovsdb karaf bundle to be installed.

Change-Id: I515aef9f464c40c1c82b01e4e2cae0c283bb408c
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoMerge "odl-netvirt feature fixes."
Sam Hague [Mon, 21 Mar 2016 22:26:19 +0000 (22:26 +0000)]
Merge "odl-netvirt feature fixes."

8 years agoodl-netvirt feature fixes.
Andre Fredette [Mon, 21 Mar 2016 21:24:28 +0000 (17:24 -0400)]
odl-netvirt feature fixes.

onSessionInitiated was not getting called for the neutron or hwgw
renderers.  Added config dependencies for each.  Also needed another
change due to the "netvirt-neutron" module name change.

These fixes were worked out jointly with Victor Pickard.

Change-Id: Idb3c6a5cbb1cc728a4baf680f69f15df63a08aac
Signed-off-by: Andre Fredette <afredette@redhat.com>
8 years agoRemove skip install for library karaf
Thanh Ha [Sat, 19 Mar 2016 15:42:54 +0000 (11:42 -0400)]
Remove skip install for library karaf

Missed the library-it in my last patch to fix this.

Change-Id: I2a32cda2644331df592416b0770383b9edd584fb
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoRemove skip install for hwvtepsouthbound and southbound karaf
Thanh Ha [Fri, 18 Mar 2016 20:15:01 +0000 (16:15 -0400)]
Remove skip install for hwvtepsouthbound and southbound karaf

Not sure why the ovsdb-verify job didn't catch this but we do need to
at least install the karaf distro after all for integrationtests that
need them. Deploy is still unnecessary.

Change-Id: If9fe6346c351a1bd4d875848240129da253535cc
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoMerge "Bug 5542 - Southbound plugin doesn't allow controller initiated re-connection"
Sam Hague [Thu, 17 Mar 2016 19:20:27 +0000 (19:20 +0000)]
Merge "Bug 5542 - Southbound plugin doesn't allow controller initiated re-connection"

8 years agoMerge "Changes for netvirt neutron renderer yang model."
Sam Hague [Thu, 17 Mar 2016 19:20:05 +0000 (19:20 +0000)]
Merge "Changes for netvirt neutron renderer yang model."

8 years agoMerge "Do not install or deploy the karaf artifact"
Sam Hague [Thu, 17 Mar 2016 19:19:50 +0000 (19:19 +0000)]
Merge "Do not install or deploy the karaf artifact"

8 years agoChanges for netvirt neutron renderer yang model.
Victor Pickard [Tue, 15 Mar 2016 17:14:33 +0000 (13:14 -0400)]
Changes for netvirt neutron renderer yang model.

Change-Id: I92a4bba37a4c5b63a5ce1311654d27a82bff7210
Signed-off-by: Victor Pickard <vpickard@redhat.com>
8 years agoDo not install or deploy the karaf artifact
Thanh Ha [Wed, 16 Mar 2016 22:32:11 +0000 (18:32 -0400)]
Do not install or deploy the karaf artifact

The karaf artifact is only used for testing. It does not need to be
released to the world.

Change-Id: Ic7034bd79f7b2ddace82f7f114070f83f9b5a66f
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoBug 5542 - Southbound plugin doesn't allow controller initiated
Vishal Thapar [Thu, 17 Mar 2016 05:12:21 +0000 (10:42 +0530)]
Bug 5542 - Southbound plugin doesn't allow controller initiated
re-connection

HWVTEP fix based off similar fix in Southbound plugin
SB fix: https://git.opendaylight.org/gerrit/#/c/36278/

Change-Id: Iffab3b9d883bd0f4fd973d398b4e3b8c9dafd52d
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
8 years agoBUG 5514: McastMac entries not added correctly
Vishal Thapar [Mon, 14 Mar 2016 15:57:36 +0000 (21:27 +0530)]
BUG 5514: McastMac entries not added correctly

1. Use uuid as match criteria when updating mac table entries.
2. Add logical-switch-ref as key to mac entries in yang

Change-Id: I4357f1362648b6ce72e5825ad398d0eb166f91e0
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
8 years agoAdd a commons-net bundle
Stephen Kitt [Thu, 17 Mar 2016 14:35:43 +0000 (15:35 +0100)]
Add a commons-net bundle

net-virt depends on commons-net, so bundle it explicitly in the
relevant features instead of relying on neutron to provide it for
us. (This avoids errors when ovsdb builds with a newer version than
neutron.)

Change-Id: Ifd4b7909b44a824f7ebb0347753502c9e509c96e
Signed-off-by: Stephen Kitt <skitt@redhat.com>
8 years agoMerge "Use controller.mdsal.version when appropriate"
Sam Hague [Wed, 16 Mar 2016 12:58:25 +0000 (12:58 +0000)]
Merge "Use controller.mdsal.version when appropriate"

8 years agoBug 5542 - Southbound plugin doesn't allow controller initiated re-connection
Anil Vishnoi [Wed, 16 Mar 2016 08:19:02 +0000 (01:19 -0700)]
Bug 5542 - Southbound plugin doesn't allow controller initiated re-connection

Change-Id: I90992a3132a5b85ff5bb115f562c9bc5989f277a
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
8 years agoUse controller.mdsal.version when appropriate
Mike Kolesnik [Tue, 15 Mar 2016 12:00:42 +0000 (14:00 +0200)]
Use controller.mdsal.version when appropriate

Use the property controller.mdsal.version when looking for mdsal
artifacts from org.opendaylight.controller.

Otherwise, it's confusing since mdsal.version actually referrs to
artifacts from org.opendaylight.mdsal.

Change-Id: If95f835e491bd6f1cb0a21f1f7cc72bb06ef2cb2
Signed-off-by: Mike Kolesnik <mkolesni@redhat.com>
Signed-off-by: Sam Hague <shague@redhat.com>
8 years agoMerge "Bug 5435 - Arp flows are not getting installed properly in compute nodes"
Sam Hague [Tue, 15 Mar 2016 20:34:11 +0000 (20:34 +0000)]
Merge "Bug 5435 - Arp flows are not getting installed properly in compute nodes"

8 years agoMerge "Re-enable SingleFeatureTest"
Sam Hague [Tue, 15 Mar 2016 14:20:47 +0000 (14:20 +0000)]
Merge "Re-enable SingleFeatureTest"

8 years agoRe-enable SingleFeatureTest
Stephen Kitt [Tue, 15 Mar 2016 09:39:16 +0000 (10:39 +0100)]
Re-enable SingleFeatureTest

For SingleFeatureTest to run, features modules need to specify
"<packaging>jar</packaging>" (even though they don't produce a JAR we
care about).

Change-Id: I9b1b73aff4a6e30e2fa2389b6da0525c5e8d87d6
Signed-off-by: Stephen Kitt <skitt@redhat.com>
8 years agoBug 5435 - Arp flows are not getting installed properly in compute nodes
oshvartz [Tue, 15 Mar 2016 09:02:30 +0000 (11:02 +0200)]
Bug 5435 - Arp flows are not getting installed properly in compute nodes

Do not clean router interface ARP flows even if the
network segmentation does not exists in the given node.

Change-Id: I6de68c6b2e2d34d7f982eca74dfc73d42d26a5df
Signed-off-by: oshvartz <oshvartz@redhat.com>
8 years agoScripts to pretty print ovs flows and odl logs
Josh [Tue, 15 Mar 2016 07:22:43 +0000 (09:22 +0200)]
Scripts to pretty print ovs flows and odl logs

Change-Id: If002fef89ed257057b9832227203c2d9e6dd3655
Signed-off-by: Josh <jhershbe@redhat.com>
8 years agoUndo key in Trunks to fix IT test
Josh [Mon, 14 Mar 2016 18:24:53 +0000 (20:24 +0200)]
Undo key in Trunks to fix IT test

Change-Id: Ida7177ecb2b72c21e555e182db016d83ed79307e
Signed-off-by: Josh <jhershbe@redhat.com>
8 years agoMerge "Fix vagrant up by adding libssl-dev package to mininet puppet manifest"
Sam Hague [Mon, 14 Mar 2016 15:48:18 +0000 (15:48 +0000)]
Merge "Fix vagrant up by adding libssl-dev package to mininet puppet manifest"

8 years agoBUG-5507: ignore schema-related AutoAttach errors
Stephen Kitt [Mon, 14 Mar 2016 14:47:54 +0000 (15:47 +0100)]
BUG-5507: ignore schema-related AutoAttach errors

When initialising OvsdbAutoAttachedRemovedCommand and
OvsdbAutoAttachUpdateCommand, schemas without support for autoattach
cause IllegalArgumentException to be thrown. This is in all likelihood
the only scenario which can lead to this, so for now ignore the
exceptions.

A proper fix would involve checking the schema as done in TyperUtils.
Once this is done these constructors will be updated to use that
instead of ignoring IllegalArgumentException.

Change-Id: Idd284ab8acdc0886ef11dae6ecfb410e487ca312
Signed-off-by: Stephen Kitt <skitt@redhat.com>
8 years agoOVSDB library: Close conneciton when peer is down
Hsin-Yi Shen [Thu, 25 Feb 2016 23:54:41 +0000 (15:54 -0800)]
OVSDB library: Close conneciton when peer is down

In current implementation connection is not closed when peer is down
before it has chance to send TCP FIN packet. We have seen this issue
when peer is power off or crashed. With this fix, OVSDB server will
get IdleState.READER_IDLE event and send echo message to peer when
no channel read is performed for 60 seconds. OVSDB server will also
receive ReadTimeoutException and close the connection after 600 seconds.

Bug: 5506
Change-Id: I602b2ba3d34bc5e09546fe4e0584d8d0db42867e
Signed-off-by: Hsin-Yi Shen <syshen66@gmail.com>
8 years agoFix vagrant up by adding libssl-dev package to mininet puppet manifest
Frederick F. Kautz IV [Sun, 13 Mar 2016 20:35:23 +0000 (13:35 -0700)]
Fix vagrant up by adding libssl-dev package to mininet puppet manifest

Bug: 5505
Change-Id: I0409b33e27546515027eec7c883e309a8a09fb27
Signed-off-by: Frederick F. Kautz IV <fkautz@redhat.com>
8 years agoMerge "BUG-4417 Program tunnel flows on new Neutron nodes"
Sam Hague [Sun, 13 Mar 2016 19:21:10 +0000 (19:21 +0000)]
Merge "BUG-4417 Program tunnel flows on new Neutron nodes"

8 years agoBUG-4417 Program tunnel flows on new Neutron nodes
Josh [Thu, 10 Mar 2016 18:13:17 +0000 (20:13 +0200)]
BUG-4417 Program tunnel flows on new Neutron nodes

Here's how the fix works.

1) In handleInterfaceUpdate, when a bridge comes in
that does not have any tap ports on it, we remember
that as a "new node"

2) When a tap port comes in for that new node we
trigger interfaceUpdates to fill in the missing
tunnel flows from *other* ports to this new node -
ingress and egress.

Change-Id: I872e875f7a1f254f0bd14b7da4ed572ee7e40b9b
Signed-off-by: Josh <jhershbe@redhat.com>
8 years agoMerge "Integration tests for AutoAttach Table"
Sam Hague [Fri, 11 Mar 2016 21:09:33 +0000 (21:09 +0000)]
Merge "Integration tests for AutoAttach Table"

8 years agoMerge "Bug 5174: Support for AutoAttach Table in OVSDB"
Sam Hague [Fri, 11 Mar 2016 20:56:27 +0000 (20:56 +0000)]
Merge "Bug 5174: Support for AutoAttach Table in OVSDB"

8 years agoIntegration tests for AutoAttach Table
Rashmi Pujar [Tue, 8 Mar 2016 19:53:35 +0000 (14:53 -0500)]
Integration tests for AutoAttach Table

- IT test for library/schema
- IT for southbound

Change-Id: I5e6d665aba7bc2c20fcf264d1f06ed62070630e0
Signed-off-by: Rashmi Pujar <rpujar@inocybe.com>
8 years agoBug 5174: Support for AutoAttach Table in OVSDB
Rashmi Pujar [Mon, 1 Feb 2016 17:23:41 +0000 (12:23 -0500)]
Bug 5174: Support for AutoAttach Table in OVSDB

Change-Id: I325f58517caa66079de26c70d2818770968ef3bf
Signed-off-by: Rashmi Pujar <rpujar@inocybe.com>
8 years agoBug 5480 - bfd not supported by SB plugin
Vishal Thapar [Wed, 9 Mar 2016 18:00:06 +0000 (23:30 +0530)]
Bug 5480 - bfd not supported by SB plugin

Schema definition for it is present in library but definition in
ovsdb.yang and relevant code is missing.

This fix adds yang model and related code for bfd cofiguration and status.

Change-Id: I171478949079a4c39d8de9f0f7fb2bfcfb53e8b5
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
8 years agoAdd uuid for mac-entries, improved logging
Vishal Thapar [Sat, 5 Mar 2016 11:09:59 +0000 (16:39 +0530)]
Add uuid for mac-entries, improved logging

1. Store and use uuid for entries in mac-tables
2. Fix and improve logging for easier troubleshooting
3. A workaround in PhysicalSwitchUpdate

Change-Id: I6da68e59bcacdeef43a3e353f934bd8097a44253
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
8 years agoNet-virt is not checking if the master of the net-virt-application is
Anil Vishnoi [Mon, 7 Mar 2016 19:00:22 +0000 (11:00 -0800)]
Net-virt is not checking if the master of the net-virt-application is
elected at the clustering level or not. Because of this it can end up in a situation
where candidates are registered but owner is not elected and all the instances
gets false when they check for the owner. This patch fixes the issue, where
it waits till owner is selected

Change-Id: I2c720aeac44e4252091952383fe3bb4ed9bed97b
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
8 years agoMerge "Fix namespace mismatch between hwgw.yang and default-config.xml."
Vishal Thapar [Thu, 10 Mar 2016 12:26:21 +0000 (12:26 +0000)]
Merge "Fix namespace mismatch between hwgw.yang and default-config.xml."

8 years agoMerge "Initial NetVirt Neutron renderer."
Vishal Thapar [Thu, 10 Mar 2016 12:26:13 +0000 (12:26 +0000)]
Merge "Initial NetVirt Neutron renderer."

8 years agoMerge "BUG 5477: CandidateAlreadyRegisteredException in hwvtep cluster setup"
Stephen Kitt [Thu, 10 Mar 2016 12:00:17 +0000 (12:00 +0000)]
Merge "BUG 5477: CandidateAlreadyRegisteredException in hwvtep cluster setup"

8 years agoMerge "Use a utility function for key-value to map conversions"
Vishal Thapar [Thu, 10 Mar 2016 09:00:47 +0000 (09:00 +0000)]
Merge "Use a utility function for key-value to map conversions"

8 years agoBUG 5477: CandidateAlreadyRegisteredException in hwvtep cluster setup
Vishal Thapar [Wed, 9 Mar 2016 12:53:37 +0000 (18:23 +0530)]
BUG 5477: CandidateAlreadyRegisteredException in hwvtep cluster setup

Hwvtep uses DTCN and gets the updated object instead of just delta. So any
updates include connectionInfo which trigger connection manager on
non-owner nodes to wrongly attempt candidate registration.

Change-Id: Id7cf4a0ba7c3f52201381994bad01cb73cda3123
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
8 years agoFix namespace mismatch between hwgw.yang and default-config.xml.
Andre Fredette [Wed, 9 Mar 2016 15:26:11 +0000 (10:26 -0500)]
Fix namespace mismatch between hwgw.yang and default-config.xml.

Change-Id: I29ed6ce9a25b60ace4b48502a0558094a2b53743
Signed-off-by: Andre Fredette <afredette@redhat.com>
8 years agoInitial NetVirt Neutron renderer.
Andre Fredette [Tue, 8 Mar 2016 21:03:21 +0000 (16:03 -0500)]
Initial NetVirt Neutron renderer.

Change-Id: Iba4827b733d68d8c15148a61583a75d3ed9cb3a1
Signed-off-by: Andre Fredette <afredette@redhat.com>
8 years agoUse a utility function for key-value to map conversions
Stephen Kitt [Thu, 25 Feb 2016 15:57:26 +0000 (16:57 +0100)]
Use a utility function for key-value to map conversions

YangUtils::convertKeyValueListToMap() reproduces the behaviour
expected when converting a list of YANG key values to a map: it checks
that all the keys and values are non-null, and converts them to
strings using the appropriate methods in each YANG type.

This patch can't be back-ported to Beryllium since it uses Java 8
constructs.

Change-Id: Iaeb751ca552caf6b8f5a6d5a6e506e5d2aa4e63f
Signed-off-by: Stephen Kitt <skitt@redhat.com>
8 years agoIT:SouthboundIT - add tests for Qos and Queue
Eric Multanen [Fri, 29 Jan 2016 16:35:02 +0000 (08:35 -0800)]
IT:SouthboundIT - add tests for Qos and Queue

Add a set of tests for Qos and Queue table support.

v2 - addressed comments:
     - Modified builder usage in TestQos and TestQueue
     - Enhanced NotifyingDataChangeListener to handle
       any instanceidentifier, updated Qos and Queue
       tests to use to wait for configuraiton and
       operational changes instead of doing timeouts.
       (prior usages in other tests were not modified.
       Other tests which utilize timeouts were not
       updated to use waits for changes.)

Change-Id: Id965c402032470b114178539c2690491eabe0171
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
(cherry picked from commit ccc09694a98686163433e26fb2ef7db93a00a00b)

8 years agoBug 5466 - GatewayMacResolver Broken
Andre Fredette [Sun, 6 Mar 2016 23:06:17 +0000 (18:06 -0500)]
Bug 5466 - GatewayMacResolver Broken

"nIP.getIpAddress().getBytes()" returns a byte representation of the
IP address string (including periods).  What we really want is a byte
representation of the IP address represented by the string.

The solution is to use the InetAddress.getByName method that takes an
IP address string directly.

Change-Id: I39dcc1b8e97ab175e23d5aa2c9310581b87214ee
Signed-off-by: Andre Fredette <afredette@redhat.com>
8 years agoMinor cleanups on ovsdb.yang
Josh [Sun, 6 Mar 2016 12:14:41 +0000 (14:14 +0200)]
Minor cleanups on ovsdb.yang

1. Replaced non-ascii character with ascii equivalents
2. Added a key to a list which is used as config per
   RFC 6020, section 7.8.2

Change-Id: I77cb7fbf91752b24044ceb06ec6ce0cffbcbac65
Signed-off-by: Josh <jhershbe@redhat.com>