Vishal Thapar [Fri, 16 Dec 2016 06:50:37 +0000 (12:20 +0530)]
Updated git submodules
Project: netvirt master
5752c5691cadc5640dfc3570a4ff8ba4c2d18fad
Update specs template
1. Removed TODO
2. Added useful links
3. Added Table of Contents
Change-Id: I95438e43e09cb16c047d5a4f90ad8473a7d0ebe1
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
David Suarez [Sun, 18 Dec 2016 23:10:48 +0000 (23:10 +0000)]
Updated git submodules
Project: genius master
f08fd15114091b994fe07e65a34dbf80e94bf70d
Merge "ResourceBatchingManager code clean up and fixed bad LOG"
ResourceBatchingManager code clean up and fixed bad LOG
PS: Found while staring at ResourceBatchingManager for async test
infra.. I still can't complete make sense of what this class really is
supposed to be good for, or what problem it really solves! (Thus nor how
to sanely make it testable.)
Change-Id: Ica12a5695647d7d228cbd4e885ee38943f91e642
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Alok Anand [Sat, 17 Dec 2016 17:15:25 +0000 (22:45 +0530)]
Updated git submodules
Project: releng/builder master
d6c5d4d7cf4edf1f926f77ae96a2bde0399f8ae7
Add Jenkins job to build latest snapshot into RPM
This job uses the new flag '--build-latest-snap' and calls build.py
after removing unnecessary parameters.
Change-Id: I91a7ea5124400fc54ef2aa960c218f349c8711f6
Signed-off-by: Alok Anand <alok4nand@gmail.com>
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
srisankethu [Sat, 17 Dec 2016 15:44:04 +0000 (21:14 +0530)]
Updated git submodules
Project: releng/builder master
4ecc4f0fab268b44ef827690cdd1ed1a40bf5b1c
Add python3 support
Change-Id: Ie5c34d59cf6d21a03a39af0caa21456cff9c754b
Signed-off-by: srisankethu <sanketh.uppalapati@research.iiit.ac.in>
Anil Belur [Sat, 17 Dec 2016 03:51:42 +0000 (03:51 +0000)]
Updated git submodules
Project: releng/builder master
71004968d939e2f5b46cebe7d1dfd3217e1a4358
Merge "Add Jenkins job to build .deb"
Add Jenkins job to build .deb
Change-Id: I92ee82daaf10bf43ff6e1698be79050b0da99e24
Signed-off-by: Akshita Jha <zenith158@gmail.com>
Michael Vorburger [Fri, 16 Dec 2016 17:48:14 +0000 (18:48 +0100)]
Updated git submodules
Project: genius master
a33ecc12cf3418491630807594126917c0bf73b8
interfacemanager POM fixed - no *-impl bundles
Not sure what historically happened here, but obviously the
implementation bundles of other modules should never be direct runtime
dependencies.. only their *-api. And for component tests, some impl may
be <scope>test dependencies.
Change-Id: I44afb68fa4db3d795cdb045b05f8c16d4a369d0d
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Vivekanandan Narasimhan [Thu, 15 Dec 2016 15:13:53 +0000 (20:43 +0530)]
Updated git submodules
Project: integration/test master
743b586570c201ebc8a5ae5ac5db9f1b9fe38cb2
Changed the model dumps to collect right information
Fixed subnetmap, and added collection for
neutron-vpn-portip-port-data and learnt-vpn-vip-to-port-data.
Change-Id: I2bb02c25048c081a2671c2bb86f857f6848cf580
Signed-off-by: Vivekanandan Narasimhan <n.vivekanandan@ericsson.com>
Author: Sam Hague <shague@redhat.com>
Signed-off-by: Sam Hague <shague@redhat.com>
Anil Vishnoi [Wed, 14 Dec 2016 22:09:36 +0000 (14:09 -0800)]
Updated git submodules
Project: integration/test master
1c323c2f3d0474bd2606eb756f4abd93addbae50
Fixed OVSDB queue/qos related CSIT testcases
Change-Id: I8c8fcc163960175908f8b3acf69e54fa53573dbc
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
srisankethu [Thu, 15 Dec 2016 11:18:44 +0000 (16:48 +0530)]
Updated git submodules
Project: integration/test master
45b450995a0fb103c75d107ce0f86fe7286eb675
Update RequestsLibrary.<action> deprecated calls
Change-Id: Ibb793d7076f61eb8441df560a52d1e3e601b8773
Signed-off-by: srisankethu <sanketh.uppalapati@research.iiit.ac.in>
Thanh Ha [Fri, 16 Dec 2016 16:32:38 +0000 (11:32 -0500)]
Updated git submodules
Project: releng/builder master
7d436492777f81641e01c7a5724e200a99c33098
Update jjb docs to use mvn33 instead of {mvn33}
We switched to using mvn33 string rather than variable {mvn33} awhile
back. Update the docs to reflect that change.
Change-Id: I8144b13ffed1154d3e3e2c73087f9d9172370085
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Guillaume Lambert [Fri, 16 Dec 2016 16:22:34 +0000 (17:22 +0100)]
Updated git submodules
Project: releng/builder master
fa97d48186f3752595d4f9c6a97d9d3c9b2ca034
Add transportpce jobs to Jenkins
Change-Id: Ia07b3a3bc08cd835da335dead6e6a9e545d65036
Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Thanh Ha [Fri, 16 Dec 2016 14:45:39 +0000 (14:45 +0000)]
Merge "Re-positioning infrautils doc index"
Faseela K [Fri, 16 Dec 2016 13:53:33 +0000 (13:53 +0000)]
Updated git submodules
Project: genius master
82fae36bf7b750e340f4498664c254d162e10b2b
Merge "Cleanup for constants and other stuff."
Cleanup for constants and other stuff.
- Declare constants properly.
- Log exceptions.
- Local variables.
- Basic formatting.
- Replace Guava's Preconditions by Objects'
- Remove catching of NPE
- Adding more constants to improve readability
There is still a NPE catching that will be removed in a later patch in
which I'll simplify the way in which we call the RPCs (see line
204-206).
Change-Id: I5a2173a39245e7d65469d84cb2a71ef9e21fe1be
Signed-off-by: David Suarez <david.suarez.fuentes@ericsson.com>
Michael Vorburger [Thu, 15 Dec 2016 14:12:28 +0000 (15:12 +0100)]
Updated git submodules
Project: genius master
7ac10c9d7509811b6d28a506324fe3389df5510f
DataStoreJobCoordinator fixed broken LOG.warn of root cause exception
unless there is a very particular reason why this is done in an unusual
weird style, which does not properly show the Exception root cause in
logs (noticed while investigating a failure of the
InterfaceManagerConfigurationTest), it's wrong.
Change-Id: Ic42b4c79b9e7afe69eb4e4e6c633bb899ed3b74c
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Faseela K [Fri, 16 Dec 2016 08:31:50 +0000 (08:31 +0000)]
Updated git submodules
Project: genius master
093bf739adc0bb53830e98e74f8a65b51ed2437e
Merge "Genius: Neutron Qos DSCP Rule support"
Genius: Neutron Qos DSCP Rule support
Adds QoS as a new service and a new table is created for QOS DSCP marking.
DSCP set action to tos field of the IP header is defined newly.
Testing procedure:
1. When a port is associated with QOS policy having DSCP rule. OF is
polpoluated for table 90.
Spec Review Link:
https://git.opendaylight.org/gerrit/#/c/48949/
Result:
- traffic flows with the DSCP value configured in the port.
Change-Id: I52057973bae295ec2e5ea4aec392b4ddf906f1bb
Signed-off-by: P.Poovizhi <poovizhi.p@ericsson.com>
Faseela K [Fri, 16 Dec 2016 06:48:54 +0000 (12:18 +0530)]
Re-positioning infrautils doc index
Description : Moving infrautils doc index to "Content for Opendaylight
Contributors"
Change-Id: I87983eae165737ef0711f7b175df80c22e02d35e
Signed-off-by: Faseela K <faseela.k@ericsson.com>
Anil Vishnoi [Thu, 15 Dec 2016 01:49:17 +0000 (17:49 -0800)]
Updated git submodules
Project: ovsdb master
7f779eb28f576e99ea12201429cc3098863d99c0
Bug 7373 - ConflictingModificationAppliedException: Node was
created by other transaction
Ovsdb/Hwvtep plugin creates respective topology under network-topology/topology
and also they make a check if the parent node (network-topology) exist or not.
If not they create the root node. In a scenario where user loads both the
plugin together, their is a possibility that both the plugin can try to
create the network-topology as the same time and one of them will end up
with ConflictingModificationAppliedException. To resolve this scenario
this patch avoid the explcit create of the parent node, and uses the md-sal
PUT api that creates the missing parents. Although it's slow compared to
the other version of PUT api, but given that it's one time operation
at warm up time, it of not much concern.
Change-Id: I9171f17ceef43040d91e75e368ab4e6f59970c59
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
Signed-off-by: Sam Hague <shague@redhat.com>
Sam Hague [Wed, 14 Dec 2016 22:44:59 +0000 (17:44 -0500)]
Updated git submodules
Project: netvirt master
e9ffb312442d3fd1bf30a1d5cbf8c4eae7e0e598
Initial layout for NetVirt docs migration
Adding placeholder doc indexes so that the docs project can link
tonetvirt.
Change-Id: Ieb7109217d6d05b31a7d3f287df65441ece83293
Signed-off-by: Sam Hague <shague@redhat.com>
Stephen Kitt [Thu, 15 Dec 2016 18:13:29 +0000 (18:13 +0000)]
Updated git submodules
Project: odlparent master
63c56783199d6fba319fc92373c1714dc8816d8e
Revert "Upgrade Servlet API 3.0.1 -> 3.1.0"
This reverts commit
48e2f345b347dbca7f8b94df40adb6666ac4e017, which breaks at least AAA.
Change-Id: I398ededd9f77107fb9a191ea9c587e46b5e0784a
Signed-off-by: Stephen Kitt <skitt@redhat.com>
Michael Vorburger [Thu, 15 Dec 2016 16:03:12 +0000 (16:03 +0000)]
Updated git submodules
Project: genius master
b1f344a40198480fd93a3107276072fd5a01a430
Merge "Add CacheBridgeRefEntryListener to provider"
Add CacheBridgeRefEntryListener to provider
Change-Id: I9aae46b46ed7da3a820ca97521d95af56bf25385
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
Andrew Grimberg [Thu, 15 Dec 2016 15:42:17 +0000 (15:42 +0000)]
Updated git submodules
Project: releng/builder master
61648282c19c20fc0d51f2fcde2079bcd79ccbd3
Merge "Switch to build-discarder property for logrotate"
Switch to build-discarder property for logrotate
logrotate is deprecated in Jenkins>=1.637 so switch to the new style
build-discarder property.
This is a first patch to test with the releng project. Follow on patches
will swap this setting for the remaining jobs.
Change-Id: I6b0f15852024e66c8584ee604a555ec320d1b0be
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Thanh Ha [Thu, 15 Dec 2016 14:51:15 +0000 (14:51 +0000)]
Updated git submodules
Project: releng/builder master
3f68404e0eec73ca1f93bf6a892832fe61b97b8b
Merge "Fix minor typo"
Fix minor typo
Change-Id: I70b8d5935302360affb05c25d9eb5ba1c1461332
Signed-off-by: srisankethu <sanketh.uppalapati@research.iiit.ac.in>
Vratko Polák [Thu, 15 Dec 2016 14:34:52 +0000 (14:34 +0000)]
Updated git submodules
Project: releng/builder master
d1d9c12f8b4ad87ada2bb6dd149c6c9d43200fe6
Merge "Add USE_NETCONF_CONNECTOR variable to integration-csit-verify-1node-library"
Add USE_NETCONF_CONNECTOR variable to integration-csit-verify-1node-library
Change-Id: I863fc1c71503447eb03f14c3c8586be364077752
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Peter Gubka [Thu, 15 Dec 2016 09:38:42 +0000 (10:38 +0100)]
Updated git submodules
Project: integration/test master
c067626aa2fd4b2754b28fa2264c1b86abe4d88e
adding default value of ${USE_NETCONF_CONNECTOR}
Change-Id: I47f7e8b24314ca107a6cedc960882faacea6ae0d
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Vratko Polák [Thu, 15 Dec 2016 14:31:37 +0000 (14:31 +0000)]
Updated git submodules
Project: releng/builder master
c4308e512efe5916da82cc9b05be3114a490632c
Merge "removing netconf connector from netconf scale suite for carbon"
removing netconf connector from netconf scale suite for carbon
Change-Id: Ia29aec3a8e959d3e931920e6e4601df67acd49c8
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Peter Gubka [Thu, 1 Dec 2016 11:29:35 +0000 (12:29 +0100)]
Updated git submodules
Project: integration/test master
e99a9bd955d47f8f6bacb164f2edb659a6c610d9
updating netconf-scale suite not to use netconf connector in carbon
works together with https://git.opendaylight.org/gerrit/#/c/49301/
Change-Id: I462cf11fcab126bd54bb39c917f2e90f33767936
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Vivekanandan Narasimhan [Wed, 14 Dec 2016 17:46:09 +0000 (23:16 +0530)]
Updated git submodules
Project: netvirt master
37f4353ac82518b26863238edbd1e4dcb736d43a
Bug 7368: VPN Engine unable to process external interfaces
The external network interfaces were not serviced by
VPNEngine due to an NPE that came in via review [1].
Here we fix that NPE and in addition to that
optimize code in VPNEngine to reduce MD-SAL reads.
[1] https://git.opendaylight.org/gerrit/#/c/48991
Change-Id: Ife0091b2bdd6674cc994aca084a9641e81a670ea
Signed-off-by: Vivekanandan Narasimhan <n.vivekanandan@ericsson.com>
ejisfza [Mon, 12 Dec 2016 13:25:11 +0000 (14:25 +0100)]
Updated git submodules
Project: integration/test master
88ee645487404f9097963b65acef9ff5f3ec9532
Make Utils.robot work with more than one session.
Most of the Utils.robot functions were implemented
to use a fixed session variable named 'session'.
This is a problem when having a cluster configured
in which you might want to use some of the tools
with a different controller.
The solution is adding a new argument ${session}
initialized to 'session' to avoid changing the
default behavior of the function.
Change-Id: I8a7341893c77a4d3789522cfe100304ce5658aa5
Signed-off-by: ejisfza <jose.luis.franco.arza@ericsson.com>
Stephen Kitt [Mon, 2 May 2016 13:15:23 +0000 (15:15 +0200)]
Updated git submodules
Project: odlparent master
48e2f345b347dbca7f8b94df40adb6666ac4e017
Upgrade Servlet API 3.0.1 -> 3.1.0
This is part of Java EE 7 and adds non-blocking I/O and WebSocket
support. See https://jcp.org/en/jsr/detail?id=340 for details.
Change-Id: Ia615749593971421b9388d37700b957f847cbb6b
Signed-off-by: Stephen Kitt <skitt@redhat.com>
AbdulRahman AlHamali [Tue, 13 Dec 2016 09:05:07 +0000 (11:05 +0200)]
Updated git submodules
Project: odlparent master
453cfaea910d28996e253fde4c0cd525d8886030
Fix jacoco and sonar exclusions for yang-generated files
Jacoco and Sonar exclusions lists were missing some yang-generated
files that should be excluded. Also update the jacoco and sonar
exclusions to match.
Change-Id: Iff7f68102d66724a86d1654fd59145e9bc22e66a
Signed-off-by: AbdulRahman AlHamali <a.alhamali93@gmail.com>
Olga Schukin [Tue, 13 Dec 2016 05:53:40 +0000 (07:53 +0200)]
Updated git submodules
Project: netvirt master
682cbe293647aa9ebf35fc64b5d5a498b1276d64
Bug 7260: no rules in table 26 for default route
* the model of router gateway wasn't written to mdsal due to NPE
* fix the race cond when add router gateway port done after handling ext network for this router
Change-Id: Ide2e5d6bb8e90d1d13effb8456aeaed395c9675a
Signed-off-by: Olga Schukin <olga.schukin@hpe.com>
David Goldberg [Wed, 14 Dec 2016 08:12:41 +0000 (10:12 +0200)]
Updated git submodules
Project: netvirt master
4a65bc1aba5c82545b631a9fb562534570d16fca
BUG 7359: duplicate local broadcast group backets
In a setup with more than two switches, when creating a network with one
port on each switch, sometimes the remote broadcast group has more than
one bucket directing to the local broadcast group.
because the list was initiated outside the for loop of the switches, the
local brodcast bucket was added to it more than once, hence the
duplication.
Change-Id: Ifa1decd5b238f45f97770e03eb10bd781c24cbfc
Signed-off-by: David Goldberg <gdavid@hpe.com>
Faseela K [Thu, 15 Dec 2016 06:08:44 +0000 (11:38 +0530)]
Updated git submodules
Project: genius master
706e54ccc848e755c55de7df4973c5b20d23c4e5
flow entries for multiple subports not getting created
Description :Update of vlanmember interfaces is causing unnecessary churn
of deleting and adding back all the interfaces unnecessarily, even if
there is no attribute which is modified.
Change-Id: Ib2d3be95ce48e2d971b27a8ff6e11d113be532ef
Signed-off-by: Faseela K <faseela.k@ericsson.com>
Colin Dixon [Wed, 14 Dec 2016 23:24:47 +0000 (23:24 +0000)]
Merge "BUG-7028: Migrate BGP Benchmark App to BP"
Ryan Goulding [Wed, 14 Dec 2016 22:40:13 +0000 (22:40 +0000)]
Updated git submodules
Project: aaa master
573119b315137b53d8a95f90645034cffe56de5b
Merge "Fix the Password option at cert commands"
Fix the Password option at cert commands
Use the stream input to hide the password characters and use
printstream to print label at the console instead of system.out
Change-Id: Id970d50265f48ebca44732173feb0b27c6ab955f
Signed-off-by: Mohamed El-Serngawy <melserngawy@inocybe.com>
Thanh Ha [Wed, 14 Dec 2016 17:29:06 +0000 (12:29 -0500)]
Updated git submodules
Project: releng/builder master
78a63add969a79cf2eb0821e8bb94ad3f1255bac
Add opendaylight-infra-wrapper
This wrapper is recommended as it configures several infra related
settings that are good to have.
Change-Id: Ic2ebb42c9b3f552cb0297819bacce19eb0a332e2
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Andrew Grimberg [Wed, 14 Dec 2016 17:20:24 +0000 (17:20 +0000)]
Updated git submodules
Project: releng/builder master
b48ae7e0ab4f95fc6cc83306c49133f10b8ba2ac
Merge "Clean up old packaging builds after 7 days"
Clean up old packaging builds after 7 days
Change-Id: Ibaf1264cdfba9fd46b9312ac81c55b1a353b8905
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Martin Mihálek [Mon, 12 Dec 2016 20:17:28 +0000 (21:17 +0100)]
Updated git submodules
Project: integration/test master
adbe7593ef4df472ea1506de68e8324f15d1d732
Fix typo in Sxp library
Fixes prefix range initial values to match intentions of tests.
Change-Id: Iebbe3986e9c9ab3eeb091b4c174829b9ec8b685a
Signed-off-by: Martin Mihálek <mamihale@cisco.com>
Thanh Ha [Wed, 14 Dec 2016 16:55:07 +0000 (16:55 +0000)]
Updated git submodules
Project: releng/builder master
fba96864189becc0c55ff1ee61572e012f507f6f
Merge "Prefix timestamps on archived console logs"
Prefix timestamps on archived console logs
Time stamper plugin adds time stamps only to the jobs console logs,
which is unavailble on the archived console logs. This change fixes
the issue using the paste command.
Change-Id: Idc08840622a62dc679b0030554cfb4377472d726
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Faseela K [Tue, 13 Dec 2016 10:42:16 +0000 (16:12 +0530)]
Updated git submodules
Project: infrautils master
f2626e0649bb91586c9696778eb0ed0455b242c2
Link specs to infrautils/index
Change-Id: I62730d1ca0f4c1bceb481e6b7afd149504ec1907
Signed-off-by: Faseela K <faseela.k@ericsson.com>
Robert Varga [Wed, 14 Dec 2016 12:00:00 +0000 (13:00 +0100)]
Updated git submodules
Project: odlparent master
d29998cd57efd9ff6aa625cc21ce5a6e6a9fe7ec
Add maven-help-plugin and exec-maven-plugin
This just defines the versions, so they can be used
downstream without specifying versions.
Change-Id: I186b326e4d69403888074c30e7c92f6d8a2e69eb
Signed-off-by: Robert Varga <rovarga@cisco.com>
Faseela K [Wed, 14 Dec 2016 12:08:24 +0000 (12:08 +0000)]
Updated git submodules
Project: genius master
424aebaf3bcfec186755a5c8a0c3b125e335ce1b
Merge "InterfaceManagerConfigurationTest remove BridgeInterfaceEntryBuilder"
InterfaceManagerConfigurationTest remove BridgeInterfaceEntryBuilder
apparently it's un-used - or is this a mistake, and it should be used?
Change-Id: Id241bec009aadc5f7f20c65396c06b1540ea3054
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Faseela K [Wed, 14 Dec 2016 07:29:04 +0000 (07:29 +0000)]
Updated git submodules
Project: genius master
4492cebb23e78867c94fea83532b8b0a3730bd34
Merge "InterfaceManagerTestModule LOG InterfacemgrProvider close() Exceptions"
InterfaceManagerTestModule LOG InterfacemgrProvider close() Exceptions
Change-Id: I1099c834024d8deb5e230e7a656bce5ed7c5a6e3
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Stephen Kitt [Tue, 13 Dec 2016 16:26:12 +0000 (17:26 +0100)]
Updated git submodules
Project: genius master
e7ac2424e4c169735da77040a99b2b992eeb017a
Use platform-specific line separators
This should allow the XtendBeanGenerator-based tests to run on Windows
too.
Change-Id: I5c9e5d79405f8fb9a1f5035ad5a259eb9342614e
Signed-off-by: Stephen Kitt <skitt@redhat.com>
Colin Dixon [Wed, 14 Dec 2016 00:08:55 +0000 (00:08 +0000)]
Merge "Bug-7276 Update l2switch docs with BluePrint implementation examples"
Sai Marapareddy [Tue, 13 Dec 2016 22:04:13 +0000 (14:04 -0800)]
Bug-7276 Update l2switch docs with BluePrint implementation examples
This patch adds an example on how to change the configurations in
l2switch project. Elaborates users two options in changing the configurations
Change-Id: Iaf90199a3b70af68d14d316465c3b1fd6ef821f9
Signed-off-by: Sai MarapaReddy <sai.marapareddy@gmail.com>
Author: Sai MarapaReddy <sai.marapareddy@gmail.com>
Jamo Luhrsen [Tue, 13 Dec 2016 23:16:29 +0000 (23:16 +0000)]
Updated git submodules
Project: releng/builder master
37fe24ae9548d2e884bf0a056eeea0f3ef523f3d
Merge "Add robot options to openstack jobs"
Add robot options to openstack jobs
Add the TESTOPTIONS (robot-options) to the openstack jobs. This
allows the user to add things like -L TRACE to increase the
robot logging level or to add other params. Most other jobs have
this option.
Change-Id: Ieb85247507e7ee69b1bfa0f0b36f54475d5585f4
Signed-off-by: Sam Hague <shague@redhat.com>
Jamo Luhrsen [Tue, 13 Dec 2016 19:20:19 +0000 (19:20 +0000)]
Updated git submodules
Project: releng/builder master
7c57608121e2286705cdd10332e4db9d9f54dd1d
Merge "Add gate triggers for netvirt newton and learn"
Add gate triggers for netvirt newton and learn
Change-Id: Id44f17e21ea064abb312ab78ba5a0fdcfa51a508
Signed-off-by: Alon Kochba <alonko@hpe.com>
Vivekanandan Narasimhan [Mon, 12 Dec 2016 04:57:43 +0000 (10:27 +0530)]
Updated git submodules
Project: integration/test master
b3be498093cdde4f8d3e2ba01ee20c6f773bf72e
Fix CSIT VPNService suite for Unique RD per VPN
Fix the CSIT VPNService suites such that we
use unique route-distinguishers (RDs) per
unique VPN.
Change-Id: I0a17edc4e585bbb67cc343361141b3efcdded335
Signed-off-by: Vivekanandan Narasimhan <n.vivekanandan@ericsson.com>
Vratko Polák [Tue, 13 Dec 2016 18:19:18 +0000 (18:19 +0000)]
Updated git submodules
Project: releng/builder master
2d43cdebad52bdc32c271396f26a6fae5ca143e1
Merge "Add neccessary feature into gbp-csit-sxp job"
Add neccessary feature into gbp-csit-sxp job
- added odl-sxp-controller
Change-Id: Ic20477f723777479095d950b35034d1bddf69a36
Signed-off-by: Michal Rehak <mirehak@cisco.com>
Ryan Goulding [Tue, 13 Dec 2016 17:59:06 +0000 (17:59 +0000)]
Updated git submodules
Project: aaa master
01b159f9ca51d0e52de23752a1af77dfb1581885
Merge "aaa-h2-store file size reduced by 1.7 MB"
aaa-h2-store file size reduced by 1.7 MB
by avoid to include H2 JAR in this bundle JAR; this should be not
required, because the class files of the H2 JAR are already in this
bundle JAR ("inlined"); they don't have to be there twice...
read also
http://felix.apache.org/documentation/subprojects/apache-felix-maven-bundle-plugin-bnd.html#embed-dependency-and-export-package
for more background about this
Change-Id: I660a8edf26ba793af1a859aae24bd6b5778d3cc8
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Michael Vorburger [Mon, 12 Dec 2016 22:50:25 +0000 (23:50 +0100)]
Updated git submodules
Project: aaa master
25a7868b0b403442b849eb38e38e224bc43e24f7
aaa-cli-jar file size significantly reduced from 12 MB to 2.5 MB
it's now simply called aaa-cli-jar-*.jar instead of
aaa-cli-jar-*-jar-with-dependencies.jar
instead of the current 12 MB JAR file size, by assembling it using
maven-shade-plugin instead of the maven-assembly-plugin, which even
without minimizeJar leads to a 5.7, and with some clever minimizeJar
tweaking lets us make this just 2.5 MB.
Change-Id: I687605b62101d4136e02350efba0af4ddbfbbfa7
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
K.V Suneelu Verma [Thu, 1 Dec 2016 18:20:27 +0000 (23:50 +0530)]
Updated git submodules
Project: ovsdb master
2f94612bdbed0604c17077732c594f6387ffed93
bug 6579 checking the depency before transaction
integrated the mcast , ucast mac and logical switch with dependency queue
Change-Id: I60643affc1d275b5a1b3586147ac83a67a01d22d
Signed-off-by: K.V Suneelu Verma <k.v.suneelu.verma@ericsson.com>
K.V Suneelu Verma [Thu, 1 Dec 2016 07:11:23 +0000 (12:41 +0530)]
Updated git submodules
Project: ovsdb master
ff2d1d2e83a0d221f3f354f47747449cd868f448
bug 6579 added dependency queue
Added Dependency Queue which gets processed upon config and op events.
Any object ( mac / port ) whose dependencies are not met gets pushed the
queue with an expiry timeout.
Added the following apis in UnMetDependencyGetter
getInTransitDependencies returns list of keys in json rpc transaction
which are needed by this object to be processed.
getUnMetConfigDependencies returns list of missing config keys
Added the following apis in HwvtepDeviceInfo
onConfigDataAvailable processes config dependency queue
onOpDataAvailable processes in transit dependency queue , gets called
after every json rpc transaction is done
Change-Id: I012958a40e0ab0aa0e0db14dc670f9c4dacbdd09
Signed-off-by: K.V Suneelu Verma <k.v.suneelu.verma@ericsson.com>
Peter Gubka [Tue, 13 Dec 2016 12:58:05 +0000 (13:58 +0100)]
Updated git submodules
Project: integration/test master
e686cc206dd10be45f1743839a95f98c0ec8bec8
updating netconf CRUD suite not to use netconf connector for device configuration
Change-Id: I2fd4b24ded3f5f70fda8677b390aed0a6f3aeb9f
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Alvaro Gonzalez ARROYO [Mon, 12 Dec 2016 15:53:30 +0000 (16:53 +0100)]
Updated git submodules
Project: netvirt master
546acd345958f6e48eca647c2a0ae1f936d5c5da
Remove unneeded code from VpnUtil
- Use getOperativeDPNs() from NwUtil and remove same function
from VpnUtil.
- Remove pickRandomDPNs() from VpnUtil.
- Remove buildDpnNode() from VpnUtil.
Change-Id: I75c6de1fa295b4b849625056759180bd358ba9b4
Signed-off-by: Alvaro Gonzalez ARROYO <alvaro.gonzalez.arroyo@ericsson.com>
Alon Kochba [Wed, 30 Nov 2016 14:33:18 +0000 (16:33 +0200)]
Updated git submodules
Project: netvirt master
6c1d2effba9652c2d5d22b2db4511ce8ce1227df
Spec for temporary SMAC learning table
Temporary source MAC learning introduces two new tables to the ELAN
service, for OVS-based source MAC learning using a learn action,
to reduce a large scale of packets punted to the controller for an
unlearned source MAC.
Change-Id: Iccc605b23dc8c67f8ddbb03f10b159636ca4fe06
Signed-off-by: Alon Kochba <alonko@hpe.com>
Peter Gubka [Tue, 13 Dec 2016 12:23:37 +0000 (13:23 +0100)]
Updated git submodules
Project: releng/builder master
f4505d4e48f12f4dc46e251613233a3bfab402b4
removing netconf connector from its usage in carbon
Change-Id: I0b67ea1530f05387d989efd1c9f398a39c6f4d2f
Signed-off-by: Peter Gubka <pgubka@cisco.com>
K.V Suneelu Verma [Mon, 28 Nov 2016 14:14:50 +0000 (19:44 +0530)]
Updated git submodules
Project: ovsdb master
db5b2546600affca74281ae02613db72f993701a
bug 6579 handling back to back tx updates
Added the following utility methods in operational state and device info
isKeyPartOfCurrentTx indicates this key is also part of the same tx
isKeyInTransit indicates this key is part of prev tx to device
Before inserting any key into any table
check if this key or its dependent keys are part of prev transaction
Change-Id: I87699c244b7feee27d2c95178dfe5727f4148cdb
Signed-off-by: K.V Suneelu Verma <k.v.suneelu.verma@ericsson.com>
K.V Suneelu Verma [Mon, 28 Nov 2016 07:29:20 +0000 (12:59 +0530)]
Updated git submodules
Project: ovsdb master
480b80d0b790672a95f07da1caedc9f2fa38a566
bug 6579 added basic unit tests
Added unit tests for the following commands
McastMacsRemoteUpdateCommand
UcastMacsRemoteUpdateCommand
LogicalSwitchUpdateCommand
When logical switch is configured ensure that op.insert is fired
same with mcast mac and ucast mac also.
Change-Id: Ie08664faa233776f82fb0a4ea8d6f0522a4b4810
Signed-off-by: K.V Suneelu Verma <k.v.suneelu.verma@ericsson.com>
Luis Gomez [Mon, 12 Dec 2016 21:08:23 +0000 (13:08 -0800)]
Updated git submodules
Project: integration/test master
a9cd87c3259947af52931bf92b202b9272ccfc24
Add test for bug 7349 validation
This issue shows in Beryllium (old plugin).
BTW small retouch on other bug validations.
Change-Id: Ife28cf65ad3c15390468cdea7c114e66658bf1dc
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
Jamo Luhrsen [Tue, 13 Dec 2016 07:08:10 +0000 (07:08 +0000)]
Updated git submodules
Project: releng/builder master
7f42bce97391128a487c154a681c241a48f2d200
Merge "Workaround for Mitaka jobs failure"
Workaround for Mitaka jobs failure
Change-Id: I8b881fc5da3220e8a6866a4cce39d61b85906336
Signed-off-by: gvrangan <venkatrangang@hcl.com>
Colin Dixon [Mon, 12 Dec 2016 23:21:17 +0000 (23:21 +0000)]
Merge "Bug-7276 Update l2switch variable locations and default values"
Miguel Perez [Mon, 12 Dec 2016 17:01:26 +0000 (18:01 +0100)]
Updated git submodules
Project: genius master
397e795d74c1291cf5104edd3bce8bbb60c73ea3
Add isIpInSubnet utility API to NwUtil
+ That method is extracted from VpnUtil (netvirt). NwUtil.java is
a more suitable place
Change-Id: Ie999d09aec188fb861254fc985a53a9bd925ac68
Signed-off-by: Miguel Perez <francisco.miguel.perez@ericsson.com>
Michael Vorburger [Mon, 12 Dec 2016 21:09:06 +0000 (22:09 +0100)]
Updated git submodules
Project: odlparent master
7bc37daaeb6b28f90acea7cf5f75b2b94f380a1a
git-commit-id-plugin skipped on mvn -Pq, because it slows down a little
Change-Id: I5570855a6de43858f5f7305e7c2a53da778f1ad2
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Sai Marapareddy [Mon, 5 Dec 2016 22:09:11 +0000 (14:09 -0800)]
Bug-7276 Update l2switch variable locations and default values
With blueprint introduction, location of configurable variables
changes in l2switch project.
This patch addresses the changes and updates doc with default values
Change-Id: I5ffd7dd52f58df998f53675eb73f910e05dc145f
Signed-off-by: Sai MarapaReddy <sai.marapareddy@gmail.com>
Author: Sai MarapaReddy <sai.marapareddy@gmail.com>
Andrew Grimberg [Mon, 12 Dec 2016 18:01:44 +0000 (18:01 +0000)]
Updated git submodules
Project: releng/builder master
4184676570e7c36b8987a1a2d5933de5d516e628
Merge "Verify git commits are gpg signed"
Verify git commits are gpg signed
Change-Id: I2e38ee89cb5c05bc8a6346e7d95a4001669235d4
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Thanh Ha [Mon, 12 Dec 2016 17:38:40 +0000 (17:38 +0000)]
Updated git submodules
Project: releng/builder master
2abbbb1875d628e9d420425975e3521676c56ed2
Merge "Disable quite mode in provision scripts"
Disable quite mode in provision scripts
* quite mode is no longer required since
files are archived on log servers.
* supresses yum/apt install errors which
maybe required.
Change-Id: I2c4ab91e1f27e08508dc63367c5b2a23d8f21ca1
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Quan Xiong [Thu, 8 Dec 2016 09:45:18 +0000 (17:45 +0800)]
Updated git submodules
Project: releng/builder master
ea99da8bf8e8878ad2513728af0a708c6f570ebe
Add bier project to Jenkins
Change-Id: I3c4c883d7bdbb1dd2ba36e0c93f26a5b7c454afb
Signed-off-by: Quan Xiong <xiong.quan@zte.com.cn>
Thanh Ha [Mon, 12 Dec 2016 16:47:57 +0000 (16:47 +0000)]
Updated git submodules
Project: releng/builder master
130f3e80985e6b08ebf44b795a27e1b7b96f2656
Merge "refactor autorelease staging repo"
refactor autorelease staging repo
Change-Id: I1d0135275aeaf7f247eb4645b0560cd86a5c6108
Signed-off-by: Ravit Peretz <ravit.peretz@hpe.com>
Alon Kochba [Thu, 8 Dec 2016 07:38:32 +0000 (09:38 +0200)]
Updated git submodules
Project: integration/test master
89625d28eb23e54211d76ce6d687a6cec6f13e74
use different method for floating IP creation for Newton
Change-Id: Iaca2775db7cfc176f015adde9ecc7baef7d17893
Signed-off-by: Alon Kochba <alonko@hpe.com>
Signed-off-by: Sam Hague <shague@redhat.com>
Michael Vorburger [Mon, 12 Dec 2016 15:08:51 +0000 (15:08 +0000)]
Updated git submodules
Project: genius master
5c5b7c0ade75780e404833e3e1f1b789faeca3b7
Merge "Fix the JMXAlarmAgent"
Fix the JMXAlarmAgent
- Declare logger properly.
- More generic interface.
- Fix lifecycle: registration and de-registration.
- Fix logging of exceptions.
- The ItmTunnelEventListener can still work even if the system couldn't
initialize the JMX agent properly.
- Cleanup and formatting.
Change-Id: Iecea96b426c1e7b30868eebe124c34427bc06f9b
Signed-off-by: David Suarez <david.suarez.fuentes@ericsson.com>
Luis Gomez [Mon, 12 Dec 2016 05:11:59 +0000 (21:11 -0800)]
Updated git submodules
Project: integration/test master
01b8d4274e7636311beee164e19090861f6af2c5
Add bugs 7258 and 7335 validation
7258 should fail in Carbon
7335 should fail in Beryllium
Change-Id: I597a60b45d843514a6aa300ce9b4667b6dbb1384
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
Peter Gubka [Thu, 1 Dec 2016 15:05:25 +0000 (16:05 +0100)]
Updated git submodules
Project: integration/test master
c5e77c22abfb2664e92185b83d478e7e4fe59d02
updating netconf readiness suite to support odl-netconf-(clustered-)topology
With this change netconf-connector and netconf-topology can be
tested to netconf readiness.
For everything to work properly, it requires to be merged after
with https://git.opendaylight.org/gerrit/48893.
The main change is the USE_NETCONF_CONNECTOR set to False
Change-Id: I3830618d83f8fea66ad7cea78b4966f725bb3099
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Faseela K [Fri, 9 Dec 2016 07:53:33 +0000 (13:23 +0530)]
Updated git submodules
Project: infrautils master
ff94f7406ac4bfe710d84b1d6002c75ad231fa4c
Add template for design spec documents
Change-Id: I87f802942b1a0ecc2b1f870cebd9aa8516076060
Signed-off-by: Faseela K <faseela.k@ericsson.com>
Faseela K [Thu, 8 Dec 2016 15:52:15 +0000 (21:22 +0530)]
Updated git submodules
Project: infrautils master
75cd817526a6a62021e63aa0621e6d5b4df7e3aa
Remove specs/index from index.rst
Description : specs index is not yet linked,
might break the docs patch. Will be added once the
document details are finalized
Change-Id: I6844be873baab6ffedc2e7a2f2e294ef92465441
Signed-off-by: Faseela K <faseela.k@ericsson.com>
Faseela K [Mon, 12 Dec 2016 08:19:03 +0000 (08:19 +0000)]
Updated git submodules
Project: genius master
e778d4e7b5ec582b9f798f9e3e4618565bcfe7f8
Merge "Bug 7270 Duplicate remote Mcast mac entry in TOR ."
Bug 7270 Duplicate remote Mcast mac entry in TOR .
As the case was not taken care the mac entries in remote Ucast mac
table for TOR device were populated with duplicate mac entries , once
with lower case and once with upper case.
Change-Id: I52b1863ebb779f22705fafb14af6289cc1234317
Signed-off-by: Akash <a.k.sahu@ericsson.com>
Koby Aizer [Sat, 10 Dec 2016 21:30:22 +0000 (23:30 +0200)]
Updated git submodules
Project: netvirt master
80963b850e0a883cb90d1eaac0376330d9cf2acf
Cleanup ArpNotificationHandler code
* Remove code duplication between ArpRequestReceived & ArpResponseReceived
* Remove unused functions
* Remove unused imports
* Remove unused deps
Change-Id: Ic2122e7610a42c20ba2ac8c58c991f0a2f166d57
Signed-off-by: Koby Aizer <koby.aizer@hpe.com>
Tali [Sun, 11 Dec 2016 09:57:05 +0000 (11:57 +0200)]
Updated git submodules
Project: netvirt master
a352f3947bf3b2ba49f94d21d951a0ce8d21ea96
Bug 7077 - NAPT inbound rules never Expire
OFP do not send flow removed notifications via SwitchFlowRemoved but FlowRemoved
Change-Id: I9499412c1d6121d57248de68ec95c75236219ca0
Signed-off-by: Tali <tali.ben-meir@hpe.com>
Tomer Pearl [Sun, 11 Dec 2016 11:31:17 +0000 (13:31 +0200)]
Updated git submodules
Project: genius master
fa710f327db056ccc631afc474dc96bfb5b36668
Enhancing DataStoreJobCoordinaor logs
In scale testing I had encountered jobs that took a long time to compelete,
between 1 and 10+ seconds.
Adding a warm log line for every job that takes more then 1sec to complete,
in order to help us in the future to detect possible bottlenecks
or just plain bugs.
Change-Id: Id65e00f925267bf1a30112804322d9b359e308eb
Signed-off-by: Tomer Pearl <tomer.pearl@hpe.com>
hari.pr [Fri, 9 Dec 2016 19:03:55 +0000 (00:33 +0530)]
Updated git submodules
Project: netvirt master
4805a451e7e8abd5c6efd50fd8967c0a17bd2fd7
Bug 7333: Fix for Arp flows were not deleted for DHCP port in Control node.
* Problem: when network is removed, arp flows were not deleted for DHCP port in control node.
* Fix: fixed Ips for Dhcp port has been retrieved from local cache and used for deletion.
Change-Id: I6617a9a29f6be5e77d0362f112e38cb74c08df48
Signed-off-by: hari.pr <hari.pr@hcl.com>
Sandra Biton [Sun, 11 Dec 2016 09:00:53 +0000 (11:00 +0200)]
Updated git submodules
Project: releng/builder master
c38599d1c6ecd2dabbae96bb370f5d3a9782570a
downgrade paramiko version due to robot regression
Change-Id: I327325f8cab9d460335b2a88ebccf7b09f2eb109
Signed-off-by: Sandra Biton <sandra.biton@hpe.com>
Tomer [Wed, 7 Dec 2016 17:00:13 +0000 (19:00 +0200)]
Updated git submodules
Project: netvirt master
4a7acab95013b6f8b21931c430d6c539b70bf6b5
Bug 7319: thread.sleep in group installation
Full BC group installation delay is at least 300ms times number of DPNS in the ELAN.
This has devastating effects in scale setups, which is described in the bug ticket.
Moving the sleep outside of the loop.
Change-Id: I6d0f20a7b9c196fc7118b8d579c53013d4f5cce6
Signed-off-by: Tomer <tomer.pearl@hpe.com>
Vishal Thapar [Thu, 8 Dec 2016 08:20:59 +0000 (13:50 +0530)]
Updated git submodules
Project: netvirt master
6d3a317b9b083cb77f37fb6161e6abfb41db3830
BUG 7305: DHCP fails for Dual stack ports
For VM ports configured as dual-stack i.e. having both IPv6 and Ipv4
addresses, DHCP Service fails to resolve DHCP.
Issue is with current code that assumes IPv4 only and returns the first
fixed-ip. If IPv6 is the first IP, it doesn't work. Fix is to find and use
the first IPv4 address.
Change-Id: I3a9baa6f3e8fd675c07423050ff44630417cf414
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
Sam Hague [Sat, 10 Dec 2016 02:24:16 +0000 (02:24 +0000)]
Updated git submodules
Project: genius master
4ad9f0178bab530adefc97a42b67090f477a339e
Merge "Bug 7315: switch ActionOutput to Uri"
Bug 7315: switch ActionOutput to Uri
It turns out the output action port really is a string, interpreted by
Uri; so the appropriate type is probably Uri instead of long (or
perhaps String if we want to avoid Uri in the external API).
Change-Id: Ia55734bb4c7656b18c76de123717ea148e8d882f
Signed-off-by: Stephen Kitt <skitt@redhat.com>
wangqianyu [Wed, 7 Dec 2016 05:26:49 +0000 (13:26 +0800)]
Updated git submodules
Project: netvirt master
4d127167328d8ec7f2f98a9b5804bbccbd90d0a9
BUG 7312: modify param reference of AclNodeListener
delete not exist param of lportTag
add descriptions of param dispatcherTableId tableId
Change-Id: I502d56c7d69f23b6bcb50e76893b2d51dc6f26a5
Signed-off-by: wangqianyu <wang.qianyu@zte.com.cn>
Sridhar Gaddam [Mon, 28 Nov 2016 12:28:11 +0000 (17:58 +0530)]
Updated git submodules
Project: netvirt master
bea5697cda273fba539f67ce2c429c9096022c59
Netvirt IT: Assert return value of ping in Netvirt IT tests
Change-Id: I4c1ab298233ec128ce711f4603418407ab0b2040
Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
Sumanth MS [Thu, 8 Dec 2016 16:54:29 +0000 (22:24 +0530)]
Updated git submodules
Project: netvirt master
1830500a013b6e1f62eae817885a7be30c2271b6
Fixed BGP AS number field size
In the doExecute(), one of the asn
number assignment was still happening
in the int format. Fixed it by changing
the data type to Long, keeping in line
with changes done in :
https://git.opendaylight.org/gerrit/#/c/48845/3
Change-Id: I62d63f959c0b3e027d0869f2e1e2650142672e61
Signed-off-by: Sumanth MS <sumanth.ms@ericsson.com>
eupakir [Fri, 9 Dec 2016 07:14:57 +0000 (12:44 +0530)]
Updated git submodules
Project: netvirt master
d527eec74170a98e1cef22bb7ba1331b78e4ccda
BUG 7331: CLI command to create VPNs allows creation of two VPNs with the
same RD
Two VPNs with the same RDs cannot be handled by the VPN Engine. Hence this
will not be allowed.
Change-Id: I4955ba73ed928a8ba9b671e772da3e7c644035e6
Signed-off-by: eupakir <kiran.n.upadhyaya@ericsson.com>
Akash [Wed, 7 Dec 2016 07:13:57 +0000 (12:43 +0530)]
Updated git submodules
Project: netvirt master
453fde995112017a99d912be5ba4b235cfb87d28
Bug 6589 Adding retry mechanism to listener
Added retry mechanism to HwvtepNodeBaseListener listner
registration
Change-Id: I6f879e65f2ae64e9b2bc5a6e4efa8c4edb5eb0df
Signed-off-by: Akash <a.k.sahu@ericsson.com>
Vinh Nguyen [Wed, 7 Dec 2016 19:50:11 +0000 (11:50 -0800)]
Updated git submodules
Project: netvirt master
5155260e9b8d816634bd9389b4d5ae8fc0d83241
BUG 7264 Fix missing flows for Remote SG rule
Problem: Missing SG remote flows to the first VM associated
with the SG. The sample reproduction scenario as below:
1. create empty SG1
2. create VM1 with the SG1
3. add custom TCP rule to SG1 with remote group id as SG1
4. create VM2 with the SG1
There is flow for TCP rule added for VM1 to VM2 but the flow
from VM2 to VM1 is missing
Solution: In this problem when in step 3), VM1 is not added to
the remote SG cache as a first member of the remote SG.
As a result, in step 4 VM1 is not seen as not associating with
SG1 and therefore flow to it is not created.
The fix is to add the VMport-SG association to the remote SG
cache when the first rule is created for a VM with empty SG
Change-Id: I9f4c500a8ec87659d44801474a92227420a789e2
Signed-off-by: Vinh Nguyen <vinh.nguyen@hcl.com>
Thanh Ha [Sat, 10 Dec 2016 00:21:53 +0000 (00:21 +0000)]
Merge "Link ovsdb to dev docs"
karthikeyan [Thu, 8 Dec 2016 08:34:10 +0000 (14:04 +0530)]
Updated git submodules
Project: netvirt master
0a8e7f5665961fb062110ba62a11fba472cb28b5
Bug 7324: Stale FIB Entries are not getting Removed
Added code to remove Stale FIB entries after NAPT switch over
Change-Id: Ic97e3bc52dc7e1a492cc4c39ebcfdc7cb645d91d
Signed-off-by: karthikeyan <karthikeyan.k@altencalsoftlabs.com>
Vishal Thapar [Tue, 6 Dec 2016 17:53:45 +0000 (23:23 +0530)]
Updated git submodules
Project: ovsdb master
e1575143556b8bf122aaed721eec668d1fb759b4
Add docs for OVSDB
This patch just initializes sphinx for OVSDB.
Refer: https://git.opendaylight.org/gerrit/#/c/39142/
Change-Id: I1e2b0c83941fdf2d1ab080863d6d6b3fc04e94b0
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
Hari Krishna [Thu, 8 Dec 2016 00:45:42 +0000 (06:15 +0530)]
Updated git submodules
Project: netvirt master
57549836a15d14fe1530e9305404f101d258bbbd
7280 - ARP Responder fix for Floating Ips (extension of bug 6726)
This fix introduces the ability to automatically respond to ARP
requests coming for Floating IPs from the external network. The fix
builds further on the ARP responder infrastructure brought in via review
https://git.opendaylight.org/gerrit/#/c/46231 which addressed Bug 6726
Change-Id: Ib8a39644ae52c46e76a6d3893af9a0396d0b678a
Signed-off-by: Hari Krishna <hari.i.krishna@ericsson.com>
Signed-off-by: Vivekanandan Narasimhan <n.vivekanandan@ericsson.com>
Thanh Ha [Fri, 9 Dec 2016 22:03:04 +0000 (17:03 -0500)]
Link ovsdb to dev docs
Change-Id: I4d1088806c3e4b8e92b036b14d756ce359ec1159
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Thanh Ha [Fri, 9 Dec 2016 22:02:21 +0000 (17:02 -0500)]
Add ovsdb as a submodule
Change-Id: I7c8329737cb8e41b5570f384a7e6d248abbb5c8a
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Olga Schukin [Mon, 5 Dec 2016 14:54:22 +0000 (16:54 +0200)]
Updated git submodules
Project: netvirt master
23231857dbe15127df343b0534ac23e10619d9df
Bug 7236: handle high rate of src mac learning packet-ins
ElanPacketInHandler now uses DataStoreJobCoordinator in order to handle
packetins from table 50, and freeing the notification thread
(Author - Tomer P.)
Depends-On: https://git.opendaylight.org/gerrit/48987
Change-Id: I81f50bdeaca75ac24a4702a3b4f2da5fd99d80d7
Signed-off-by: Olga Schukin <olga.schukin@hpe.com>
Tali [Wed, 7 Dec 2016 09:12:50 +0000 (11:12 +0200)]
Updated git submodules
Project: netvirt master
757bc43a87a15c8792514832ebf903bca5b6d7ef
Bug 7081 - NAPT is not functional
This is the second patchset attempting to fix NAPT feature breakage.
It is independent of the first one https://git.opendaylight.org/gerrit/#/c/48867
and contains the following changes:
* PSNAT_TABLE -> output to tunnel is not installed on tunnel creation
* NPE thrown from VpnInterfaceManager and InterfaceStateChangeListener when VpnInterface
non-mandatory fields are missing
Change-Id: I5ce692f18d0aa7eec42555a5fc6717c9816aedbc
Signed-off-by: Tali <tali.ben-meir@hpe.com>
Tali [Sun, 20 Nov 2016 09:56:28 +0000 (11:56 +0200)]
Updated git submodules
Project: netvirt master
4f8c32ddf142bdc9a281a050fb7c725ec97d2fc9
Bug 7081 - NAPT is not functional
This is the first patchset attempting to fix NAPT feature breakage.
It contains the following changes:
* Installation of the router-gw flow in MY_MAC table on the NAPT switch
* ARP responder flows for the router-gw IPs on the NAPT switch
* Split-horizon bit is reset on ARP responder flows for router-GW and NAPT_PFIB table
before egress to ext-net group
* Fix NaptFlowRemovedEventHandler BP definition
* Send external GW ARP resolution requests only from the NAPT switch with the router GW MAC
Open issues to be covered in the next patchset:
* PSNAT_TABLE -> output to tunnel is not installed on all the compute nodes
* INBOUND_NAPT_TABLE/OUTBOUND_NAPT_TABLE flows per sessions are not always installed
Change-Id: Ie8b92ed2a3d71938829cafb568e21c35e4a96b32
Signed-off-by: Tali <tali.ben-meir@hpe.com>