docs.git
7 years agoUpdated git submodules
Michael Vorburger [Fri, 21 Oct 2016 17:47:18 +0000 (19:47 +0200)]
Updated git submodules

Project: odlparent master 1cfd0de4e63bb800ffaef027f22fc2cc92361ed0

Intro. FindBugs' full :annotation (in addition to existing :jsr305)

Having both of these is a required intermediate step, in order to switch
completely over to :annotation instead of :jsr305, which would be
preferable, because these two JARs define the same annotations and
overlap, which is never great.

This change will allow all downstream projects to gradually switch their
<dependency><groupId>com.google.code.findbugs from <artifactId>jsr305 to
<artifactId>annotations in all pom.xml. They will NOT have to adapt any
code, because the actual Java types are exactly the same (just from a
different Maven artefact).

When all downstream projects have switched over, then we'll replace what
this change added by the cleaner "real" solution prepared in
https://git.opendaylight.org/gerrit/#/c/47337/

see also discussion in https://git.opendaylight.org/gerrit/#/c/46914/

Change-Id: Ib026cd0338b263bb9663f2d1fa2a6cb167d6f136
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Tomas Cere [Mon, 24 Oct 2016 07:35:34 +0000 (07:35 +0000)]
Updated git submodules

Project: netconf master 7e616201d2ffeb2e249709b3fff1be1e074ed8ce

Merge "Remove old clustered netconf topology implementation"

Remove old clustered netconf topology implementation

Since new netconf clustering implementation resides in
netconf-topology-singleton module, old implementation is not needed
anymore. This patch gets rid of it.

Change-Id: I99ba7baced099bd5431a4014378d4ab3b22d93ba
Signed-off-by: Jakub Morvay <jmorvay@cisco.com>
7 years agoUpdated git submodules
Alexis de Talhouët [Fri, 21 Oct 2016 21:22:53 +0000 (17:22 -0400)]
Updated git submodules

Project: netconf master 64b6db11210216d4c66442edb45cd92f5db1c9ea

Add logging in tx facade along with the RemoteDeviceId

Change-Id: I0e30376d65ff734ff3dc34809554b961a013a15b
Signed-off-by: Alexis de Talhouët <adetalhouet@inocybe.com>
Add the RemoteDeviceId at the begining of the log

So it's easier to grep and find things related to one netconf
connector, and also, to keep things consistent with how it's
already done in sal-netconf-connector

Change-Id: I29ee41c699de8287fd6e00f3a04cacb3d17c5fd1
Signed-off-by: Alexis de Talhouët <adetalhouet@inocybe.com>
Move SubmitFailedReply in the appropriate package

SubmitFailedReply is a transaction related message, hence
should resides under the .transactions package

Change-Id: I7b95f664c88ce2525a742d5543ab562cae709d2b
Signed-off-by: Alexis de Talhouët <adetalhouet@inocybe.com>
Remove unused imports

Change-Id: I8079b664133e88a3b35f21a3c41e84e890a8ff46
Signed-off-by: Alexis de Talhouët <adetalhouet@inocybe.com>
Use SerializationUtils to (de)serialize NormalizedNode and YangInstanceIdentifier

Controller CDS implementation provide utility method for this,
we can re-use them, as it appears it's keeping a ThreadLocal
holding NormalizedNodeDataOutput instance

Change-Id: Ia106f33d04f937ac8dacf89cb6837a157eee8ae1
Signed-off-by: Alexis de Talhouët <adetalhouet@inocybe.com>
Add serialVersionUID to all java.io.Serializable messages

Change-Id: I4928273c0d65e782162d099ddbae36a0c9fe1c63
Signed-off-by: Alexis de Talhouët <adetalhouet@inocybe.com>
Update netconf-topology-singleton.xml file formatting

- Inline the closing statement
- Rename to bean to be more accurate

Change-Id: I2e2052b7b86b12139b2573c0e3828730cc8d606d
Signed-off-by: Alexis de Talhouët <adetalhouet@inocybe.com>
7 years agoUpdated git submodules
Anil Belur [Sat, 22 Oct 2016 03:20:30 +0000 (13:20 +1000)]
Updated git submodules

Project: releng/builder master 7a4224e37a8f05e92bcd6233aa6d8453338583b0

Bump Beryllium release tag for next release

Change-Id: If9c8aa31191754aa0851e1e894447a65327617d2
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
gvrangan [Sat, 22 Oct 2016 00:28:12 +0000 (00:28 +0000)]
Updated git submodules

Project: integration/test master 24f1b4998010fc27a5ed5ecad958568e2b940b90

Add Security rules to allow UDP/ICMP

- Also modify the security group Keywords to use the new
keywords added to library.

- The rule for TCP was already present, but now replaced with the
new library KW

Change-Id: Ic1b8af82ef0d42c5b0fe6edc2cff43a4e1007ac6
Signed-off-by: gvrangan <venkatrangang@hcl.com>
7 years agoUpdated git submodules
basavarajhh [Wed, 19 Oct 2016 12:23:00 +0000 (05:23 -0700)]
Updated git submodules

Project: integration/test master 2513b27e03abad158e86efe0a41a246f30378d32

New feature Neutron security group scripts and library commit

Change-Id: I5fdf261df0b4f582b9e1473014a3130723458cbf
Signed-off-by: basavarajhh <basavarajhh@gmail.com>
7 years agoUpdated git submodules
Luis Gomez [Fri, 21 Oct 2016 23:45:12 +0000 (16:45 -0700)]
Updated git submodules

Project: integration/test master 037c3b6bcaf2f1259abedc4ae93def25571f3a16

Update basic OF tests to be run to verify libraries

Change-Id: I964545b576c4acb7b7318f6edd3ae43165a42a4f
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoUpdated git submodules
Rudolf Brisuda [Fri, 7 Oct 2016 09:44:23 +0000 (11:44 +0200)]
Updated git submodules

Project: netconf master 9800d265b6e0747d1295a2fa0bd2b42527b58359

Bug 6714 - Use singleton service in clustered netconf topology

Implemented clustered netconf topology with using clustered
singleton service.

Change-Id: I0e71a9934a70c6bce8eeab0644a5bd05c5548a8c
Signed-off-by: Rudolf Brisuda <rbrisuda@cisco.com>
7 years agoUpdated git submodules
lbuckuli [Wed, 19 Oct 2016 14:04:24 +0000 (14:04 +0000)]
Updated git submodules

Project: integration/test master 72493a1647c55e99bbf358d1e06d8ed09f134ada

KarafKeywords-logging in karaf console extended to cluster

Initialization is now needed.
Running Setup Karaf Keywords is necessary.
If SetupUtils initialization is called, this gets initialized as well.
If this gets initialized, ClusterManagement gets initialized as well.
Affected suites were updated.

Change-Id: I690ece7f7446a40ea0ff01569411cb497ca4960d
Signed-off-by: lbuckuli <lbuckuli@cisco.com>
7 years agoUpdated git submodules
Ivan Hrasko [Fri, 21 Oct 2016 13:38:38 +0000 (15:38 +0200)]
Updated git submodules

Project: netconf master a7eebafe85483c655171fdbbc25bc6425c41a4e4

Fix tests after merging Change 47121 to Yangtools

Change-Id: I4bafce0972da4e83fe4575517b5e95808bb21caf
Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
7 years agoUpdated git submodules
Thanh Ha [Fri, 21 Oct 2016 14:24:47 +0000 (14:24 +0000)]
Updated git submodules

Project: releng/builder master 02361407299b28af25dcbed08267d98ed7a8ceaa

Merge "add some netvirt csit to genius patch test job"

add some netvirt csit to genius patch test job

Change-Id: Ie3d253eb53ff28f0bbaca70e11f85fed0f67f9cb
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Ryan Goulding [Thu, 20 Oct 2016 20:34:13 +0000 (16:34 -0400)]
Updated git submodules

Project: aaa master cac6c3cd88c16377b9b6ce27b9748e4ec8d3cd49

Remove stale AAA IDM REST information

The curl commands documented have fallen out of sync with the data model.
The updated documentation is located in the proper docs now.  idmtool
is also suggested as a means to manipulate AAA IDM data.

Change-Id: If403f176f6f49b04be6cba92c90dca057e04ea5e
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
7 years agoUpdated git submodules
Thanh Ha [Fri, 21 Oct 2016 04:41:15 +0000 (00:41 -0400)]
Updated git submodules

Project: releng/builder master 8c51aefcb18aee49a3c40dce0085af32244ef287

Archive all-bundles.tar.gz

Since https://git.opendaylight.org/gerrit/45610 we've lost the archives
of all of our bundles. We need to ensure this is available so that we
can perform the release.

Change-Id: I45c2fc273b8f5d8518a4ad3c09fc3dab8a60a683
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Stephen Kitt [Tue, 18 Oct 2016 15:35:50 +0000 (17:35 +0200)]
Updated git submodules

Project: odlparent master ae13fecf7a9ced96c0a9463dbaf84ac01b17956a

BUG-6705: remove enunciate-maven-plugin

With the removal of enunciate-parent from controller,
enunciate-maven-plugin is no longer used anywhere in ODL, so let's
remove it.

This depends on https://git.opendaylight.org/gerrit/47080

Change-Id: Ifde699521a9e1db71013445b614b8892b65e7472
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Luis Gomez [Thu, 20 Oct 2016 22:56:57 +0000 (15:56 -0700)]
Updated git submodules

Project: releng/builder master 2eb62da3203618cb36120ec4863a6dcc4e753cac

Fix l2switch job name

Change-Id: Ic68155d76028c4da8e78577270a09d82cd7ae0f8
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoUpdated git submodules
Karthik.S [Mon, 29 Aug 2016 11:49:48 +0000 (17:19 +0530)]
Updated git submodules

Project: integration/test master 7c1e3422ab18d0bd17e18b3144a6b7e1795abbbc

Fix VTN Coordinator and Manager CSIT for Beryllium

  * Modify VTN Coordinator keyword file to download VTN Co distribution
  * Modify VTN Manager keyword file to fix verification of dscp actions
    for beryllium

Change-Id: I524a0ef94ac6437b4b9524b39a94860b87e5163a
Signed-off-by: Karthik.S <siva-karthik@hcl.com>
7 years agoUpdated git submodules
Luis Gomez [Thu, 20 Oct 2016 22:12:01 +0000 (15:12 -0700)]
Updated git submodules

Project: releng/builder master b4d0d075b6e28f0d6deb29e028f95b5ed7f1ded6

Fix l2switch patch test

Add missing commas
Add beryllium branch

Change-Id: I9f6a8b77462c43b6de60a502587b3505ae00dc8b
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoUpdated git submodules
Mohamed El-Serngawy [Thu, 20 Oct 2016 18:59:37 +0000 (18:59 +0000)]
Updated git submodules

Project: aaa master bb2b16092d3aae6ac9c1ff7fa6518e1ca36b90a0

Merge "Fix branding in idmtool script"

Fix branding in idmtool script

Change-Id: I5a6a0cee359dde3b273ecba5bcacadc1fc439e30
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
7 years agoUpdated git submodules
Mohamed El-Serngawy [Thu, 20 Oct 2016 18:59:00 +0000 (18:59 +0000)]
Updated git submodules

Project: aaa master 39b8dce32553ea9f2cd0a6f4ac954d555d7de415

Merge "Fix AaaCertMdsalProvider service and AaaCert RPC service"

Fix AaaCertMdsalProvider service and AaaCert RPC service

The aaa-cert blueprint was missing the dependancy service of AaaCertMdsalProvider
(Databroker and EncryptionService) adding them to blueprint.
Adding the  AaaCertRPCService to the blueprint and seperate the implementation from
AaaCertProvider

Change-Id: Ic9708e09a0d55eb839c29a6c07d1995cef499be1
Signed-off-by: Mohamed El-Serngawy <melserngawy@inocybe.com>
7 years agoUpdated git submodules
Peter Gubka [Tue, 18 Oct 2016 11:11:30 +0000 (13:11 +0200)]
Updated git submodules

Project: integration/test master 16b3963c4bf21b22a636e55c1a76a85081cbc421

NexusKeywords: splitting commands to get downlaoded sw version

Change-Id: Id14c89991856acbc16e4db63009c3db8e23df8e6
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Thu, 13 Oct 2016 23:24:29 +0000 (16:24 -0700)]
Updated git submodules

Project: integration/test master 7c2348c78a037d95f449a5766ed49e3b5b2beae6

remove Flows_OF13 as it's no longer used

Change-Id: Ide234c3085b9dd28d579949d0973b71ed856b5e5
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Luis Gomez [Thu, 20 Oct 2016 18:01:05 +0000 (18:01 +0000)]
Updated git submodules

Project: releng/builder master 306b98a7950de2775849ec654df5c53ec1bd9ba2

Merge "add l2switch patch test job"

add l2switch patch test job

Change-Id: I273894b0e870a4147d8f56d0b12ca3f00363ea1b
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Thu, 20 Oct 2016 17:40:25 +0000 (17:40 +0000)]
Updated git submodules

Project: releng/builder master 660328bcb69924afc26487bc1d0a8420f0962457

Merge "Set distro-check job time limit to 60 minutes"

Set distro-check job time limit to 60 minutes

Distro-check jobs should run fairly quick so the default 6 hr timeout is
way too long and wastes resources for much longer than required.

Spawned from discussions on integration-dev list
https://lists.opendaylight.org/pipermail/integration-dev/2016-October/008464.html

Change-Id: Ied5342dc6dcbd5ae7f97c8474daa4ca0d1b40da6
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Vratko Polak [Thu, 20 Oct 2016 15:25:00 +0000 (17:25 +0200)]
Updated git submodules

Project: netconf master c2272d825c810de0a023661f054cd0ce023e0a77

Add xml config dependency to features pom

Configfile added here [0] also needs to be listed as pom dependency,
otherwise distribution-check would fail.
Also added to netconf-artifacts.

[0] https://git.opendaylight.org/gerrit/#/c/44243/10/features/netconf/src/main/features/features.xml

Change-Id: If016aadb03154d83ddd0afa680e8d1d8acd88217
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Luis Gomez [Thu, 20 Oct 2016 16:10:35 +0000 (16:10 +0000)]
Updated git submodules

Project: releng/builder master 93eea32e12e0f361e75086d9f4196c0065f69524

Merge "Bug 6926: Unify verify triggers and improve trigger words"

Bug 6926: Unify verify triggers and improve trigger words

All patch-triggered jobs now ignore drafts and commit-message-only edits.
This is to prevent situations when only a subset of verify jobs is triggered,
as that could lead to false Verified+1.

Also, only 'recheck' now triggers all verify-type jobs.
Other words such as reverify, revalidate, redistcheck, retox, renode and redocs
only trigger one job, to save time when other job results are reliable.

Docs: Trigger words updated and distribution-check added.

Change-Id: I5769d7e4d148e01428de8b13747b1f04148e7581
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Thanh Ha [Thu, 20 Oct 2016 14:34:20 +0000 (14:34 +0000)]
Updated git submodules

Project: releng/builder master dae67a1f93f7ebe956750d65c10ae9e881c3e10d

Merge "Revert "Robot installation: Pinpoint pycparser version""

Revert "Robot installation: Pinpoint pycparser version"

This reverts commit 3017d33a571125861654f4fac0ae48ce87bb7f08.
Upstream has been fixed.

Change-Id: I7e94186fe208149b7ecb67106a1f5a9e0a7b9a21
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
smsreddy [Wed, 12 Oct 2016 08:47:05 +0000 (14:17 +0530)]
Updated git submodules

Project: integration/test master 32e9d38e24960af9f44452621db922871f126d06

Test cases are added for L3VPN Network Assocition and Dissociation use cases

Change-Id: I7c4651536f3201272475f47ebcc07b6d844f00ed
Signed-off-by: smsreddy <madhu.sama@tcs.com>
7 years agoUpdated git submodules
Tomas Cere [Thu, 20 Oct 2016 13:02:06 +0000 (13:02 +0000)]
Updated git submodules

Project: netconf master 0b58f7dbcb078293070727befeb025acde4850f5

Merge "Add more unit tests for sal-netconf-connector"

Add more unit tests for sal-netconf-connector

Change-Id: I76df3726b4c99c93c3ab98edcf0e7aca94d99b79
Signed-off-by: Andrej Mak <andrej.mak@pantheon.tech>
7 years agoUpdated git submodules
Tomas Cere [Thu, 20 Oct 2016 13:01:27 +0000 (13:01 +0000)]
Updated git submodules

Project: netconf master beb9ab63ae3f89dec033ffe41a9448dc38ae9705

Merge "Bug 6023 - Adress for config subsystem netconf endpoint is not configurable"

Bug 6023 - Adress for config subsystem netconf endpoint is not configurable

- added NetconfConfigurationActivator for loading ManagedService
- updating configuration from karaf netconf.cfg file
- edited NetconfTCPActivator, NetconfSSHActivator for run with
  cfg values

Change-Id: I5069a9f307a9a9b7c2d79723dc6c1cca0b2cc201
Signed-off-by: Rudolf Brisuda <rudolf.brisuda@pantheon.tech>
7 years agoUpdated git submodules
Vratko Polak [Fri, 14 Oct 2016 13:50:40 +0000 (15:50 +0200)]
Updated git submodules

Project: integration/test master 6c114eff840a593ff89c29d4155a40798ed85695

Add missing comments to csit/variables/Variables.robot

Change-Id: I348dade2fd56d323388b0b3206c3a2da301b03be
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Luis Gomez [Fri, 14 Oct 2016 01:37:49 +0000 (18:37 -0700)]
Updated git submodules

Project: integration/test master d3c16ed0c027021f767ecd0572f9fd3689f62311

Address Start_Suite KW 1

- Move test using Start_Mininet to Start_Mininet_Single_controller.
- Once this is merged we can move test using Start_suite to
Start_Mininet and delete Start_Suite.
- Finally we can try to move Start_Mininet to
Start_Mininet_Single_controller but this change can take longer.

Change-Id: I311fa5cea75870d86b074bde751503fff7507d0e
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoUpdated git submodules
Cédric Ollivier [Thu, 13 Oct 2016 15:40:30 +0000 (17:40 +0200)]
Updated git submodules

Project: integration/test master c61095fb77ca6e7083f57ceed4b839858e91b454

Push upstream reachability tests

They simply get the complete lists of neutron resources (networks,
subnets and ports). They highlight issues to reach ODL urls without
interpreting the other test results.

This is the last robot file currently hosted by OPNFV. It follows the
previous commits [1] and [2].

[1] https://git.opendaylight.org/gerrit/#/c/40948/
[2] https://git.opendaylight.org/gerrit/#/c/46749/

Change-Id: I45f69fca9fdb17eaedcebc368c58051639a0480d
Signed-off-by: Cédric Ollivier <ollivier.cedric@gmail.com>
7 years agoUpdated git submodules
Michael Vorburger [Thu, 20 Oct 2016 00:20:48 +0000 (02:20 +0200)]
Updated git submodules

Project: odlparent master ff5ec3d1679aed8315cac5ba159c14118f08e62c

Replace target/ by ${project.build.directory}/ to make target-ide/ possible

Change-Id: Ia4f9508c3db4aac94f00b861cfef0669b7c15ef7
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Wed, 19 Oct 2016 17:39:27 +0000 (17:39 +0000)]
Updated git submodules

Project: releng/builder master 0c588a00c61e19a7a0d1111e065b6143ae6c893a

Merge "Add --removekeywords wuks option to pybot command"

Add --removekeywords wuks option to pybot command

This will only log last WUKS attempt saving lot of log space.

Change-Id: Ie93bf070f281d732aa233aee0de8f102ed61beba
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoUpdated git submodules
Alexis de Talhouët [Tue, 18 Oct 2016 21:20:34 +0000 (17:20 -0400)]
Updated git submodules

Project: aaa master a4b4884c8c06df55ecd16bfbad104c2dd48549ac

Bug 6956 - Do not wrap Guava as a bundle in the feature definition

Guava should only be provided as a dependency, and don't need to be
provided within the feature definition as a bundle.
Doing so could potentially have bad effect: e.g. DLUX feature pulls in Guava
the same way, which will trigger the Guava bundle to be refresh, thus
the AAA bundles tied to the feature pulling it in will be refreshed as
well, and this is corrupting functionalities as per as the reported
BUG.

Change-Id: If519c51c4a47a5b7e9e76f793ee81bba565d0d16
Signed-off-by: Alexis de Talhouët <adetalhouet@inocybe.com>
7 years agoUpdated git submodules
Peter Gubka [Tue, 18 Oct 2016 10:59:04 +0000 (12:59 +0200)]
Updated git submodules

Project: integration/test master 02031091eed3aa3d8ae12fcc0780c35ccf5eda3c

dsbenchmark.py: removing space after comma while creating csv file

Change-Id: Ib4c94f4fb3217d88e8f05944025a03728dbb8d54
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Stephen Kitt [Wed, 19 Oct 2016 07:37:19 +0000 (09:37 +0200)]
Updated git submodules

Project: odlparent master 1e1eb1b11a05a70b1671cc1cec58964e39b0179d

Upgrade commons-lang3 3.4 -> 3.5

The release notes are at
http://www.apache.org/dist/commons/lang/RELEASE-NOTES.txt

Change-Id: I0f27a25031e28d3081546297a492c1ad4b4ec9ec
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
gvrangan [Tue, 18 Oct 2016 23:31:49 +0000 (23:31 +0000)]
Updated git submodules

Project: releng/builder master c09451b068207070f242296f0041619170a46911

Fix for VTN Jobs Failure in Beryllium

The OVS version 2.5 is causing some issues
so reverted to the old mininet for Beryllium

Change-Id: Ic619cfe98ae05c99bbec3ec5c55487482d5a0335
Signed-off-by: gvrangan <venkatrangang@hcl.com>
7 years agoUpdated git submodules
Luis Gomez [Tue, 18 Oct 2016 19:34:57 +0000 (12:34 -0700)]
Updated git submodules

Project: integration/test master 4062268c6b0b15d912e16504bd84086696d51e87

Stabilize l2switch loop remover test

Add extra check for expected flows and remove sleep.
Remove unstable test until someone can fix this.

Change-Id: Ieb83bfddfb92118e1289c1615aea901594734207
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoUpdated git submodules
Thanh Ha [Tue, 18 Oct 2016 18:55:50 +0000 (18:55 +0000)]
Updated git submodules

Project: releng/builder master 6b397bce33c029681e8132547a603080fbf430f3

Merge "Force Jenkins to not change it's votes for merge"

Force Jenkins to not change it's votes for merge

Jenkins by default resets the votes it has in Gerrit to 0. Gerrit 2.13 has
problems with this and causes us to catch an error. As such, we should make
sure that Jenkins does not try to change its votes when it starts during a
merge job. We assume that any merge run will be with our normal mechanically
set votes.

Change-Id: Id7aad85b0d87378660e017f20a0efe35b0a39dff
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
7 years agoUpdated git submodules
Stephen Kitt [Tue, 10 May 2016 14:29:01 +0000 (16:29 +0200)]
Updated git submodules

Project: odlparent master 5b2d6921056013beb293ddf019e3c7e80d875c93

BUG-6652: generate features.xml with karaf-maven-plugin

features.xml can be generated from POM information; this allows us to
produce features which are simultaneously Karaf artifacts and Maven
artifacts. Thus downstream projects can simply depend (at a Maven
level) on Karaf features — this automatically gives the correct Maven
dependencies at build and test time, and the correct Karaf feature
dependencies at run time.

Karaf 3.0.8 now includes enough features handling improvements to
produce useful results here. This patch preserves old features for
backwards-compatibility, which results in some inelegant feature
names; the intention is to allow experimentation in downstream
projects without breaking anything.

This patch introduces two new parent POMs: single-feature-parent is
intended for modules packaging a single feature, feature-repo-parent
for modules packaging a repository of features. SingleFeatureTest is
used to test the feature repositories — this ensures that the features
we ship are tested. single-feature-parent doesn't run
SingleFeatureTest to avoid testing features twice.

Change-Id: I2858891618360710a13756dbd4d005aa1a48c703
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Tue, 18 Oct 2016 17:30:18 +0000 (10:30 -0700)]
Updated git submodules

Project: integration/test master c7816ebcf6006ff40a0fb25e9c4712a6dfdd0ff2

source karafkeywords library from suite so karaf logging works

Change-Id: Ib2c47a5297628b7cb8ecfad6c39446faf4a8ea0a
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Vratko Polak [Tue, 18 Oct 2016 08:22:31 +0000 (10:22 +0200)]
Updated git submodules

Project: integration/test master 404573208abf7130e129101202429700414ac622

Avoid inactivity in dsbenchmark suite

Change-Id: I5c5317454d90816ff29b1913c2dea93a63154f2e
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Luis Gomez [Sat, 15 Oct 2016 19:40:26 +0000 (12:40 -0700)]
Updated git submodules

Project: integration/test master 9ffdad3e1dd96576b17c70f0794db0ab8f09ab55

Improve bug 6917 reproduction

Bug 6917 can be reproduced by either:

- Adding+deleting same big flow in ~10 sec duration cycle.
- Adding multiple big flows at ~10 sec duration cycle.

Change-Id: I0b4a4796f8f65f0739f7aba9646e0ab04d2d77b2
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoUpdated git submodules
lbuckuli [Tue, 18 Oct 2016 15:26:59 +0000 (15:26 +0000)]
Updated git submodules

Project: releng/builder master 434f50f30998dec049f5c85757a7ef6ab21ec5e1

add odl-jolokia to distribuition features

Change-Id: I6fcebb2ec9ade5719a7147b189af14aac084b13c
Signed-off-by: lbuckuli <lbuckuli@cisco.com>
7 years agoUpdated git submodules
Peter Gubka [Mon, 17 Oct 2016 11:27:50 +0000 (13:27 +0200)]
Updated git submodules

Project: integration/test master 3021d1f345d39bde855712201f29bc62a327a909

fixing bgp-tcpmd5-LiBe suite after HsfJson lib removal

Change-Id: I2c97a71163ce50bb8b74ff19bd4ad922cfafdf3d
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Tomas Cere [Tue, 18 Oct 2016 10:53:24 +0000 (10:53 +0000)]
Updated git submodules

Project: netconf master 0e180ee7955d6770dc7d46d94164cf15fc17d3f7

Merge "Bug 4868 - Extend netconf-node-topology model to distinguish user overriden capabilities from device reported capabilities"

Bug 4868 - Extend netconf-node-topology model to distinguish user overriden capabilities from device reported capabilities

 - changed model and corresponding data bindings and imports, updated tests

Change-Id: I0c9dd78c0bf2c4485f27c0049909a04c6155e718
Signed-off-by: Rudolf Brisuda <rudolf.brisuda@pantheon.tech>
7 years agoUpdated git submodules
Tomas Cere [Tue, 18 Oct 2016 08:53:43 +0000 (08:53 +0000)]
Updated git submodules

Project: netconf master 2bc20c2b4a63fbee64987913b71bacd93423dd15

Merge "Bug 6936 - Fix post request"

Bug 6936 - Fix post request

When post request sends data which already exist, it response with
data already exist.

Change-Id: I2ea60dfe4b8aa4236fbec0fd73b64a6f146146ee
Signed-off-by: miroslav.kovac <miroslav.kovac@pantheon.tech>
7 years agoUpdated git submodules
Rudolf Brisuda [Fri, 16 Sep 2016 11:05:24 +0000 (13:05 +0200)]
Updated git submodules

Project: netconf master 432c09a506fcd7fbe9ab36b2eabbea3b89c18984

netconf-notifications-api unit tests added

Change-Id: I02d2bbabb6e5fabb8f45a89c9233a0e763636596
Signed-off-by: Rudolf Brisuda <rudolf.brisuda@pantheon.tech>
7 years agoUpdated git submodules
Jamo Luhrsen [Tue, 18 Oct 2016 00:04:26 +0000 (17:04 -0700)]
Updated git submodules

Project: integration/test master 9eca5b4407b24b2490810aa9c7c73c87e0a77b7b

change get_field to awk command to make tests less reliant on devstack

Change-Id: I51d6417b38433f69a932ec96ec9e72391dad6cc8
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Mon, 17 Oct 2016 23:59:32 +0000 (23:59 +0000)]
Updated git submodules

Project: releng/builder master 8031350e9d89387daf975d7fb360139473b3e900

Merge "Delete nova-manage command to Fix Newton jobs"

Delete nova-manage command to Fix Newton jobs

The "nova-manage service list"  command fails in Newton.
Removed this command to fix Newton job.

Change-Id: If0c4d497d94ee80ead06459e47054c9c70752b07
Signed-off-by: gvrangan <venkatrangang@hcl.com>
7 years agoUpdated git submodules
Rudolf Brisuda [Mon, 19 Sep 2016 15:51:23 +0000 (17:51 +0200)]
Updated git submodules

Project: netconf master a94233f06e83dcd9c7baaa75aa71bb2b0eb448e3

netconf-console unit tests added

Change-Id: I3975e0740935dbbe6bc65f6e3ea3febf56507f39
Signed-off-by: Rudolf Brisuda <rudolf.brisuda@pantheon.tech>
7 years agoUpdated git submodules
Anil Belur [Mon, 17 Oct 2016 00:28:40 +0000 (00:28 +0000)]
Updated git submodules

Project: releng/builder master b4c9bbc9c25cb052c40e2e52e4df78ae39309f67

Merge "Bump Boron release tag for next release"

Bump Boron release tag for next release

Change-Id: Ieac6f3374571e2571e7b43814742394c399ac039
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Sun, 16 Oct 2016 23:58:38 +0000 (23:58 +0000)]
Updated git submodules

Project: releng/builder master 7ab3fd784625b957216cdb7ba4866effe0daea2a

Merge "Add jobs for VTN with Openstack Newton"

Add jobs for VTN with Openstack Newton

- Removed the Liberty job
- Added the parameters for Newton

Change-Id: I267c81c5a2ef9f189bb9f6ad7a729403bf33a479
Signed-off-by: gvrangan <venkatrangang@hcl.com>
7 years agoUpdated git submodules
gvrangan [Fri, 14 Oct 2016 17:12:03 +0000 (17:12 +0000)]
Updated git submodules

Project: integration/test master 40f8a5aa21df04c49c9a65b276d096de74d630fc

Delete VTN Lithium Tests

The Lithium jobs are not active anymore.
These tests can be removed.

Change-Id: I2de6947d560b1ae86860e0ec811c9fccf6489e55
Signed-off-by: gvrangan <venkatrangang@hcl.com>
7 years agoUpdated git submodules
Thanh Ha [Sat, 15 Oct 2016 01:01:40 +0000 (21:01 -0400)]
Updated git submodules

Project: releng/builder master 548b2b595de4b433d3e1b6df47365e1c64b15454

Redirect zip logs to file and store on logs.o.o

The zip logs take a lot of the console log lines at the end of a build.
The output might be useful for troubleshooting so lets redirect the
output to a file and store it in logs.opendaylight.org instead of
outputting it to the Jenkins console logs directly.

Change-Id: Ie56d2a5348c9a55854199539e647f21894febe68
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Sat, 15 Oct 2016 01:45:49 +0000 (21:45 -0400)]
Updated git submodules

Project: spectrometer master d085b9f97bb7067f0429bb11218442ea650327be

Simpilfy reporttool to just report

Rename the reporttool command to simply report and also rename the
'full' subcommand to release as it generates a release report.

Improve documentation on what the command does.

Change-Id: I85ac29c4db55346ac3c37b38ad90bb4668b64137
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Sat, 15 Oct 2016 01:39:39 +0000 (21:39 -0400)]
Updated git submodules

Project: spectrometer master 061b75d59342e6272439116b21b7f5400e468584

Improve server start command to sync first

Make the server start command sync repos before starting the server.
This prevents confusion on first run where git repos have not yet been
mirrored so querying the API might return no data. Also good to ensure
Spectrometer boots up with the latest data.

Change-Id: Icd040f6e291748c8c7c558d2b72e98d96d1124e1
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Simplify sync_repos to just sync

Just call the command sync as a Generic simple function. In the future
if there are additional datapoints to sync this same function can handle
those as well.

Also improve documentation for the sync command.

Change-Id: I9b310241568460943c42c0851088ffc12fc001ac
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Sat, 15 Oct 2016 01:24:15 +0000 (01:24 +0000)]
Updated git submodules

Project: spectrometer master c2565c755641eb6126feb5142911950b9302bd59

Merge "Add support for filtering based on author and org"

Add support for filtering based on author and org

Add support to fetch_commits for filtering on author_email and
organization (as calculated by email domain).

Change-Id: Ied2535fdbf7515369ddcd363c0c9bf9e3980ee69
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Sat, 15 Oct 2016 01:19:55 +0000 (01:19 +0000)]
Updated git submodules

Project: spectrometer master f89fda336af73386e93c7c291fd788c1fb10bef5

Merge "Store all handlers in a global dictionary"

Store all handlers in a global dictionary

It's inefficient to be creating and destroying handlers constantly.
Since we use them a lot lets store them in a global variable so that
we can recall them easily. This patch stores the handlers into the
global dictionary githandlers as they are needed.

Move create_handler() into the git handlers file to make it easier for
other APIs to reuse this convenience function.

Change-Id: Iae1c091603341fbe1715d05ac8109054b00d8a54
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Anil Belur [Sat, 15 Oct 2016 00:36:50 +0000 (00:36 +0000)]
Updated git submodules

Project: releng/builder master e0db2528a88c7f6cca0cbdba3f3a8b3217efe93b

Merge "Fix integration-test downstream trigger in autorelease"

Fix integration-test downstream trigger in autorelease

Autorelease-release-{stream} jobs were not triggering downstream
integration-test triggers. This was due to the introduction of
opendaylight-infra-ship logs which moves files for archiving out of the
$WORKSPACE and into the archives directory for shipping to
logs.opendaylight.org. While this is normally fine, Parameterized build
triggers actually are designed to run as a final step in a build rather
than earlier so we need to ensure the input file is still around at the
end of the build.

The solution presented here copies the autorelease variables.prop to a
new variables.jenkins-trigger. One copy is for archiving while the other
copy is for triggering the final build.

Change-Id: Idcf419378fd8f60fab653350be856d60f7ba19aa
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Fri, 14 Oct 2016 23:39:47 +0000 (19:39 -0400)]
Updated git submodules

Project: releng/builder master b4329c1690e20349090ac0d6dbd12e5101dcb4e7

Fix error Missing reply-to from an instance of 'publisher.email-ext'

In the master branch of JJB we now get an error message thrown when
reply-to is blank. Set it explicitly to '' to avoid the error message.

Change-Id: I7f84a0f549f1653d406dda140cc9b41ff1649407
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Vratko Polak [Fri, 16 Sep 2016 14:08:29 +0000 (16:08 +0200)]
Updated git submodules

Project: releng/builder master 66f8cd9f0585437306723f2cad072e5510fe7b41

Rename test *-python-* job to *-tox-*

Change-Id: I44e590a6c2b669fd5ff86529a29527b03aa55a40
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Vratko Polak [Fri, 14 Oct 2016 14:18:36 +0000 (16:18 +0200)]
Updated git submodules

Project: releng/builder master b25fab3b6ffe33665bda35905cb4a7f5361ebe43

Prevent merge jobs from voting Verify

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

Project: aaa master 87fe84a7553dd24f12a8821301a254a34fd7495a

Moon authentication url should specify http protocol

Since moon communicates using HTTP, specify the protocol as part of
the URL.  This change simply changes the template to include the
protocol in the URL since parsing will fail otherwise.

Change-Id: I04677a3d18cfcd1d082892780bd26c31c5b8d930
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
7 years agoUpdated git submodules
Vratko Polak [Fri, 16 Sep 2016 14:07:36 +0000 (16:07 +0200)]
Updated git submodules

Project: releng/builder master 015ffd684f222b24fb79ce5282e579e7cb688362

Introduce verify-tox to replace verify-python over time

The python-verify job has been executing "tox",
which runs tox environments specified in envlist.
At first, this was only "pep8" (hence python),
but now it can be "docs" or combinations with anything else.

Because of that, "python" is no longer a correct description in general.

This Change introduces template with "tox" instead of "python"
in its name, They are aliases to each other so are identical except in
name.

Change-Id: Ibe2121281ba24b4f6a102900721e57ff7a6977be
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Peter Gubka [Thu, 13 Oct 2016 08:02:44 +0000 (10:02 +0200)]
Updated git submodules

Project: integration/test master e89fa8e32b9160f274c468eb105a2eff399953c3

creating Normalize_Jsons_With_Bits_And_Compare to TemplatedRequests

implementing https://trello.com/c/SavMOS52/332-int-test-create-a-new-kw-in-templatedrequests-for-comparison

Change-Id: I7ecd79b2c5e2763067d2fc3c1138e3b3b5268fe7
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Miguel Angel Munoz Gonzalez [Mon, 10 Oct 2016 07:53:49 +0000 (09:53 +0200)]
Updated git submodules

Project: integration/test master b70b7944c7bcac569782ec4faef789016b244dba

Fix small typo in test plan referencing sfc test suite

Reference to 080__simple_clustering.robot is not correct
and this causes failures in sfc jobs

Change-Id: I3ced14adf536c61c4cba22d4101551380b6be087
Signed-off-by: Miguel Angel Munoz Gonzalez <miguel.angel.munoz.gonzalez@ericsson.com>
7 years agoUpdated git submodules
Thanh Ha [Fri, 14 Oct 2016 03:34:58 +0000 (03:34 +0000)]
Updated git submodules

Project: releng/builder master 99a55919ef0705b694f856d4e655c3dfebda9a59

Merge "Exclude yangide from builder-check-poms"

Exclude yangide from builder-check-poms

Change-Id: Ia53e8e801d2704794e3d2d377da6d5ed7f0ce57d
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Thanh Ha [Fri, 14 Oct 2016 03:24:28 +0000 (03:24 +0000)]
Updated git submodules

Project: releng/builder master 85ec5cecdd1e7290115692c297ae6b364b1a3dcf

Merge "Add a note regarding deploy maven jobs"

Add a note regarding deploy maven jobs

Maven deploy jobs still need to remain Jenkins Maven Project types,
perhaps we can take another look at migration to freestyle once upstream
enhancement MNG-5666 is resolved.

    https://issues.apache.org/jira/browse/MNG-5666

Change-Id: I61d6cd92687006b3c6485510306048d48e1c4c99
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Stephen Kitt [Fri, 7 Oct 2016 14:01:46 +0000 (16:01 +0200)]
Updated git submodules

Project: odlparent master 7ff32c2b981b38ba5344ceac6d7f5b6b832c6ecc

odlparents-artifacts is a POM

If we don't specify its packaging, Maven complains that we're
producing an empty JAR.

Change-Id: I0414f28f28f4dee396fc41d036cab5e69608b663
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoReplace supported admonitions with rst directives 27/46927/1
Colin Dixon [Tue, 11 Oct 2016 15:56:50 +0000 (11:56 -0400)]
Replace supported admonitions with rst directives

See: http://docutils.sourceforge.net/docs/ref/rst/directives.html#specific-admonitions

Change-Id: I33879d4a2ea272d9fb9bc71479342817310923ab
Signed-off-by: Colin Dixon <colin@colindixon.com>
(cherry picked from commit 1ec3ddaacecd10bbfa3caf1e43b080f1f63895cb)

7 years agoNote that nested formatting isn't supported 26/46926/1
Colin Dixon [Tue, 11 Oct 2016 18:52:47 +0000 (14:52 -0400)]
Note that nested formatting isn't supported

Change-Id: I0ab7e8ccb179df3fc099c8698755a93a5de3cfa2
Signed-off-by: Colin Dixon <colin@colindixon.com>
(cherry picked from commit 11c2acdbd0a11a7d4e29b2b06629ad37d8c3f48b)

7 years agoUpdated git submodules
Anil Belur [Fri, 14 Oct 2016 01:36:07 +0000 (11:36 +1000)]
Updated git submodules

Project: releng/builder master a56f12518446d42c7c8167198e8be60e85c645e6

Migrate all jobs to use new mvn shortnames

This is a follow up patch (for change 46811) to use new mvn33 profile
name for Maven path. The patch replaces all occurances of {mvn33},
{mvn32} with new shortname mvn33, mvn32.

Change-Id: I40ca16e8ab89c151f111f534752e3a5ea7cb24c4
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Jamo Luhrsen [Thu, 13 Oct 2016 19:34:05 +0000 (12:34 -0700)]
Updated git submodules

Project: integration/test master f964ab1520ff2a1508367b25280e07646281406c

add VTN_INVENTORY_NODE_API variable

a recent VTN test patch [0] introduced this new variable to Variables.py
and this will keep Variables.robot in sync with that as we are hoping
to eventually start only using Variables.robot

[0] https://git.opendaylight.org/gerrit/#/c/45617/

Change-Id: I4d051689ed4dad108a794db51090c330dea790aa
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Thu, 13 Oct 2016 23:03:52 +0000 (16:03 -0700)]
Updated git submodules

Project: integration/test master 5aa8acd48da86908a0bec3bf5626cc54f0ac3633

remove argument that is no longer needed in flow verify keyword

Change-Id: I9c1e5b9fd79067d8d30f794d2987cac1b04fe3f2
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Thanh Ha [Fri, 14 Oct 2016 00:29:58 +0000 (00:29 +0000)]
Updated git submodules

Project: releng/builder master 4da04073ef0bb40c34833941480bf3fcb8979506

Merge "Preserve property files to trigger test jobs"

Preserve property files to trigger test jobs

The tigger to the ingetration-test jobs are in the publisher
section, while the workspace gets cleaned up at the end of builders
resulting in downstream jobs to fail, as the property file is not found
once the workspace is cleaned up.

As a workaround we have to preserve the variables.prop file for the
autorelease jobs to tigger the downstream jobs, which is accomplished
excluding the file.

Change-Id: I7c023bcb70ea8f4ec4bd9cf648e37a5748ee111c
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Luis Gomez [Tue, 11 Oct 2016 19:03:41 +0000 (12:03 -0700)]
Updated git submodules

Project: integration/test master e70dd17a598fd3e1d0854ee5266e5e256fa362ea

Refactor flow service test

Adjust flows and suites for OVS 2.5
Remove redundant Flows OF13 suite
Remove CPqD group/meter suites
Add suite for reconciliation
Add suite for bug 6917
Clean up Utils.robot

Change-Id: I3a09691e8fb92986761be4dbcb96163730aa6d2c
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoUpdated git submodules
Luis Gomez [Thu, 13 Oct 2016 20:19:43 +0000 (20:19 +0000)]
Updated git submodules

Project: releng/builder master cdd3c3e2a2b7267f547f136621867126712c50c6

Merge "Add RAM for dsbenchmark job"

Add RAM for dsbenchmark job

Change-Id: I203e058f57c31fe60c9435a53eafd7676f85f277
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Vratko Polak [Thu, 13 Oct 2016 17:53:07 +0000 (19:53 +0200)]
Updated git submodules

Project: integration/test master b4ebac7f422652c2b5ca75b8b143436b610a9248

Add a suite for checking distribution size

Change-Id: I663497e33c6e7457d2204f3d6116f90ea25ebbda
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Karthik.S [Thu, 15 Sep 2016 12:43:21 +0000 (18:13 +0530)]
Updated git submodules

Project: integration/test master 560088bee640f46d8ea5769e3d1f261b2d95850c

Add keyword to debug VTN CSIT failed test cases

Change-Id: I6d93c5df3daa996ab4df955e516ad26284e91411
Signed-off-by: Karthik.S <siva-karthik@hcl.com>
7 years agoUpdated git submodules
Vratko Polák [Thu, 13 Oct 2016 15:11:01 +0000 (15:11 +0000)]
Updated git submodules

Project: releng/builder master e7b910fbfd96a70e8459e5adbc4b205d8e1a729c

Merge "Add sfc features and update carbon project branch"

Add sfc features and update carbon project branch

* Update the stream field inside the sfc full-deploy yaml to the
current Carbon release.

* Added "only" scope, as it was identified an issue in sfc functionality
when odl-integration-compatible-all feature is installed.

* Add needed sfc features to make the following commit work correctly:
https://git.opendaylight.org/gerrit/45819/ These features ensure
the flow entries installation in the service-function-forwarders and
classifiers.

Change-Id: I487c65828a01b8f309ea34862a718a6420722c10
Signed-off-by: ejisfza <jose.luis.franco.arza@ericsson.com>
7 years agoUpdated git submodules
Michael Vorburger [Thu, 13 Oct 2016 13:01:03 +0000 (15:01 +0200)]
Updated git submodules

Project: odlparent master d5aecae24fb4204513a96c4e632ca85dbc41f81a

Have slf4j-simple as an "always there" <scope>test dependency.

The "always there" as in always, literally, not just in
<dependencyManagement>.  This makes sense because in (unit and
component, not integration) tests you want logging to "just work" - you
don't want to have to remember to add slf4j-simple yourself as a
dependency every time (and you certainly don't want to have to add
logback every time, and configure it with an XML or properties; for
every project).

Also the problem with manually adding a slf4j-simple dependency to
projects with tests is that there is a risk of it getting accidentally
removed, because "mvn dependency:analyze" will find it's "not needed";
as happened e.g. in
https://git.opendaylight.org/gerrit/#/c/45090/6/vpnservice/aclservice/impl/pom.xml

Change-Id: I5af53bbd8d69ad5cebac08f97225c2f9cbe60ab7
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Tom Pantelis [Thu, 13 Oct 2016 06:06:39 +0000 (02:06 -0400)]
Updated git submodules

Project: odlparent master 0f3421b7ac3b48f10e59d01d856b523a317e303f

Allow '_' in checkstyle PackageName rule

The JLS allows '_' in package names but the default checkstyle regex
pattern for the PackageName rule doesn't. Underscores shouldn't normally
be used but the yang code generator can generate package names with
underscores. We can exclude most yang-generated code from checkstyle but
the CSS code generator places some classes under src/main/java to be
completed (ie *Module classes) so we need the regex pattern to allow
underscores.

Change-Id: I14fdb1955499d5684b1bdaeabd188f7d425caf60
Signed-off-by: Tom Pantelis <tpanteli@brocade.com>
7 years agoUpdated git submodules
lbuckuli [Tue, 11 Oct 2016 14:55:06 +0000 (14:55 +0000)]
Updated git submodules

Project: integration/test master 9d7859024cdd79b7029726abfee5a332d74c22e0

Convert suites from ODL_VERSION to CompareStream

Change-Id: I4ec6174a8890caab96de22598c1f9a6388ffc50b
Signed-off-by: lbuckuli <lbuckuli@cisco.com>
7 years agoUpdated git submodules
Tomas Cere [Thu, 13 Oct 2016 08:38:28 +0000 (08:38 +0000)]
Updated git submodules

Project: netconf master 76f01c6cd12b82627e5c0118872eb199356b4b9d

Merge "Bug 6679 - api explorer creates false examples"

Bug 6679 - api explorer creates false examples

Api explorer created false examples when yang has two data nodes with
same name in different containers or lists. It compared name of data
nodes rather than whole path to the data node which result to creting
examples of same types even if they should be different.

Fix examples by comparing the path to data node rather than just name
of the node.

Change-Id: I6f73fb37985fc78ad67ecc466ebfdfe569d7cd8d
Signed-off-by: miroslav.kovac <miroslav.kovac@pantheon.tech>
7 years agoUpdated git submodules
Tomas Cere [Thu, 13 Oct 2016 08:36:31 +0000 (08:36 +0000)]
Updated git submodules

Project: netconf master 5c45e8b290e2bbe5831c786af2a94dacc0c224bb

Merge "Bug 6272 - support RESTCONF PATCH for mounted NETCONF nodes"

Bug 6272 - support RESTCONF PATCH for mounted NETCONF nodes

- solution for Restconf draft17
- make mount point service available when identifier is parsed
- added unit tests

Change-Id: Ie3c5cdc9cbcb10360ac9d0a082eab52efba75674
Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
7 years agoUpdated git submodules
Tomas Cere [Thu, 13 Oct 2016 08:35:55 +0000 (08:35 +0000)]
Updated git submodules

Project: netconf master 4847272a67171a28011d1c1395a866e1cdd7c973

Merge "Bug 6746 - Restconf: Not working GET operation on mount points"

Bug 6746 - Restconf: Not working GET operation on mount points

- support for reading data on mount points
- improved merge for config and state data:
when identifiers for data in config and state are the same
then merge must by done at one level down, otherwise state
overrides config or vice versa
- identiers are parsed to identifiers context with reference
to mount points when data are behind mount point
- adapted and added unit tests

Change-Id: Iacc45946cc284ae8936f600f5af522926d39c216
Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
7 years agoUpdated git submodules
Tomas Cere [Thu, 13 Oct 2016 08:34:24 +0000 (08:34 +0000)]
Updated git submodules

Project: netconf master bd7dae9c69cbac455513f6111cf00aa003e56465

Merge "Implement TesttoolParams.toString() via reflection"

Implement TesttoolParams.toString() via reflection

Change-Id: I2222fcf8b5d95a343f107ed3acd557fbfdf40f42
Signed-off-by: Andrej Mak <andrej.mak@pantheon.tech>
7 years agoUpdated git submodules
lbuckuli [Thu, 29 Sep 2016 16:29:09 +0000 (16:29 +0000)]
Updated git submodules

Project: integration/test master dd8f2cc400082ac6b70a8644de0243d1f83dc21d

Edited suites to use norm_json.py instead of HsfJson

Change-Id: I3cf78a44420f6e7e18b90ae4c87cc352a327f334
Signed-off-by: lbuckuli <lbuckuli@cisco.com>
Signed-off-by: Shrutika Ingole <Shrutika.Ingole@pantheon.tech>
7 years agoUpdated git submodules
Thanh Ha [Thu, 13 Oct 2016 03:29:04 +0000 (03:29 +0000)]
Updated git submodules

Project: releng/builder master e37e75ec6759746119c04393671b757f027772f0

Merge "Purge un-needed references to lithium stream"

Purge un-needed references to lithium stream

+ Mostly removed comment lines from {project}.yaml (and similar) files.
+ Releng template comments updated to mention boron and carbon.
+ Removed if from autorelease distribution version detection script.
+ Added FIXMEs to references in neutron project files.
+ Updated comment on Bgpcep *-all features.
- Remaining references are for Openflowplugin Lithium redesign, relevant even for Carbon.

Change-Id: Ifb82e3ef9c3e248c7d2a9964d69333c3dd8f94c7
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Lorand Jakab [Fri, 30 Sep 2016 21:19:03 +0000 (14:19 -0700)]
Updated git submodules

Project: integration/test master 120fc9139e41761b01b46ae1f5869c64b4b73b06

Revert "Added command to activate virtualenv for csit jobs in"

Since https://git.opendaylight.org/gerrit/#/c/46124/ was merged, this
shouldn't be necessary anymore.

This reverts commit ae9f1acf3843d0a49a69fa1f14e4d10293a0fe0d.

Change-Id: I439ec8eba3979eee5b8277bd3b5e07d4c6c04948
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Wed, 12 Oct 2016 23:43:37 +0000 (23:43 +0000)]
Updated git submodules

Project: releng/builder master c695d3d5ba767c43e930a09983ef969c41ce5396

Merge "Refactor flow service test"

Refactor flow service test

Change OVS 2.0 -> OVS 2.5
Add table miss feature for OVS 2.5
Adjust FRS test to check functionality (add flow stats delay)
This change requires https://git.opendaylight.org/gerrit/#/c/46797

Change-Id: Ida2bfc316f1770358d9f7e604f4201d5813cb6c0
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoUpdated git submodules
Anil Belur [Wed, 12 Oct 2016 22:07:35 +0000 (22:07 +0000)]
Updated git submodules

Project: releng/builder master 2e12815a9b39b8ff7617dc78f597568eaa46206b

Merge "Fix rsync script not picking up subprojects correctly"

Fix rsync script not picking up subprojects correctly

Patch the rsync script to pick up subprojects in the correct path. This
patch actually simplifies the rsync script to pull all of
org/opendaylight rather than looping each project.

Originally we were rsyncing from ~/.m2/repository so it was necessary to
run the loop to ensure we only pick up projects built by autorelease as
at one time the ODL CI was sharing the local maven repo and build
minions were reused so could accidently pick up old build artifacts.
This is no longer the case.

Change-Id: I0b7a313cf147bc0fd6e3f2dc671aa3ab5f8e50d3
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
gvrangan [Tue, 11 Oct 2016 23:25:48 +0000 (23:25 +0000)]
Updated git submodules

Project: integration/test master eeb29504878b5088f9c1eab167e8742d3d5888ed

Fix VTN Coordinator Boron Tests

The download URL needed to be fixed.

Change-Id: Ic7499439182e6dd77fd2162ecc969e114845fde7
Signed-off-by: gvrangan <venkatrangang@hcl.com>
7 years agoUpdated git submodules
Abbas Pareedkunju [Tue, 4 Oct 2016 11:22:16 +0000 (16:52 +0530)]
Updated git submodules

Project: integration/test master 2a527f06cecf308d33a425c3f85bfa2d4089f9cd

ITM Testcases to Create, Delete and Get Tunnels

Change-Id: I42852903471c3d9c43aba1c435bae549a3901d85
Signed-off-by: Abbas Pareedkunju <abbas.pareedkunju@tcs.com>
7 years agoUpdated git submodules
Thanh Ha [Wed, 12 Oct 2016 17:28:14 +0000 (17:28 +0000)]
Updated git submodules

Project: releng/builder master 3807ee99f45f4269ac6c7ccd94fe3b4238e7b64f

Merge "Restore older OpFlex build streams and further fixes to carbon build"

Restore older OpFlex build streams and further fixes to carbon build

* Set up templating variables to allow changing dependencies only for
  new release streams without disrupting old ones.
* OVS library header fixup for carbon build

Change-Id: Iae3fdffcd1cfda68419e4e4a9cc3129505ee2ee8
Signed-off-by: Rob Adams <readams@readams.net>
7 years agoMerge "Update Unimgr Documentation for Boron Release" into stable/boron
Colin Dixon [Wed, 12 Oct 2016 17:21:49 +0000 (17:21 +0000)]
Merge "Update Unimgr Documentation for Boron Release" into stable/boron

7 years agoFix two typos 44/46844/1
David Suarez [Wed, 28 Sep 2016 17:53:17 +0000 (19:53 +0200)]
Fix two typos

Change-Id: Ia35f1a46a98914e455006b03b128f3e9a4b74adc
Signed-off-by: David Suarez <david.suarez.fuentes@ericsson.com>
(cherry picked from commit 62610ead50f93869d84919e53b88e1e11c2ff082)

7 years agoUpdated git submodules
lbuckuli [Thu, 6 Oct 2016 16:25:15 +0000 (16:25 +0000)]
Updated git submodules

Project: integration/test master 933a913bf8c31422fd6b4b6f8bc5cd25245bd963

Improving TemplatedRequests to support stream specific template

Change-Id: I1ceca336796924b995cda9bad1e6e6727be25993
Signed-off-by: lbuckuli <lbuckuli@cisco.com>