docs.git
6 years agoUpdated git submodules
Faseela K [Tue, 3 Oct 2017 10:18:48 +0000 (15:48 +0530)]
Updated git submodules

Project: infrautils master 222a0f5567c85a9fa059f2658d5130e0f29b5eb7

NotCompliantMBeanException after the recent MBean refactoring

Diagstatus is broken after the refactoring refactoring of MBean Impl
The NotCompliantMBeanException is caused, among other things, by failing to follow this convention
'ConcreteClassName' implements 'ConcreteClassNameMBean'. If we cannot follow the naming convnetion,
the impl class should extend StandardMBean

Change-Id: I0f99a5c95845e5b25b8a9a75f9498b1e5520ced2
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoUpdated git submodules
Michael Vorburger [Mon, 2 Oct 2017 16:04:52 +0000 (18:04 +0200)]
Updated git submodules

Project: genius master 6027dc0909350432f732d8ce5f4a2f613d55340f

Drop yangtools.version completely

as well as mdsal.version & mdsal.model.version

because it turns out that all this is already available
via BOM/s inherited from the binding-parent, which is the
parent of genius/commons/binding-parent, anyway.

ACK: This is based on an idea raise on IRC by shague!

Change-Id: Ida00f70629d2dbea7687e18c1a7cabde3ee89b8d
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdated git submodules
Michael Vorburger [Thu, 28 Sep 2017 22:14:03 +0000 (00:14 +0200)]
Updated git submodules

Project: infrautils master e0faee85a5f0f2575a22900425e24e1d2eec5e1e

Enable FindBugs in utils

Change-Id: I5588555a2f5cc9b99eddcf0b2fc722b07b6cf710
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdated git submodules
K.V Suneelu Verma [Fri, 11 Aug 2017 09:23:56 +0000 (14:53 +0530)]
Updated git submodules

Project: ovsdb master a7637041f73ce8438566702222e22030cde9e5b0

bug 8029 handle expired in transit entries

when ref count goes to zero , locator is kept in transit state.

if the device still has references to it from other sources like tunnels
the locator will not be deleted from device.

The transactions which wait for this locator will expire.

If the intransit state expires , query the device itself to get its
status and proceed with the transactions which depends on this locator.

added a timer job which triggers every 30sec and checks for expired
intransit keys and clears them.

Change-Id: I0022da4a3a2e748629bc031246f6e6c1509d27a4
Signed-off-by: K.V Suneelu Verma <k.v.suneelu.verma@ericsson.com>
bug 8029 added ref counts for physical locators.

remote mcast and ucast macs refer to physical locators

whenever a new mac is added or updated, update their refcount for that
tep.

When the ref count of the tep goes to zero , the device may delete that
tep after the current transaction.
In that case mark the locator as in transit.

The next transaction which depends on this locator will not use this
locator uuid and will wait for the locator in transit state to be
resolved in dependency queue.

Eventually controller will get locator delete update command from the
device and proceed the transactions which are waiting for this locator
state to be changed from in transit state.

Added onSuccess and onFailure methods to transaction command.
Clear the locator refs for the succeeded delete mcast macs immediately
upon the success of the device transaction.

Clearing the locator ref count immediately upon success of delete mcast
is needed so that the next transaction will not use the possibly stale locator.

Clear the intransit status of the failed commands upon failure.

Change-Id: I84d64f7deb20f801f14e524f88431807afac3a99
Signed-off-by: K.V Suneelu Verma <k.v.suneelu.verma@ericsson.com>
6 years agoUpdated git submodules
Ryan Goulding [Fri, 29 Sep 2017 18:16:04 +0000 (14:16 -0400)]
Updated git submodules

Project: odlparent master 2ce78fd4d989f77139fb6d13ef290f5024ebe998

Bug 9229:  Bump bouncycastle from 1.57 to 1.58

Release notes can be found here:
https://www.bouncycastle.org/releasenotes.html

Change-Id: Ie686001b8f02a08ee9f94a8e34c8079a8222366d
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
6 years agoUpdated git submodules
Michael Vorburger [Fri, 29 Sep 2017 01:07:36 +0000 (03:07 +0200)]
Updated git submodules

Project: infrautils master 1ad13cd91db7e0c16f2b12273808d0182adeadda

Fix new Checkstyle violations from odlparent 3.0.0-SNAPSHOT

diagstatus StatusOperations: (design) HideUtilityClassConstructor:
Utility classes should not have a public or default constructor.

Change-Id: I9f0a4d00dbc17a3c6cbedca86fec047e4bdfed4f
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdated git submodules
Michael Vorburger [Fri, 29 Sep 2017 04:12:28 +0000 (06:12 +0200)]
Updated git submodules

Project: odlparent master 87e7691defe6e2586ad9c823b4cb41579c8d41dc

Bug 9169: Bump jdt.annotation from 2.0.0 to 2.1.0

Most importantly, this introduces a handy util for legacy interop
org.eclipse.jdt.annotation.Checks; see its JavaDoc on:
https://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.jdt.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fjdt%2Fannotation%2FChecks.html

Full git change log with more details available on
https://gist.github.com/vorburger/0479be76f9cd3d10aa5ef86d4034a090

I'm starting to explore using org.eclipse.jdt.annotation more, and want
to have its latest version at my disposal for this.  This is part of
https://git.opendaylight.org/gerrit/#/c/47370/ but that's bigger and
still WIP and it would be great if you would agree to get this one in
already now.

This should be very low risk and not break anything anywhere.

Change-Id: Ib1f6389cc0929e08d1585efc7bdc5e75097a3544
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdated git submodules
Jamo Luhrsen [Fri, 21 Jul 2017 18:42:15 +0000 (11:42 -0700)]
Updated git submodules

Project: integration/test master 59324f72a7523f0831952f7d0997bde735864e9b

Use openstack cli instead of nova console-log cli

Change-Id: Ida40d777d99cd7fe1e38edaece1fc781814bccee
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdated git submodules
Jamo Luhrsen [Fri, 29 Sep 2017 18:15:56 +0000 (11:15 -0700)]
Updated git submodules

Project: integration/test master a25fa1c39474b01f6e07f6cb12d766007aefa91b

Fix syntax ERROR in beir suite

when using a .robot variables file we still need to referece
it as "Resource" not "Variables". example of the ERROR it
produces:

https://logs.opendaylight.org/releng/jenkins092/bier-csit-1node-basic-all-nitrogen/156/log.html.gz

- also removed the "Suite Teardown" from __init__.robot as
it's not defined anywhere.

Change-Id: I634865980ca1d468efc8e7b81e4f1d65af229a89
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdated git submodules
Jamo Luhrsen [Fri, 29 Sep 2017 17:19:48 +0000 (10:19 -0700)]
Updated git submodules

Project: integration/test master 0d4203bea5c5769831b61e6cd64b7dd3842a5149

Update up tempest exclusion regexes

Remove mitaka regex as we no longer have those jobs
Add ${master_exclusion_regexes) to account for Queens

Change-Id: I839474cfa261f385904535c4c4eaf2bb774b8abf
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdated git submodules
Luis Gomez [Tue, 3 Oct 2017 01:32:01 +0000 (01:32 +0000)]
Updated git submodules

Project: releng/builder master 2a747be16e0a5a573b47a34bd9389bcf8f03918f

Merge "Use proper feature strings in case of karaf3 or 4"

Use proper feature strings in case of karaf3 or 4

Change-Id: Ie45b2450d663f99e4d4bbde52a7a8b0fb2aabd73
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdated git submodules
Jamo Luhrsen [Wed, 14 Jun 2017 23:19:35 +0000 (16:19 -0700)]
Updated git submodules

Project: integration/test master 5b54d2a6574fddd0d4e9fbddbc6c7adeddaa2428

Use test domain for email address in CSIT

as requested from:
  https://git.opendaylight.org/gerrit/#/c/55029/5/csit/suites/aaa/idmlite/010_CRUD_Rest_CommandsTests.robot

Change-Id: I87adf7d70b82a22349532ced98bb0c521ebb4ae5
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdated git submodules
gvrangan [Fri, 29 Sep 2017 18:59:53 +0000 (00:29 +0530)]
Updated git submodules

Project: integration/test master ce4ca25214711f078af9ae2ab8b12710b50dde2d

Modify min and max arguments for server create

* Too many debug messages makes debugging difficult.
* This patch reduces min and max to 3, so that only 3
  instances are creaetd in parallel

Change-Id: Ibb48518e1f9901586f2f267690c205c73a6cb2d6
Signed-off-by: gvrangan <venkatrangang@hcl.com>
6 years agoUpdated git submodules
Jamo Luhrsen [Mon, 2 Oct 2017 23:01:58 +0000 (16:01 -0700)]
Updated git submodules

Project: releng/builder master a22c5ad1f3b1277f93f9f06040a8f3baaf5b0367

Run carbon distro-test only once a week

Since Oxygen is now under active development and it's
autorelease is now running and triggering distribution-
test, the jenkins queue is backing up more frequently.
It's probably time to only run Carbon once a week like
we have been doing with Boron before that.

Change-Id: Ic7e9daa1f78217bfa0e434a53e5b979c50a1c0b4
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdated git submodules
Anil Belur [Thu, 28 Sep 2017 06:48:47 +0000 (16:48 +1000)]
Updated git submodules

Project: netvirt master 2b95ea79f3f560f4418629fa97f69bea0ca8e477

Bump netvirt to use yangtools 1.2.0

Jira: releng-485
Change-Id: I923b439e82e22e5520b86531c8a826fdde0ff4f8
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdated git submodules
Thanh Ha [Mon, 2 Oct 2017 21:45:09 +0000 (17:45 -0400)]
Updated git submodules

Project: releng/builder master 05f2b44cad60440fbbc361409308604992bc49ba

Update to global-jjb v0.9.1

Pull in fix for jjb-deploy keyword.

Change-Id: If80bfc081e10686fe40e275a1666aa4c1288fa29
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Michael Vorburger [Thu, 28 Sep 2017 23:48:55 +0000 (01:48 +0200)]
Updated git submodules

Project: infrautils master ef09df099171d7db651d304adb8bacd348d2ad23

Fix wrong feature name of odl-infrautils-jobcoordinator

Change-Id: I872a22d6a530652eec6f2baa20707f49289a3b1c
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdated git submodules
Thanh Ha [Mon, 2 Oct 2017 21:08:25 +0000 (17:08 -0400)]
Updated git submodules

Project: releng/builder master 1be94dd2642e8decff139f1e938dd3810c066dd7

Add domain to javadoc path

Nexus only allows projects to push to their fully qualified domain
space.

Change-Id: Ic99adaae158d042afeb1f4ee472c96cc5eb55110
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Michael Vorburger [Fri, 29 Sep 2017 00:33:09 +0000 (02:33 +0200)]
Updated git submodules

Project: infrautils master 82953d90eda359a5e1150e2709509bf87a82f9b4

CompletionStageAwaitExampleTest with a bit more coverage

and make CompletionStageWrapper public, seems useful

CompletionStageAwaitExampleTest still needs more

Change-Id: I50f3cb780695c36cea2a7bead23bab8bb8069f35
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdated git submodules
Thanh Ha [Mon, 2 Oct 2017 20:37:27 +0000 (16:37 -0400)]
Updated git submodules

Project: releng/builder master b8cfe795cb33c61b582a72aa8241c3ea5e6c39ff

Enable javadocs jobs for odlparent

Allow for odlparent to start pushing javadocs using the new jjb
templates. This is for our POC.

Bug: 9215
Issue: RELENG-482
Change-Id: I2c95d5077ddf34bed233418f6bf3c9b537a087c4
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Anil Belur [Fri, 29 Sep 2017 02:12:47 +0000 (12:12 +1000)]
Updated git submodules

Project: sfc master d01ac66f65ce750058bbb1487b16bdfae2e88cb4

Bump sfc to use yangtools 1.2.0

Jira: releng-485

Change-Id: I08a6e4f7cde4cfa0ec1f984d8110b0d23df97703
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Bump odlparent 2.0.4 to 2.0.5

Change-Id: I744350ce3067e475ef95eb96b0f40abb9419cf38
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdated git submodules
Sam Hague [Mon, 2 Oct 2017 15:21:31 +0000 (11:21 -0400)]
Updated git submodules

Project: netvirt master 4af6e4f54d7ac85eaa1375a36e5e628826d86c65

Remove unneeded pom version values

Change-Id: I3cce922c5bbb60220f977d5f6ceb26baffb5a698
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoUpdated git submodules
Mohamed El-Serngawy [Mon, 2 Oct 2017 16:55:35 +0000 (16:55 +0000)]
Updated git submodules

Project: coe master 893a8b9d601b25a530154092210293530aab19d0

Merge "Bump odlparent 2.0.4 to 2.0.5"

Bump odlparent 2.0.4 to 2.0.5

Change-Id: I62ef8f20338b4859716762fd35b61cafc4deedbd
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdated git submodules
Michael Vorburger [Fri, 29 Sep 2017 02:57:09 +0000 (04:57 +0200)]
Updated git submodules

Project: infrautils master a6dd63da8899ae3ccb2124c4a5fdf4b7223d57a8

Remove UnsignedLong and replace its usages in counters with Guava's

Change-Id: I861376ec2f3d86177f8277c44bbc4b098dccd59b
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdated git submodules
Daniel Farrell [Mon, 2 Oct 2017 14:32:16 +0000 (10:32 -0400)]
Updated git submodules

Project: integration/packaging master a902f02a81a20ab1eacf3366cd55a491aa457fd9

Rename pkg tests to reflect new structure

The functions tested in this module have been moved from build.py to
lib.py, so the module should be renamed accordingly.

Change-Id: I90ecea71b31b3d0f38074d8d94ececdd2da28997
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
6 years agoUpdated git submodules
Daniel Farrell [Mon, 2 Oct 2017 15:11:47 +0000 (11:11 -0400)]
Updated git submodules

Project: integration/packaging master 076097cc6a1b7520e1f1ea473ea4a255d4cf978d

Ignore deb build dir in coala/git

Change-Id: I2ea1f01fba0228e31a3926a28c7a5ddaa58f28e3
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
6 years agoUpdated git submodules
Daniel Farrell [Wed, 20 Sep 2017 13:32:58 +0000 (09:32 -0400)]
Updated git submodules

Project: integration/packaging master fc52f5c238c37e965ce53d6761dc52beb1dfb199

Rename pkg-specific build scripts to libs

Start of refactoring to consolidate and test more packaging logic.

Change-Id: Ia9f94290648f78c3e0188f3310c9146fbd60072d
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
6 years agoUpdated git submodules
Daniel Farrell [Mon, 2 Oct 2017 15:18:40 +0000 (11:18 -0400)]
Updated git submodules

Project: integration/packaging master b4fddf74525ba1848dc4fde95d8f05ff5cb195f3

Fix Coala Jinja linting, errors

Use correct paths to Jinja2 templates, fix errors now identified.

Change-Id: I16205e18df4405cc26bfc6f68333aa7c6591a92b
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
6 years agoUpdated git submodules
Michael Vorburger [Fri, 29 Sep 2017 01:10:50 +0000 (03:10 +0200)]
Updated git submodules

Project: infrautils master da44feaf4b3e2a1d4ff6f680783830f3e5f9d229

Add /about.html to ClasspathHellDuplicatesCheckRule

To prevent a problem seen when bumping org.eclipse.jdt.annotation
from 2.0.0 to 2.1.0 as planned in the ecj NPE work in
https://git.opendaylight.org/gerrit/#/c/47370/

and add a simpler new ClasspathHellDuplicatesCheckRuleTest

Change-Id: I59ab9fd6e0407f14da73428c80558a608b10b4f4
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdated git submodules
Thanh Ha [Mon, 2 Oct 2017 14:33:28 +0000 (10:33 -0400)]
Updated git submodules

Project: releng/builder master 11e1d30fa23560e04279b92220c8df3170f3b63d

Update to global-jjb v0.9.0

v0.9.0 requires the addition of the mvn-staging-id to defaults.

Change-Id: Ia421bcc7015f98834a077ef187a3bd12fd00aecc
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Anil Belur [Thu, 28 Sep 2017 04:50:25 +0000 (14:50 +1000)]
Updated git submodules

Project: genius master ea3678cdbaa4d91af6270481552df10848744578

Bump genius to use yangtools 1.2.0

Jira: releng-485
Change-Id: Ifb9cbc5c58d18484ae3aee98936d06dec3aa6750
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdated git submodules
Thanh Ha [Mon, 2 Oct 2017 13:48:33 +0000 (13:48 +0000)]
Updated git submodules

Project: releng/builder master c93ad7c7afb9406e50bdb1e1e763eb3f91a9f897

Merge "Fix typo in package-building verify job triggers"

Fix typo in package-building verify job triggers

Change-Id: Ia94accc6c8b759ed0804a107395e3bed20840117
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
6 years agoUpdated git submodules
eupakir [Thu, 28 Sep 2017 06:20:57 +0000 (11:50 +0530)]
Updated git submodules

Project: netvirt master f867a7ae2e1c7099afed57d4f9800dccfc09a0c5

Undo incorrect code changes made during merge conflict.

A part of the fix  pushed in by https://git.opendaylight.org/gerrit/#/c/59229
was removed unintentionally in
https://git.opendaylight.org/gerrit/#/c/57978 .
This has been rectified.

Change-Id: I19372961a30c18a454cd359138190e49d5ab7769
Signed-off-by: eupakir <kiran.n.upadhyaya@ericsson.com>
6 years agoUpdated git submodules
Stephen Kitt [Wed, 27 Sep 2017 13:34:50 +0000 (15:34 +0200)]
Updated git submodules

Project: netvirt master a1e87405f8cfd7670082fde4af31d040744f296f

Bump odlparent 2.0.4 to 2.0.5

Change-Id: I798c9b55f9d1c0b6b4e508a348118ca9f98cffe0
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdated git submodules
Stephen Kitt [Wed, 27 Sep 2017 13:36:15 +0000 (15:36 +0200)]
Updated git submodules

Project: genius master 230724d262870ee955580e3c40650e24c7cb5009

Bump odlparent 2.0.4 to 2.0.5

Change-Id: Ib8a87ed7dc7550082fde3abab9891b2ee105eb1f
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdated git submodules
Stephen Kitt [Wed, 27 Sep 2017 13:35:06 +0000 (15:35 +0200)]
Updated git submodules

Project: ovsdb master 5054cb0337e6b03d7e3dae82129077aec8d6f2e3

Bump odlparent 2.0.4 to 2.0.5

Change-Id: I8147fda8b48b39e3010503ac8420c25c13a6903c
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdated git submodules
Michael Vorburger [Thu, 28 Sep 2017 23:37:28 +0000 (01:37 +0200)]
Updated git submodules

Project: odlparent master 3ba87c04ed799270d409ea41ff749cf7f3138ffc

Bump maven-compiler-plugin from 3.6.1 to 3.7.0

This also removes a number of uses of the
maven-compiler-plugin and maven-surefire-plugin
from project with odlparent-lite as parent, which
should not require these two plugins.

Change-Id: Iec5ad374633903cdcda6344eb736ec337f727a1d
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdated git submodules
Igor Foltin [Tue, 26 Sep 2017 15:15:59 +0000 (17:15 +0200)]
Updated git submodules

Project: integration/test master 28662568a7b982218f14604b977f83271238d05d

Update yang-model-validator test suite

Update this suite to reflect the changes that have been made
in the YANG Tools artifact yang-model-validator (previously known
as yang-system-test) since the test suite was first created.

The -p option previously denoted the directories with YANG files
that should be parsed as one big collection. However, the artifact
is meant to be used as a single YANG file validator similarly to
pyang. That is why the -p option is now used to specify directories
with YANG dependencies, i.e. YANG files which might be needed to
successfully validate the single YANG file specified as argument.

Therefore, adjust the suite to iterate through the set of YANG
files one by one while using the whole set of YANG models as
dependencies within the -p option.

Change-Id: I6225242bddf5dbf612a5e73153fe41c3ffa3f990
Signed-off-by: Igor Foltin <igor.foltin@pantheon.tech>
6 years agoUpdated git submodules
Ryan Goulding [Fri, 29 Sep 2017 18:09:58 +0000 (14:09 -0400)]
Updated git submodules

Project: odlparent master 0209656ede9f5964a7a5d3070473bd16b9de286e

Bug 9228: Package bcprov-ext-jdk15on jar

Bouncycastle is hotwired as the default JCE provider in ODL
since it has greater capabilities than those provided with
the default Oracle and OpenJDK JCE implementations.  This
change adds an overlooked and missing jar to the existing
provider infra.

Change-Id: I16cdab1d838285b3d690c61ae9fb3586e8cc69d3
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
6 years agoUpdated git submodules
gvrangan [Wed, 30 Aug 2017 03:35:08 +0000 (09:05 +0530)]
Updated git submodules

Project: integration/test master 4268fe4aeef538602563373bf62034700b90cba9

Test for Bug #7596

Change-Id: Id603da780fe211659328a66f011e26a86eed7cdf
Signed-off-by: gvrangan <venkatrangang@hcl.com>
6 years agoUpdated git submodules
Stephen Kitt [Wed, 27 Sep 2017 13:34:28 +0000 (15:34 +0200)]
Updated git submodules

Project: netconf master 5b0a7abfd0d879d30b58a25116842b853be9cad9

Bump odlparent 2.0.4 to 2.0.5

Change-Id: I8ec7b8adcc7f2805e0a214ac3aee64368df40291
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdated git submodules
Stephen Kitt [Wed, 27 Sep 2017 13:35:01 +0000 (15:35 +0200)]
Updated git submodules

Project: aaa master a380149884360cc9ec4a84de30461e802be3e9aa

Bump odlparent 2.0.4 to 2.0.5

Change-Id: Ice0bf02276a15a30fd98338f91591eb1f203aaa2
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdated git submodules
Stephen Kitt [Mon, 25 Sep 2017 07:57:06 +0000 (09:57 +0200)]
Updated git submodules

Project: infrautils master bdc5906dea1709d317b6f8d7571423dff6ea90f4

Use features for all external ODL dependencies

Change-Id: I7f94616238155fd16aa84566ec413a2b3b59a867
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdated git submodules
Anil Belur [Thu, 28 Sep 2017 07:40:31 +0000 (17:40 +1000)]
Updated git submodules

Project: netconf master a018b4d571be537fea1cfbe0e882c4c55a0a9e9d

Bump netconf to use yangtools 1.2.0

Also reverts I1914426b96029d7d2377f77b9f7df8beb14e607a to downgrade
yangtools properly.

Jira: releng-485
Change-Id: Ie344af870af6a85e859b1e35ca268f5bf988b00b
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoUpdated git submodules
karthikeyan [Tue, 29 Aug 2017 09:56:28 +0000 (15:26 +0530)]
Updated git submodules

Project: netvirt master ea894b130396bb1a847fd99376ec53db95dfa52e

Bug 9066:Use Single Transaction for DNAT Flow Install and Remove

Problem Description:
===================
Use one transaction for DNAT flow install and use another single
transaction for Removing the flows from DNAT switch.

As of now each DNAT (Floating-ip) flow installation, it used separate
transaction object for each flow installation.

Solution:
==========
Used single write transaction object for all DNAT(Floating-IP) flows installation on
the switch and used other
write transaction object for removing all DNAT flows on the switch.

Change-Id: Idf8f0c9ce36b20b14ede9a423c574ee21f36d02e
Signed-off-by: karthikeyan <karthikeyan.k@altencalsoftlabs.com>
6 years agoUpdated git submodules
Michael Vorburger [Thu, 28 Sep 2017 23:32:56 +0000 (01:32 +0200)]
Updated git submodules

Project: odlparent master 647bac51f0d61c6df996b5eb4c6f2aeeef20b29a

Bump maven-dependency-plugin from 3.0.1 to 3.0.2

Change-Id: Ib3d7831d2c62bbd1d8b5da1302454f6793c4b554
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdated git submodules
Jamo Luhrsen [Fri, 29 Sep 2017 05:01:10 +0000 (05:01 +0000)]
Updated git submodules

Project: releng/builder master d35080e827c572fdc57401ff1da028dddf5f264d

Merge "Print job parameters to console"

Print job parameters to console

Change-Id: I00d58c38cd916b052216a4ae835ed72fb63fbc42
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoUpdated git submodules
Sam Hague [Thu, 28 Sep 2017 02:07:37 +0000 (22:07 -0400)]
Updated git submodules

Project: netvirt master 55943eeb322b035dcab0cdc6ce6669222bfa5568

rm remaining it artifacts

Change-Id: I732df4c3105ff440b16ce1a6e7abda47c734ec86
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoUpdated git submodules
Tom Pantelis [Wed, 27 Sep 2017 14:11:04 +0000 (10:11 -0400)]
Updated git submodules

Project: sfc master da72d9452ffdceea23382d3417c30b58f491de6d

Fix findbugs/sonar violations in sfc-vpp-utils

- Utility classes should not have public constructors
- Method invokes inefficient new String(String) constructor
- Private method is never called
- Method invokes inefficient Number constructor; use static valueOf instead

Change-Id: I5316b01a63490b44d4bcb6f0fe9a1a5d7b609560
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
6 years agoUpdated git submodules
David Suarez [Wed, 27 Sep 2017 10:36:35 +0000 (12:36 +0200)]
Updated git submodules

Project: sfc master 903acc479c3b4f2a5e019dc5908f4f6b1254ba09

Add SFC shell's command to show Service Nodes

Add SFC shell's command to show Service Nodes, as described in
[1].

Some minor changes in other files to finish the implementation of all
the commands described on the spec.

[1] https://git.opendaylight.org/gerrit/#/c/61059/

Change-Id: I614324f8d4f7e4e8406e4ae9702ab3cb46d17178
Signed-off-by: David Suarez <david.suarez.fuentes@gmail.com>
6 years agoUpdated git submodules
Robert Varga [Mon, 25 Sep 2017 10:12:36 +0000 (12:12 +0200)]
Updated git submodules

Project: odlparent master cf3af83235ed9fd3129b93a63e90909d8a4a7dea

BUG-9161: Bump karaf to 4.0.10

Upstream has delivered a speed up in initial repository indexing
and couple of other fixes. Bump karaf version to consume them.

Release notes:
https://github.com/apache/karaf/commit/a16c3b095a6f17fb3641c98cbe56b7e9f69418c5

Change-Id: I1a632c51e8af62802473afb3d314743f5ca31cfc
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit b0e04a0c274d86ea3dbbd71f85ec148c383458f2)

6 years agoUpdated git submodules
Anil Belur [Thu, 28 Sep 2017 03:11:41 +0000 (13:11 +1000)]
Updated git submodules

Project: aaa master c02847d614818cb3c6bce178dfcd289efd060e9b

Bump aaa to use yangtools 1.2.0

Jira: releng-485
Change-Id: Icbb236dbce466a396ffd8960437116db3935a544
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
kaoru sueda [Tue, 12 Sep 2017 05:41:06 +0000 (14:41 +0900)]
Updated git submodules

Project: netvirt master 475dde67983d0f860691f2996cfa59b67022f5d5

Bug 9077: Fix of issue that the existing NW communication failure when new NW is created

Issue:
  The existing network communication failed after 1001 NWs were created,
  as some of its ovs flows were overwritten.

Cause of this issue:
  In NW creation, some ovs flows' ID were duplicated. The flow ID of the
  1001th network is duplicated with the flow ID of the 1st NW, resulting
  the flow of the 1st NW being deleted(overwritten).

Fix:
  Avoid duplication by appending flow name.

Change-Id: I657d35d52b3fe452097294e7b3517aacf75f2fac
Signed-off-by: kaoru sueda <k-sueda@zj.nes.jp.nec.com>
6 years agoUpdated git submodules
Sam Hague [Thu, 28 Sep 2017 01:57:43 +0000 (21:57 -0400)]
Updated git submodules

Project: netvirt master b1b0811635fde0a3a7823320783d69f6c8da7a28

sync cleanup

Change-Id: Ib974e69a079dd851965a685f4612e57da0767d4b
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoUpdated git submodules
Sam Hague [Thu, 28 Sep 2017 12:13:26 +0000 (08:13 -0400)]
Updated git submodules

Project: netvirt master 57395bb9e0f5864f7670361df20bed006ec4e0a8

Lower log level for non errors

Change-Id: Ifd2993d7dc4ad97281bcc889157d1ca43be671e2
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoUpdated git submodules
Stephen Kitt [Wed, 27 Sep 2017 13:36:29 +0000 (15:36 +0200)]
Updated git submodules

Project: infrautils master 8e99884a5d70d6f87a841cf854a52975bdd143c1

Bump odlparent 2.0.4 to 2.0.5

Change-Id: Icfc01c9e41e7ec58436c02093b2c76c4ba6c651d
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdated git submodules
David Suarez [Wed, 27 Sep 2017 10:54:05 +0000 (12:54 +0200)]
Updated git submodules

Project: infrautils master f65ff730a2dd68a815156aac380962f9a700c478

Remove explicit default super-constructor calls

The default constructor is called by default (hence its name), no need
to call it explicitly.

Change-Id: Ie6e054cbb7030e32bc3725472ae9bb6725d7fbde
Signed-off-by: David Suarez <david.suarez.fuentes@gmail.com>
6 years agoUpdated git submodules
Vivekanandan Narasimhan [Tue, 26 Sep 2017 17:41:27 +0000 (23:11 +0530)]
Updated git submodules

Project: netvirt master 37155146b1d48198847a11d0247ef76e088d4fde

Bug 9209: PNF learned on external networks to skip local FIB Processing

PNFs learned on external network will not have any specific DPNID
tagged to them.  As a result, we need to skip local flow processing
for such entries.

The external subnet gateway ip is now learned via the PNF code.

Change-Id: I43f254b05949f0e13e5555f622cd7f9866d7856d
Signed-off-by: Vivekanandan Narasimhan <n.vivekanandan@ericsson.com>
6 years agoUpdated git submodules
Somashekar Byrappa [Tue, 19 Sep 2017 06:59:16 +0000 (12:29 +0530)]
Updated git submodules

Project: netvirt master bf2178cb6ddc29b5293a9cfa51b3a8da6d086c0d

Renamed acl-impl.rst to acl-reflection-on-existing-traffic.rst

+ Updated index.rst file with the same name.

Change-Id: I002053111689c84ea515d047c6802d32dcf9504d
Signed-off-by: Somashekar Byrappa <somashekar.b@altencalsoftlabs.com>
6 years agoUpdated git submodules
Stephen Kitt [Tue, 26 Sep 2017 14:47:25 +0000 (16:47 +0200)]
Updated git submodules

Project: genius master b8f191b992c437eac994e3e3bcf05813a997ab8a

Remove explicit default super-constructor calls

The default constructor is called by default (hence its name), no need
to call it explicitly.

Change-Id: Id5153bce435a6f8d144d30d66a14435e26b53506
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdated git submodules
jenkins-releng [Thu, 28 Sep 2017 04:20:30 +0000 (04:20 +0000)]
Updated git submodules

Project: releng/builder master 8f16fc9f12ffc3a6e90152d53d143c4819c4fe58

Update validate autorelease projects for carbon

Change-Id: Ia4b4369cb173d0d82b1027bd9c1c41ffc5bc6684
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
6 years agoUpdated git submodules
Faseela K [Wed, 27 Sep 2017 19:56:22 +0000 (01:26 +0530)]
Updated git submodules

Project: infrautils master 8e4f3f15199771ccdf5e708c5403952a27fdcb45

Diagstatus mbean registration should be only in MBeanImpl

Change-Id: I9e875a5261a1e425c8d44ea1451528cd6d6cfda4
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoUpdated git submodules
Sam Hague [Tue, 26 Sep 2017 21:54:23 +0000 (17:54 -0400)]
Updated git submodules

Project: netvirt master 17acfdbd6283b95f77e02539795af3d707404981

bug-9190: NullPointerException at getIsExternal

Change-Id: I2e95c71594798431259f10631cef514ef410c199
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoUpdated git submodules
Jamo Luhrsen [Thu, 17 Aug 2017 23:28:21 +0000 (16:28 -0700)]
Updated git submodules

Project: integration/test master 24420ea33deb876a4ea1e17e478594c2d5c84ff1

Fix openstack netvirt sfc suite

typo in instance creation s/groups/group

migrate some neutron cli to the openstack cli

also, since I was here, I moved all of the cleanup steps
out of their own individual test cases and into a suite
teardown keyword. This lets robot run through every step
regardless if any previous step had failed. If left in a
test case, robot bails on the test case and wont run any
other steps in that test case if any single step fails.

Change-Id: Iea009efbe2c7633bc83898002b2a6decd08f24aa
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdated git submodules
Sam Hague [Tue, 26 Sep 2017 21:51:28 +0000 (17:51 -0400)]
Updated git submodules

Project: netvirt master 93424fd7c125e17b69a6ceeceee72db6520c17a9

Lower log level for non errors

Change-Id: I7108bb53268bf5d2513b44117d9755cf62c5aaac
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoUpdated git submodules
Jamo Luhrsen [Wed, 27 Sep 2017 23:11:35 +0000 (23:11 +0000)]
Updated git submodules

Project: releng/builder master e4daccda76e766ff36fa7cdffdb974278937c437

Merge "Add OS_AUTH_URL for Queens job"

Add OS_AUTH_URL for Queens job

Pike and higher Opensatck Version uses a different Identify URL
This patch adds a condition to allow the OS_AUTH_URL to be set
for Queens jobs also.

Change-Id: I9131c0dd9f1b2c2e53332cb7d4bf1366b6949e8c
Signed-off-by: gvrangan <venkatrangang@hcl.com>
6 years agoUpdated git submodules
Jamo Luhrsen [Wed, 27 Sep 2017 22:44:41 +0000 (15:44 -0700)]
Updated git submodules

Project: releng/builder master 6ecb9d1113910833dd3665bd321fcdaef1d6aeb5

Install networking-sfc on robot system

This is what profides the "openstack sfc ..." cli
which is needed for the netvirt-sfc robot suites

Change-Id: I69699dfa9967cff16b683fa5760678fcaee52daf
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdated git submodules
Tomas Cere [Wed, 27 Sep 2017 16:15:25 +0000 (16:15 +0000)]
Updated git submodules

Project: netconf master 3c64b41b5ee5a7ed3ec13a01d126f17ffa74e230

Merge "Adjust test-tool to yangtools changes"

Adjust test-tool to yangtools changes

yang-maven-plugin adds revision to packaged yang file name. Netconf
test-tool should register yang resources with valid filenames, i.e
name@revision.yang, when preparing for assembly of its schema context.

Change-Id: I1914426b96029d7d2377f77b9f7df8beb14e607a
Signed-off-by: Jakub Morvay <jmorvay@cisco.com>
6 years agoUpdated git submodules
Luis Gomez [Wed, 27 Sep 2017 00:54:17 +0000 (17:54 -0700)]
Updated git submodules

Project: integration/test master d7f2e80517aa863333197a4275be4ca48f2e80f6

Set DS tell-based protocol for cluster perf

As suggested this improves cluster performance in carbon.
See https://bugs.opendaylight.org/show_bug.cgi?id=6755

Change-Id: Ie3aee1fb2c65afcb87148d69de41239642a0cd1d
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoUpdated git submodules
Faseela K [Wed, 27 Sep 2017 11:43:28 +0000 (17:13 +0530)]
Updated git submodules

Project: infrautils master f1117768c32d7c9ec2ef8a942427cdff19f27b4d

Refactor diagstatus to split out JMX stuff into separate class

I find that this makes the DiagStatusServiceImpl class much shorter and
focused and therefore more easy to understand.  It's really clarifies
the dependency - the DiagStatusServiceMBeanImpl needs a
DiagStatusService - but DiagStatusService(Impl) does not need to know
anything about DiagStatusServiceMBean(Impl).

So this (new) DiagStatusServiceMBeanImpl then just becomes another
consumer of the public DiagStatusService API, just like the CLI, which
IMHO layer this whole thing much more clearly.

This work also revealed something which either is a major design flaw or
possibly a big misunderstanding of the whole thing on my part: There
were a lot of status.getValue() != null checks, which I removed -
because I don't understand how there can ever be an entry in the
statusMap which has no value, for a known key?  This is something
introduced by this change, but it's already like this - this just
reveals that more obviously, because of the clearer separation.

Change-Id: I273b2dd3464519fbe5ad3e6d012f913e3fe4f115
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoUpdated git submodules
Michal Rehak [Wed, 27 Sep 2017 13:40:07 +0000 (15:40 +0200)]
Updated git submodules

Project: releng/builder master 56faeb7f617f640aa869e8c7eae9da80a452819c

Remove openflowjava build job configuration

    - openflowjava was adopted by openflowplugin during Nitrogen
      and no longer participates in Oxygen
    - achieved via revert of 4aaa45a1cafdf3191f28a3885a7010fa966a6bda

Change-Id: Ie8943809d233339cbb3747b5a23c8d82fa7816d7
Signed-off-by: Michal Rehak <mirehak@cisco.com>
6 years agoUpdated git submodules
Mohamed El-Serngawy [Wed, 27 Sep 2017 14:03:59 +0000 (14:03 +0000)]
Updated git submodules

Project: coe master 893bc4f22624ad0a47cd01305c18ff26bc8454e9

Merge "Change the ODL CNI setup"

Change the ODL CNI setup

Remove the linux bridge from the odl cni
setup and use direct port connection between
the pods network intf and the ovs bridge

Change-Id: I58251f66b7e352c0ca6dea43a79ec02019c595b0
Signed-off-by: Mohamed ElSerngawy <m.elserngawy@gmail.com>
6 years agoUpdated git submodules
Ryan Goulding [Wed, 27 Sep 2017 13:07:38 +0000 (13:07 +0000)]
Updated git submodules

Project: aaa master 4145a13593cf87dea19fd14de76b16629ab09eed

Merge "Move idmlight bundle to aaa-shiro bundle"

Move idmlight bundle to aaa-shiro bundle

Moving idmlight to shiro bundle and adjust
odl-aaa-shiro feature dependenies.

Change-Id: I1d750a1012aa2e8d29e489e03994672c871dd784
Signed-off-by: Mohamed ElSerngawy <m.elserngawy@gmail.com>
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
6 years agoUpdated git submodules
David Suarez [Wed, 27 Sep 2017 08:57:49 +0000 (10:57 +0200)]
Updated git submodules

Project: ovsdb master 92b434362fcbc6bb2a7acafbe2dcd5a2bfc6082c

Remove explicit default super-constructor calls

The default constructor is called by default (hence its name), no need
to call it explicitly

Change-Id: If72cd83d0cf4e0032d7f5fe7174c28cf4b9c5092
Signed-off-by: David Suarez <david.suarez.fuentes@gmail.com>
6 years agoUpdated git submodules
David Suarez [Wed, 27 Sep 2017 08:31:23 +0000 (10:31 +0200)]
Updated git submodules

Project: netvirt master d95ada0a7de3692f8d732fc2885045c3b2cf3d0b

Remove explicit default super-constructor calls

The default constructor is called by default (hence its name), no need
to call it explicitly. Based on this commit [1].

[1] https://git.opendaylight.org/gerrit/#/c/63526/

Change-Id: Ia7a4ccf88c328aab9feade1252a06e2c94b660ac
Signed-off-by: David Suarez <david.suarez.fuentes@gmail.com>
6 years agoUpdated git submodules
Tom Pantelis [Tue, 12 Sep 2017 16:03:00 +0000 (12:03 -0400)]
Updated git submodules

Project: netconf master 136b86fefb2a79a89fa37ee4fd8eeb47e41c34ba

Add local MultivaluedHashMap implementation

The JSONRestconfService implementation contains a local UriInfo
implementation, SimpleUriInfo, that uses a MultivaluedHashMap
implementation from javax.ws.rs.core. This class is provided by
the dependency used at compile time however, the runtime bundle
that provides the javax.ws.rs.core interfaces doesn't provide
MultivaluedHashMap. Therefore I added our own local MultivaluedHashMap
class based on the external class. I also refactored SimpleUriInfo into
it's own class as it's used by both JSONRestconfService implementations.

Change-Id: I1af0771327d46c72e55facf14c41038fd583e0ed
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
6 years agoUpdated git submodules
cgowdru [Tue, 5 Sep 2017 11:24:40 +0000 (16:54 +0530)]
Updated git submodules

Project: netvirt master 85cf35f8a38c5485c8cdc1319050cac914c4fe35

Bug9091 : Removing uncessary MD-SAL Read Operation in NAT

Description : It's been obseved many unnecessary MD-SAL read operations
where done in NAT module. Changes done to pass them as parameters to
calling methods instead reading the same data again which is already
retrieved earlier in it caller methods.

Change-Id: If5efc57a0342caa6acf73b3f17dba033cab77e7c
Signed-off-by: cgowdru <chetan.arakere@altencalsoftlabs.com>
6 years agoUpdated git submodules
Michael Vorburger [Mon, 25 Sep 2017 21:13:57 +0000 (23:13 +0200)]
Updated git submodules

Project: infrautils master 7af75ab49f8ef83485138ae8fc4133a7256aee39

diagstatus register() -> ServiceRegistration -> unregister()

This makes for a cleaner, more statically typed and "safer" API (because
you cannot "cheat" anymore, and ask to deregister something which you
did not register - as you could before.

Change-Id: I93e4dd72ccd61da08e43ca436a29a2eb4c8c4bc6
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoMerge "Fix version in Nitrogen release notes"
Thanh Ha [Wed, 27 Sep 2017 01:10:04 +0000 (01:10 +0000)]
Merge "Fix version in Nitrogen release notes"

6 years agoFix version in Nitrogen release notes 91/63591/1
Lorand Jakab [Tue, 26 Sep 2017 22:50:13 +0000 (01:50 +0300)]
Fix version in Nitrogen release notes

The main release notes is still referencing Carbon in one place.

Change-Id: I09b695de20b5d48609c8bb81f512bb3cd696f56d
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
6 years agoUpdated git submodules
Thanh Ha [Tue, 26 Sep 2017 22:26:40 +0000 (18:26 -0400)]
Updated git submodules

Project: releng/builder master fa82a6385e507503a87db61b402f8dc502cc611f

Increase build-timeout for version-bump job

It seems Nitrogen needs more time to version bump then previous
releases. Let's double the time firstly to see how long it takes and we
can dial it down once we know.

Change-Id: I7d66a6f7ab069f11eeb859ade61f39bea7bd6dd0
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Tue, 26 Sep 2017 21:04:14 +0000 (21:04 +0000)]
Updated git submodules

Project: releng/builder master fbf45fe34b4926be8a8ed4b849ceb422acbcea56

Merge "Add n-api-meta to os control services"

Add n-api-meta to os control services

Change-Id: I799c2be0b0e626abf697b491b41f7d8577f00cfb
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoUpdated git submodules
Jamo Luhrsen [Tue, 26 Sep 2017 21:04:10 +0000 (21:04 +0000)]
Updated git submodules

Project: releng/builder master 749f0ce96754863593bd2741cb9bf83657105f96

Merge "Make the os services easier to follow"

Make the os services easier to follow

Change-Id: I30d6b17c9033716c244965c1e2e8e30968a0fbb9
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoUpdated git submodules
Mohamed ElSerngawy [Tue, 19 Sep 2017 20:51:48 +0000 (16:51 -0400)]
Updated git submodules

Project: coe master d89fc18468bd6f782c58c706c9dc2bc147378b71

Fix Add node json string

Fix the Add node function json string

Change-Id: I82024a21a12a73899aa6cf570078b2ebe02a788f
Signed-off-by: Mohamed ElSerngawy <m.elserngawy@gmail.com>
6 years agoUpdated git submodules
Michael Vorburger [Thu, 21 Sep 2017 15:34:49 +0000 (17:34 +0200)]
Updated git submodules

Project: genius master 7dd573c4707dfe4ff10a31303fd9a1e43d88e556

FutureRpcResults

This is https://git.opendaylight.org/gerrit/#/c/53998/ generalized!

Change-Id: Ieb425d8365e7abe6589971f057722b9cef50db00
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdated git submodules
Jamo Luhrsen [Tue, 26 Sep 2017 18:03:49 +0000 (18:03 +0000)]
Updated git submodules

Project: releng/builder master 21ccb05794a5743bc749d55c37b062984e37f7d3

Merge "Exclude mininet-2.6 for Ubuntu 14.04"

Exclude mininet-2.6 for Ubuntu 14.04

Change-Id: I32d39022d0bcf7b6c7af6488b6b45e5177a0199f
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdated git submodules
Thanh Ha [Tue, 26 Sep 2017 17:17:51 +0000 (13:17 -0400)]
Updated git submodules

Project: releng/builder master 7a142a53d81e6dd1c7f1192e9cb3813409529dfa

Fix taglist getting the incorrect tags

We need to escape the $ so that the git rev-parse runs inside of the
submodule rather than before entering the submodule causing current
taglists to pull autorelease.

Change-Id: I4da6a9e3f9cb4288b74837300ef90ce1eb2dfa9f
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Thanh Ha [Tue, 26 Sep 2017 16:39:27 +0000 (12:39 -0400)]
Updated git submodules

Project: releng/builder master de8f9f1afd3111dd70d68ba85341b0cdd6043bc3

Handle yangtools nitrogen on non-standard branch

YangTools uses v1.2.x as it's nitrogen contribution so we need to handle
the difference in branch naming.

Change-Id: I9336c231bdb853d697c77a2d5d649d0036f6dc4d
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Tom Pantelis [Mon, 25 Sep 2017 17:40:52 +0000 (13:40 -0400)]
Updated git submodules

Project: sfc master f369718d1af29e16f6fb32485ae5db6706cf5fc0

Fix findbugs/checkstyle/sonar violations in sfc-ovs

- Field isn't final but should be
- Method invokes inefficient new String(String) constructor
- Load of known null value
- Parameter must be non-null but is marked as nullable
- Exception handlers should preserve the original exception
- Utility classes should not have public constructors
- String literals should not be duplicated
- String.valueOf() should not be appended to a String
- Local variable and method parameter names should comply with a naming convention
- Collapsible "if" statements should be merged
- Method parameters, caught exceptions and foreach variables should not be reassigned

Change-Id: Id37c56efb43f609de6883059c063cc3f2b7b438f
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
6 years agoMerge "Remove archives/ path from PATCH_URL"
Thanh Ha [Tue, 26 Sep 2017 16:45:03 +0000 (16:45 +0000)]
Merge "Remove archives/ path from PATCH_URL"

6 years agoUpdated git submodules
Tom Pantelis [Thu, 21 Sep 2017 22:22:26 +0000 (18:22 -0400)]
Updated git submodules

Project: sfc master a700674542a48604833de9a23b72bb76b1cecc5a

Refactor SbRestAbstractDataListener

Refactored SbRestAbstractDataListener and derived classes to pass
parameters into the ctor instead of via setters. This makes it cleaner
so class fields can be final and avoids null checks elsewhere.

Change-Id: I86cde8471ddb3e3b193520191cef72e02a20056d
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
6 years agoUpdated git submodules
David Suarez [Tue, 26 Sep 2017 14:05:41 +0000 (16:05 +0200)]
Updated git submodules

Project: sfc master 97da7fda3a36f9c01f617d46ab87270fc324546f

Add an API to handle ServiceNode entities

Add an API to handle ServiceNode entities. This will be firstly used by
the SFC CLI.

Change-Id: Ia55985133b01a398e53e6dae19eb618ee4cf2c80
Signed-off-by: David Suarez <david.suarez.fuentes@gmail.com>
6 years agoRemove archives/ path from PATCH_URL 29/63529/1
Thanh Ha [Tue, 26 Sep 2017 16:36:03 +0000 (12:36 -0400)]
Remove archives/ path from PATCH_URL

The patches file is now in the root of the logs directory.

Change-Id: I063a5c18106ad79dfd97e9e81cbe1b9ad0e60981
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Tue, 26 Sep 2017 16:29:13 +0000 (16:29 +0000)]
Updated git submodules

Project: releng/builder master 0f8d771a26e6c9341edca8f844db48a6264be595

Merge "Trigger RPM/deb builds when changing pkg logic"

Trigger RPM/deb builds when changing pkg logic

Adds triggers to test RPM/deb builds when files related to package
building change. Also adds Gerrit keywords to trigger same builds.

Change-Id: I87611d49a6d594193a245dd157cc4a9be2cfcd4b
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
6 years agoUpdated git submodules
Jamo Luhrsen [Thu, 21 Sep 2017 23:43:43 +0000 (16:43 -0700)]
Updated git submodules

Project: integration/test master 40659a054760ee11b6a8b188c03bc10fc3ad9743

Remove SNMP CSIT

the job(s) for SNMP CSIT have never worked, and have been ignored
for several (if not all) releases. it's a waste of time and
resources to have them around.

see the status pages for Nitrogen, Carbon, Boron
and Beryllium for history:
  https://docs.google.com/spreadsheets/d/1MYyGLFWN2RzUkJl8XMzXQ-3zWuOrUCQpIS6ORbmf4_U/edit#gid=421626541
  https://docs.google.com/spreadsheets/d/1VcB12FBiFV4GAEHZSspHBNxKI_9XugJp-6Qbbw20Omk/edit#gid=1226505712
  https://docs.google.com/spreadsheets/d/1zImtd764e-hOgJAxoJKl85fxHCPu2agLfqsBtf13zQY/edit#gid=1037896712
  https://docs.google.com/spreadsheets/d/1hci5TMUPyB6PX8Al-fwfVqvs5SQVa2wZLja_7rKWN6o/edit#gid=843418255

partner JJB patch in releng/builder:
  https://git.opendaylight.org/gerrit/#/c/63427/

Change-Id: Ia2f042437dc6d64b9c03c144d026b75111ebf85d
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdated git submodules
Tom Pantelis [Fri, 22 Sep 2017 16:36:54 +0000 (12:36 -0400)]
Updated git submodules

Project: sfc master b227575c7fe06838831255e0e3c445a3f44b0540

Refactor SbRestAbstractTask

- Change fields to private
- Remove setters and pass params to ctor so field can be final and
  avoid null checks elsewhere
- Expose a method to add to the restUriList

Change-Id: I3d48dd3f2ff04c6e9d52218855de40eee0760659
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
6 years agoUpdated git submodules
eupakir [Mon, 25 Sep 2017 10:02:06 +0000 (15:32 +0530)]
Updated git submodules

Project: netvirt master e2590a94c3d310b8eaeb99db3f8b9bf7e19c1ac9

Bug 8953 - IllegalArgumentException: vrfEntry is missing mandatory
descendant origin

Change-Id: I0978d55f09d0e9b31aa2b74e5cfac68a757c29da
Signed-off-by: eupakir <kiran.n.upadhyaya@ericsson.com>
6 years agoUpdated git submodules
Stephen Kitt [Mon, 25 Sep 2017 08:59:30 +0000 (10:59 +0200)]
Updated git submodules

Project: infrautils master 73355081d90192386bf6decf9aa8c30efa1614c7

Drop StringUtil

It isn’t used anywhere outside infrautils, and doesn’t bring anything
useful to the table.

Change-Id: I1e8ff19a1f5debd854052f39fd74447fe3f65ce8
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdated git submodules
Faseela K [Mon, 25 Sep 2017 17:38:12 +0000 (23:08 +0530)]
Updated git submodules

Project: infrautils master 98d2a78fecea7ff25866b2aa08c538529b40d513

Pull Model For DiagStatus

Change-Id: I22c1b09f11de41bb10aa3bc91ec778f0ebdce69f
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoUpdated git submodules
Tom Pantelis [Thu, 21 Sep 2017 21:41:52 +0000 (17:41 -0400)]
Updated git submodules

Project: sfc master 44d5b18c2623b9e2a74130969fc4951c5421641f

Fix findbugs/sonar violations in sfc-sb-rest

- Method ignores exceptional return value
- Consider using Locale parameterized version of invoked method
- Field isn't final but should be (malicious code vulnerability)
- Method uses the same code for two switch clauses
- Redundant nullcheck of value known to be non-null
- Unread public/protected field  (SbRestAbstractTask)
- Field not initialized in constructor but dereferenced without null check

Change-Id: I4f0425b876e6f014d85add0221005cf84d1ddac3
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>