docs.git
7 years agoAdd 7/28/16-5/26/17 TSC meetings 83/58083/2
Colin Dixon [Wed, 31 May 2017 22:42:15 +0000 (15:42 -0700)]
Add 7/28/16-5/26/17 TSC meetings

Change-Id: I12df369e87d4da4a8c6df72405c2007ed68d4d7a
Signed-off-by: Colin Dixon <colin@colindixon.com>
7 years agoUpdated git submodules
Claudio D. Gasparini [Wed, 24 May 2017 15:25:05 +0000 (17:25 +0200)]
Updated git submodules

Project: integration/test master cb65e7e5826bdd4b6d3af6909fb858aa4f94c1f8

Fix exabgp flowspec config

Change-Id: I3a732b1cfdd671d35c826bfdee94bceab04cd3ff
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
7 years agoUpdated git submodules
Ryan Goulding [Wed, 31 May 2017 22:18:06 +0000 (22:18 +0000)]
Updated git submodules

Project: aaa master 95dd6c9e09c446d79fa1dc9c9bb9127084e7d042

Merge "Bug 8572: Remove unused SecureBlockingQueue"

Bug 8572: Remove unused SecureBlockingQueue

This is unused and needs to be removed.

Change-Id: I141af03f6852bb69fbc8518eb7cf10e685cebca4
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
7 years agoUpdated git submodules
Ryan Goulding [Wed, 31 May 2017 21:48:50 +0000 (21:48 +0000)]
Updated git submodules

Project: aaa master a5ef66ccc7664c3cbeadb71569af2cfe027d7c8a

Merge "Fix issues in checkstyle enforcement for module aaa-shiro-api"

Fix issues in checkstyle enforcement for module aaa-shiro-api

- Enforcement in pom.xml

Change-Id: I4b0e3a696b8f1b8b5486fd5500f960126cd6887f
Signed-off-by: David Suarez <david.suarez.fuentes@ericsson.com>
7 years agoUpdated git submodules
Michael Vorburger [Tue, 30 May 2017 19:19:07 +0000 (21:19 +0200)]
Updated git submodules

Project: odlparent master f0866fbc2f36c899f38280c226eac0ef99a0e3e1

Remove remote repositories

Our ODL Karaf distributions should never download artifacts from
maven.org or repository.springsource.com (we prepare an offline Maven
repo under the system/ directory in our Karaf distribution during
build).

This also adds the missing Apache Aries Quiesce API to system/ to fix
another problem; this may always have gotten downloaded at runtime, but
we never noticed this problem before removing the remote repos (above),
re. "Could not find artifact
org.apache.aries.quiesce:org.apache.aries.quiesce.api:jar:1.0.0"

I've noticed this while trying to work offline on the plane to SFO for
the DDF! ;)

Change-Id: Ib8d1390c463d22130e3dc46d27ac2951a808a8d6
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
David Suarez [Tue, 30 May 2017 23:14:42 +0000 (01:14 +0200)]
Updated git submodules

Project: odlparent master 47a59ed7e69bd155b6ca1f3af25e1dd922a87af1

Relax Checkstyle RightCurly rule for LITERAL_DO

The change [1] try to avoid checkstyle forcing this
"...} while (condition)" statement to be split in two lines by
removing the LITERAL_WHILE from odl_checkstyle, but the correct
token should have been LITERAL_DO.

LITERAL_WHILE avoids forcing this [2]:
 while(line !=null)
 { // We do not want this
   process(line);
   line = in.readLine();
 }

LITERAL_DO avoids forcing the following [3]:
 do
 { // We do not want this
   x = rand.nextInt(10);
 } // neither this
 while(x < 5);

[1] https://git.opendaylight.org/gerrit/#/c/55264/
[2] http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/TokenTypes.html#LITERAL_WHILE
[3] http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/TokenTypes.html#LITERAL_DO

Change-Id: I2054e44f140e7b92480da954c45169a31931d683
Signed-off-by: David Suarez <david.suarez.fuentes@ericsson.com>
7 years agoUpdated git submodules
David Suarez [Wed, 24 May 2017 07:57:13 +0000 (09:57 +0200)]
Updated git submodules

Project: infrautils master da10ad12ec54abcdfa540674ac3bf3f966e74560

Fix issues in checkstyle enforcement for module counters-api

- Copyright section
- Order imports
- Move overloaded methods closer to each other
- Change variables and methods names
- Move constructors to be the first methods
- Enforcement in pom.xml

Change-Id: I29f9b6bca662c790dc32c58dd77d5928d8a0ee70
Signed-off-by: David Suarez <david.suarez.fuentes@ericsson.com>
7 years agoUpdated git submodules
Daniel Farrell [Tue, 30 May 2017 18:31:08 +0000 (14:31 -0400)]
Updated git submodules

Project: odlparent master bd07c3f410e3c8e8534a9091b8db7da58bb1ac21

Better gitignore rule for vim tmp files

Old one just caught the first backup, this catches additional.

Change-Id: I01802aeee8b578c6cac25bcb626e06e3d194098d
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Thanh Ha [Wed, 31 May 2017 14:36:24 +0000 (10:36 -0400)]
Updated git submodules

Project: releng/builder master 75b8d9a07513cd1a6323b72078df5ed45da3b345

Add a workaround for missing taglist.log

Since we fail the build now if any line in a script fails this is
causing validate-autorelease to fail unexpectedly. Temporarily put in
place a workaround on the problematic line so that it passes until we
put in a proper fix.

Change-Id: I31999f0f78d5ca360f20fa14536310924263c0a4
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
David Suarez [Mon, 29 May 2017 10:39:43 +0000 (12:39 +0200)]
Updated git submodules

Project: genius master 77f6823fb315c65000a1edc8248e0a0f0ead4016

Replace LOGGER by LOG

Replace LOGGER by LOG to follow the
OpenDaylight recommendations [1].

[1]
https://wiki.opendaylight.org/view/BestPractices/Logging_Best_Practices

Change-Id: Ib1cf70417092a120eaf11b523e54b056774fe35c
Signed-off-by: David Suarez <david.suarez.fuentes@ericsson.com>
7 years agoUpdated git submodules
Luis Gomez [Tue, 30 May 2017 17:56:38 +0000 (10:56 -0700)]
Updated git submodules

Project: integration/test master 2a4bb34c25737cb2492b50039c3e64110978819d

Set WARN log level in OF perf jobs

Change-Id: Ib1a4d10d89d51248808e37f6fb6c589891d19451
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoUpdated git submodules
Luis Gomez [Tue, 30 May 2017 20:37:14 +0000 (20:37 +0000)]
Updated git submodules

Project: releng/builder master 12a5e3c805a1cd10a2ea3be272df0254d63aa8a5

Merge "Add Boron branch and csit jobs for jsonrpc"

Add Boron branch and csit jobs for jsonrpc

Change-Id: I2d61fa52846e5ff2b0aa7471f5d39e1fa3d33b41
Signed-off-by: Sreekalyan Devaraj <kalyan.ds@gmail.com>
7 years agoUpdated git submodules
Thanh Ha [Mon, 29 May 2017 23:33:20 +0000 (19:33 -0400)]
Updated git submodules

Project: releng/builder master 8ad961fad6d4a35e7447e62ebf98191795ac82dc

Remove unsupported Beryllium jobs

Since Carbon has been officially released Beryllium is no longer
supported so remove the jobs.

Change-Id: Iaef265dc8dbc1bc7be87a0b0bed56bb84cf77c25
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Daniel Farrell [Mon, 29 May 2017 21:21:34 +0000 (21:21 +0000)]
Updated git submodules

Project: releng/builder master 8f09a881eae993f36bb4fa193523cf401ebb9a01

Merge "Migrate csit templates to lf-infra-publish"

Migrate csit templates to lf-infra-publish

Pull in updated global-jjb which contains changes to allow archiving via
ARCHIVE_ARTIFACTS variable.

Jira: RELENG-140
Change-Id: I32cb19ecc962d1849ada527470c21a77782217c5
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Daniel Farrell [Mon, 29 May 2017 15:52:50 +0000 (11:52 -0400)]
Updated git submodules

Project: releng/builder master 2e0dab50ed55b594a839a55859a87dbe26e1e339

Better YAML formatting, remove ignore rule

Change-Id: Iaa314b155c1607affdfca9174d861d081dab5a26
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Vratko Polak [Mon, 29 May 2017 11:26:50 +0000 (13:26 +0200)]
Updated git submodules

Project: integration/test master 9b6473789ef58a493a4fbd4a713035db635f318b

Pin requests==2.15.1 for tox coala

Otherwise there is a conflict on chardet version.

Change-Id: Id2e2ada4fc95ad92ce90c355d8ff56ac0508d9db
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Daniel Farrell [Mon, 29 May 2017 15:43:41 +0000 (15:43 +0000)]
Updated git submodules

Project: releng/builder master 3c95c3a1ce8d676001797741f2bcafc09aba78ca

Merge "Move git-review into LFTOOLs comment block"

Move git-review into LFTOOLs comment block

Change-Id: Ie901a2d53489dab163e49952d9482313cf83bbdd
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Akshita Jha [Sat, 27 May 2017 16:12:25 +0000 (21:42 +0530)]
Updated git submodules

Project: integration/packaging master 4244966d534c4aee7a971be53da935f79288b5cb

Add vars for Carbon's .deb build

Change-Id: Ia3fed1e209a780803970c320610511964886413b
Signed-off-by: Akshita Jha <zenith158@gmail.com>
7 years agoUpdated git submodules
Thanh Ha [Mon, 29 May 2017 14:41:20 +0000 (14:41 +0000)]
Updated git submodules

Project: releng/builder master ecb8462b3d0e5fea3ab2caba8969cb7237e002c7

Merge "Add jobs for all pup-odl branches"

Add jobs for all pup-odl branches

Change-Id: I968fd0d8056f7273bd6fc58289f5cdf785be2c13
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Thanh Ha [Mon, 29 May 2017 14:32:58 +0000 (14:32 +0000)]
Updated git submodules

Project: releng/builder master 35bb75e7b5c38b61b08be8ade5f772416863808a

Merge "Update cloud image list docs"

Update cloud image list docs

Change-Id: I27c5ed107b45a59642c1fe2902d2087785fa46b6
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
7 years agoPin requests to <2.16 85/57985/1
Thanh Ha [Mon, 29 May 2017 14:12:49 +0000 (10:12 -0400)]
Pin requests to <2.16

The new requests library pulls in a chardet dependency that is in
conflict with coala packages. Pin the version of requests to ensure
we're pulling in a supported version

Change-Id: Ifcc3012b7ea4288342b41db295c53b3958bcab78
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Mon, 29 May 2017 14:02:27 +0000 (14:02 +0000)]
Updated git submodules

Project: releng/builder master 8da2a76e4a945a5ceac0896631c22eb49a4cec2c

Merge "Fix version bump git-review publish code"

Fix version bump git-review publish code

Change-Id: I9efe5744448813a495b03f8fbda300254d25d621
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Daniel Farrell [Sun, 28 May 2017 14:39:06 +0000 (10:39 -0400)]
Updated git submodules

Project: integration/packaging master e8e21b560ba376856054919bdbe7421f3f379883

Pin requests to <2.16

The new requests library pulls in a chardet dependency that is in
conflict with coala packages. Pin the version of requests to ensure
we're pulling in a supported version.

Copied change by Thanh.

Change-Id: I345f37da5b96f40da5dce077635b6e85bb8638ff
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Thanh Ha [Mon, 29 May 2017 13:46:37 +0000 (13:46 +0000)]
Updated git submodules

Project: releng/builder master fdf3efdfd4733a69ee54e09aaf89ab78ea382339

Merge "Fix cleanup stale stacks job"

Fix cleanup stale stacks job

commit dcba567b0ce17e7cbb3c80b38c45ceb6e490e79d was rebased/merged
does not handle stack status correctly. This change should fix the
issue.

Change-Id: I244d2499eb0dabe2f196e401e4f94cc0869685a2
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Michael Vorburger [Mon, 22 May 2017 22:04:07 +0000 (00:04 +0200)]
Updated git submodules

Project: odlparent master 5a5c88b66af3e63532472ed02cfec99342369c07

Bug 8415 related: Make TestBundleDiag a lib

This is the alternative to c/56848 requested by Robert.

We're changing this so that we can consume bundles-test-lib in the
infrautils.ready implementation as a service for both Karaf v3 and v4.

As a (VERY nice!) side effect, this allows us to remove the duplicated
Java code we had between bundles-test and bundles4-test.  That was,
originally, intended to only be like it still is for a short while, but
with the Karaf 4 situation being what it is, this code duplication is
still there - and the respective code has started diverging a bit; so
unifying this in the new bundles-test-lib is great.

Change-Id: I0fd2c954fdc4a6c84505bef51729d15e4ba2888c
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Daniel Farrell [Sun, 28 May 2017 20:25:47 +0000 (16:25 -0400)]
Updated git submodules

Project: odlparent master b3f6452b13964c5e14b42700c0b47b27657ad10c

Pin requests to <2.16

The new requests library pulls in a chardet dependency that is in
conflict with coala packages. Pin the version of requests to ensure
we're pulling in a supported version.

Copied change by Thanh.

Change-Id: I3b29f2ab809a1373a9e148120db9f004f3e3fba2
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Tomas Cere [Mon, 29 May 2017 10:44:20 +0000 (10:44 +0000)]
Updated git submodules

Project: netconf master eb0b7276ab613485543ffa63f49427614a7f5e5b

Merge "Test RestconfWrapperProviders"

Test RestconfWrapperProviders

Change-Id: Id95c607bba19c56c6924938ba5ef107f8937a76b
Signed-off-by: Jakub Toth <jatoth@cisco.com>
Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
7 years agoUpdated git submodules
Tomas Cere [Mon, 29 May 2017 10:43:11 +0000 (10:43 +0000)]
Updated git submodules

Project: netconf master 65f25b777f3a931ec5cc5c315a3fbdcb798c0967

Merge changes Ieb46b050,I6bff6467

* changes:
  Bug 8533: Not possible to invoke RPC on mount points with new Restconf
  Bug 7933: NPE when posting using XML

Bug 8533: Not possible to invoke RPC on mount points with new Restconf

- put identifer of RPC into InstanceIdentiferContext
instead of mount point identifer which leads to fail
in unit test

- when working with mount point use mount point's
schema context to find RPC module, previously used
controller's schema context leads to NPE

- repaired imports in RestconfApplication to use
new implementation

Change-Id: Ieb46b050e881c89ea58bb9f521be69554733d575
Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
Bug 7933: NPE when posting using XML

PUT operation:
- fix issue when putting malformed XML body did not
fail with appropriate status.

Change-Id: I6bff6467f4b99bed9adf1ac39def54822899761e
Signed-off-by: matus.kubica <matus.kubica@pantheon.tech>
Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
7 years agoUpdated git submodules
Stephen Kitt [Tue, 23 May 2017 12:45:40 +0000 (14:45 +0200)]
Updated git submodules

Project: genius master 14076841748800ee05e06b547957deadd2531681

Fix vlanIdModified test

OvsVlanMemberConfigUpdateHelper.vlanIdModified() has an apparent
copy-paste error in its null/non-null check. The whole test simplifies
down to !Object.equals(), so this patch just uses that.

Change-Id: I6b3548da5441e8318cf20eab3f4817d162c97fa6
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Daniel Farrell [Mon, 29 May 2017 07:00:40 +0000 (07:00 +0000)]
Updated git submodules

Project: releng/builder master 6cefa01d7bd2a44559006080c568a59d5b5f5cac

Merge "Install git-review through yum repositories"

Install git-review through yum repositories

Installing through pip as root on the base image  is not
recommend practice since this could impact other deps.

Change-Id: I12f1a4aa1e129a65af43736879ac46f7fe7c3c81
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Anil Belur [Mon, 29 May 2017 00:24:41 +0000 (00:24 +0000)]
Updated git submodules

Project: releng/builder master 2359085020fea128acd0330ad3fa0a15ef3a9974

Merge "Improve multipatch patches-to-build param docs"

Improve multipatch patches-to-build param docs

Change-Id: I6c805dd8ad3c05f1980e7f6a49efca21f3fc3e73
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Daniel Farrell [Fri, 26 May 2017 21:12:24 +0000 (17:12 -0400)]
Updated git submodules

Project: releng/builder master 3bc367a4cad1b304609d9403190a097612173dbd

Add ansible-opendaylight test jobs

Change-Id: I911ff41623739782261aef909774f8f30e2732e9
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
David Suarez [Mon, 8 May 2017 15:23:41 +0000 (17:23 +0200)]
Updated git submodules

Project: genius master 7075c058b552e959f2433e69b8c0d31ace19c439

Simplify ResourceManager

- Simplify the initialization process refactoring some methods and using
System.getProperty with default values
- Change names of constants
- Improved coverage to from 70% to 81%.

More refactoring in later change.

Change-Id: I6670355d36b7af0806fa2032178103ef3d1a0099
Signed-off-by: David Suarez <david.suarez.fuentes@ericsson.com>
7 years agoUpdated git submodules
Faseela K [Sat, 27 May 2017 16:38:22 +0000 (16:38 +0000)]
Updated git submodules

Project: genius master 63fd13598b24563f6f59f1f0b728a25743c5b281

Merge "fix for indefinite wait on the resource lock"

fix for indefinite wait on the resource lock

* Currently idmanager manager mutates the allocated id list (to make it sorted) while writing it into datastore which causes ConcurrentModificationException.
This leads to resource lock is never released and makes release id thread to
wait indefinitley for the lock.
* added lock retry logic with timed future.get version to handle any missed signals

Change-Id: I5f271f6054a44aa50d19f3130a2d5a73230ff50c
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
7 years agoUpdated git submodules
Peter Gubka [Sat, 27 May 2017 11:42:33 +0000 (13:42 +0200)]
Updated git submodules

Project: releng/builder master f4c5481563e0cb517f9fcc3fabc20792e0fc2863

Rollback the requests libarary

Change-Id: Ieedab3c5e024a3a8ace994ae22b25bf44e940746
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Thanh Ha [Sat, 27 May 2017 14:17:06 +0000 (10:17 -0400)]
Updated git submodules

Project: releng/builder master 28f92191d9d3d96522e12b5ae1e4e680e5a41352

Pin requests to <2.16

The new requests library pulls in a chardet dependency that is in
conflict with coala packages. Pin the version of requests to ensure
we're pulling in a supported version.

Change-Id: I9892a88d6d3cee6152d83b94feaef0e6a1e4998f
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdate details to the release notes section 28/57928/1
Anil Belur [Sat, 27 May 2017 01:09:43 +0000 (11:09 +1000)]
Update details to the release notes section

Change-Id: Ib4957360382c9b6bbd386c4ece9f17a8fef019a8
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Fri, 26 May 2017 20:36:34 +0000 (16:36 -0400)]
Updated git submodules

Project: releng/builder master 0cc46d6bb12acca2a0915a0224ccb790c784cd94

Add xmlstarlet to base image

This tool is used by lftools to parse xml and is generally useful so
include it in base image.

Change-Id: I6df7061fb00c865d1ed421f3814e3d63643e591d
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Peter Gubka [Fri, 26 May 2017 19:14:46 +0000 (21:14 +0200)]
Updated git submodules

Project: integration/test master 62ad7a2f4d5da7231fdd3bf8910b5ec59280a878

Fix time format for RequestsLibrary

Change-Id: I68a3d295ebefeccb0da32f66943c60bc5a4e4b5d
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Peter Gubka [Fri, 26 May 2017 15:48:37 +0000 (17:48 +0200)]
Updated git submodules

Project: integration/test master ea6cf4a97b0bd1d025347b02e239c1b4e8c8dcc7

Refactor action proveder suites

Change-Id: I739f121c4a9bded6bc52b0152dd5fa09bde5b856
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Peter Gubka [Fri, 26 May 2017 12:19:03 +0000 (14:19 +0200)]
Updated git submodules

Project: integration/test master 70544bcb06151aa74f3c11c81bb97809b6a11ae3

Use 125s timout for shard leader deatails

For more details https://bugs.opendaylight.org/show_bug.cgi?id=8434#c6

Change-Id: Ic2f051c86cc516210dff6c030782c5fc0055b3ac
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Peter Gubka [Fri, 26 May 2017 15:28:13 +0000 (17:28 +0200)]
Updated git submodules

Project: integration/test master 075c5362d8b4f3a4ce959c3d9844ced5b223aa23

Add http_timeout as parameter

into ShardStability.Verify_Shard_Leader_Located_As_Expected

Change-Id: I835a52ffbd2f9a40b2d1e4e84089e9ea317e923d
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Peter Gubka [Fri, 26 May 2017 10:44:41 +0000 (12:44 +0200)]
Updated git submodules

Project: integration/test master b2604605b061adefb5d8127159a74f7970c4cf59

Update suites with better described timeouts

Change-Id: Ic0a5c30386c82b816c4463cb1334a3e0a2406e26
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Thanh Ha [Fri, 26 May 2017 15:20:53 +0000 (15:20 +0000)]
Updated git submodules

Project: releng/builder master 3f26f0d97606964d92ae8ef8b05c911a40f58e19

Merge "Add job to delete stale nodes older than 24H on RS"

Add job to delete stale nodes older than 24H on RS

- All jobs are expected to complete within 24H atmost, this job
removes nodes on RS with creation time older than 24H.
- Reorder the jobs alphabetically.
- Use global-jjb lftools script

Note: this change requires an upstream change to be merged
in lftools for running successfully.
https://gerrit.linuxfoundation.org/infra/4861
Change-Id: Id37a73ce8b1f785cdfd52507bafdfbeda00f3c9f
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoMerge "Improve release workflow with new automation"
Thanh Ha [Fri, 26 May 2017 14:21:05 +0000 (14:21 +0000)]
Merge "Improve release workflow with new automation"

7 years agoUpdated git submodules
Vratko Polák [Fri, 26 May 2017 12:01:52 +0000 (12:01 +0000)]
Updated git submodules

Project: releng/builder master 59ac8b3b30f2b66ed9af419870952bf039341c87

Merge "Move GC logs from cluster csit jobs to archive"

Move GC logs from cluster csit jobs to archive

Change-Id: I865d66228f6579e22c581b12d0007e57e13c4903
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Peter Gubka [Fri, 26 May 2017 10:07:18 +0000 (12:07 +0200)]
Updated git submodules

Project: integration/test master e264d1fc03d96158686202b56019d32a3da63141

Set bgp longevity to run on rib owner node

Change-Id: I7fe6eab42835da24ba52b10c4d86a09df580773f
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Peter Gubka [Fri, 26 May 2017 08:48:54 +0000 (10:48 +0200)]
Updated git submodules

Project: integration/test master 197d624d58b6595a2ef07847fd10eeb6ee651ef3

Increase waiting in case of leader election

Change-Id: I6a8c92c6533377aec9f0d604d244bef08dfbe5c0
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Luis Gomez [Fri, 26 May 2017 02:28:04 +0000 (19:28 -0700)]
Updated git submodules

Project: releng/builder master 0f7f2b78a95e32d647931db4cac1b7921a8ac832

Add KARAF_VERSION to variables.prop file

- This way the variable can be passed to distribution test job.
- With this change autorelease can generate and trigger test for
either k3 or k4 distribution. With this change k3 is default.
- Ideally it should be possible to generate and trigger test for
both distributions k3 and k4 but the way the scripts are written
today in autorelease it seems like too much rework.

Change-Id: I7708c95e7ee889a1eae93f05003a630dac06ccc2
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoImprove release workflow with new automation 87/57787/3
Thanh Ha [Wed, 24 May 2017 17:29:30 +0000 (13:29 -0400)]
Improve release workflow with new automation

With the updated version bump job and release tagging script we can cut
out a few steps from the tagging and version bumping steps.

Change-Id: I4db39b71671d313df65a1f45d22e2c6efdda8d50
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Ryan Goulding [Thu, 25 May 2017 19:40:33 +0000 (15:40 -0400)]
Updated git submodules

Project: aaa master 6d6f4f4a77a4755c15e848607490f5c6af39389a

Fix a few formatting issues

https://git.opendaylight.org/gerrit/#/c/57826/ intro'd
a few poor formatting issues.

Change-Id: Ib04c2899a3de4c03a5dfadbd45b652f32ecf1635
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
7 years agoUpdated git submodules
Vratko Polak [Thu, 25 May 2017 12:36:26 +0000 (14:36 +0200)]
Updated git submodules

Project: integration/test master 69d0ece82e220c6c1a4b7ac6eee49eb9f5127b0f

Enable GC logging on karaf start

As GC logging cannot append, filename contains date (epoch).
Logging is unconditional for now but target directory is configurable.

Change-Id: I99554b97b400c1a4c69618dc5ba130625be6709c
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Ryan Goulding [Thu, 25 May 2017 17:42:51 +0000 (13:42 -0400)]
Updated git submodules

Project: aaa master eebc2121983af108f0e2c34e241bec69dbd9c7f1

Bug 8352: Explicitly set the SecurityManager

This issue is described more in depth in this thread:

http://shiro-user.582556.n2.nabble.com/ \
Shiro-with-Wicket-on-OSGi-ServiceMix-td7580484.html

We found that sometimes the SecurityManager for Shiro
is not set otherwise

Change-Id: I69829136f999d458058f0f112240cdf29bd1edc5
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
7 years agoUpdated git submodules
Thanh Ha [Thu, 25 May 2017 18:16:59 +0000 (14:16 -0400)]
Updated git submodules

Project: releng/builder master beb6b4f8eb96bd3e5b8295deebb23429182c3c32

Force deployment repository

Explicitly force the opendaylight.snapshot repository to ensure that we
push to the right repo even if a project pom does not define a
deployment repo.

Change-Id: I066870a9b0c2625ddb0284bc0404c9e922c13aac
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Alok Anand [Thu, 25 May 2017 16:57:36 +0000 (22:27 +0530)]
Updated git submodules

Project: releng/builder master 085db5a0ddd66aa9397ae8fbfba8fbd75ea0d080

Daily build-rpm-snap job

Adds daily timed trigger to build-rpm-snap job. The resulting
rpms can be useful for downstream projects.

Change-Id: I2316e6817b9a04745efe095a6a5291f073a25bb2
Signed-off-by: Alok Anand <alok4nand@gmail.com>
7 years agoUpdated git submodules
Quan Xiong [Fri, 19 May 2017 05:54:56 +0000 (13:54 +0800)]
Updated git submodules

Project: integration/test master 80a675874e6ca1c98448ea0af0f03a01c44d8499

Fix the CSIT bug

Change-Id: I00e7521a90336cabcfc3534c1d13fb7214aaf8d2
Signed-off-by: Quan Xiong <xiong.quan@zte.com.cn>
7 years agoUpdated git submodules
Peter Gubka [Thu, 25 May 2017 12:31:32 +0000 (14:31 +0200)]
Updated git submodules

Project: integration/test master 39414f936e7c4db94524665816ddffd741fc3331

Add 125s timout to get singleton device owner

Change-Id: Ifba1dcb5651bf351a73d3a827b472f9948843747
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Thanh Ha [Thu, 25 May 2017 14:13:13 +0000 (10:13 -0400)]
Updated git submodules

Project: releng/builder master 18cde0b247482ee4196a859c3359c705b0e68655

Version bump should be performing a deploy

Change-Id: I39d95b3f417c72a574feb7bec7ccf0061daf1909
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoAdd VTN Release Notes for Carbon 07/57307/5
gvrangan [Wed, 17 May 2017 20:50:20 +0000 (02:20 +0530)]
Add VTN Release Notes for Carbon

Change-Id: I179e7d9d60a6dd33a448633770b3d60c15093300
Signed-off-by: gvrangan <venkatrangang@hcl.com>
7 years agoUpdated git submodules
Peter Gubka [Wed, 24 May 2017 15:14:59 +0000 (17:14 +0200)]
Updated git submodules

Project: integration/test master c0518195e9201b5afb0c00d8a7b4c69177199435

Add default critical tag to bgpclustering

longevity stest suite.

Change-Id: I8c4e763d8502e3778b16fc74cb7b0e3ed488fea9
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Peter Gubka [Thu, 25 May 2017 09:56:37 +0000 (11:56 +0200)]
Updated git submodules

Project: integration/test master ab10b2d17515818c30dd326096894f2189fe49a9

Add entity-ownership:operational to stability list

Change-Id: I6f78b0877c9b9c8bd5741538be2d1d3b2b31241e
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Anil Belur [Thu, 25 May 2017 11:19:49 +0000 (11:19 +0000)]
Updated git submodules

Project: releng/builder master cca9cd0681f4970b31d136845c92fbf3ba30712f

Merge "Add version bump job"

Add version bump job

Create a job that performs version bumping activities via Jenkins. This
job:

    1) Version Bumps by x.y.(z+1) on release branch
    2) Runs a Maven Build and deploys the bumped artifacts to Nexus
    3) Pushes the patches to Gerrit

This patch also archives relevant log information and creates
reproducible patches in case manual intervention is necessary.

Change-Id: Ic03787c6ced6796db067832b0a7c8218e457b216
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Jamo Luhrsen [Thu, 25 May 2017 04:41:43 +0000 (21:41 -0700)]
Updated git submodules

Project: releng/builder master 4e14197f691570593c766f897f95ff5471f66fb1

Use stable/carbon instead of carbon for verify

Change-Id: Ibafd4801598182d4cbfe9c1f089ec7f9bfd1b747
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Daša Šimková [Wed, 12 Apr 2017 09:56:56 +0000 (11:56 +0200)]
Updated git submodules

Project: integration/test master 964f5d962163e0df2482d4fc444e9da0dda7f7d2

Add Yangman modules loading testing robot suite

Add navigate to yangman url test step to 502 yangman test suite to
secure that yangman submenu url is navigated to when yangman is not
the only dluxapps feature installed.

Change-Id: I08e98b5665462c275400f19cc3162fd04c181e5c
Signed-off-by: Daša Šimková <dasa.simkova@pantheon.tech>
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Tue, 23 May 2017 00:09:35 +0000 (17:09 -0700)]
Updated git submodules

Project: integration/test master 9bcc8cf20d9aa42f668b50b39a12f36913d7a383

BUG 8529: validate vlan tag in operational

Change-Id: Ie2b5e74060f62b3ae7d30e7113fad045030db963
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
lgiersch [Thu, 18 May 2017 18:50:46 +0000 (11:50 -0700)]
Updated git submodules

Project: integration/test master a43190f69844130b8169d586f9a918453c0c4cc0

Add flow stat test to clustered reconciliation

Change-Id: I5000073feaf7ed98d2991a93b70b218e9a16ea00
Signed-off-by: lgiersch <lgiersch@brocade.com>
7 years agoUpdated git submodules
Martin Mihálek [Fri, 12 May 2017 07:28:47 +0000 (09:28 +0200)]
Updated git submodules

Project: integration/test master b8deff3a481f6e93890bbddf2edbc745eb203cc6

Increase WUKS timeout in SXP filtering tests

- Increased retry interval to 2s as on CSIT-ALL tests checked states
  are quite often updated after last WUKS tick

Change-Id: Ia87f793917c73693d5150f0a6a29404d4c49606d
Signed-off-by: Martin Mihálek <mamihale@cisco.com>
7 years agoUpdated git submodules
Ursicio Martin [Wed, 29 Mar 2017 12:59:21 +0000 (14:59 +0200)]
Updated git submodules

Project: integration/test master 55c6c1c27966f49fac5bc57c111414f831e8ef4c

SFC: Implement boron and carbon scope

Change-Id: I17e85c5d00c2d2060bfb527a4e77e3477758ebda
Signed-off-by: Ursicio Martin <Ursicio.Javier.Martin@ericsson.com>
7 years agoUpdated git submodules
Thanh Ha [Wed, 24 May 2017 01:09:16 +0000 (21:09 -0400)]
Updated git submodules

Project: integration/test master 523d0af3262baab6012a962b768fd11a3fb0559b

Pin coala to 0.11

coala-bears 0.11 just released 5 hrs from this patch author date. It
breaks the build because we were pinning coala. It seems coala and
coala-bears versions must match exactly so pin both versions for good
measure.

Change-Id: If16e2c0dcccee46e674e34aefb03fbe6b6b1a8f2
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoCross-reference openflowjava dev-guide link 49/57749/3
Michal Rehak [Wed, 24 May 2017 08:39:41 +0000 (10:39 +0200)]
Cross-reference openflowjava dev-guide link

Change-Id: I3880252e9fb1bc7d6a044fb0cc232ac06cb993dc
Signed-off-by: Michal Rehak <michal.rehak@pantheon.tech>
7 years agoUpdated git submodules
Michael Vorburger [Wed, 24 May 2017 09:37:51 +0000 (09:37 +0000)]
Updated git submodules

Project: genius master 5042d24f1e5fa983df6997fc609dec5f6faa6c94

Merge "Avoid extending Object"

Avoid extending Object

Change-Id: If90e0445dafb0aa0f55c4145c1958369dadb93e9
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
David Suarez [Tue, 23 May 2017 15:37:18 +0000 (17:37 +0200)]
Updated git submodules

Project: genius master 63deb600e42416694c0f0fc8da2c6940752dcf8a

Replace toUpperCase().equals by equalsIgnoreCase()

Change-Id: Ie6cd1797ff71d53b8f24492d97767cf5fd454153
Signed-off-by: David Suarez <david.suarez.fuentes@ericsson.com>
7 years agoUpdated git submodules
Peter Gubka [Mon, 22 May 2017 15:53:38 +0000 (17:53 +0200)]
Updated git submodules

Project: integration/test master 93f5338fc291aa090b64bc6f33302a333b987afa

Increate default timout to 2s for netconf CRUD

Change-Id: I4af2bcc8a6767143c1c65d952e7baf14acae41a8
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Peter Gubka [Tue, 23 May 2017 12:40:13 +0000 (14:40 +0200)]
Updated git submodules

Project: integration/test master da5d0ca3a20b7b0bf1c0081eabffcb2698cc6346

Bug 8534 - fix the leader asssert

Change-Id: Ifa9b410f3293a489c6916d498297b58b24b2fa9a
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Wed, 24 May 2017 04:05:11 +0000 (04:05 +0000)]
Updated git submodules

Project: releng/builder master f5a577d77da10732d0a0e0aed24b9d6494944eac

Merge "Remove table miss flow feature from test"

Remove table miss flow feature from test

OF scalability test will use NB pushed flows:
https://git.opendaylight.org/gerrit/#/c/57660

Change-Id: Ic8339ec65fc2d5a3145503a295bbeec57efdddc8
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoUpdated git submodules
Luis Gomez [Tue, 23 May 2017 07:49:49 +0000 (00:49 -0700)]
Updated git submodules

Project: integration/test master 6707668e987bc62d563b133f421068baa424e8c5

Adjust OF scalability test

Add table miss flows using REST instead of application.

Change-Id: Ie945b78378a6399c3184211f1a6a5ebe52442e2e
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoUpdated git submodules
Thanh Ha [Wed, 24 May 2017 00:58:26 +0000 (20:58 -0400)]
Updated git submodules

Project: odlparent master 5d18d75c587acb2a14fd566de0a1e640750b8645

Pin coala to 0.11

coala-bears 0.11 just released 5 hrs from this patch author date. It
breaks the build because we were pinning coala. It seems coala and
coala-bears versions must match exactly so pin both versions for good
measure.

Change-Id: I044b283be027ec04930ff956583b16daa11bc950
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Wed, 24 May 2017 00:56:59 +0000 (20:56 -0400)]
Updated git submodules

Project: releng/builder master 96faf4b72778d17f9a933ee98e1110a64985127f

Pin coala to 0.11

coala-bears 0.11 just released 5 hrs from this patch author date. It
breaks the build because we were pinning coala. It seems coala and
coala-bears versions must match exactly so pin both versions for good
measure.

Change-Id: I06cf7dd2d0e84844563bc8d8b842be99f9a1f168
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Wed, 24 May 2017 00:57:40 +0000 (20:57 -0400)]
Updated git submodules

Project: integration/packaging master 88a8b611335f96e12a7c18fabcc6401fedd342ba

Pin coala to 0.11

coala-bears 0.11 just released 5 hrs from this patch author date. It
breaks the build because we were pinning coala. It seems coala and
coala-bears versions must match exactly so pin both versions for good
measure.

Change-Id: Ib6c903140895077c0053666cd4203aac88c220a2
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoPin coala to 0.11 34/57734/2
Thanh Ha [Wed, 24 May 2017 00:52:29 +0000 (20:52 -0400)]
Pin coala to 0.11

coala-bears 0.11 just released 5 hrs from this patch author date. It
breaks the build because we were pinning coala. It seems coala and
coala-bears versions must match exactly so pin both versions for good
measure.

Change-Id: Ie23be3484c5eb445a61ad9b2ee4bf9d486544c12
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoMerge "Correct macOS snmpsim insall instructions"
Thanh Ha [Wed, 24 May 2017 00:05:23 +0000 (00:05 +0000)]
Merge "Correct macOS snmpsim insall instructions"

7 years agoMerge "Adding LISP Flow Mapping release notes for Carbon"
Colin Dixon [Tue, 23 May 2017 19:40:07 +0000 (19:40 +0000)]
Merge "Adding LISP Flow Mapping release notes for Carbon"

7 years agoMerge "Federation Release notes"
Colin Dixon [Tue, 23 May 2017 19:38:11 +0000 (19:38 +0000)]
Merge "Federation Release notes"

7 years agoMerge "BIER release notes"
Colin Dixon [Tue, 23 May 2017 19:35:52 +0000 (19:35 +0000)]
Merge "BIER release notes"

7 years agoMerge "OVSDB project Carbon Release Note"
Colin Dixon [Tue, 23 May 2017 19:35:22 +0000 (19:35 +0000)]
Merge "OVSDB project Carbon Release Note"

7 years agoMerge "Release notes for Neutron Northbound of Carbon"
Colin Dixon [Tue, 23 May 2017 19:33:19 +0000 (19:33 +0000)]
Merge "Release notes for Neutron Northbound of Carbon"

7 years agoAdding LISP Flow Mapping release notes for Carbon 25/57325/6
vermagan@cisco.com [Thu, 18 May 2017 05:42:46 +0000 (22:42 -0700)]
Adding LISP Flow Mapping release notes for Carbon

Change-Id: Ica1b57f12c325ef9ff4b2422b4f8f72452edbbf5
Signed-off-by: vermagan@cisco.com <vermagan@cisco.com>
7 years agoMerge "Adding FaaS Release Notes"
Colin Dixon [Tue, 23 May 2017 19:24:40 +0000 (19:24 +0000)]
Merge "Adding FaaS Release Notes"

7 years agoBIER release notes 34/57234/13
Quan Xiong [Wed, 17 May 2017 05:53:10 +0000 (13:53 +0800)]
BIER release notes

Change-Id: I879f59ffda6f6cc133750a24a575e9571a60577a
Signed-off-by: Quan Xiong <xiong.quan@zte.com.cn>
7 years agoOVSDB project Carbon Release Note 41/57241/8
Anil Vishnoi [Wed, 17 May 2017 08:00:24 +0000 (01:00 -0700)]
OVSDB project Carbon Release Note

Change-Id: I56a9ff14abe12499bed78211efa10917b3f71ed3
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
7 years agoUpdated git submodules
Luis Gomez [Tue, 23 May 2017 18:19:03 +0000 (11:19 -0700)]
Updated git submodules

Project: releng/builder master 626d2fdffd7354fdafc9345ad21fb79b0690f1f0

Remove comment for daexim

Just forgot doing that in the previous patch.

Change-Id: Ia2ba0783314eff692e6efbc98bf3e77855ddd9cd
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoFederation Release notes 07/57207/5
Guy Sela [Tue, 16 May 2017 19:32:41 +0000 (22:32 +0300)]
Federation Release notes

Change-Id: Iedd41cd4c55d7628b2cd3fd8619fffe06e086027
Signed-off-by: Guy Sela <guy.sela@hpe.com>
7 years agoMerge "Add Carbon release notes for the SFC project"
Colin Dixon [Tue, 23 May 2017 18:54:08 +0000 (18:54 +0000)]
Merge "Add Carbon release notes for the SFC project"

7 years agoMerge "Add NETCONF carbon relase notes"
Colin Dixon [Tue, 23 May 2017 18:46:08 +0000 (18:46 +0000)]
Merge "Add NETCONF carbon relase notes"

7 years agoMerge "Add ocpplugin release notes"
Colin Dixon [Tue, 23 May 2017 18:44:35 +0000 (18:44 +0000)]
Merge "Add ocpplugin release notes"

7 years agoMerge "Add MDSAL release notes"
Colin Dixon [Tue, 23 May 2017 18:43:45 +0000 (18:43 +0000)]
Merge "Add MDSAL release notes"

7 years agoMerge "Add SXP carbon review/notes"
Colin Dixon [Tue, 23 May 2017 18:40:03 +0000 (18:40 +0000)]
Merge "Add SXP carbon review/notes"

7 years agoMerge "Add SNMP4SDN Release Note for Carbon"
Colin Dixon [Tue, 23 May 2017 18:35:25 +0000 (18:35 +0000)]
Merge "Add SNMP4SDN Release Note for Carbon"

7 years agoMerge "Add Release notes for VBD project"
Colin Dixon [Tue, 23 May 2017 18:32:35 +0000 (18:32 +0000)]
Merge "Add Release notes for VBD project"

7 years agoRelease notes for Neutron Northbound of Carbon 97/57197/11
Isaku Yamahata [Tue, 16 May 2017 17:42:13 +0000 (10:42 -0700)]
Release notes for Neutron Northbound of Carbon

Change-Id: I238bac6d40050dcb6d400c3430c2aa42e8924f59
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>