docs.git
7 years agoUpdated git submodules
Michael Vorburger [Mon, 19 Jun 2017 11:21:52 +0000 (13:21 +0200)]
Updated git submodules

Project: netvirt master b0a5086f16acf9d9bd5a38eea1a0715625744aa0

Move fibmanager-shell blueprint.xml from OSGI-INF/blueprint to org/opendaylight/blueprint

This may (?) fix the SFT failing to find the DataBroker, as discussed on follow-up to
https://lists.opendaylight.org/pipermail/netvirt-dev/2017-June/004770.html; and if
this does fix that SFT problem, then this was an indirect impact of
https://git.opendaylight.org/gerrit/#/c/54885/.

This also reverts both https://git.opendaylight.org/gerrit/#/c/59105/ private field,
and the availability="optional" from https://git.opendaylight.org/gerrit/#/c/59051/

Change-Id: I856c0f4311a02a5380512496619aee74cf70ee2e
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Thanh Ha [Mon, 19 Jun 2017 15:36:56 +0000 (15:36 +0000)]
Updated git submodules

Project: releng/builder master 09646d0a818928a78c1aa778477722e2a46d8484

Merge "Use pipdeptree instead of pip freeze"

Use pipdeptree instead of pip freeze

Change-Id: Iae64d7e49393e79bf2906da0d65f0ee350051efb
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Fri, 16 Jun 2017 12:08:26 +0000 (14:08 +0200)]
Updated git submodules

Project: odlparent master 3fa9f96141eb9d621007435755770fe55a7a008b

Bump Xtend 2.11 → 2.12

https://eclipse.org/Xtext/releasenotes.html#/releasenotes/2017/05/25/version-2-12-0

Change-Id: I538fed69d39af0c493d0eda6642601b1a28a3c7d
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Robert Varga [Mon, 19 Jun 2017 14:13:49 +0000 (16:13 +0200)]
Updated git submodules

Project: releng/builder master ad5661e545b79100e1dd220ab319423df06a07ad

Do not run javadoc:aggregate in bgpcep

Other projects are not using it either, so let's keep
things consistent at least for nitrogen.

Change-Id: I5cf0a2ad6bdb032f8462ea5a97749d1b8cb6f32f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
7 years agoUpdated git submodules
Stephen Kitt [Mon, 19 Jun 2017 11:14:58 +0000 (13:14 +0200)]
Updated git submodules

Project: odlparent master 485702c63686fd991c7b72e93a302d87eefc49bf

Bump to 2.0.0-SNAPSHOT

Since we’ve introduced breaking changes, we need to bump to
2.0.0-SNAPSHOT. (Thanks to Michael for pointing out the error of my
ways!)

Change-Id: Ic79385b234526ca0ab72180dbe2664351ed680ab
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Faseela K [Tue, 13 Jun 2017 11:19:31 +0000 (16:49 +0530)]
Updated git submodules

Project: genius master 90bebccea33f4876dd84841e9c08f450a11cebc6

changing karaf3 to karaf4 for genius features

Change-Id: I5ddc6382cbe1fd1d3cc6b17ccf8b35cffe9917be
Signed-off-by: Faseela K <faseela.k@ericsson.com>
7 years agoUpdated git submodules
Stephen Kitt [Fri, 16 Jun 2017 12:07:29 +0000 (14:07 +0200)]
Updated git submodules

Project: odlparent master a6f3b7c2fa8350ddf247ee6fba4f56824791cd2a

Bump git-commit-id-plugin 2.2.1 → 2.2.2

Change-Id: Id73ca8bee3b8b048ad3f277b2bc40dced19c6b37
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Lorand Jakab [Wed, 14 Jun 2017 01:57:37 +0000 (04:57 +0300)]
Updated git submodules

Project: odlparent master 9dc34524911970231ba84a03261df2c43a7916da

Remove '4' suffix in applicable artifact names

During the Karaf 4 migration, while both Karaf versions coexisted it
was necessary to have a different artifactId for Karaf 4 features and
feature repositories produced by odlparent. After Karaf 3 is removed,
this is no longer necessary, and this patch removes the '4' from
applicable directory, artifact and property names.

Change-Id: Ib6446a86a75a1a4b9637e73b71aca640a22807f4
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
7 years agoUpdated git submodules
Michael Vorburger [Tue, 13 Jun 2017 17:17:39 +0000 (19:17 +0200)]
Updated git submodules

Project: odlparent master e178c83923d72b0fbc99be88ff4d73f7afdea7a0

Remove all Karaf 3 Artifacts (now Karaf 4, only)

Change-Id: I4e60779869d8d4cb4760c1327f4abf238be98ddd
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Fri, 16 Jun 2017 14:05:42 +0000 (16:05 +0200)]
Updated git submodules

Project: netvirt master 79e44349ae587fac844ae0211047b50fe95ac6d9

Fix null Optional instantiations

Optional type variables must never be null.

Change-Id: I86af0a9c11dca31b00d72818210d0afb0bcbcff9
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Fri, 16 Jun 2017 13:10:31 +0000 (15:10 +0200)]
Updated git submodules

Project: netvirt master 58ad088f01918eedbd1d0bd0ff59381cf0bf720b

Restore VRF imported routes case

In createLocalFibEntry, localNextHopInfo is always null. It used to be
initialised in what became the forEach() loop; this patch restores a
standard foreach loop and tracks whether local next hop info has
actually been seen.

Change-Id: I9dc7a041a1010f7f85003bd225d75f2d03a7d076
Signed-off-by: Stephen Kitt <skitt@redhat.com>
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
mor.zvi [Sun, 5 Mar 2017 13:37:57 +0000 (15:37 +0200)]
Updated git submodules

Project: integration/test master 31fb94bf9f599c61cc683f2d5d5493bc314942f3

Enable some ipv6 tempest.scenario cases

Change-Id: If16b2367fcaa9a2a4ee61db3e31095e4f2ebe3b6
Signed-off-by: mor.zvi <mor.zvi@hpe.com>
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Luis Gomez [Sat, 17 Jun 2017 19:49:36 +0000 (12:49 -0700)]
Updated git submodules

Project: releng/builder master c4b23edec73340b9d8d3d28e9d31828afa480e35

Fix bundle URL dectection script

Both jenkins and nexus use similar URL structure:

*/artifact/version/artifact-version*.zip

Change-Id: I2eeef3484f9ae0b4732a45f9b5c93ec2703a5c5a
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoUpdated git submodules
Janki Chhatbar [Fri, 16 Jun 2017 06:20:15 +0000 (11:50 +0530)]
Updated git submodules

Project: netvirt master 61a0e34d73e5eb9cc71a46bb5aec977de30a3eb2

Minor code clean-up

Replace vrfEntry.getDestPrefix with localNextHopIP in createLocalFibEntry

Change-Id: I7f891ce9a692723829c749736e7f5d89011822d9
Signed-off-by: Janki Chhatbar <jchhatba@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Fri, 16 Jun 2017 12:58:08 +0000 (14:58 +0200)]
Updated git submodules

Project: netvirt master b53e6bdf8ab17e4f96d49d607c3eae0a7332b73c

Bug 8706: Restore null-check in createLocalFibEntry

checkCreateLocalFibEntry handles null gracefully, but dereferencing
localNextHopInfoLocal in the method call renders that useless.

Note that just following the forEach(), localNextHopInfo is always
null which suggests something got lost in the transformation...

Change-Id: If15cc4a881c2a1468c84a4e0cebb2a940465f33b
Signed-off-by: Stephen Kitt <skitt@redhat.com>
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Sridhar Gaddam [Fri, 16 Jun 2017 08:53:32 +0000 (14:23 +0530)]
Updated git submodules

Project: netvirt master a9fcbf93bb26471a39471ffb51b5110b9d57987b

Bug 8657: Fix for failure seen with IPv6 extra-route

Currently when programming an IPv6 extra-route, we see an
exception in Netvirt and the corresponding table-21 flow
is not programmed. This patch addreses this issue.

Change-Id: I5d8192dd4d095ecbb8f0c733a795953a34c48487
Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
7 years agoUpdated git submodules
eupakir [Thu, 15 Jun 2017 12:04:16 +0000 (17:34 +0530)]
Updated git submodules

Project: netvirt master a4a654424608839608ed326061886d6a6587f90e

Bug 8552 - [l3vpn]Stale flow entries not getting removed even when all the
VM config are deleted

FIB handling was being interrupted by and NPE, which led to stale remote
table-21 flows. This is because the GroupEntityBuilder has been modified
with respect to the way it adds BucketListInfo.
It tries to addALL the elements from the input List of buckets now, and
hence a null param causes NPE. This has been fixed.

Change-Id: Iafe20e405101c294ce56babbaf5ff0057be55ae7
Signed-off-by: eupakir <kiran.n.upadhyaya@ericsson.com>
7 years agoUpdated git submodules
Valentina Krasnobaeva [Thu, 15 Jun 2017 12:49:13 +0000 (14:49 +0200)]
Updated git submodules

Project: integration/test master d302a86c44b63aa6a4110ea7af2ae0721a759e78

OpenStackOperations.robot: format output

Make an output of "openstack router create" formatted, it makes test,
which are using OpenStackOperations.robot, more stable.

Change-Id: I70809cd9da2a7719728db05cc71e6e4717c3ca00
Signed-off-by: Valentina Krasnobaeva <valentina.krasnobaeva@6wind.com>
7 years agoUpdated git submodules
Valentina Krasnobaeva [Mon, 29 May 2017 09:50:23 +0000 (11:50 +0200)]
Updated git submodules

Project: integration/test master 3c90bb44094929ed6000ce09deed4d10fdfaf239

IPv6: refactor 01_basic_vpnservice.robot

Unify variables names and move some of them to netvirt/Variables.robot
lib for reusing it in future Ipv6 L3VPN basic tests.

Move some keywords and checks to OpenStackOperations.robot and
VpnOperations.robot libs as well, for having an ability to reuse it
future IPv6 L3VPN basic tests.

Change-Id: I812bbfb9d619d46e20fd05747212ab32c3933eb8
Signed-off-by: Valentina Krasnobaeva <valentina.krasnobaeva@6wind.com>
7 years agoUpdated git submodules
Vivekanandan Narasimhan [Fri, 16 Jun 2017 17:19:32 +0000 (22:49 +0530)]
Updated git submodules

Project: netvirt master 13611ba65c69a2d19d997d4daba0a9cbcecb278a

Fix SingleFeatureTest breakage on fibmanager-shell bundle

Looks like the build breakage happened via landing:
https://git.opendaylight.org/gerrit/#/c/58554/

Change-Id: Iddc3ac721e130ab46271624de1c0550aade087cf
Signed-off-by: Vivekanandan Narasimhan <n.vivekanandan@ericsson.com>
7 years agoUpdated git submodules
Faseela K [Sat, 17 Jun 2017 00:37:39 +0000 (00:37 +0000)]
Updated git submodules

Project: genius master 6f4a4e5d7e76bd2ed3453a8c9038c523281e4125

Merge "Bug 8146:BFD tunnel monitoring interval update fix"

Bug 8146:BFD tunnel monitoring interval update fix

Added support for dumping more caches
Caches were not getting cleared correctly. Fix to remove tunnels from Cache whenTEPs are deleted.

Change-Id: I4bbc5e203cf90f81ba9b9b70818c4972d05ef2c6
Signed-off-by: Hema Gopalakrishnan <hema.gopalkrishnan@ericsson.com>
7 years agoUpdated git submodules
Daniel Farrell [Sat, 10 Jun 2017 21:30:07 +0000 (17:30 -0400)]
Updated git submodules

Project: integration/packaging master d5911bb92cc6033b350c3dc6071f859bf42dcc99

Major docs update

Change-Id: I56396daabbdbe213dee61992533335be38ff70d0
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Fri, 16 Jun 2017 23:48:59 +0000 (23:48 +0000)]
Updated git submodules

Project: releng/builder master 63e9993ad921bad51c005e410942287368308229

Merge "Add OVSDB TLS connection tests in AAA project"

Add OVSDB TLS connection tests in AAA project

Feature odl-ovsdb-southbound-impl-ui added to features to install.
Added tools_system_image: Ubuntu 14.04 - mininet-ovs-25 - 20170210-0300.

Change-Id: Ie72a00a32bee59f0446606344625184fc097fcb2
Signed-off-by: Ricardo Riolobos Sanz <ricardo.riolobos.sanz@ericsson.com>
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Luis Gomez [Fri, 16 Jun 2017 03:24:16 +0000 (20:24 -0700)]
Updated git submodules

Project: integration/test master fbf52a16d32c4feb70263caddfec05c2dc796bc6

Add test logging in karaf console

Change-Id: I3b96e98cceaef9445e648b35fa6073cd9748bb05
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoUpdated git submodules
Thanh Ha [Fri, 16 Jun 2017 15:30:09 +0000 (15:30 +0000)]
Updated git submodules

Project: releng/builder master 5c48c347ec44665ae8af06020cc4825658aadb73

Merge "Autorelease Nitrogen to upload K4 distro"

Autorelease Nitrogen to upload K4 distro

Change-Id: I7389377dc3f160500ad5443570c4f8e89cce7b8e
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoUpdated git submodules
Stephen Kitt [Tue, 23 May 2017 08:19:40 +0000 (10:19 +0200)]
Updated git submodules

Project: genius master 109efe0fcf18fd01559755a126e54e8df9f2dcee

Remove uses of Optional for conditionals

Optional instances should never be constructed just to facilitate
conditional handling of the form

    Type variable = ...
    if (variable != null) {
        ...
    }

Turning this into

    Optional<Type> variable = Optional.ofNullable(...);
    variable.ifPresent(value -> ...);

causes more GC activity and makes the code harder to read (and
analyse).

This patch doesn’t address the issue of whether the values in question
are actually nullable.

Change-Id: Ieb48152cacc721a77473f4229d595b8486561bc3
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Robert Varga [Tue, 13 Jun 2017 22:51:12 +0000 (00:51 +0200)]
Updated git submodules

Project: odlparent master aa8566a4c595cf6475691aaaf15b4a29810dd793

Bump PMD plugin

Change-Id: Ica5d0d9e0751ee058ed97d0f06a5704c2223f7ca
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
7 years agoUpdated git submodules
Stephen Kitt [Wed, 14 Jun 2017 16:29:41 +0000 (18:29 +0200)]
Updated git submodules

Project: aaa master 60d9e9e71e3dbbdee219b365cf016f36bfb96d51

Bump OLTU 1.0.0 → 1.0.2

Change-Id: I72780529787438b67e8d2393f631b194c60f56fd
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Thanh Ha [Tue, 13 Jun 2017 00:27:15 +0000 (20:27 -0400)]
Updated git submodules

Project: odlparent master 37ee2234470e5932c6f312cd52a493f265266345

Use groupId and version from parent

To keep things consistent inherit artifact group identifiers and
versions from their parent. Use the same version everywhere.

Note that checkstyle and license bundles are getting a version bump to
1.9.0-SNAPSHOT as a result.

Change-Id: I3640869b59cc1e452155e59d19a77e1abacd5454
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Robert Varga [Tue, 13 Jun 2017 22:53:15 +0000 (00:53 +0200)]
Updated git submodules

Project: odlparent master 81546679e6ef3d14e1de7b85b734c6df03b03540

Bump logback version

Bumps to latest 1.2.2.

Change-Id: I02a0bf1210197d4b6e59d5ba8eba17e9e5ee42e9
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
7 years agoUpdated git submodules
Sam Hague [Thu, 15 Jun 2017 23:07:42 +0000 (19:07 -0400)]
Updated git submodules

Project: netvirt master 0e1d866844a1876cab7d47db8f5d66ba1b5e7816

Use optional for dataBroker

Change-Id: Ifa83b22b5868ad024557b8a9c6ca9297c24a636a
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Thu, 15 Jun 2017 22:38:09 +0000 (22:38 +0000)]
Updated git submodules

Project: releng/builder master 1cf391d4911d3a4768db0aa6d6f254f47c963538

Merge "Do not archive dependencies.log"

Do not archive dependencies.log

We do not want to use Jenkins as an archiving service.

Change-Id: Iee3dc16a14840528e9e10447e230397c8f1a6ac3
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Valentina Krasnobaeva [Thu, 15 Jun 2017 12:02:20 +0000 (14:02 +0200)]
Updated git submodules

Project: integration/test master 7d43097353ba885f57a3bc1ed79249257344d9b1

netvirt: fix for openstack router set command

Due to migration to Openstack CLI in OpenStackOperations.robot and
DevstackUtils.robot, introduced in the following commit
02eb3418af8de2831ad8a5aa1d119746fffd1bac ("Migrate to Openstack CLI"),
appropriate fixes are needed for ${RT_OPTIONS} and ${RT_CLEAR}
variables, which are holding arguments of "openstack router set"
command.

Change-Id: I0b536af35e986d21aa0d1772d6c62b4e7b5eda28
Signed-off-by: Valentina Krasnobaeva <valentina.krasnobaeva@6wind.com>
7 years agoUpdated git submodules
Thanh Ha [Tue, 13 Jun 2017 20:22:15 +0000 (16:22 -0400)]
Updated git submodules

Project: netvirt master a4bce8440cb2fe0506c47ec94370346d9b0110b8

Migrate to odlparent 1.9.0

Change-Id: I391eebe5ced41262379b292ba7e50b941cedd50b
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Janki Chhatbar [Mon, 5 Jun 2017 08:48:31 +0000 (14:18 +0530)]
Updated git submodules

Project: netvirt master b9121477004a4b3c0d7b0ff1302e6a1c6d2dcf7b

Bug 8520 - NPE at org.opendaylight.netvirt.vpnmanager.arp.responder.ArpResponderUtil.getActions

Donot setup Arp Responder flows to External Netwrok if GW router MacAddress is Null.

Change-Id: I0a013c3d43199a56786fd7f4a788521617f3df7c
Signed-off-by: Janki Chhatbar <jchhatba@redhat.com>
Signed-off-by: cgowdru <chetan.arakere@altencalsoftlabs.com>
7 years agoUpdated git submodules
Michael Vorburger [Wed, 14 Jun 2017 13:38:51 +0000 (15:38 +0200)]
Updated git submodules

Project: federation master 53971fce51da881659a9c3cd6873c2fd357ef129

Add missing xml:config to federation-service-impl

see https://lists.opendaylight.org/pipermail/netvirt-dev/2017-June/004692.html

Change-Id: Ic1aff622c5b5b614534126ea1b0778434e5afaed
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Ryan Goulding [Thu, 15 Jun 2017 19:11:06 +0000 (15:11 -0400)]
Updated git submodules

Project: aaa master c945f874730fd023b334218de39e1b3f7fde326c

Final removal of Activators in shiro and shiro-act

aaa-shiro and aaa-shiro-act are now completely wired using
blueprint instead of Activators or the configuration subsystem.

This patch fixes documentation and does the final removal of
the Activator.

Change-Id: Ib0679e24bfda764adfca58d5e666bab0366b926f
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
7 years agoUpdated git submodules
Ryan Goulding [Tue, 17 Jan 2017 23:50:50 +0000 (18:50 -0500)]
Updated git submodules

Project: aaa master 86a4c6fbbd8e32a4d83e9fc248c2c98bcd899c99

Convert aaa-shiro-act to blueprint

Change-Id: I11cc228b7b584fa7220212d20e98c9ae3ae32fec
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Thu, 15 Jun 2017 00:01:54 +0000 (17:01 -0700)]
Updated git submodules

Project: releng/builder master 7b0ad93482e401875ec7785d4c3a6c17be4041e2

Use hardcoded karaf4 bundle-url for nitrogen

In the case of nitrogen we want to run netvirt CSIT
with the netvirt project created karaf4 distribution

Change-Id: I2e086a959524bfc7d16730fb4c7ab84f96a90225
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Thanh Ha [Tue, 13 Jun 2017 15:56:40 +0000 (11:56 -0400)]
Updated git submodules

Project: odlparent master 9e9e92958ed1b9bf47996d23f90bc019928c822c

Bump odlparent for next dev cycle

Change-Id: Iae69f160b89e59ade8f3efade03f2c18d3ba9806
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Faseela K [Thu, 15 Jun 2017 16:50:28 +0000 (22:20 +0530)]
Updated git submodules

Project: integration/test master 8f4eb759cbf9932322fb91dc77f8e79104c7cbd2

Fix issues with genius script plans

Change-Id: I39d210ef3902901f658939170ffdb4759e60e24b
Signed-off-by: Faseela K <faseela.k@ericsson.com>
7 years agoUpdated git submodules
David Suarez [Tue, 23 May 2017 23:47:25 +0000 (01:47 +0200)]
Updated git submodules

Project: infrautils master 057006eff21115decb568a757d883ecf2e9e34c4

Fix issues in checkstyle enforcement for module counters-impl

- Copyright section
- Order imports
- Improve exception handling to avoid IllegalCatch
- Enforcement in pom.xml

Change-Id: I687c97eaf2d4f32a02c0a2eafb35033fd5cc80f2
Signed-off-by: David Suarez <david.suarez.fuentes@ericsson.com>
7 years agoUpdated git submodules
Faseela K [Thu, 15 Jun 2017 06:52:02 +0000 (12:22 +0530)]
Updated git submodules

Project: integration/test master 369706e1243f62de32f9edd9fbc5c5f205a9c754

Rename genius scriptplans

Rename genius scriptplans to align to the changes in releng/builder

Change-Id: I7bbc2b954810ff40c5cf2489079a34c7edc7dca8
Signed-off-by: Faseela K <faseela.k@ericsson.com>
7 years agoUpdated git submodules
Michael Vorburger [Thu, 15 Jun 2017 15:02:10 +0000 (15:02 +0000)]
Updated git submodules

Project: genius master d9e75c66ead228c0e45cb9f8ae5a374c8102de8f

Merge "Use TestEntityOwnershipService that's now in controller"

Use TestEntityOwnershipService that's now in controller

following https://git.opendaylight.org/gerrit/#/c/58089/

Change-Id: If0626ef349e16469cef14504ae6b11595030dad2
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Thu, 15 Jun 2017 15:00:24 +0000 (15:00 +0000)]
Updated git submodules

Project: genius master 50c0639a0d7ab0fbfedb39c04b5e310c8791ef34

Merge "Listener base classes should not throw exception if close()'d "

Listener base classes should not throw exception if close()'d

for AsyncClusteredDataTreeChangeListenerBase and
AsyncDataTreeChangeListenerBase, by introducing a new
ShutdownLoggingExecutorService infra util. related to -1 discussion in
https://git.opendaylight.org/gerrit/#/c/57004/

This is an alternative proposal to the ShutdownLoggingExecutorService
idea from https://git.opendaylight.org/gerrit/#/c/57156/

Change-Id: I5884a188fb5ea3581f99cc559acb158ed370ed7b
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Ryan Goulding [Mon, 5 Jun 2017 16:26:32 +0000 (12:26 -0400)]
Updated git submodules

Project: aaa master fa788d671d547242e399ef5e3566166ca613d719

Bug 8437: Collapse Services and transition to blueprint

One of the major focuses of the Nitrogen release surrounds service stability
in Karaf.  Hitherto, AAA has made use of a wide variety of service wiring
techniques, some effective, some not so great.  The service wiring really
was composed of three forms:
1) blueprint (good)
2) CSS (removed in previous patches and replaced by #1)
3) felix dependency management, which is really old and required long waits
   to properly wire various components

Since #2 was already removed, this patch removes #3, which is the wiring of
services through ServiceTrackerCustomizers and the singleton ServiceLocator.
ServiceLocator still exists in this patch;  to remove it here would make the
patch much too large, but it will be refactored in a followup patch.

For now, what is done is the following:
1) removal of aaa-authn bundle.  This bundle contained Builders and utility
classes common to aaa-idmlight and aaa-mdsal-store bundles.  They are
implementation details, and thus not candidates for odl-aaa-api.  They were
put in odl-aaa-shiro, as eventually odl-aaa-mdsal-cluster will eventually be
removed and replaced with functionality built directly into odl-aaa-shiro
(see https://git.opendaylight.org/gerrit/#/c/56744/)

2) removal of aaa-authn-basic.  This bundle really didn't provide much
more than HttpAuthBasic, which is really the only common impl of TokenAuth
used in AAA.  This bundle's functionality was relocated to odl-aaa-shiro.

3) removal of aaa-authn-sts.  STS stands for "single token store".  This
bundle also provided limited functionality, and really didn't make sense as
a completely separate service.

This patch focuses on the consolidation of several aaa bundles and services
into something more manageable directly in aaa-shiro.

Future work will:
1) remove the existing mdsal store in favor of the MDSAL based
   AuthorizingRealm.  Basically, the old mdsal store utilizes a lot of hacky
   code, reflection, etc. which can be cleaned and redefined to be more
   managable.  This will be removed in Oxygen, as we forgot to deprecate
   it in Nitrogen.  Messaging will be delivered to ensure that people use
   the new Realm approach once it is available.  This is again, not going
   to be the default store anyway in Nitrogen.

2) further refactoring of Services so that the aaa-idmlight and aaa-h2-store
   bundles are included directly in aaa-shiro.  Basically, it is really
   against OSGi architecture to have this many services providing such
   limited functionality.  Instead, we ought to provide them as part of a
   single service, and make configuration through clustered-app-config,
   cfg files, or some other more sane way than service injection.  The
   fact remains that we really want a more statically wired configuration
   that is consistent and easy to understand.

This is just part of many patches to clean the existing AAA implementation.

Change-Id: I740a667278f2ff64daff5e3602ddc5586fe23733
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
7 years agoUpdated git submodules
David Suarez [Wed, 14 Jun 2017 23:12:20 +0000 (01:12 +0200)]
Updated git submodules

Project: aaa master b028d0fb91ff7957c60f760d7da71d129ee248c9

Fix Remove Role command

The Remove Role command was actually removing the user with roleId
instead of the role.

Change-Id: I8564c35d658a6367dbf3e16eab23f46803119721
Signed-off-by: David Suarez <david.suarez.fuentes@ericsson.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Wed, 14 Jun 2017 23:31:55 +0000 (23:31 +0000)]
Updated git submodules

Project: releng/builder master 347dd3417f85f06c999e7e9059de4df34bf57589

Merge "Update Ubuntu 1404 with 1604 mininet-ovs-25 images"

Update Ubuntu 1404 with 1604 mininet-ovs-25 images

All the mininet images are updated with Ubuntu 16.04 as per
thread since CSIT jobs are still using the outdated 14.04 images:
https://lists.opendaylight.org/pipermail/dev/2017-March/003484.html

Change-Id: Ie898c8e22d12e0bc167ccaabb7470d0b5d6033ac
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Jamo Luhrsen [Wed, 14 Jun 2017 23:31:46 +0000 (23:31 +0000)]
Updated git submodules

Project: releng/builder master 0ee3c05331b174e1be5d2adad43b9bdaae50ffb1

Merge "Update Ubuntu 14.04 mininet images"

Update Ubuntu 14.04 mininet images

Change-Id: Ib2cf297757d048d612c3229480f1c9c8cacba26f
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Jamo Luhrsen [Wed, 14 Jun 2017 23:31:32 +0000 (23:31 +0000)]
Updated git submodules

Project: releng/builder master 8d12b324463c0e3357d7eb2f52e63319d0ef9068

Merge "Update CentOS7 docker images"

Update CentOS7 docker images

Change-Id: I8412fa541c0895a00a0f71ffe6cd53d17b91399d
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Jamo Luhrsen [Wed, 14 Jun 2017 23:31:22 +0000 (23:31 +0000)]
Updated git submodules

Project: releng/builder master b30e58394f7c9e1c7c354922cf2a27a83a0df15e

Merge "Update CentOS7 devstack-newton images"

Update CentOS7 devstack-newton images

Change-Id: I3e13336fb5786c3fef732c44ca2b0de83d14e527
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Ryan Goulding [Wed, 31 May 2017 19:11:18 +0000 (15:11 -0400)]
Updated git submodules

Project: aaa master 5a088960da6dbd581e083ecce02c4f189aa35f20

Move local karaf distribution to karaf4

Move the local karaf distribution to karaf4.  Also adds a
missing artifact to the artifacts pom.

Change-Id: I881794d3d3cdc22ed9776f87480b8c9437434e71
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
7 years agoUpdated git submodules
Michael Vorburger [Wed, 14 Jun 2017 16:19:09 +0000 (18:19 +0200)]
Updated git submodules

Project: infrautils master 986d1413f117c2708a07933b182d0c9eb2ffcddc

Fix diagstatus' wrong odlparent & jobcoordinator missing versions

Change-Id: Ibcf0457c4ce1ac165fc4b6875a7647d4c9eafa17
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Len [Thu, 1 Jun 2017 18:26:38 +0000 (11:26 -0700)]
Updated git submodules

Project: integration/test master c7cff03eb26cb49fab7f334e7094797cbda39ec7

Add new test cases to clustered reconciliation

Change-Id: Id1df778573e4cc6efcdb8d228c577648df214d96
Signed-off-by: Len <lgiersch@brocade.com>
7 years agoUpdated git submodules
Ryan Goulding [Tue, 13 Jun 2017 14:49:40 +0000 (10:49 -0400)]
Updated git submodules

Project: odlparent master 1f834b882554c7414caf3440f2b1ec817c437283

Bug 8685: upgrade jolokia from 1.3.3 to 1.3.6

Changes are described in depth here:
https://jolokia.org/changes-report.html

Change-Id: Ifad9f981d893c686616c5b8ee509da997db5ed37
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
7 years agoUpdated git submodules
Miguel Perez [Thu, 8 Jun 2017 13:41:56 +0000 (15:41 +0200)]
Updated git submodules

Project: netvirt master 655bad0e5a661c6a7f1c88a3aff619cd88219ac6

Bug 8374: NPE observed on fib-show command

 + Havent been able to reproduce the NPE, but did a bit of
   refactoring with special care about possible NPEs

 + First of all, it's not VrfEntryListener's responsibility to
   print anything on screen. This logic's been moved to the
   fib-show command implementation.

 + I took the change to remove dependency from 'shell' to 'impl'

 + L3VPNTransportTypes defines types that are used in 'shell', so I
   moved it from 'impl' to 'api'.

 + Also moved the dependency to 'itm-api' from 'impl' to 'api'

Change-Id: Ie792c40cf61af0bcefb83be9b0d6c5fcb6fb755c
Signed-off-by: Miguel Perez <francisco.miguel.perez@ericsson.com>
7 years agoUpdated git submodules
Thanh Ha [Tue, 13 Jun 2017 20:14:42 +0000 (16:14 -0400)]
Updated git submodules

Project: federation master be26d98fc6a8c2da5c38ea394038eb69ac5a04ef

Migrate to odlparent 1.9.0

Change-Id: If5d3a4fb110d2481ace06d97e930f4834b9bb17f
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Andrej Kilvady [Thu, 8 Jun 2017 07:15:37 +0000 (09:15 +0200)]
Updated git submodules

Project: integration/test master 545a0dcdfe47066579b05f21d49b8dc6312d05ce

Add service deletions to all (BGP-related) suites

Change-Id: Ieacb594a8fc9c23eb3e9b5d684e5ba59365a011d
Signed-off-by: Andrej Kilvady <akilvady@cisco.com>
7 years agoUpdated git submodules
Vratko Polak [Wed, 14 Jun 2017 13:27:56 +0000 (15:27 +0200)]
Updated git submodules

Project: integration/test master 129c121903a81cd17cccf715af879702e51e4bb6

Fix handling of nested list responses

${resp}[2] is bad, @{resp}[2] is good.
@{resp}[0][2] does not work, handled using custom keyword.
This should fix MdsalLowlevelPy response handling.

Return tuple contains time first, prefix-id second.
Prefix_id is a string derived from integer member index argument.

Change-Id: If39ebc14f641be5383ed9fc6302a4bb8b38b9336
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Robert Varga [Wed, 14 Jun 2017 10:04:03 +0000 (12:04 +0200)]
Updated git submodules

Project: odlparent master 720a88e58f4edc79ee8b50dcbcbc4fb634c469a5

Add more pax-exam artifacts

These artifacts are used by downstream to run tests and need to
declare them as dependencies.

Change-Id: I1f41d44d13513f1abe8f3ae9a8663cd3665ef067
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
7 years agoUpdated git submodules
Stephen Kitt [Wed, 14 Jun 2017 12:12:59 +0000 (14:12 +0200)]
Updated git submodules

Project: odlparent master 5262dce9bc740032bb345c62b7d999d766345ea7

Add Jackson dataformat XML

Change-Id: Ic3aa82a376765e0871369fe119b82d21ca80a319
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Wed, 14 Jun 2017 10:57:02 +0000 (12:57 +0200)]
Updated git submodules

Project: infrautils master c864a21daec44a80e65aa4b567c886e451bb0f79

Bug 8628: Un-comment jobcoordinator & ready & itestutils

This had to be commented out in c/58369 due to
the odlparent version back flip nonsense; this change
undoes that part of c/58369, now that c/58848 has restored
the continuity of the space time continuum! ;)

Change-Id: I5784f136be9f9703abee9e5440bd328cd49188b7
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Anil Belur [Wed, 14 Jun 2017 13:02:04 +0000 (13:02 +0000)]
Updated git submodules

Project: releng/builder master 3cc7eaa3efdeb8d7cebdac87f1aab7cb3e822387

Merge "Create baseline images for Ubuntu16.04 and Centos7"

Create baseline images for Ubuntu16.04 and Centos7

Packaging and builder jobs could simply use the baseline images
and does not require any extras.

Change-Id: I4ecb0df93990a53c61d7f9a2cd7e2887dbdf5cfa
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Mohamed El-Serngawy [Wed, 14 Jun 2017 12:56:54 +0000 (12:56 +0000)]
Updated git submodules

Project: aaa master 3b26226dc25ff8cdf67a12684350a40a6ed0a53f

Merge "Remove executable bit from XML files"

Remove executable bit from XML files

XML files are not executable so do not need the bit set.

Change-Id: I84cacd5ce2cdc9905df928a4d453e5cfe503db23
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
jenkins-releng [Wed, 14 Jun 2017 11:02:18 +0000 (11:02 +0000)]
Updated git submodules

Project: releng/builder master dad7352c82de9817a78d2e46fea4c4372b5809db

Update cloud image list docs

Change-Id: I9ae9012af93b568dabaca448a3d6579f0abb2eb7
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
7 years agoUpdated git submodules
Stephen Kitt [Wed, 14 Jun 2017 08:36:17 +0000 (10:36 +0200)]
Updated git submodules

Project: odlparent master 756ac5565e4acc6565779ef74ff3cf9b29200bff

Update commons-lang3 3.5 → 3.6

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

Change-Id: Ib0b83a16d93600b746e8a7e938d9415912d398ea
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Wed, 14 Jun 2017 10:04:56 +0000 (12:04 +0200)]
Updated git submodules

Project: odlparent master c434036998523166b704588c3fa2db74772fea5c

Remove <prerequisites><maven> avoid mvn WARNING

[WARNING] The project ... uses prerequisites which is only intended for
maven-plugin projects but not for non maven-plugin projects. For such
purposes you should use the maven-enforcer-plugin.

See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html

Change-Id: I196af33c5a4fc80d6720add92171d5de58d2224c
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Peter Gubka [Fri, 9 Jun 2017 10:33:43 +0000 (12:33 +0200)]
Updated git submodules

Project: integration/test master 4475659d1f5ef8ef9979fcb7452210a63480c4e6

Workaround for bug 8636

Abort timout will be counted from transactions init, not from
node isolation.

Change-Id: Ia699b26294b98bc874d3aab8cb3d0dac422a8809
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Thanh Ha [Tue, 13 Jun 2017 20:15:14 +0000 (16:15 -0400)]
Updated git submodules

Project: genius master 24522b14b5db1fbc589a33e603662daa440c9699

Migrate to odlparent 1.9.0

Change-Id: I40a03cc92255b08e54815050d15d487ef6c081bf
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Stephen Kitt [Wed, 14 Jun 2017 08:13:21 +0000 (10:13 +0200)]
Updated git submodules

Project: ovsdb master 15b2086e01cfd5f28cfe871193b36527226a7df2

Don’t provide configfiles

configfiles mustn’t be <scope>provided</scope>, the dependency
resolver needs to be able to find them.

Change-Id: I924adf760e0573e40066425f6b6b3a4e3deedc53
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
SivaKumar Perumalla [Tue, 13 Jun 2017 10:07:03 +0000 (10:07 +0000)]
Updated git submodules

Project: netvirt master 1617ebc94ecad2200109c5c001f9a897bd2b657b

Fixes:
 - BgpAlarms: avoid un-necessary reading of neighbor list

Change-Id: I4cded3511710cdeabd2fa8abb75cb35bf47b7bf7
Signed-off-by: SivaKumar Perumalla <sivakumar.perumalla@ericsson.com>
7 years agoUpdated git submodules
Thanh Ha [Tue, 13 Jun 2017 18:41:35 +0000 (14:41 -0400)]
Updated git submodules

Project: netconf master 0b0cb96c38914b815bb7386ddfd721fc32cb8514

Migrate to odlparent 1.9.0

Change-Id: Ib0dfd4ded0c67e04ae7e4f4d4cc537cf2c632486
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Tue, 13 Jun 2017 18:42:57 +0000 (14:42 -0400)]
Updated git submodules

Project: infrautils master 2878f9885cea1a34866d175bfbc0cbd3495534e6

Migrate to odlparent 1.9.0

Change-Id: Icfdf12404682a4ec8a2c372568fcae49da14f573
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Wed, 14 Jun 2017 03:50:04 +0000 (03:50 +0000)]
Updated git submodules

Project: aaa master eb7ff7278006ea402dd908077867814fa1792f17

Merge "Migrate to odlparent 1.9.0"

Migrate to odlparent 1.9.0

Change-Id: I735d0de85bd282603c45caf95484ad1868c7eab4
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Ryan Goulding [Tue, 13 Jun 2017 15:48:07 +0000 (11:48 -0400)]
Updated git submodules

Project: aaa master 599e91ac5f0e75cc0b1de0599478157d45891c29

Add functionality to change jolokia password

Jolokia authentication is still unfortunately limited to
authMode=basic.  In the meantime, functionality is added
to allow easy change of this password through the exposed
jolokia config file org.jolokia.osgi.cfg.

In the future this password will be tied to AAA directly.
For now, just expose an easy utility to change it.

Change-Id: I53b7f67326dcc6dbd09a6e42b0f055ff8d1766d8
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
7 years agoUpdated git submodules
Daniel Farrell [Wed, 14 Jun 2017 00:10:06 +0000 (00:10 +0000)]
Updated git submodules

Project: releng/builder master 7c59c6d089a37274e43017f9265eeed3a7b63ecf

Merge "Update packaging jobs to use Ubuntu 16.04 images"

Update packaging jobs to use Ubuntu 16.04 images

Change-Id: Ifd82827424b6dd75d14330e6a18800d8e1a7e25f
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Anil Belur [Wed, 14 Jun 2017 00:00:56 +0000 (00:00 +0000)]
Updated git submodules

Project: releng/builder master f799368e306fba0b0d813f81b6234aa82637fe51

Merge "Remove odlparent-validate-autorelease nitrogen job"

Remove odlparent-validate-autorelease nitrogen job

odlparent is no longer part of the autorelease nitrogen release so
remove the validate-autorelease job for the project.

Change-Id: I06abbafcda5039302188b72ff6ba9e4a856afb52
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Tue, 13 Jun 2017 20:27:10 +0000 (16:27 -0400)]
Updated git submodules

Project: ovsdb master 0e0f51fb1c52aab2a864305f3638a51c87d4dd8b

Migrate to odlparent 1.9.0

Change-Id: I5abf7f2024043a6a65675b1c0efba2df7d310792
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoMerge "Do not build libdoc in parallel"
Colin Dixon [Tue, 13 Jun 2017 18:19:57 +0000 (18:19 +0000)]
Merge "Do not build libdoc in parallel"

7 years agoUpdated git submodules
Faseela K [Tue, 13 Jun 2017 12:15:59 +0000 (17:45 +0530)]
Updated git submodules

Project: genius master c5b59697bfc8df28d05bf9e8ea0f79d890d6a9f3

Fixing a typo in DJC log statement

Change-Id: Iff8853ea40b547235d36d495a23ce0fa055abff6
Signed-off-by: Faseela K <faseela.k@ericsson.com>
7 years agoUpdated git submodules
Daniel Farrell [Tue, 13 Jun 2017 17:19:03 +0000 (17:19 +0000)]
Updated git submodules

Project: releng/builder master 3db1010a1acc7ec4f4cd9ca4d4171b733fe8091b

Merge "Capture logs for all packaging jobs"

Capture logs for all packaging jobs

Using publishers is recommended for jobs to refer logs
at anytime, and also would help minimizing the loads on Jenkins.

Change-Id: Ie0d766394693a44ba58d1f01d73d2dd6e1d26224
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoDo not build libdoc in parallel 40/58840/1
Thanh Ha [Tue, 13 Jun 2017 16:57:38 +0000 (12:57 -0400)]
Do not build libdoc in parallel

Attempt to fix RTD build. Suspecion is we might be starting too many
parallel processes to generate the docs and getting our process killed.

Change-Id: I6e7c98ddcd5398143bc6949038527f49d450ecd3
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Tue, 13 Jun 2017 16:32:15 +0000 (16:32 +0000)]
Updated git submodules

Project: releng/builder master b62e4a1dd9912bf4ece24dd05485b6008cb212d2

Merge "Bug 8625: Remove Nitrogen Karaf 3 jobs"

Bug 8625: Remove Nitrogen Karaf 3 jobs

All jobs related to Karaf 3 in Nitrogen should be removed,
as TSC voted on not spending any cycles on Karaf 3 in Nitrogen.

Karaf 4 is the new default for CSIT in Nitrogen,
so it is expected some jobs start failing
for projects not fully working on Karaf 4.

Change-Id: Iae504c2acf6576f15cffa7f91b4cdcb37599ddbe
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Thanh Ha [Tue, 13 Jun 2017 15:00:08 +0000 (11:00 -0400)]
Updated git submodules

Project: releng/builder master 5091cdcddb09d7459257401594e38811eb8a9478

Call openstack directly

Rather than using $PYTHON $OPENSTACK as have acceptable virtualenv paths
now.

Also fix ShellCheck in this file.

Change-Id: Ib2cda5d1b4c5f90138d92479f5ed786182fd247a
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Ryan Goulding [Tue, 13 Jun 2017 15:25:08 +0000 (15:25 +0000)]
Updated git submodules

Project: aaa master 40b7f5507158f43f4d2d6f881d7befd62d489200

Merge "Revert "Refactoring AAA datastore bundles""

Revert "Refactoring AAA datastore bundles"

This reverts commit d00348582c23379e0f5baca555f378314d9bf560.

Change-Id: I574ab168e53b853b2a99737129dc3ddeb3025a6a
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
7 years agoUpdated git submodules
Michael Vorburger [Tue, 30 May 2017 18:00:51 +0000 (20:00 +0200)]
Updated git submodules

Project: odlparent master f3ab1b9eb8c5e31db8d2010e8468c76b0416cfb6

Remove @Deprecated bundles4test TestBundleDiag

as infrautils.ready does not use this anymore, now

Change-Id: Idd26ebd139d3ddb7ed8c8ef65c8301497f9158d4
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Vratko Polak [Tue, 13 Jun 2017 14:12:08 +0000 (16:12 +0200)]
Updated git submodules

Project: releng/builder master 6844309cc3150aa23fbc6ea384aba930dd137274

Fix virtualenv usage in integration

Virtualenvs are in /tmp/v/{name}.
This inclused "openstack" venv.
Add missing --upgrade to every pip install line.

Change-Id: Ifd0dc429b6e088e9d86dea9ee57d33b2363ba7eb
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Stephen Kitt [Tue, 18 Apr 2017 14:47:05 +0000 (16:47 +0200)]
Updated git submodules

Project: netvirt master 5ef794083a4c5518cf9141d0bdbe3ca527ea7987

Use Karaf 4 for the distribution

This switches the NetVirt Karaf distribution to Karaf 4. (It has no
impact on downstream projects.)

Change-Id: Id05bca6f655a90677002f2732b921209f2af572f
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Thu, 20 Apr 2017 13:46:41 +0000 (15:46 +0200)]
Updated git submodules

Project: netvirt master a82fdc515215f657672bb651b2ffb568c859504a

Temporarily push a distro

This will allow us to test our own Karaf 4 distribution in CSIT.

Change-Id: Ia29785df8b366410ce1adee38f477a335bebd85f
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Faseela K [Tue, 13 Jun 2017 11:12:48 +0000 (11:12 +0000)]
Updated git submodules

Project: genius master 80550d877a5f351a66d4599622a089f60e64d900

Merge "Bug 8555 - Too many log info print to the console"

Bug 8555 - Too many log info print to the console

Change-Id: I19133b5e7b2768ff5762bcf5d4a97994178a893b
Signed-off-by: 肖锋钢10072566 <xiao.fenggang@zte.com.cn>
7 years agoUpdated git submodules
Faseela K [Tue, 13 Jun 2017 00:48:37 +0000 (06:18 +0530)]
Updated git submodules

Project: infrautils master 93013f209ce6b6c72d8bc14d1b4ff6fe8f006313

Fix yangtools:util version issue in diagstatus-api

Change-Id: Ic5bd9e3398cf5beb6521809b1f48b4109c314ba7
Signed-off-by: Faseela K <faseela.k@ericsson.com>
7 years agoUpdated git submodules
Anil Belur [Tue, 13 Jun 2017 07:34:32 +0000 (07:34 +0000)]
Updated git submodules

Project: releng/builder master 57722c50f63e890b6daa09f8f4e710b6de4a955c

Merge "Install virtualenvs into /tmp/v"

Install virtualenvs into /tmp/v

The kernel has a limit on how long a shebang can be and causes build
issues when we store virtualenvs in $WORKSPACE for jobs that have very
long names. Move virtualenv installs into /tmp/v will solve this issue
for good. Also no need for workarounds like `$PYTHON -m pip` anymore.

Change-Id: Iaab7eeb5144ba26ba8ea58efc631c4d7a5c0f60c
Jira: RELENG-156
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Tue, 13 Jun 2017 05:19:07 +0000 (05:19 +0000)]
Updated git submodules

Project: releng/builder master 888ab956c2711ba59ff1ca3d627b9e44d1b14025

Merge "Install py3 virtualenv only on Ubuntu 16.04"

Install py3 virtualenv only on Ubuntu 16.04

python3-virtualenv package is not available on Ubuntu 14.04
which causes the packer job to fail

Change-Id: Ia99b372c6123abd282e4a37bfb4b1f1ef0582613
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Tue, 13 Jun 2017 05:10:31 +0000 (05:10 +0000)]
Updated git submodules

Project: releng/builder master 7059d282f972c0a9cfeeb334e243c1f3ffa12508

Merge "Remove bash validate for provision scripts"

Remove bash validate for provision scripts

With shellcheck in place we dont need to validate scripts with
bash, which is outdated.

Change-Id: I6e98c6e58afeea350c89c88ed6c6508e6170a8ad
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Tue, 13 Jun 2017 02:49:11 +0000 (22:49 -0400)]
Updated git submodules

Project: releng/builder master 98878088672b7f5b1aa9fc369d93ed405f1f9bbb

Update to global-jjb v0.3.4

Change-Id: Id9998913889c9cda39a79cf364012ec6d1297691
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Mon, 12 Jun 2017 23:24:23 +0000 (19:24 -0400)]
Updated git submodules

Project: releng/builder master 81b16a329f39ed7f542c8e78d50bdd7cb6e31666

Bump global-jjb to v0.3.3

Change-Id: Iedb0721fd53a849d407428d9dd6ec0fcc31da5e0
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Mon, 12 Jun 2017 22:52:24 +0000 (18:52 -0400)]
Updated git submodules

Project: releng/builder master 5f69f878295ea8209444ad163d0c1cc6f3ebf775

Rename odl-global-settings to global-settings

Simplify the naming to be consistent with other LF projects for this
file.

Change-Id: I875f9a5c51074627b7c617957a185e3e2fb5ba80
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Sam Hague [Mon, 12 Jun 2017 21:11:58 +0000 (21:11 +0000)]
Updated git submodules

Project: releng/builder master 137c7f294877b3f302a9d7f6dd96e74e0aba99be

Merge "Remove sysstats change to avoid duplicity"

Remove sysstats change to avoid duplicity

Now we have sysstats as part of lf-infra-publish which is integrated
into global-jjb repo, therefore remove all sysstat changes.

Change-Id: Idc046f18726c2afafb6578d1adcfc83dfc2614fb
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Arun Sharma [Mon, 12 Jun 2017 12:08:47 +0000 (17:38 +0530)]
Updated git submodules

Project: netvirt master 4ff74f4fb69a7ec960823ae18f653788c19e446b

Bug 8646: QoS log level changed to debug

Some QoS logs should not be showing up by default.
Changed these logs to debug.

Change-Id: I2c15f202e32b9adf433275d01dc24cf880bddafb
Signed-off-by: Arun Sharma <arun.e.sharma@ericsson.com>
7 years agoUpdated git submodules
Michael Vorburger [Thu, 1 Jun 2017 05:10:06 +0000 (07:10 +0200)]
Updated git submodules

Project: netvirt master c8e25933bea4cffd7de6690b0e3c2089f5ae5495

Use TestInterfaceManager that's now in testutils

following https://git.opendaylight.org/gerrit/#/c/58093/

Change-Id: I6bd0c4e445a0a8b58ea54d2a5553412a89d6ff2c
Signed-off-by: Michael Vorburger <vorburger@redhat.com>