docs.git
6 years agoUpdated git submodules
Frederick F. Kautz IV [Tue, 7 Nov 2017 19:52:17 +0000 (11:52 -0800)]
Updated git submodules

Project: coe master 2339962317b71a99778d8310a85cbaf733760494

Refactor to enable std provider and push watcher message filtering to core

Change-Id: I613ecd0f19cc2112164260f950f5cd5abde867b7
Signed-off-by: Frederick F. Kautz IV <fkautz@redhat.com>
6 years agoUpdated git submodules
Claudio D. Gasparini [Tue, 7 Nov 2017 10:31:58 +0000 (11:31 +0100)]
Updated git submodules

Project: bgpcep master 3dc4090f5d10b4af1448b271081513ce755a2240

Remove deprecated methods under BMP API

Change-Id: I6ffe7f210331f08539a260cb0871be77b7f1ec8a
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdated git submodules
Tom Pantelis [Tue, 17 Oct 2017 00:40:19 +0000 (20:40 -0400)]
Updated git submodules

Project: netvirt master c6021dc65e1e49aa4c7d500be820332cb6bef882

Convert to JobCoordinator in aclservice-impl

DataStoreJobCoordinator is deprecated so convert to use JobCoordinator.

Change-Id: Ibdeb83f2c147a1b0d651fca792f91f7674d3d802
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
6 years agoUpdated git submodules
Michael Vorburger [Sat, 4 Nov 2017 01:59:35 +0000 (02:59 +0100)]
Updated git submodules

Project: infrautils master bed2be09b7162ec324eb8c0cdb83cac5decc47d6

JobCoordinator's ScheduledExecutorService with ThreadFactoryProvider

so that it has a LoggingThreadUncaughtExceptionHandler

and its threads have a clear nice name (more minor)

Change-Id: I43f7425f4ab52e2b3ef0c0343847dcfdda132d30
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoMerge "Add eman Oxygen M1 readout"
Thanh Ha [Tue, 7 Nov 2017 20:10:41 +0000 (20:10 +0000)]
Merge "Add eman Oxygen M1 readout"

6 years agoUpdated git submodules
Faseela K [Tue, 7 Nov 2017 01:00:43 +0000 (06:30 +0530)]
Updated git submodules

Project: genius master aca286cf9e10ac4d02ee83e3775a5a92647f975a

Log cleanup in InterfaceStateListener

Change-Id: I0d14a46b8d0b997f350ebd3702806cb6bb442e1e
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoUpdated git submodules
Jamo Luhrsen [Tue, 7 Nov 2017 17:30:18 +0000 (17:30 +0000)]
Updated git submodules

Project: releng/builder master 0861cc53ecb3b40c924d253f1cc90489fafe7d95

Merge "BGPCEP-694: Install bgp config example"

BGPCEP-694: Install bgp config example

for bgp ingest test

Change-Id: Ibf239e89b53bf817b86fbf41a50925d4f0d1eece
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdated git submodules
Thanh Ha [Mon, 6 Nov 2017 18:46:00 +0000 (13:46 -0500)]
Updated git submodules

Project: releng/builder master 2755dad507df0f1aaaed5e9da71076b6b8a590a2

Remove releng maven jobs (verify, clm, sonar)

Once the patches in the migrate-maven-topics topic are merged
https://git.opendaylight.org/gerrit/#/q/topic:migrate-maven-jobs

We can cleanup the java jobs file to remove the deprecated job types.

Change-Id: I285a9e2c4672a078b596cefd1b69ffc65855b07b
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Thanh Ha [Tue, 7 Nov 2017 15:11:24 +0000 (10:11 -0500)]
Updated git submodules

Project: releng/builder master ebb321f1aaa399dc574f0174541d6baed8af97cf

Update sonar jobs to global-jjb

Switch jobs over to using the global-jjb version of the Sonar job.

Change-Id: Ide94181287833dbad2ee665923da3eaf2a646dc9
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Thanh Ha [Tue, 7 Nov 2017 15:14:34 +0000 (10:14 -0500)]
Updated git submodules

Project: releng/builder master 59f53aa87248d92dad1fc06ffadff8b2f5567105

Remove clm job from NetVirt

Missed this change in Id4a583b9bc7297ae82d9769e1ac2fc417d26787d.

Change-Id: I6c46f5f94bc7fcbc1922cd33be667d2151496a59
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Michael Vorburger [Sat, 4 Nov 2017 03:15:10 +0000 (04:15 +0100)]
Updated git submodules

Project: odlparent master 8c22caa5e4562ef2e92bd35098ff7f9bfae2d52b

Revert "Checkstyle TrailingComment, Sonar aligned"

This reverts commit f7680f6a688e26e28515c907328c52d0a35a4515.

This code format convention is actually stupid IMHO after all.
For example, I really do like this a lot more:

  @SuppressFBWarnings("SE_BAD_FIELD") // Runnable is not Serializable
  private final TrackingLinkedBlockingQueue<Runnable> backingQueue;

than being forced by Checkstyle to have to write this:

  // Runnable is not Serializable
  @SuppressFBWarnings("SE_BAD_FIELD")
  private final TrackingLinkedBlockingQueue<Runnable> backingQueue;

We should change Sonar's configuraiton, not enforce this in odlparent.

Change-Id: Ib3a8708a7a4b43bb72859f69aca33aafb8b6080c
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdated git submodules
Faseela K [Sat, 4 Nov 2017 17:36:48 +0000 (23:06 +0530)]
Updated git submodules

Project: genius master 1eb28f02378da70a6cf50bd66e74ecefeb178520

Remove usage of runOnlyInOwnerNode for InterfaceConfigListener

runOnlyInLeaderNode queues a DJC job to check for entity owner,
that too with a constant string. If too many interfaces are getting
configured at the same time, this will potentially slow down DJC.

Change-Id: Iee98b8d503369100e446abe158594f3bb2cc18c1
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoUpdated git submodules
Robert Varga [Fri, 27 Oct 2017 11:27:08 +0000 (13:27 +0200)]
Updated git submodules

Project: odlparent master b61f5c45bc90132129f50f3af166f3af4d322bac

Bump scala to 2.12.4

https://github.com/scala/scala/releases/tag/v2.12.4

Change-Id: Id179520eb109053dd99197f5f9665d6be6d40bab
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoUpdated git submodules
Claudio D. Gasparini [Tue, 7 Nov 2017 10:28:57 +0000 (11:28 +0100)]
Updated git submodules

Project: bgpcep master 1b9dfc26699ae36775fb0a360b2ad937266938ad

BGPCEP-711: BMP test tool clustering support

Make test tool able to connect to multiple nodes

Change-Id: Ic0011095140e7a31e598bc475f66713c85ed3038
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdated git submodules
Faseela K [Tue, 7 Nov 2017 01:36:55 +0000 (07:06 +0530)]
Updated git submodules

Project: genius master e71c6f4357c3573f8a2c864e5729389fb9a49ab5

Stub syncInstallGroup in TestIMdsalApiManager

To resolve random Elan junit failures

Caused by:
org.opendaylight.yangtools.testutils.mockito.UnstubbedMethodException:
syncInstallGroup(java.math.BigInteger dpId,
org.opendaylight.yang.gen.v1.
urn.opendaylight.group.types.rev131018.groups.Group group, long
delayTime) is not implemented in testIMdsalApiManager

Change-Id: Ie07faff86db7b4c8642d36a97c0a023e3327e794
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoUpdated git submodules
Claudio D. Gasparini [Mon, 6 Nov 2017 17:23:33 +0000 (18:23 +0100)]
Updated git submodules

Project: bgpcep master a79fdcccb63a46f546c0d9a49c01a0b11b05dedc

Split artifacts in multiple artifacts

Change-Id: Ib90ecdde2568738a2066c88e01af27ac2eea231b
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdated git submodules
Claudio D. Gasparini [Mon, 6 Nov 2017 16:23:17 +0000 (17:23 +0100)]
Updated git submodules

Project: bgpcep master 58621814fc5635f5034af52aabd83c3eb15c0a96

Remove dulicated module

Change-Id: I43c941e38b391ed34cb236742e2e74b42fa649d7
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdated git submodules
Ryan Goulding [Mon, 6 Nov 2017 20:33:25 +0000 (15:33 -0500)]
Updated git submodules

Project: aaa master a5d83ef333777f03043270395d1cb780a5eee960

Remove stale documentation

README.md contained some references to installing the filter as
a ContainerRequestFilter.  Now, we actually use a regular
javax.servlet.Filter, so this documentation is out of date.
This patch just removes the stale documentation.

Change-Id: I7a5183f7db0c77e2012c03e754e7428ebab69098
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
6 years agoUpdated git submodules
Claudio D. Gasparini [Tue, 7 Nov 2017 10:05:43 +0000 (11:05 +0100)]
Updated git submodules

Project: bgpcep master 3040f5a141e38ad6efa6b2f7757f8ba5f2aa2a68

BGPCEP-688: Add odl-bgpcep-bmp-config-example

to features-bmp

Change-Id: I6d49057747ea80a66dbee4e3fb9ce100ea4e4008
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdated git submodules
Robert Varga [Tue, 7 Nov 2017 01:55:14 +0000 (02:55 +0100)]
Updated git submodules

Project: odlparent master 18cb7ac2247e5dda1fd8867c75aba53b22f0afaa

Add -Xlint:deprecation

We do need to clean up callers of deprecated methods. Make sure
we emit details during build.

Change-Id: I3259edafcf0f54b087b38f5270cf67009a0fd885
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoUpdated git submodules
Claudio D. Gasparini [Mon, 6 Nov 2017 13:07:27 +0000 (14:07 +0100)]
Updated git submodules

Project: bgpcep master 7f569ec247f6097280fbf379e9b69f96d43e0cd0

move bmp to bmp aggregator

Change-Id: I78ac37a18987378ce066effbff0972ee9e04c8c9
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdated git submodules
Kevin Wang [Mon, 23 Oct 2017 21:05:27 +0000 (14:05 -0700)]
Updated git submodules

Project: bgpcep master 1b9bbc151b6a489da52cf2705578f2a9d2599efe

BGPCEP-706: Fix BGP Flowspec NumbericOphrand

Right now when serializing a NumbericOphrand, the "end-of-list"
bit is not properly set. The last entry in the ophrand list
should have this bit set according to RFC [1]. Otherwise the packet
will be in malformed format.
This patch fix BGP flowspec NumbericOphrand to set the "end-of-list"
field properly. When the serialization happens, the end-of-list
field will be set in runtime.

[1] https://tools.ietf.org/html/rfc5575

Change-Id: Ib8841360b47137dc0ec0f54c3ef156a298ba3c81
Signed-off-by: Kevin Wang <kevixw@gmail.com>
6 years agoUpdated git submodules
Jamo Luhrsen [Tue, 7 Nov 2017 01:01:12 +0000 (17:01 -0800)]
Updated git submodules

Project: integration/test master 0e373db0c02a204bb36f8212c2d507969c3367d9

Redirect ostestr stderr output to /dev/null

comments in the code, but for completeness here is the reason:
There are tons of deprecation error messages when we use
ostestr in our CSIT environment (openstack via devstack)
The robot log files are very large and one culprit is all
these deprecation warnings. If we redirect stderr to /dev/null
we should be able to ignore them. We will miss any other
errors, however.

Change-Id: Ic533493cf3f271e4004c0eaf9f0cb2d52e2be8c9
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdated git submodules
Jamo Luhrsen [Tue, 7 Nov 2017 00:01:50 +0000 (16:01 -0800)]
Updated git submodules

Project: integration/test master 4eb6a912082a887e17b096dd4d3cd0503e805289

Remove extra Logging in VPNService suites

this is an ongoing effort to reduce our log sizes,
specifically the output.xml file which can grow
very large and takes a lot of resources to parse.

Change-Id: I2f1b603f977d2804f8c992fe40ffcfb521de91a2
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdated git submodules
Jamo Luhrsen [Tue, 7 Nov 2017 02:28:55 +0000 (02:28 +0000)]
Updated git submodules

Project: releng/builder master 49f4eb3d8737771bb1e10eaab69eb145c858f5db

Merge "Migrate systemmetrics to global-jjb Maven jobs"

Migrate systemmetrics to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: Ia8461124ed2abf732047a631731ec1d043681686
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Tue, 7 Nov 2017 02:28:36 +0000 (02:28 +0000)]
Updated git submodules

Project: releng/builder master 73840a05255771c071d364cd391f738423ab4dd7

Merge "Migrate ttp to global-jjb Maven jobs"

Migrate ttp to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: I92f08fd6cea058305da85dbef04c796c85636910
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Tue, 7 Nov 2017 02:28:23 +0000 (02:28 +0000)]
Updated git submodules

Project: releng/builder master ab847c89e2624b323b1193d2cc729e0f058dac4c

Merge "Migrate yang-push to global-jjb Maven jobs"

Migrate yang-push to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: Ibb7a9af5d38f4a89508fd9bd08920488349aba81
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Tue, 7 Nov 2017 02:27:57 +0000 (02:27 +0000)]
Updated git submodules

Project: releng/builder master 27cee20f365aa2862417a15f29b1ff000d3e4b1f

Merge "Migrate sfc to global-jjb Maven jobs"

Migrate sfc to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: I2c01f605f38358065f343de57104bdfdc0ced4fc
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Tue, 7 Nov 2017 02:27:29 +0000 (02:27 +0000)]
Updated git submodules

Project: releng/builder master 006b393e87918e350aaf236843f21452bb3d8576

Merge "Migrate topoprocessing to global-jjb Maven jobs"

Migrate topoprocessing to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: I1d1261ca5345ca22e3d45a0b420f9bad8b494200
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Tue, 7 Nov 2017 02:27:14 +0000 (02:27 +0000)]
Updated git submodules

Project: releng/builder master 87f0290467fed3322e4ee3bf8fd9fa2674c8bcd7

Merge "Migrate unimgr to global-jjb Maven jobs"

Migrate unimgr to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: I567516e8c720b668000160531cff0fd7ced258b4
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Tue, 7 Nov 2017 02:26:45 +0000 (02:26 +0000)]
Updated git submodules

Project: releng/builder master 179eb6fdb7167a2c4a5d36226a72f1ed2adcd5bc

Merge "Migrate transportpce to global-jjb Maven jobs"

Migrate transportpce to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: I9baca256a38326d08ec252c47271d5193e5d96c3
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Tue, 7 Nov 2017 02:26:34 +0000 (02:26 +0000)]
Updated git submodules

Project: releng/builder master 60ece105911dfac245dd20f4b006b6b09a9d10f1

Merge "Migrate vtn to global-jjb Maven jobs"

Migrate vtn to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: I52960a8418395f127e25a80c959a12faaa9ee259
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Tue, 7 Nov 2017 02:26:23 +0000 (02:26 +0000)]
Updated git submodules

Project: releng/builder master 90e6051476d97ab8d1bc54d1832f6e931174270b

Merge "Migrate usc to global-jjb Maven jobs"

Migrate usc to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: Ieeb5cb3a7b9540487014cc8e7a373ec0a368a513
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Tue, 7 Nov 2017 02:26:04 +0000 (02:26 +0000)]
Updated git submodules

Project: releng/builder master 0ae69d134348f3839b82bf24b2c9d2b0571ab2a5

Merge "Migrate tsdr to global-jjb Maven jobs"

Migrate tsdr to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: Ide407c13b3bffce38769337397198398a81488f8
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Tue, 7 Nov 2017 02:25:47 +0000 (02:25 +0000)]
Updated git submodules

Project: releng/builder master bde01fbe1d1f97d231086b2a4eed5deaaea11328

Merge "Migrate usecplugin to global-jjb Maven jobs"

Migrate usecplugin to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: I86a15cf317b1a1156abf27ab46b5e7027c316f42
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Tue, 7 Nov 2017 02:25:34 +0000 (02:25 +0000)]
Updated git submodules

Project: releng/builder master cb442a2449ec6e1f3fe74ffa1e2b359dee97cd5e

Merge "Migrate yangide to global-jjb Maven jobs"

Migrate yangide to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: I96a4aef6f1e55851cdaf63137921fa73b8db98e7
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Tue, 7 Nov 2017 02:25:20 +0000 (02:25 +0000)]
Updated git submodules

Project: releng/builder master f407886271b375ad491eda069c5b5a14171c4328

Merge "Migrate of-config to global-jjb Maven jobs"

Migrate of-config to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: I2ec0c20da2f75f606f68c6f29c9d2c4ad01e38d1
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Tue, 7 Nov 2017 02:22:38 +0000 (02:22 +0000)]
Updated git submodules

Project: releng/builder master 506ebeaa588eafd7c8685fa75269a7ff548b9191

Merge "Migrate sxp to global-jjb Maven jobs"

Migrate sxp to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: I36849e0b7e6005b8870c4295bbac1e4e6a8763f2
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Tue, 7 Nov 2017 02:22:24 +0000 (02:22 +0000)]
Updated git submodules

Project: releng/builder master 1bbaa8b1dfc7c5d70fe42004b3a68d23615d3302

Merge "Migrate snmp4sdn to global-jjb Maven jobs"

Migrate snmp4sdn to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: Ic0e3c28eab7da9abe96c458fe96e54947e05f9e1
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Tue, 7 Nov 2017 02:22:10 +0000 (02:22 +0000)]
Updated git submodules

Project: releng/builder master d6c6bb7136720d8ff3a46134b5e9216c3281777c

Merge "Migrate snmp to global-jjb Maven jobs"

Migrate snmp to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: Ib77152c4db0d13afd4e72989174757ad8add8135
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Tue, 7 Nov 2017 02:21:54 +0000 (02:21 +0000)]
Updated git submodules

Project: releng/builder master 482eb559cce738749ed152a72bd28b279e4c7edf

Merge "Migrate snbi to global-jjb Maven jobs"

Migrate snbi to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: I18efc47281f9d89366dae2ac20f82c7f07cd5c10
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Tue, 7 Nov 2017 02:21:38 +0000 (02:21 +0000)]
Updated git submodules

Project: releng/builder master c03576911610994112946c41fab2fbe5d7966584

Merge "Migrate sdni-app to global-jjb Maven jobs"

Migrate sdni-app to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: I2663b3c64b407517e94419388d323b4848b61484
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Tue, 7 Nov 2017 02:21:27 +0000 (02:21 +0000)]
Updated git submodules

Project: releng/builder master c8e1f0ba336b660af6949da3fe8c2a2dbf00fee5

Merge "Migrate reservation to global-jjb Maven jobs"

Migrate reservation to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: Id67dfa65d23084fe15a4fb2c9b8f678d73b6aad9
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Tue, 7 Nov 2017 02:19:31 +0000 (02:19 +0000)]
Updated git submodules

Project: releng/builder master 6b3088f6c4e6a138fa4405fb5c338013733776c3

Merge "Migrate persistence to global-jjb Maven jobs"

Migrate persistence to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: I620c697eac1361d32c6697b3dcd03244c885d152
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Tue, 7 Nov 2017 02:19:20 +0000 (02:19 +0000)]
Updated git submodules

Project: releng/builder master ed9d1200f2d0a1b8bcc2186170550d831ea3c11b

Merge "Migrate packetcable to global-jjb Maven jobs"

Migrate packetcable to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: Ieb66cd7403d206c6cec104058457dbdff7d978bf
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Tue, 7 Nov 2017 02:19:00 +0000 (02:19 +0000)]
Updated git submodules

Project: releng/builder master 0620290518d5a5f611fac30e5a595c29a9f3fc76

Merge "Migrate p4plugin to global-jjb Maven jobs"

Migrate p4plugin to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: Iebf0d184229ec062d1666fda13cf9942e36bea3d
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Tue, 7 Nov 2017 02:18:48 +0000 (02:18 +0000)]
Updated git submodules

Project: releng/builder master 5f05271aa71e6cde768fb6f6529e5769c5bf38a6

Merge "Migrate ovsdb to global-jjb Maven jobs"

Migrate ovsdb to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: I89e67679f37a324ff27133f173143340222f7fad
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Stephen Kitt [Fri, 3 Nov 2017 15:11:39 +0000 (16:11 +0100)]
Updated git submodules

Project: odlparent master f0f351b527cfa4c9182c5480380ae5580c5d003f

Bump Awaitility 2 → 3

Release notes:
https://github.com/awaitility/awaitility/wiki/ReleaseNotes30

Change-Id: Iee993116d976a6f61104681e055e8d5f60575895
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdated git submodules
Jamo Luhrsen [Tue, 7 Nov 2017 01:07:15 +0000 (01:07 +0000)]
Updated git submodules

Project: releng/builder master 2126be5b0f822b122fe00852d67460401b0df41b

Merge "Migrate openflowplugin to global-jjb Maven jobs"

Migrate openflowplugin to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: Ic3ee34cfa4544ba5a5ad38a7ba3a5aeef87db1ac
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Tue, 7 Nov 2017 01:07:01 +0000 (01:07 +0000)]
Updated git submodules

Project: releng/builder master bb0b2cf56eba58b67c3e4ba017fdda1667ba5a37

Merge "Migrate openflowjava to global-jjb Maven jobs"

Migrate openflowjava to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: Ieb5d27003fe6832efcb7bbdc4cb2296ffe2e5ceb
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Tue, 7 Nov 2017 01:06:39 +0000 (01:06 +0000)]
Updated git submodules

Project: releng/builder master 654492440dd884728e8f932cf9797b579d7c5318

Merge "Migrate ofext/circuitsw to global-jjb Maven jobs"

Migrate ofext/circuitsw to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: Ibe91ae7ff4164904ed8c1318cc4be88dc168ef8f
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Tue, 7 Nov 2017 01:06:28 +0000 (01:06 +0000)]
Updated git submodules

Project: releng/builder master 97f4f76d675cbd41275106adb246f0e94bfefa0c

Merge "Migrate ocpplugin to global-jjb Maven jobs"

Migrate ocpplugin to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: I4f45de2e9ea7001c12d1847119d3e4acff326f11
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Faseela K [Mon, 6 Nov 2017 17:02:18 +0000 (22:32 +0530)]
Updated git submodules

Project: genius master 102923472823ea7e9f1f9b1fd0a590ccb22d5370

Remove unnecessary log in FlowBasedServicesInterfaceStateListener

Change-Id: I2474d000ef6921024221ae0a090f912b1f7799f5
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoUpdated git submodules
Jamo Luhrsen [Fri, 20 Oct 2017 22:00:30 +0000 (15:00 -0700)]
Updated git submodules

Project: integration/test master 1a3712b29ec70d22370dfe37b65559945b83c941

Collect debugs before tempest teardown

- the tempest.api.network bucket is still run with ostestr so it
  can take advantage of the parallel execution and will not pause
  on teardown.

- all scenario tests are broken out to be run one at a time and
  will collect debugs on teardown.

Change-Id: I2e30d543c61ddbc726a7d409e2444dbd46ae488c
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdated git submodules
Jamo Luhrsen [Mon, 6 Nov 2017 21:03:26 +0000 (13:03 -0800)]
Updated git submodules

Project: releng/builder master 7f7ac3a91529deb88d7956f211f38d1984c1b128

Update java builder for odl_system_image

netvirt CSIT was seeing a wild kernel OOM event that would
kill the java/ODL process. After testing the same environment
but issuing a "yum update -y" before running the tests, the
OOM kill did not happen. Additionally, we recently saw some
strange OOM events in our SFT tests which were using this
same java-builder image and the update that this patch brings
helped in SFT.

Change-Id: I09c4352983b469eb481604a8aef28d44d0b37e97
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdated git submodules
Ryan Goulding [Mon, 6 Nov 2017 20:17:03 +0000 (20:17 +0000)]
Updated git submodules

Project: aaa master c515e3ce4defd429edc8802118df9790a606ea70

Merge "Revert "Remove felix.dm usage in aaa-filterchain""

Revert "Remove felix.dm usage in aaa-filterchain"

This reverts commit 822554dcc7cfd59034622a0f41df5b25a2ae2520.

Change-Id: I0ea057fa13784849849020906c81add04cebad01
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
6 years agoUpdated git submodules
Ryan Goulding [Mon, 6 Nov 2017 20:16:53 +0000 (20:16 +0000)]
Updated git submodules

Project: aaa master 096ec4c613efffa8e16d83c092820e8ae2d64e9c

Merge "Revert "Remove felix.dependencymanager from Shiro POM""

Revert "Remove felix.dependencymanager from Shiro POM"

This reverts commit 8efc8bc00d2cfbd0d983bf36eec578cfddc60c9e.

Change-Id: I1ff4fef8f5c2fb3d1cf5d1e64a944c5c0f5a2f20
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
6 years agoUpdated git submodules
Ryan Goulding [Mon, 6 Nov 2017 20:16:43 +0000 (20:16 +0000)]
Updated git submodules

Project: aaa master 5c899e46f2b746a6247d5d17e1a3abd902f5e864

Merge "Revert "Remove un-used felix.dm usage from aaa-encrypt-service""

Revert "Remove un-used felix.dm usage from aaa-encrypt-service"

This reverts commit 38887453198b93327e7d298ad33dd697c4070b28.

Change-Id: Ic419b0e6f1913da2078799002e9df46b38e67b55
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
6 years agoUpdated git submodules
Ryan Goulding [Mon, 6 Nov 2017 20:16:32 +0000 (20:16 +0000)]
Updated git submodules

Project: aaa master d371c2fdb300500fff44a9c16645bf10d1e53782

Merge "Revert "Remove felix.dm from odl-aaa-shiro feature""

Revert "Remove felix.dm from odl-aaa-shiro feature"

This reverts commit fb462f2322b4156bb617ac041061612e50420020.

Change-Id: Id236b1ff1c8083e40700518b3255734c60ea4bab
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
6 years agoUpdated git submodules
Ryan Goulding [Mon, 6 Nov 2017 19:37:00 +0000 (19:37 +0000)]
Updated git submodules

Project: aaa master 28af599a5096b5740b9ed2918f82dfb38602a709

Merge "Remove un-used felix.dm usage from aaa-encrypt-service"

Remove un-used felix.dm usage from aaa-encrypt-service

Change-Id: Ida4af1202ae0c46a07169e7fe0a10ce181c139c3
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdated git submodules
Ryan Goulding [Mon, 6 Nov 2017 19:36:47 +0000 (19:36 +0000)]
Updated git submodules

Project: aaa master 57c3450247c7f84b1da64af1fbd4298bd94d0cdb

Merge "Remove felix.dm usage in aaa-filterchain"

Remove felix.dm usage in aaa-filterchain

Change-Id: Ia25aa964992378fac014273db3f9596d2c28a693
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdated git submodules
Ryan Goulding [Mon, 6 Nov 2017 19:36:40 +0000 (19:36 +0000)]
Updated git submodules

Project: aaa master 09aab8396ef90be32a0d15daa8d73931913780bc

Merge "Remove felix.dm from odl-aaa-shiro feature"

Remove felix.dm from odl-aaa-shiro feature

Change-Id: Ie0024c763af881287770b06fe2e6bf67ed56afad
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdated git submodules
Michael Vorburger [Mon, 6 Nov 2017 13:06:08 +0000 (14:06 +0100)]
Updated git submodules

Project: aaa master 8efc8bc00d2cfbd0d983bf36eec578cfddc60c9e

Remove felix.dependencymanager from Shiro POM

and remove duplicate artifacts to remove Maven warnings

Change-Id: Ibe5cdb7a6d15365e8fe684d6b77f819f15fa8ba2
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdated git submodules
Claudio D. Gasparini [Wed, 25 Oct 2017 06:57:28 +0000 (08:57 +0200)]
Updated git submodules

Project: bgpcep master 2e4d8b49d4470d6121e056f16bf7e15429a21e5a

BGPCEP-685: Remove BGP Config subsystem models

Change-Id: I1d66738f637882eb1aadbbd9f94a4e1fd65d795a
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdated git submodules
Michael Vorburger [Mon, 6 Nov 2017 16:41:26 +0000 (17:41 +0100)]
Updated git submodules

Project: genius master 709b51007eddad8520a265c24fb5f4bff923b022

Fix ResourceBatchingManager NPE seen in ElanServiceTest

to avoid this problem which occasionally fails ElanServiceTest:

org.opendaylight.genius.datastoreutils.testutils.infra.AutoCloseableRuntimeException:
Failed to close() class
org.opendaylight.genius.interfacemanager.renderer.ovs.utilities.BatchingUtils
(...)
Caused by: java.lang.NullPointerException
10:59:34  at
org.opendaylight.genius.utils.batching.ResourceBatchingManager.deregisterBatchableResource(ResourceBatchingManager.java:215)

Change-Id: I68d6fc5ec03e6f59e111e66659f0f0e1187511ca
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoMerge "Add Packetcable M1 Oxygen Status"
Thanh Ha [Mon, 6 Nov 2017 17:42:07 +0000 (17:42 +0000)]
Merge "Add Packetcable M1 Oxygen Status"

6 years agoUpdated git submodules
Jamo Luhrsen [Mon, 6 Nov 2017 17:21:09 +0000 (17:21 +0000)]
Updated git submodules

Project: releng/builder master b607d6db5ce8f810b61b4c3bf398f51c938765b2

Merge "Migrate nemo to global-jjb Maven jobs"

Migrate nemo to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: I3eeefc13138de7fb3135bf52cb0943937d39fb86
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Mon, 6 Nov 2017 17:20:40 +0000 (17:20 +0000)]
Updated git submodules

Project: releng/builder master c3fd2baf5bcef18b27c4955b3a164082ab12ae65

Merge "Migrate m4t global-jjb Maven jobs"

Migrate m4t global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: Id9cc136eb19077e20414388eea502b05fa4ae84d
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Mon, 6 Nov 2017 17:20:20 +0000 (17:20 +0000)]
Updated git submodules

Project: releng/builder master fa1d1c1a4ac15571ee1c8634194aeec06b07a4d9

Merge "Migrate nic to global-jjb Maven jobs"

Migrate nic to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: Id2e0f5e1192ee402f331d3007afc76ef982c683b
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Mon, 6 Nov 2017 17:20:08 +0000 (17:20 +0000)]
Updated git submodules

Project: releng/builder master 1d7cbf136d33cad96fa1520f4bba5fb2f1861447

Merge "Migrate next to global-jjb Maven jobs"

Migrate next to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: Ib810b25a80747a004c780a2509e85d0ff87a0266
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Mon, 6 Nov 2017 17:19:57 +0000 (17:19 +0000)]
Updated git submodules

Project: releng/builder master 36d30b204af7f4a78c8fca40325d26e556d62d11

Merge "Migrate neutron to global-jjb Maven jobs"

Migrate neutron to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: Iddf4d6de2f9eadbc3c40c3ef52e53d57633d5908
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Mon, 6 Nov 2017 17:19:45 +0000 (17:19 +0000)]
Updated git submodules

Project: releng/builder master 00ff37aea74d8ba917b6d4df2d6cd6748dc18262

Merge "Migrate netvirt to global-jjb Maven jobs"

Migrate netvirt to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: Id4a583b9bc7297ae82d9769e1ac2fc417d26787d
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Mon, 6 Nov 2017 17:19:35 +0000 (17:19 +0000)]
Updated git submodules

Project: releng/builder master 79e6912528fa7f22ae9c3560f4ab8cfc367c58b7

Merge "Migrate netide to global-jjb Maven jobs"

Migrate netide to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: Id3b710f29291e6cf96ad7b992e6d811a75826301
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Mon, 6 Nov 2017 17:19:29 +0000 (17:19 +0000)]
Updated git submodules

Project: releng/builder master f8cddf3da6e53f922b1d3c87a65284e7fd1c160c

Merge "Migrate netconf to global-jjb Maven jobs"

Migrate netconf to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: I115208c8d5a39c410ce54357bea686895b689031
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Mon, 6 Nov 2017 17:18:52 +0000 (17:18 +0000)]
Updated git submodules

Project: releng/builder master 26184301ff6e2725a5b9980b1e296c5a77434cc2

Merge "Migrate natapp to global-jjb Maven jobs"

Migrate natapp to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: Ic365131ce22370144a3cf42f61e39d18a2b2c3a4
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Thanh Ha [Mon, 6 Nov 2017 16:27:21 +0000 (11:27 -0500)]
Updated git submodules

Project: releng/builder master 179761a3f3daf87b98fdc6e019e5a5dd400a9455

Migrate mdsal to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: Icf7f87fd37e0d87304d371201fd2d335d62a8fa4
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoMerge "Add Ofconfig M1 Oxygen Status"
Thanh Ha [Mon, 6 Nov 2017 16:08:17 +0000 (16:08 +0000)]
Merge "Add Ofconfig M1 Oxygen Status"

6 years agoAdd Packetcable M1 Oxygen Status 28/65128/4
Kevin Kershaw [Fri, 3 Nov 2017 22:09:31 +0000 (16:09 -0600)]
Add Packetcable M1 Oxygen Status

Change-Id: I6dce72bc71ca339e9ebd3bd7c526f55bd088b2a6
Signed-off-by: Kevin Kershaw <k.kershaw@cablelabs.com>
6 years agoUpdated git submodules
Claudio D. Gasparini [Mon, 23 Oct 2017 16:07:20 +0000 (18:07 +0200)]
Updated git submodules

Project: bgpcep master 1441c59233fca7a55c16a121bd75a32ca67776a9

BGPCEP-701: Remove old statistics, keep only openconfig stats

Change-Id: I729d20bc958396c70c761e9d40097a69850b4872
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdated git submodules
Claudio D. Gasparini [Fri, 27 Oct 2017 12:45:46 +0000 (14:45 +0200)]
Updated git submodules

Project: bgpcep master cae072b7664cd59ae076d6c70e7418341e75bff2

BGPCEP-685: Add Peer Release session rpc

old reset session rpc has been removed by
removal of cfg models. Therefore create a new
rpc providing the same service.
Change-Id: If17936e78642b5718126e79b6c197209af5ed268
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdated git submodules
Stephen Kitt [Fri, 3 Nov 2017 15:09:08 +0000 (16:09 +0100)]
Updated git submodules

Project: odlparent master 5ece58a9ff5971ccb441122d243b7dd5d44523ac

Bump Felix dependencies

Dependency Manager 4.3.0 → 4.4.1
Dependency Manager Shell 4.0.4 → 4.0.6
Metatype 1.1.2 → 1.1.6

Release notes are few and far between...

Change-Id: Ib13e01ad62ba31d30b8efe20fab10d1564337bd7
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdated git submodules
Michael Vorburger [Sun, 5 Nov 2017 11:19:21 +0000 (12:19 +0100)]
Updated git submodules

Project: odlparent master c4dffc2278a85498378903ab3aa7895877b76a40

maven-compiler-plugin showWarnings

This won't break anything, just spew a few more logs, which MAYBE *some*
people will start looking it.  I will be enabled with the upcoming
proposed error-prone integration anyway, so we may as well make a start
with it now, even before getting error-prone in.

Change-Id: Ica17b1a250562c0f083ed252d921dc86278abd3b
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdated git submodules
Stephen Kitt [Fri, 3 Nov 2017 12:55:31 +0000 (13:55 +0100)]
Updated git submodules

Project: odlparent master 025b505651fb2c2ea56579c2ec59f252d9ab8d78

Bump webcohesion enunciate 2.6.0 → 2.10.1

Release notes: https://github.com/stoicflame/enunciate/releases

Change-Id: Id60106cd18b822eb84589bc4bf7c2e9e35c577e8
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdated git submodules
Stephen Kitt [Fri, 3 Nov 2017 14:44:32 +0000 (15:44 +0100)]
Updated git submodules

Project: odlparent master 34e4b2d9bdb6efdaf237ae12cd357047638c4f40

Remove obsolete dependency management entries

Remove a number of dependencies which are no longer used:
* xml-apis
* Xerces
* txw2
* Eclipse Link
* Gemini Web
* Orbit
* Felix File Install and Web Console
* Equinox HTTP service bridge
* Chameleon MBeans
* Spring Framework

Change-Id: Icbc4368941f109e7b835323b2dfbcef0b335e8bb
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdated git submodules
Michael Vorburger [Wed, 1 Nov 2017 10:47:15 +0000 (11:47 +0100)]
Updated git submodules

Project: odlparent master c115daf2f2548b49b505a12fb3ab26c7e096dd8c

Checkstyle InnerAssignment

see http://checkstyle.sourceforge.net/config_coding.html#InnerAssignment

Change-Id: Icaaaa3ff3a08843b2ed1bf013edf7110b49b547c
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdated git submodules
Faseela K [Thu, 21 Sep 2017 14:13:57 +0000 (19:43 +0530)]
Updated git submodules

Project: genius master 2b171eacfc4764bcaa208ff3b095ed20b9e1ada1

DiagStatus integration for IFM and ITM

Adding the implementation for registering the
service and reporting the initial status for
interface-manager and ITM.

Change-Id: I9f49f122af6708c5f8d476275d7b8aae9c0ea4af
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoUpdated git submodules
Stephen Kitt [Fri, 3 Nov 2017 15:54:27 +0000 (16:54 +0100)]
Updated git submodules

Project: odlparent master cf236575fa87a2928bb83393bb9e5355b8eedd01

Bump Uncommons Maths 1.2.2a → 1.2.3

This version adds OSGi bundle information:
https://maths.uncommons.org/changelog.php

Change-Id: I379e8d857f936f4471a1529adb0f3cc363d20d3e
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdated git submodules
Stephen Kitt [Thu, 2 Nov 2017 16:55:43 +0000 (17:55 +0100)]
Updated git submodules

Project: odlparent master 5d7c05e847fd70ae0fd6274d469c318398306dc4

Bump logback 1.2.2 → 1.2.3

Release notes: https://logback.qos.ch/news.html

Change-Id: If03272caf0a419541d1e4203539a83b85622737b
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdated git submodules
Stephen Kitt [Thu, 2 Nov 2017 16:58:58 +0000 (17:58 +0100)]
Updated git submodules

Project: odlparent master 582be3912317ffa1c2dd11472ae5a34240b47fd5

Bump gson 2.7 → 2.8.2

Release notes: https://github.com/google/gson/blob/master/CHANGELOG.md

Change-Id: If6c7369442a68ce9d2545010335cb422d2f45238
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdated git submodules
Stephen Kitt [Fri, 3 Nov 2017 10:39:21 +0000 (11:39 +0100)]
Updated git submodules

Project: odlparent master 290924c92e266c90d379bd7d497d4ae75d6001e8

Bump lmax disruptor 3.3.6 → 3.3.7

Release notes: https://github.com/LMAX-Exchange/disruptor/releases/tag/3.3.7

Change-Id: I0fd240efa3d24fb524961cfed01ebf091650adb7
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdated git submodules
Stephen Kitt [Fri, 3 Nov 2017 12:57:33 +0000 (13:57 +0100)]
Updated git submodules

Project: odlparent master 85d37fd6671a13762af209213474afa737bcc2b8

Bump commons-fileupload 1.3.2 → 1.3.3

Release notes:
http://www.apache.org/dist/commons/fileupload/RELEASE-NOTES.txt

Change-Id: Ic18fec72aea51fe33debd160b03d984e512ecbed
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdated git submodules
Stephen Kitt [Fri, 3 Nov 2017 12:58:57 +0000 (13:58 +0100)]
Updated git submodules

Project: odlparent master 35bef1554188efcd99f55f44aa074ad40a2d947f

Bump commons-io 2.5 → 2.6

Release notes: http://www.apache.org/dist/commons/io/RELEASE-NOTES.txt

This version is now a Java 9 module.

Change-Id: Ie5ca856b636347927d4bf9e3d1fd824d79b02a8d
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdated git submodules
Stephen Kitt [Fri, 3 Nov 2017 15:49:29 +0000 (16:49 +0100)]
Updated git submodules

Project: odlparent master 74ecabe2fc5e63e61c5243c8e70c90983727ea0d

Bump JSONassert 1.3.0 → 1.5.0

Release notes: https://github.com/skyscreamer/JSONassert/releases

Change-Id: I5d066a5168a22d1b56b61e19d9582deacf9f21a9
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdated git submodules
Stephen Kitt [Fri, 3 Nov 2017 15:52:07 +0000 (16:52 +0100)]
Updated git submodules

Project: odlparent master b4a2ef8025aefe140f0c5a16a526f3a677943abf

Bump SLF4J 1.7.21 → 1.7.25

Release notes: https://www.slf4j.org/news.html

Change-Id: I8092ba8f07824c8433774898c24d25d5e3510680
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdated git submodules
Stephen Kitt [Fri, 3 Nov 2017 15:59:23 +0000 (16:59 +0100)]
Updated git submodules

Project: odlparent master d84139e11665018fee1000200a16a2b9ba77ca0e

Bump Karaf 4.1.2 → 4.1.3

Change-Id: Ia3eb52ca11cc3e3e870badf469ef8ead7294d031
Signed-off-by: Stephen Kitt <skitt@redhat.com>
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
BUG-8258: Bump karaf 4.1.2

This is a straightforward upgrade from 4.0.9 to 4.1.2 and will need
to be updated to 4.1.3.

Change-Id: I9275dd42e53dec3e46bc169b6aafb5cb75b40753
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdated git submodules
Stephen Kitt [Fri, 3 Nov 2017 14:58:17 +0000 (15:58 +0100)]
Updated git submodules

Project: odlparent master 2f70b547c01d152973548850b1a9b9790fca8dd0

Bump Coda Hale Metrics 3.1.2 → 3.2.3

Release notes:
http://metrics.dropwizard.io/3.2.3/about/release-notes.html

Change-Id: I723e77d1907fc6dde8724f8236ee9c545a20ebbe
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdated git submodules
Thanh Ha [Mon, 30 Oct 2017 21:16:59 +0000 (17:16 -0400)]
Updated git submodules

Project: sfc master 54f733e6e1f646ea597ae42673fe88a255b7bc4a

Remove deploy-site.xml

With the javadoc jobs now available to generate javadoc it is time to
remove the maven-sites and related files.

Change-Id: Icc219da3bc0a3ac639692d041f651f85a086e5f5
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdated git submodules
Michael Vorburger [Sat, 28 Oct 2017 01:26:51 +0000 (03:26 +0200)]
Updated git submodules

Project: genius master 2df3befe358013856e8fb277ef4ed57c84c33919

InterfacemgrProvider ListenableFutures.addErrorLogging()

This is better than the TODO, but worse than a real full async solution.

Change-Id: I4bed4112162416801e5f6b898edc91fc0e91c03c
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdated git submodules
Stephen Kitt [Fri, 3 Nov 2017 10:47:02 +0000 (11:47 +0100)]
Updated git submodules

Project: odlparent master e335ad94b5c5e7fa28ad5fc88fc202c3691b337e

Bump checkstyle 8.2 → 8.4

Release notes:
http://checkstyle.sourceforge.net/releasenotes.html#Release_8.4

Change-Id: Ibf0f3079d0c7911c1106d8dbbbf7a4f32037dc8b
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdated git submodules
Claudio D. Gasparini [Fri, 20 Oct 2017 08:29:25 +0000 (10:29 +0200)]
Updated git submodules

Project: bgpcep master bc85987162b46813edb16c108c1286924314c4ff

BGPCEP-702: Migrate Cli to Operational State

Old bgp stats are being removed, therefore
we use new operational state stats for cli
- Enforce checkstyle

Change-Id: Iabe50a392db7eacb70b0533c65ecee7e683aba4c
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>