docs.git
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 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 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 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>
7 years agoMerge "Add Carbon release notes for OpFlex"
Colin Dixon [Tue, 23 May 2017 18:22:42 +0000 (18:22 +0000)]
Merge "Add Carbon release notes for OpFlex"

7 years agoMerge "Add NetVirt Release Notes"
Colin Dixon [Tue, 23 May 2017 18:08:13 +0000 (18:08 +0000)]
Merge "Add NetVirt Release Notes"

7 years agoUpdated git submodules
David Suarez [Tue, 23 May 2017 14:12:57 +0000 (16:12 +0200)]
Updated git submodules

Project: aaa master b3f7f080bd5381d2e037281e2215cf31c5e68cfa

Fix a parameter description in the CLI

Minor fix for the user's email parameter description.

Change-Id: Iae54cebbba72ce315eaca3928ee822f401c08210
Signed-off-by: David Suarez <david.suarez.fuentes@ericsson.com>
7 years agoMerge "Add reference to IoTDM developer guide"
Colin Dixon [Tue, 23 May 2017 17:12:04 +0000 (17:12 +0000)]
Merge "Add reference to IoTDM developer guide"

7 years agoAdd reference to IoTDM developer guide 58/57658/4
Tomas Janciga [Tue, 23 May 2017 06:03:20 +0000 (23:03 -0700)]
Add reference to IoTDM developer guide

Add reference to IoTDM developer guide from the IoTDM's
release notes.

Change-Id: Id803f9815ea8f94887c23c6fade52120055f49b6
Signed-off-by: Tomas Janciga <tjanciga@cisco.com>
7 years agoMerge "Adding ref link for lisp flow mapping user guide"
Colin Dixon [Tue, 23 May 2017 16:41:08 +0000 (16:41 +0000)]
Merge "Adding ref link for lisp flow mapping user guide"

7 years agoMerge "Add USC Release Notes"
Colin Dixon [Tue, 23 May 2017 16:40:26 +0000 (16:40 +0000)]
Merge "Add USC Release Notes"

7 years agoMerge "NetIDE release notes for Carbon"
Colin Dixon [Tue, 23 May 2017 16:39:00 +0000 (16:39 +0000)]
Merge "NetIDE release notes for Carbon"

7 years agoUpdated git submodules
Thanh Ha [Tue, 23 May 2017 16:35:26 +0000 (16:35 +0000)]
Updated git submodules

Project: releng/builder master 42d935b040cba9d447948454b0baeff712c7797d

Merge "Remove UNIMgr from N b/c of compilation failures"

Remove UNIMgr from N b/c of compilation failures

Change-Id: I5e2eca81377a4a1847e20d33261fe1971e3e20fa
Signed-off-by: Colin Dixon <colin@colindixon.com>
7 years agoMerge "Controller Carbon Release Notes"
Colin Dixon [Tue, 23 May 2017 16:27:32 +0000 (16:27 +0000)]
Merge "Controller Carbon Release Notes"

7 years agoMerge "Add openflowjava release notes"
Colin Dixon [Tue, 23 May 2017 15:58:35 +0000 (15:58 +0000)]
Merge "Add openflowjava release notes"

7 years agoUpdated git submodules
Akshita Jha [Wed, 10 May 2017 16:49:20 +0000 (22:19 +0530)]
Updated git submodules

Project: releng/builder master 5e54d8fbfadf30daf4a78e57a3ee982b021f78c5

Add carbon .deb for `packaging-test-deb` job

Change-Id: Ib0553255bd6e0b883f8a3f9a6af4213be06b95ae
Signed-off-by: Akshita Jha <zenith158@gmail.com>
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoMerge "Add release notes for ALTO"
Colin Dixon [Tue, 23 May 2017 15:47:49 +0000 (15:47 +0000)]
Merge "Add release notes for ALTO"

7 years agoUpdated git submodules
jenkins-releng [Tue, 23 May 2017 15:09:48 +0000 (15:09 +0000)]
Updated git submodules

Project: releng/builder master 2fc8601b690b94622261ea678df869837c9d7135

Auto Update CSIT Jobs to run

Change-Id: I8479f03dca2c3ff601135008281a6507187b8b49
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
7 years agoAdding FaaS Release Notes 12/57212/7
xingjun [Tue, 16 May 2017 20:46:48 +0000 (16:46 -0400)]
Adding FaaS Release Notes

Change-Id: I7fbd0d3d52c5f142b516f741b8da0232f0fc230a
Signed-off-by: xingjun <xingjun.chu@huawei.com>
7 years agoCorrect macOS snmpsim insall instructions 08/57708/1
Colin Dixon [Tue, 23 May 2017 15:29:28 +0000 (11:29 -0400)]
Correct macOS snmpsim insall instructions

Change-Id: I63041dce42fbf6e9cc0aefa47d36dc1d426ce817
Signed-off-by: Colin Dixon <colin@colindixon.com>
7 years agoMerge changes from topic 'carbon-release-notes'
Colin Dixon [Tue, 23 May 2017 15:25:44 +0000 (15:25 +0000)]
Merge changes from topic 'carbon-release-notes'

* changes:
  Add eman carbon release notes
  Add eman user and developers guides

7 years agoMerge "Topology Processing Framework release notes."
Colin Dixon [Tue, 23 May 2017 15:20:18 +0000 (15:20 +0000)]
Merge "Topology Processing Framework release notes."

7 years agoMerge "Add NEMO Release Notes"
Colin Dixon [Tue, 23 May 2017 15:19:48 +0000 (15:19 +0000)]
Merge "Add NEMO Release Notes"

7 years agoUpdated git submodules
Luis Gomez [Tue, 23 May 2017 14:58:49 +0000 (14:58 +0000)]
Updated git submodules

Project: releng/builder master a6007e3e23998ca7448decb0c79797dfc421b348

Merge "Fix daexim jobs (not SR project)"

Fix daexim jobs (not SR project)

- Project has not branched yet (master=carbon).
- CSIT test is triggered by success project merge.
- CSIT test is not included in distribution test.

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

Project: releng/builder master dd5eda42d1a7bbda43e091e6ef248286e62a2f12

Merge "Install lftools using the global-jjb scripts"

Install lftools using the global-jjb scripts

Change-Id: I9bb203890eeab2cefa9cdda0640cfd72d8600e3e
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoAdd eman carbon release notes 19/57219/10
fsandoval [Tue, 16 May 2017 21:57:06 +0000 (15:57 -0600)]
Add eman carbon release notes

Change-Id: If91660108657928dd16de2b90a5ee7071b41a6f8
Signed-off-by: fsandoval <francisrsandoval@gmail.com>
7 years agoAdd eman user and developers guides 15/56215/8
fsandoval [Wed, 26 Apr 2017 16:56:46 +0000 (10:56 -0600)]
Add eman user and developers guides

Signed-off-by: fsandoval <francisrsandoval@gmail.com>
Change-Id: Ie28ffcb2a9274b6048a8b3b286aaf838edb7308a
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
also-by: Anil Belur <abelur@linuxfoundation.org>

7 years agoUpdated git submodules
Thanh Ha [Tue, 23 May 2017 14:18:29 +0000 (14:18 +0000)]
Updated git submodules

Project: releng/builder master 6e54d42d5a08f4bf66f0203f37acfc841e7e8f85

Merge "Update releng/global-jjb repository information"

Update releng/global-jjb repository information

Change-Id: I985d938da9ece7190eeb36489ac89088b4fa3f31
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Tue, 23 May 2017 13:19:42 +0000 (09:19 -0400)]
Updated git submodules

Project: odlparent master 7bee3600fcfc05cb1435563a6ef5ebbbaa5d2f27

Pin coala version to <0.11

I seems the new 0.11 version breaks us due to dependency conflicts.
Let's pin the version and migrate when we have time to troubleshoot.

Change-Id: I29b31fb12580e54d9a1761e11d3f75998ff7f43e
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoAdd Carbon release notes for the SFC project 84/57284/6
Brady Johnson [Wed, 17 May 2017 13:33:38 +0000 (15:33 +0200)]
Add Carbon release notes for the SFC project

Change-Id: I63a809a65b9a06843ec08532d33f4e25565fe5c8
Signed-off-by: Brady Johnson <brady.allen.johnson@ericsson.com>
7 years agoUpdated git submodules
Thanh Ha [Tue, 23 May 2017 13:41:14 +0000 (09:41 -0400)]
Updated git submodules

Project: integration/packaging master 33940ceeb5cd308d11ded76eff2feb38b8ecbb7a

Pin coala version to <0.11

I seems the new 0.11 version breaks us due to dependency conflicts.
Let's pin the version and migrate when we have time to troubleshoot.

Change-Id: I9e3b696746fcbc87e11c413f31096623e5ed0c22
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Tomas Cere [Tue, 23 May 2017 10:43:13 +0000 (10:43 +0000)]
Updated git submodules

Project: netconf master ea3b5b7f786463fbf264673b34fc01a154e1698b

Merge "Bug 7933: NPE when posting using XML"

Bug 7933: NPE when posting using XML

- NPE was thrown because leaf value was not parsed,
thus data value was null
- fixed by adding condition to parse leaf nodes
- log warning when unknown schema node type was
not parsed
- fixed in old and new restconf

Change-Id: I13c8e419e35999980548e09f6963b0d407a45b31
Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
7 years agoUpdated git submodules
Michael Vorburger [Tue, 23 May 2017 09:34:05 +0000 (11:34 +0200)]
Updated git submodules

Project: infrautils master f9cea84e41d5c539fcd697ff52633081732977b4

Bug 8415: Comment out odl-infrautils-ready

Take the feature out of the odl-infrautils-all features,
because it's still a moving target, and with the changes
coming in odlparent in c/57650 will need some adaptions.

This "fixes" the build failure hit in
integration/distribution/features/repos/index
https://jenkins.opendaylight.org/releng/job/odlparent-distribution-check-nitrogen/99/console

Change-Id: I84672fc7e187a9b9b7f98dd0661cde81685a645e
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Robert Varga [Sun, 21 May 2017 15:28:36 +0000 (17:28 +0200)]
Updated git submodules

Project: netconf master f0891470d120a2ed67e7f19b97decb2399b7daf7

Introduce abstract body readers

{Json,Xml}{NormalizedNode,ToPatch}BodyReader classes share some
common code. Factor it out into abstract classes to reduce code
duplication.

Change-Id: I7358151f617f5327fc514ac2066b2aee883b2fba
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
Use URI.create()

We wrap 'new URI(String)' in a try-catch block, which is not really
necessary -- use URI.create(String) to get pretty much the same
behavior (except for the exception thrown).

Change-Id: Id9baa17dddb564b2be6d2258a1d73947a67c15f6
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
Pre-instantiate operations

There is no point in creating the operations over and over again.
Instantiate them immediately and keep them in an ImmutableSet.

Change-Id: I952bcf026b9d0de99252530e8fc44863408adb3e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
7 years agoAdd MDSAL release notes 87/57287/9
Martin Ciglan [Wed, 17 May 2017 14:42:07 +0000 (16:42 +0200)]
Add MDSAL release notes

Change-Id: I8df9271fd5ecfd3a82d25679f2525122a3e4e23e
Signed-off-by: Martin Ciglan <martin.ciglan@pantheon.tech>
7 years agoAdd ocpplugin release notes 38/57238/4
marko [Wed, 17 May 2017 06:55:16 +0000 (14:55 +0800)]
Add ocpplugin release notes

Change-Id: I7564fcda454a3640f6ebba75d2d49dd3b2daf607
Signed-off-by: marko <marko.lai@gmail.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Mon, 22 May 2017 22:46:59 +0000 (15:46 -0700)]
Updated git submodules

Project: integration/test master 06956dcd01d066e2d99e7ef867b081428d69971c

Dynamically create tags based off of jobs $SG_MODE

Change-Id: I481688da7b7666356f484c33573bc8b84b23ac07
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoAdd NETCONF carbon relase notes 49/57249/4
Jakub Morvay [Wed, 17 May 2017 09:01:17 +0000 (11:01 +0200)]
Add NETCONF carbon relase notes

Change-Id: I2a64076ee0b07f8ddd2bcd3bb9745eae98d84d87
Signed-off-by: Jakub Morvay <jmorvay@cisco.com>
7 years agoAdd SNMP4SDN Release Note for Carbon 95/57395/4
ylhsieh [Fri, 19 May 2017 06:39:34 +0000 (14:39 +0800)]
Add SNMP4SDN Release Note for Carbon

Change-Id: Iff33b1100b7f0357ac124a7a72b214e4ed762969
Signed-off-by: ylhsieh <ylhsieh@itri.org.tw>