docs.git
7 years agoUpdated git submodules
Anil Belur [Tue, 31 Jan 2017 21:36:19 +0000 (07:36 +1000)]
Updated git submodules

Project: releng/builder master 4b876de6899d3a6d5d84a1d726a3020d8f0c497c

Improve Heat implementation error handling

Using Heat has increased our ability to spawn 33% more robot builders
but we're now hitting some issues with Rackspace that we will need to
the error handling of our scripts for when Rackspace returns a status
such as Error: None, or CREATE_IN_PROGRESS due to stacks taking longer
than expected to spawn. Rackspace has told us we cannot delete stacks
that are in CREATE_IN_PROGRESS or DELETE_IN_PROGRESS states and that we
should exit our code carefully.

This patch makes the following changes:

* Wait and query stack create status every minute for 15 minutes
* Check status is CREATE_IN_PROGRESS within timeout
* Continue with the job once stack create returns CREATE_COMPLETE
* Fail job on CREATE_FAILED and cleanup stack
* Notify publisher not delete stack when CREATE_IN_PROGRESS
  or DELETE_IN_PROGRESS
* Improve delete-stale-stacks to search for inactive stacks not being
  used by either releng or sandbox siloes and remove them.
* Delete stacks job will now run every hour to cleanup orphaned systems

Change-Id: Ifdc927f601c07e519cdc502a2fb56fca138c659e
Also-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Stephen Kitt [Mon, 23 Jan 2017 14:52:11 +0000 (15:52 +0100)]
Updated git submodules

Project: infrautils master 6ed12fe284d30937460b434bd309ed744e2e027d

Add Karaf 4 features

This provides all the existing features as Karaf 4 features. I've
cleaned up the dependencies where appropriate, so the odl-infrautils-
features only explicitly provide the bundles we're really interested
in, and the rest are pulled in automatically.

Bug: 7618
Change-Id: I1dfcd1b11e53f042e255e9b43f57f554dbd8d647
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Fri, 27 Jan 2017 15:59:08 +0000 (16:59 +0100)]
Updated git submodules

Project: genius master 06d64b7559073bdb2a603376f15a46ced89928d6

minor: mdsalutil-api DataStoreJobCoordinator getIncompleteTaskCount() mv

for Checkstyle compliance (overloaded methods must be together)

Change-Id: Ia81858e9573b6557ae52746f5142e9aa0d079132
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Wed, 1 Feb 2017 16:48:04 +0000 (17:48 +0100)]
Updated git submodules

Project: netvirt master 6d50325b7325b650881f991c22b396d572f3f006

Checkstyle: fix vpnmanager-api and enforce

Change-Id: I72a0dac453115aa6498c8d62cbd534b57c45c714
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Wed, 1 Feb 2017 16:19:16 +0000 (17:19 +0100)]
Updated git submodules

Project: netvirt master 67052a2e0c294008526ef22ef252d774ff857345

Checkstyle: fix dhcpservice-api and enforce

Change-Id: I4548b192a0d7876a6ed330a52be92af1b0a2c5fd
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Wed, 1 Feb 2017 15:45:58 +0000 (16:45 +0100)]
Updated git submodules

Project: netvirt master 019a33d828152856245b50f5cd950a79ba77038a

Checkstyle: fix bgpmanager-api and enforce

Change-Id: I7e307fcf0ff508717103776cb32f84801930abb6
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Wed, 1 Feb 2017 13:37:27 +0000 (14:37 +0100)]
Updated git submodules

Project: odlparent master 060b947a235670c100f365e8cdccc9804c5259d1

Skip Jacoco in SingleFeatureTest

There's no point in checking code coverage in SingleFeatureTest, and
it increases memory usage substantially. This patch disables Jacoco in
single-feature-parent and feature-repo-parent.

Change-Id: If004e4b4f79f0e2e728ec2f9a76aa7458df05e7f
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Vijayalakshmi Chickkamenahalli Nagaraju [Wed, 25 Jan 2017 11:12:30 +0000 (16:42 +0530)]
Updated git submodules

Project: netvirt master d604d353c3ad5b9ed2650173748f816a08338e21

Bug 7674 Update of DHCP flag support for subnet-update configuration

Change-Id: Ibe318e207dfeb4ea95ac99df733fd31c0f8d1dd6
Signed-off-by: Vijayalakshmi Chickkamenahalli Nagaraju <vijayalakshmi.c@altencalsoftlabs.com>
7 years agoUpdated git submodules
Stephen Kitt [Thu, 26 Jan 2017 19:33:15 +0000 (20:33 +0100)]
Updated git submodules

Project: netvirt master 1f3e011630a6ec447b954a51f06bd48550128f3c

bgpmanager Checkstyle, enforcing

Passing the PrintStream to Commands is rather inelegant but it feels
like the most straightforward fix.

Change-Id: I079a35083a78b7d9c18a5981456b1a02212a8b82
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Thanh Ha [Wed, 1 Feb 2017 15:20:16 +0000 (15:20 +0000)]
Updated git submodules

Project: releng/builder master eaf85a12599a20f0870cfc7cef1d9a90b1535c51

Merge "Enhance Hwvtep templates for integration project to use the image 'Ubuntu 14.04 - mininet-ovs-25 - 20170130-0414'"

Enhance Hwvtep templates for integration project to use the image 'Ubuntu 14.04 - mininet-ovs-25 - 20170130-0414'

Change-Id: I7b9635146e58ce666c98b8ba1eb61244d7815235
Signed-off-by: Dhevendran Kulandaivel <dhevendran.k@tcs.com>
7 years agoUpdated git submodules
Michael Vorburger [Fri, 27 Jan 2017 07:51:13 +0000 (08:51 +0100)]
Updated git submodules

Project: genius master 92637ff60c1b9bc5c6c47e8b484e67e4f38246a1

mdsalutil-api clean up Checkstyle violations (not enforced yet)

These are clean now:
 * src/main
    ** org.opendaylight.genius.mdsalutil.instructions
    ** org.opendaylight.genius.mdsalutil.interfaces
    ** org.opendaylight.genius.utils.batching
    ** org.opendaylight.genius.utils.clustering
    ** org.opendaylight.genius.utils.hwvtep
 * src/test

Change-Id: If81ba9be91d1e5d8bd8a9d775d53f7a21c3a71d5
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Somashekar Byrappa [Wed, 14 Dec 2016 13:01:46 +0000 (18:31 +0530)]
Updated git submodules

Project: netvirt master b1956feca479327a2fccf3a4e132c78908165a54

ACL: Support for statistical counters

This feature provides statistics related to drop packets due to ACL for
the specified ports.

+ Provided new RPC: acl-live-statistics:get-acl-port-statistics
+ Uses OFplugin's RPC (opendaylight-direct-statistics:get-flow-statistics)
to get flow statistics.
+ This is currently supported for ACL stateful mode only.

Spec reference:
https://git.opendaylight.org/gerrit/#/c/49086/

Change-Id: Id99e0b35878126ef2238d2b76203926943b6cd41
Signed-off-by: Somashekar Byrappa <somashekar.b@altencalsoftlabs.com>
7 years agoUpdated git submodules
Stephen Kitt [Fri, 27 Jan 2017 13:07:09 +0000 (14:07 +0100)]
Updated git submodules

Project: netvirt master 1996f5fe33c76099a7abff0052bb334b56aa700c

BgpCounters re-write

This reworks BgpCounters using slightly more idiomatic approaches
(without re-designing it though).

Change-Id: Iae154bfbfe2c8c93335084d08909b89b314d440e
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Fri, 27 Jan 2017 17:24:30 +0000 (18:24 +0100)]
Updated git submodules

Project: genius master d191afc92afc617e35f57955fbf8dd6f44cd1c0f

mdsalutil-api clean up Checkstyle violations (not enforced yet)

org.opendaylight.genius.mdsalutil.packet package is almost CS clean now.

Change-Id: Id8b35d4f87560d0e1c8c4f2641ceb7eafefada2a
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Vratko Polak [Wed, 1 Feb 2017 09:32:03 +0000 (10:32 +0100)]
Updated git submodules

Project: releng/builder master 86d4ce39de6f59d1b1f49da6cf1ce7759075455d

Update jenkins.ini.example

+ Put actual Sandbox URL there.
+ Comments instead fake values for user and password.

Change-Id: Ia4e8de870d6be0e9b6f5d91cfbb7981d3ef2f1e1
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
gowri [Tue, 6 Dec 2016 08:21:27 +0000 (13:51 +0530)]
Updated git submodules

Project: genius master 6746d549f4cca040a77ef526f9c90e39fcf0064b

FcapsApplication module migration to blueprint

Change-Id: Iec2908d5aea02d9eb9e10c06b45179247b0a99b7
Signed-off-by: gowri <gowri.r@ericsson.com>
Signed-off-by: Gowri R <gowri.r@ericsson.com>
7 years agoUpdated git submodules
Michael Vorburger [Tue, 31 Jan 2017 12:46:37 +0000 (13:46 +0100)]
Updated git submodules

Project: infrautils master ef6cf65ac093ca30d64be0463709313879154e4b

Remove bad manifestLocation src/ from maven-bundle-plugin

Change-Id: I4d3191f154ed9b37dc2bbe5ad915f718865cc739
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Daniel Malachovsky [Wed, 14 Dec 2016 15:34:17 +0000 (16:34 +0100)]
Updated git submodules

Project: ovsdb master 9cefea53a4193fe39113f81033803cc39915dff0

Replace dlux with dluxapps features

Bug 7484 - Dlux project split - patch for OVSDB project

Renaming is due to DLUX project split.
Also, replacing yangui feature with yangman, new, redesigned and restyled
application.

Change-Id: Ife40e4279a0875adf328fb214f9f6a5003dba12d
Signed-off-by: Daniel Malachovsky <dmalacho@cisco.com>
7 years agoMerge "BUG-7364: BGP Peer Acceptor Rework"
Colin Dixon [Tue, 31 Jan 2017 22:07:32 +0000 (22:07 +0000)]
Merge "BUG-7364: BGP Peer Acceptor Rework"

7 years agoUpdated git submodules
Jamo Luhrsen [Tue, 31 Jan 2017 20:33:18 +0000 (12:33 -0800)]
Updated git submodules

Project: releng/builder master 7bd1b5b5ef327f0d29d8d403355a2e92970011c8

Fix typo in dependecies.log

Change-Id: I88c3e8c6e7ae911d8510974389767aeffd1a6bd0
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Tue, 17 Jan 2017 12:17:31 +0000 (13:17 +0100)]
Updated git submodules

Project: netvirt master 780319f53c84d2cdbcfe251605848ea34ce42879

de-static-ify Timer field in ElanL2GatewayUtils

I don't see any reason why this needs to be static?

On the contrary, it will only lead to problems in tests.

Also introducing close() and Timer cancel() & purge(), just to be safe.

Change-Id: I83cf067957bafe5a6977e41d1c403c1c85634012
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Hideyuki Tai [Thu, 26 Jan 2017 23:22:33 +0000 (23:22 +0000)]
Updated git submodules

Project: integration/test master c2d9895fda2d8c3d1f69b8516deb4e753ed860b2

Update the scriptplan name to match new job names.

The job names for legacy netvirt were changed. However, the file names of
corresponding scriptlan were not updated correctly.

Change-Id: Ic62191732b9bb321725b01066a0f53c45e23e3be
Signed-off-by: Hideyuki Tai <Hideyuki.Tai@necam.com>
7 years agoUpdated git submodules
Faseela K [Tue, 31 Jan 2017 18:47:34 +0000 (00:17 +0530)]
Updated git submodules

Project: releng/builder master de23008b1fffe42d3ef26dd782950a3ee401f080

Add COE jobs to jenkins

Change-Id: Ib8941df857f56143d8cf63fef4de3556dcbc9c34
Signed-off-by: Faseela K <faseela.k@ericsson.com>
7 years agoUpdated git submodules
Thanh Ha [Tue, 31 Jan 2017 18:37:19 +0000 (18:37 +0000)]
Updated git submodules

Project: releng/builder master 35dd7a640cd15e3a6b4a0b579bb1962535e81a13

Merge "make upstream jobs run daily"

make upstream jobs run daily

Change-Id: I4518f3ff559e7df857ff5a163acb4d498866f3dc
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Tue, 31 Jan 2017 18:26:34 +0000 (18:26 +0000)]
Updated git submodules

Project: releng/builder master 7b9c2bb63def6a80f0f5961579791f01ab192cdd

Merge "Update spectrometer webapp deploy job"

Update spectrometer webapp deploy job

Some changes to spectrometer-web made the job no longer able to
successfully deploy the web component. This update bumps the
spectrometer node version to 6.9.4 and also adds a few tweaks to help
Spectrometer's deploy job work a little better.

Change-Id: Id07109b9247bf353b03e7a0c91abe27caee10bd3
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Dhevendran Kulandaivel [Fri, 13 Jan 2017 09:56:27 +0000 (15:26 +0530)]
Updated git submodules

Project: releng/builder master 18f57e88824145ee9761292b2bb2c7c7937b5839

Add Hwvtep templates for integration project

This templates creates three type of vms (ODL VMs, Openstack VMs and
Tools System VMs).

Change-Id: Iab252bc2402ba55372339498ce8591371047368c
Signed-off-by: Dhevendran Kulandaivel <dhevendran.k@tcs.com>
7 years agoUpdated git submodules
Michael Vorburger [Sat, 14 Jan 2017 02:56:37 +0000 (03:56 +0100)]
Updated git submodules

Project: genius master 56cdd1d51a389ce94d9505e7244899f5e19b1b1c

TestIMdsalApiManager with assertFlowsInAnyOrder()

Moved here from netvirt's AclServiceTestBase

Change-Id: Ia4410d2b9bab840ec63f08c8cef8a684291f32cc
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Thanh Ha [Tue, 31 Jan 2017 15:37:17 +0000 (15:37 +0000)]
Updated git submodules

Project: releng/builder master d4ae21452efe591508a742f360e13094a59ae881

Merge "Remove bgpcep-verify-python-carbon"

Remove bgpcep-verify-python-carbon

Pcepy (the Python part of Bgpcep) is already removed from Carbon.

Change-Id: Iab5e3d91f5c309a96ca7beacd4fad5c4feb4dfed
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Guy Sela [Tue, 31 Jan 2017 14:13:28 +0000 (16:13 +0200)]
Updated git submodules

Project: releng/builder master 957c3149827522eacee677d59dd0e927d851fc2e

Add federation jobs to Jenkins

Change-Id: If0f9f72f72e5608cbd5b3a8465db1989bb2e46a0
Signed-off-by: Guy Sela <guy.sela@hpe.com>
7 years agoUpdated git submodules
Sridhar Gaddam [Thu, 19 Jan 2017 14:45:14 +0000 (20:15 +0530)]
Updated git submodules

Project: netvirt master ca7bbce607f6f8ed06bb5e6751b9f5134544e841

Bug 7601: Cleanup Elan instances when a network is deleted

The following patch in Neutron[1] modifies the Network delete sequence.
Prior to a network delete event, we now see an update event that removes
the networkType. So, in delete event, when we try to check for the
networkType, it would be empty and there is an exception. Because of this,
elanInstances are not getting deleted. In this patch, we avoid the check
for networkType since the network itself would not be created in the first
place if its not a supported networkType.

[1] https://review.openstack.org/#/c/317358/

Change-Id: I349a51f4df666ef2c2912ee552f159b6af16de76
Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Tue, 31 Jan 2017 13:09:48 +0000 (14:09 +0100)]
Updated git submodules

Project: aaa master e5c3230eddea9c01b6220cd8eb942f152cbd50d0

Remove bad manifestLocation from maven-bundle-plugin

Change-Id: I70dba19090471c7748e292888ab179b63d7c8518
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Tue, 31 Jan 2017 13:52:51 +0000 (14:52 +0100)]
Updated git submodules

Project: odlparent master 65d7a4b2b4c097df39c3beb725c79a6790411288

Upgrade lmax disruptor 3.3.4 → 3.3.6

See https://github.com/LMAX-Exchange/disruptor/releases/tag/3.3.5 and
https://github.com/LMAX-Exchange/disruptor/releases/tag/3.3.6 for the
changes.

Change-Id: Ia625a38e669d2ce9542bda4b4ea7144d7c34109d
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Tue, 31 Jan 2017 13:38:57 +0000 (14:38 +0100)]
Updated git submodules

Project: odlparent master f8604d782330ad41400d10429b78947b382d60c1

Upgrade commons-io 2.4 → 2.5

See https://commons.apache.org/proper/commons-io/upgradeto2_5.html for
the changes.

Change-Id: I6c127eaa5012479cda3a74b5331a07e227dae492
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Tue, 31 Jan 2017 13:18:24 +0000 (14:18 +0100)]
Updated git submodules

Project: odlparent master 711a426502231d786510c06036ff4fa6317a2823

Upgrade logback 1.1.7 → 1.1.9

See https://logback.qos.ch/news.html for the changes.

Change-Id: Ie5622690a8c62500415da5f3d17ee5abea213600
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Vishal Thapar [Mon, 30 Jan 2017 07:08:12 +0000 (12:38 +0530)]
Updated git submodules

Project: netvirt master 1dd6d15f82b1f8f4b9897cca5c8ca71f6a49f898

BUG 7488 Add option to disable auto bridge creation

This adds a new param to elan-config, auto-create-bridge that defaults to
true. When false, netvirt will neither try to create br-int if it doesn't
exist, nor add any configuration if it exists. This is to be used in
scenarios where br-int is already created and configured.

Change-Id: I39c2770a0c0351d9e1b1fecd2642f473650e6c52
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
7 years agoUpdated git submodules
karthikeyan [Wed, 25 Jan 2017 08:05:05 +0000 (13:35 +0530)]
Updated git submodules

Project: netvirt master ef31c925bfde8187b325596d1ddd5bef74e29632

Bug 7667: SNAT table 46&44 are not getting programmed when private BGPVPN

Problem Description:
=====================
SNAT: Table 46(OUTBOUND_NAPT) and table 44 (INBOUND_NAPT) are not getting
programmed (SNAT Forward Traffic and SNAT Reverse Traffic) with NAT
translation when router is
associated with Private/Internal BGP-VPN.Due to this issue, SNAT traffic
is getting failed when interval bgp-vpn is configured.

Root Cause of the Problem:
==========================
As part of bug (Bug 7478) fix SNAT traffic is used to send router-gw mac
address instead of VM mac. With this code changes router gw-mac was
getting from external-router Yang Model using router name as key.

When private/internal bgp-vpn is configured router-id (Internal Private
VPN ID) should be replaced with created private/internal bgp-vpn id. With
this approach when querying external-router Yang model for getting
router-gw mac address using new router-id (bgp-vpn id) will not match with
router-name.

Solution:
===========
When querying external-router yang model for getting router-gw mac address
it should use old router-id instead of bgp-vpn id. For doing this change
in NAPTEventHandler re-aligned the router-gw mac address code to
appropriate place to be working as expected.

Change-Id: Ieefd799d6b2349464bfb737e3fcc8101036c3619
Signed-off-by: karthikeyan <karthikeyan.k@altencalsoftlabs.com>
7 years agoUpdated git submodules
Michael Vorburger [Fri, 27 Jan 2017 16:23:26 +0000 (17:23 +0100)]
Updated git submodules

Project: genius master e461ae185a99fbddf2caaaff5bd6199b0d5b975b

remove apparently un-used Class<K> eventClazz from AsyncListeners

Or is this useful in a very subtle (and undocumented ..) way that eludes
me?  I can sort of see the idea may have been for the generic K extends
DataTreeChangeListener<T> ... but it seems weird, to me, to have a
constructor argument that is otherwise un-used (except for a catch &
log; which BTW should never be hit anyway; more on that in a separate PR
coming up next).

Change-Id: I8370dda3e59c80782b8c9dc870d1a684f20d5f18
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Faseela K [Tue, 31 Jan 2017 10:59:21 +0000 (10:59 +0000)]
Updated git submodules

Project: genius master 5273a4872efb109ced1fa36e7b52d6aac6cd4374

Merge "Bug 7531 : Different ids allocated for same key"

Bug 7531 : Different ids allocated for same key

Fixed the issue when allocate id for same idKey returns different idValue.
 - Updates a map with a future object if the map is empty during allocate.
 - Also remove from map once data is written in order to avoid stale
   entries.
 - If there is already an entry wait until the future completes.

Also while testing found out that the deleteIdPool RPC was not working
since the listener registration got missed after blueprint migration.

Fixed the JUnit failures.

Change-Id: I0ad4882603ef6472dcd3b780e31175a1a19b49d1
Signed-off-by: Kency Kurian <kency.kurian@ericsson.com>
7 years agoUpdated git submodules
Anil Belur [Tue, 31 Jan 2017 09:05:24 +0000 (19:05 +1000)]
Updated git submodules

Project: genius master 532e3d774bb1305b7caf7b641f3ac4bd1820f445

InterfaceManagerConfigurationTest newTunnelInterface sleep 2s -> 4s

* Fix similar to change submitted for #51184
* To unblock a problem hit on autorelease Carbon build

Change-Id: I5a7df4866ffee0d6b7a694041e52a1f4cf7e2b36
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Vratko Polak [Tue, 31 Jan 2017 08:52:22 +0000 (09:52 +0100)]
Updated git submodules

Project: releng/builder master 9be159b693346be522f4eccbe5644ed815506b2d

Remove integration- from distribution jobs

The main motivation is that distribution-verify-{stream}
was trying to trigger integration-distribution-deploy-{stream}
which was already renamed.
This also updates comments, renames the yaml file, but leaves
integration-distribution-test-{stream} as that is more int/test than int/dist.

Change-Id: Ie3a2bb40dd8d07c6b4f47dd91e82a26328fb5851
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Umesh Singla [Wed, 14 Dec 2016 18:03:44 +0000 (23:33 +0530)]
Updated git submodules

Project: integration/test master 3d073a97b956cec576695d7670a3feeb4cc756b2

Add .editorconfig file

Different file formats have separate sections.
Add rules as you see gaps.

Link to style-guide followed, present before each section

Change-Id: I4101e6bcd27f16bc554d70ade177089f9572db6d
Signed-off-by: Umesh Singla <umeshksingla@gmail.com>
7 years agoBUG-7364: BGP Peer Acceptor Rework 77/51177/2
Claudio D. Gasparini [Mon, 30 Jan 2017 10:30:51 +0000 (11:30 +0100)]
BUG-7364: BGP Peer Acceptor Rework

Update BGP Peer Acceptor documentation

Change-Id: I08331395ebf45caedd7a882256a4a2d59214817a
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
7 years agoUpdated git submodules
Anil Belur [Tue, 31 Jan 2017 07:13:47 +0000 (07:13 +0000)]
Updated git submodules

Project: releng/builder master ce566e0ebfdb74fbcb1d4d102abe4f531d6ce898

Merge "Fix publisher definition in the incorrect spot"

Fix publisher definition in the incorrect spot

Patch Id05a75f86788ddfd62098d013e841eec40d439a4 was incorrect and this
patch fixes that.

Change-Id: I7d0ca4101373100d94400205197dbbeb55a416f9
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Anil Belur [Tue, 31 Jan 2017 07:11:44 +0000 (07:11 +0000)]
Updated git submodules

Project: releng/builder master c834b9b47899de1e299a39b26389670ac34199b1

Merge "De-template project-name in JJB"

De-template project-name in JJB

Changed project-name to packaging to make the jobs packaging specfic

Change-Id: Ic05749c242997b1ba4af71cab09782bcaedbb557
Signed-off-by: srisankethu <sanketh.uppalapati@research.iiit.ac.in>
7 years agoUpdated git submodules
Abhinav Gupta [Mon, 30 Jan 2017 07:51:10 +0000 (13:21 +0530)]
Updated git submodules

Project: netvirt master 67b330a82e52920197a92de1a4bcad543d77d73e

Bug 7700: create-l3vpn (REST/CLI) should not allow another VPN to use the same VPNID

Change-Id: I4481db51b17e92b2df7afab18b41bcb4e1a23df0
Signed-off-by: Abhinav Gupta <abhinav.gupta@ericsson.com>
7 years agoUpdated git submodules
Suraj Ranjan [Fri, 18 Nov 2016 06:52:21 +0000 (12:22 +0530)]
Updated git submodules

Project: netvirt master 184bb86a38eb4630dafd910b391bc6001033352b

System Configurable Parameters for EVPN

The following parameters have been initially made available as
configurable for EVPN.These configurations can be made via the
RESTful interface:

1> Multi-homing-mode
2> Irb-mode

Change-Id: I09b55b1e021741d46f2d9bb1d2a0877cbbc81572
Signed-off-by: Suraj Ranjan <suraj.ranjan@ericsson.com>
7 years agoUpdated git submodules
Michael Vorburger [Fri, 27 Jan 2017 17:04:36 +0000 (18:04 +0100)]
Updated git submodules

Project: genius master 99d8fd49c61dc28dcab860ce6219f286908e5b8b

mdsalutil-api clean up Checkstyle violations (not enforced yet)

org.opendaylight.genius.mdsalutil.actions package is CS clean now.

Change-Id: I04b8a17f0efee953bbdad0e30baaccc53f51d678
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Fri, 13 Jan 2017 14:23:22 +0000 (15:23 +0100)]
Updated git submodules

Project: netvirt master 9505d3c4076bd961e4cffa7862a8fd4ab8f512fc

String handling cleanup

* Remove redundant toString() calls
* Remove explicit String constructor calls
* Use string concatenation where appropriate

Change-Id: Ic709268d658176a5b12d1870e265f1488238b10e
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Fri, 13 Jan 2017 13:49:41 +0000 (14:49 +0100)]
Updated git submodules

Project: netvirt master 9366b9027b5dbbcdda4343f531e0acc0e7ccf4d1

Cleanup: replace Arrays.asList() where appropriate

... with Collections.singletonList (when a single argument is given).

Change-Id: Ic63d65a51f24c4e022cf540d225e31c11264771e
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Fri, 13 Jan 2017 09:20:23 +0000 (10:20 +0100)]
Updated git submodules

Project: netvirt master b6121714455c1cfdbd24b1decabf22dda6fd895f

Boxing cleanup

Change-Id: I669ea231b2cd2f23bd4a6b8ab3122b91172ca20f
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Fri, 27 Jan 2017 16:41:23 +0000 (17:41 +0100)]
Updated git submodules

Project: genius master 5dbdb4d697597d8614f1ec74c08538b7ac97888d

Clean up un-neccessary exception handling from AsyncListeners

The catch in close() is pointless; as close() has, intentionally, a
throws Exception.  It's up to the caller of close() to handle this.

Or was this useful in a very subtle (and undocumented ..) way that
eludes me??  I mean, registerDataChangeListener() does not have a throws
clause.  Sure it could theoretically throw some *RuntimeException, but
so what?  Even if it does, that would propagate to the caller of
registerListener() - just like that wrapping IllegalStateException as-is
now also would! So... I think all this is kind of pointless.

TaskRetryLooper used here is then, if above is valid, likewise not
required here, so also removed; does this make sense to everyone?

Class<K> eventClazz from AsyncListeners also because pointless then?
see separate https://git.opendaylight.org/gerrit/#/c/51136/ re. that.

Unless there is something I could learn, where a
registerDataChangeListener() can fail, but then pass on retry - but I'm
kind of struggling to see the scenario here.

I've run into this while looking more closely at the AsyncListeners for
Checktyle violations clean up.  Of course, we could also just put a
@SuppressWarnings("checkstyle:IllegalCatch") - but it seemed wrong to
me, in this particular case, so I'm suggesting to change it.

Change-Id: I0feef33bcf5bfbf7329371aa6eaf2160a98c4528
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Thanh Ha [Mon, 30 Jan 2017 20:49:01 +0000 (20:49 +0000)]
Updated git submodules

Project: releng/builder master 0c66e57ede718f27fbcaaf52269ef9e269d59aed

Merge "Update new images built for changes #50992 and #50976"

Update new images built for changes #50992 and #50976

Change-Id: Ic6b998cb9f769dd84647cae07c78b2e73699f9b9
Also-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Stephen Kitt [Fri, 13 Jan 2017 09:09:25 +0000 (10:09 +0100)]
Updated git submodules

Project: netvirt master dd26e56c63c785f5fa18bb6c2539f240e218f118

General clean-ups

Automated refactors:
* use List::sort instead of Collections::sort
* use foreach loops
* use switch statements instead of if/else if constructs
* use contains() instead of comparing indexOf()
* use Collection::removeIf instead of looping explicitly
* use Optional::ifPresent where possible
* use Map::computeIfAbsent instead of conditional puts
* use try with resources

Change-Id: I1f6c2986abb0f151bb4ff1bc262b1c1ae11c523f
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Tue, 25 Oct 2016 14:50:50 +0000 (16:50 +0200)]
Updated git submodules

Project: netvirt master 93a6a5d6664907de979644805b085c62ffd20c46

Clean up lambdas

Use lambdas instead of functional interfaces, and use method
references instead of lambdas where possible.

Change-Id: I34a30b81ec5ceae94cbe10524cf8b147475de28c
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Tue, 25 Oct 2016 13:08:30 +0000 (15:08 +0200)]
Updated git submodules

Project: netvirt master c878eb781079a5135ae661e0f4de9ba573d59e5d

Remove unnecessary generic types

Change-Id: I9e5f1a66fed243035ca5088df2331980182707b2
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Mon, 24 Oct 2016 10:21:17 +0000 (12:21 +0200)]
Updated git submodules

Project: netvirt master acb9f1c0a2dde0a735d4721fcfea1809ca39cf07

Use Java declarations instead of Google Collections

Where appropriate, replace:
* Maps.newHashMap() with new HashMap<>()
* Lists.newArrayList() with new ArrayList<>() or
  Collections.singletonList()
* Sets.newHashSet() with new HashSet<>()
* Sets.difference() with explicit .removeAll() constructs (usually
  avoiding some collection instantiation too)
* Lists.newLinkedList() with new LinkedList<>()
* Maps.newConcurrentMap() with new ConcurrentHashMap<>()

Also
* replace some Guava filters/transforms with Java 8 streams
* replace some Guava predicates with Java 8 predicates
* remove unnecessary generic type qualifiers in affected classes
* clean up some Optional uses (.orNull(), direct Optional returns where
  appropriate)
* remove some String() constructors

Change-Id: Ie9a9ba5127120f8f72f60e662cc1b75c11a406a0
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Fri, 27 Jan 2017 17:32:32 +0000 (18:32 +0100)]
Updated git submodules

Project: genius master d1c72901da8e180fc10ef8279b5da9c19c9374e8

mdsalutil-api clean up Checkstyle violations (not enforced yet)

org.opendaylight.genius.mdsalutil.matches package is CS clean now.

Change-Id: Iea28d160dc90696a676a529630d51b7da95d6091
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Luis Gomez [Mon, 30 Jan 2017 17:43:56 +0000 (09:43 -0800)]
Updated git submodules

Project: releng/builder master dc6543bd0d531a98759c8888ea305b66e8bec2ff

Fix jenkins doc after latest changes

Change-Id: I090c9774bbed321bc94c9a84065585a8eff28a28
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoUpdated git submodules
Alon Kochba [Mon, 30 Jan 2017 15:27:27 +0000 (17:27 +0200)]
Updated git submodules

Project: netvirt master 73800d1cb2a844acbe82fd8c0681d7410c84c547

Add missing UDP matches for SNAT

Fix regression introduced by MatchInfo refactoring,
part of https://git.opendaylight.org/gerrit/#/c/50518

Related fix for null MatchInfo here:
https://git.opendaylight.org/gerrit/#/c/51182/

Change-Id: I26aaf01648cbb27b703eb51b569be957803dc9df
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Robert Varga [Mon, 30 Jan 2017 14:02:55 +0000 (15:02 +0100)]
Updated git submodules

Project: odlparent master 0bd3f097b7dbb3c448be151142bdc90107321db1

BUG-6236: bump xtend version to 2.11.0

This bumps xtend dependency to 2.11.0.RC2. This is a preparation
patch, will be updated to official 2.11.0 release once that is out.

Change-Id: I5cb8365d6541f5878bbc9fcfb02d29be0524122f
Signed-off-by: Robert Varga <rovarga@cisco.com>
7 years agoUpdated git submodules
Michael Vorburger [Mon, 30 Jan 2017 13:38:54 +0000 (14:38 +0100)]
Updated git submodules

Project: genius master f9df13c7cd2d88fec3558ea7aaf7acf8fe998e18

InterfaceManagerConfigurationTest vlanInterfaceTests sleep 2s -> 4s

to unblock a problem hit by Anil Belur on autorelease

It works with 2s locally, but may be slower on buid VMs.

PS: This is a quick fix / hack / workaround; of course, the real long
term solution is to find ways to not need Thread.sleep() at all .. I'd
like like to complete earlier work in this regard, but haven't gotten to
it yet.

Change-Id: I01e0380952ba8c3ee906fae5469dc1b2970d0185
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Fri, 27 Jan 2017 23:59:27 +0000 (00:59 +0100)]
Updated git submodules

Project: netvirt master c322b2dcc276c64ca7d5e9cc5a93aec29b0b7afe

Fix and re-enable aclservice tests

This requires https://git.opendaylight.org/gerrit/51156 in Genius.

Change-Id: I4dfa128f1fe3d1d3268b2e71aa3fb323a61b5d04
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Vratko Polák [Mon, 30 Jan 2017 13:53:38 +0000 (13:53 +0000)]
Updated git submodules

Project: releng/builder master 5ccae814c92ce41d6960741015ccea03d84a5cfe

Merge "Make message more clear"

Make message more clear

Change-Id: Ib10b7dc474b8411419d8e809e2d87c8341b60125
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Robert Varga [Fri, 4 Nov 2016 10:02:21 +0000 (11:02 +0100)]
Updated git submodules

Project: odlparent master 1e47a60ea2d33b870ac2f7e7ce11b2b5e60fce42

Bump netty to 4.1.7

Follow-up to previous bump, major changes detailed
at http://netty.io/news/2016/05/26/4-1-0-Final.html.

Change-Id: I56ab3a5edc59ce1c36f356b052f332bb49fd3b45
Signed-off-by: Robert Varga <rovarga@cisco.com>
7 years agoUpdated git submodules
Stephen Kitt [Fri, 27 Jan 2017 23:42:22 +0000 (00:42 +0100)]
Updated git submodules

Project: genius master 6a102e866f9767517eb1c87e8fe5adeff3c78529

XtendBeanGenerator support and MatchInfoHelper equals

This patch adds a few missing pieces in the ActionInfo/MatchInfo
redesigns, necessary for some of NetVirt's tests:
* ActionNxConntrack needs getters so that XtendBeanGenerator can be
  used;
* MatchIcmpv4 and MatchIcmpv6 need builders (because
  XtendBeanGenerator can't find the constructor);
* MatchInfoHelper needs to implement equals (and hashCode) so that its
  subclasses' equals implementation will give the correct result.

Change-Id: Iea986dcf4129e778c9c7387fcfc9405dd0bdc877
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Anil Belur [Wed, 25 Jan 2017 06:39:59 +0000 (16:39 +1000)]
Updated git submodules

Project: releng/builder master d42c74e320c4c4988c12086f21774cf847e03838

Rename image name format to suit Heat implementation

Heat template scripts require the format <distro> - <name> - <date-stamp>
since the Heat template derives the name from the mid section of our
image names. Having multiple words between hypens in the name causes scripting
issues.

Change-Id: I0712086b0a765eaffdf2bf751ec3cf4daef7962c
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Guy Belotzerkovsky [Mon, 23 Jan 2017 09:42:39 +0000 (11:42 +0200)]
Updated git submodules

Project: releng/builder master 5accf6d681eaa1b531b2895f9f4c66cb5c8b2454

Refactor packer var files to extend the use for different envs

Change-Id: Icdb55915b9ce99f1b4d5e3c27a67ca523feb20ef
Signed-off-by: Guy Belotzerkovsky <guy@hpe.com>
7 years agoRemove information on writing AsciiDoc 43/48643/4
Colin Dixon [Wed, 23 Nov 2016 18:24:36 +0000 (13:24 -0500)]
Remove information on writing AsciiDoc

* convert the project requirements to mentioning rst intead of adoc
* migrate the documentation templates to rst

Change-Id: I8f6b37e969c84c21d727cd6ab121152fffaa60ea
Signed-off-by: Colin Dixon <colin@colindixon.com>
7 years agoUpdated git submodules
Luis Gomez [Sun, 29 Jan 2017 23:49:07 +0000 (15:49 -0800)]
Updated git submodules

Project: releng/builder master ac0af8b27be562dad872231056d3853c6b722a5d

Fix csit list variable expression

Change-Id: I9d173b06d06f2e8a523ac789a8139348c21eed9b
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoUpdated git submodules
Luis Gomez [Sun, 29 Jan 2017 20:01:58 +0000 (20:01 +0000)]
Updated git submodules

Project: releng/builder master 69b10a7927cf25d19bb6d59b40137e9970fd7a8e

Merge "Auto Update CSIT Jobs to run"

Auto Update CSIT Jobs to run

Change-Id: I40b908171baecd3162b7088372a76d321e3c75ab
Signed-off-by: jenkins-sandbox <jenkins-sandbox@opendaylight.org>
7 years agoUpdated git submodules
Jamo Luhrsen [Sun, 29 Jan 2017 00:47:58 +0000 (16:47 -0800)]
Updated git submodules

Project: releng/builder master 7958ca77c722a9f79f01333463ce52b9126e89b7

Do not let failure conditions of changes.py abort deployment script

Change-Id: Iad83d47bb73048feff4b992a8781466f175a2c32
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
David Goldberg [Thu, 19 Jan 2017 16:12:38 +0000 (18:12 +0200)]
Updated git submodules

Project: netvirt master adb975a4ca8acc029e6db3d8f7f558669f375748

BUG7308: fix leaf to leaf traffic

Change-Id: Iabae4f9fb7a2665f41f705ad0a6516a2d96ec77b
Signed-off-by: David Goldberg <gdavid@hpe.com>
7 years agoUpdated git submodules
Bertrand [Thu, 26 Jan 2017 03:19:00 +0000 (19:19 -0800)]
Updated git submodules

Project: netvirt master 07bec4beb84c4cf27533de28b2b5660f7b9ab5e0

BUG-7461

Align Legacy Netvirt with New Netvirt's design of not
removing integration bridge from the config DS.

Change-Id: I9f5da8344747f854828cddedd8c91f633b7b666f
Signed-off-by: Bertrand <bertrand.low@hcl.com>
7 years agoUpdated git submodules
Vishal Thapar [Thu, 19 Jan 2017 13:21:11 +0000 (18:51 +0530)]
Updated git submodules

Project: netvirt master df50caaabefc444ffaebdce32e7518bed3b9aa18

BUG 7591: Allow configuration of inactivity_probe and max_backoff for OVS

Depends-On: https://git.opendaylight.org/gerrit/50643
Change-Id: I7881934df38c32cd40e156944c3ee46804d5a4e4
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
7 years agoUpdated git submodules
Eric Multanen [Sat, 3 Dec 2016 09:27:16 +0000 (01:27 -0800)]
Updated git submodules

Project: netvirt master d4bb9f03edc506794304c80819c38041de13d240

Spec for NetVirt QoS

This spec file describes the changes to be made
in the Carbon release to complete the implementation
of Neutron QoS API support for NetVirt.

QoS Policies with Bandwdith Limiting Rule support was
added in Boron.  Carbon will add support for the DSCP
marking rule and for reporting supported QoS rules
back to Neutron.

Change-Id: I7e10b702fbbe9eb214336f500c00a579cb441e37
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
7 years agoUpdated git submodules
Vishal Thapar [Sun, 22 Jan 2017 09:30:08 +0000 (15:00 +0530)]
Updated git submodules

Project: netvirt master 5f74b44396dc1214c94030fc6b2aeca1b3ef17dd

BUG 7489: Add startup config file for elanmanager-config

This implements issue 2 mentioned in BUG 7489 by adding a new
configuration file in which user can specify default values for
elan-config at startup.

Note: Update-Strategy is set to None which means any runtime changes to
config will not be reflect till next restart

Path: etc/opendaylight/datastore/initial/config/
Config file name: netvirt-elanmanager-config.xml

Change-Id: I7e3c34166ffd3d8c72f860e1ea34a2c3cc79c309
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
7 years agoUpdated git submodules
Alon Kochba [Wed, 25 Jan 2017 16:47:22 +0000 (18:47 +0200)]
Updated git submodules

Project: netvirt master 5bf3e36bba2946a51a4ce302c3e48a076c63f01e

Lower debug level when truncating provider port name

This print shows up a lot in the log, as it is
called on multiple events, whenever the configured
provider port name is longer than 15 chars.
Lowering debug level as it is mostly an internal
translation.

Change-Id: Ic317c96c66cd876e2fd3628b4985ea0abb6d5152
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Yakir Dorani [Sun, 22 Jan 2017 17:15:09 +0000 (19:15 +0200)]
Updated git submodules

Project: netvirt master 7f1f03e93f02fddd3002066d87b52ad782566c53

Fix ElanStatusMonitorJMX failing upon bundle reinitialization.

Change-Id: I9e04e3ee1b9edc6000439e18b35c729f9ec0f92b
Signed-off-by: Yakir Dorani <yakir.dorani@hpe.com>
7 years agoUpdated git submodules
Sam Hague [Fri, 27 Jan 2017 19:12:46 +0000 (14:12 -0500)]
Updated git submodules

Project: netvirt master 768d819c3e9e754dedcebc7b638bcd4f4a61b051

Enable checkstyle for fibmanager

Change-Id: I28b903c0d0121af5127baacc8e825e3ee57e9afd
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Sam Hague [Fri, 27 Jan 2017 17:40:33 +0000 (12:40 -0500)]
Updated git submodules

Project: netvirt master 01a5e9f772b6210463a7bb2c55cc61fb217bfa87

Enable checkstyle for natservice

Change-Id: Ica28849eba2b1bfe546861015372c051d50f3b6c
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Sam Hague [Fri, 27 Jan 2017 22:01:07 +0000 (17:01 -0500)]
Updated git submodules

Project: integration/test master b8e18a13ad81c49d6766908981183d0244217167

distchanges fix for messages with () in them

Change-Id: Ia35c24bf77d476adb7c4a60ef127d95464b18adf
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Mon, 23 Jan 2017 15:00:28 +0000 (16:00 +0100)]
Updated git submodules

Project: odlparent master ffd42fc71166038777d7741b4c2179332d110578

Sync the Karaf 4 SFT blacklist

Bug: 7584
Change-Id: Ia588fbc9ea3ef812bb9a4e0bcb69c96657a27d4d
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Sam Hague [Fri, 27 Jan 2017 17:44:30 +0000 (12:44 -0500)]
Updated git submodules

Project: netvirt master 420f297fc80c0299c85028158e4c8ba5c56c5880

Enable checkstyle for neutronvpn api and shell

Change-Id: Ieda73d1d922d4941d8e7a60579da5dfa2ff5957e
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Sam Hague [Fri, 27 Jan 2017 19:37:23 +0000 (14:37 -0500)]
Updated git submodules

Project: netvirt master f1d88d0f07d87c4c0648c517da588f030909eb5c

Disable aclservice tests until fix provided for matchinfo

Change-Id: Icb58828fdc54f640ca5f796d6251fe748881f46c
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Marcus G K Williams [Fri, 27 Jan 2017 18:41:22 +0000 (10:41 -0800)]
Updated git submodules

Project: releng/builder master 71f058b1bf2228a8295204cdec3e538dbb935d14

Fix trigger for builder-update-csit-tests job

Change-Id: I7e87c37224d904a1bc85f0f2b493acbbc7bac377
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
7 years agoUpdated git submodules
Marcus G K Williams [Fri, 27 Jan 2017 18:19:13 +0000 (10:19 -0800)]
Updated git submodules

Project: releng/builder master 20d2b10dbc52abf7d54402de7ee2230f877f5214

Fix builder-update-csit-tests

Change-Id: Idfddff0e79bfa9caf97da418a2af555e56041443
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Fri, 27 Jan 2017 17:57:44 +0000 (17:57 +0000)]
Updated git submodules

Project: releng/builder master 61c9243cec4a945374ec488415c25edb3a4764a0

Merge "Add job to update auto update CSIT Tests"

Add job to update auto update CSIT Tests

This job adds auto update funtionality
for csit tests run by integration-distribution-test
jobs.

- Adds a variable for csit blacklist
- Add job named builder-update-csit-tests
- Adds explanitory comments to each section
- Fixed issue with default variable values
  in include-raw-integration-list-jobs.sh

Change-Id: I7363c91949e957281feda1976ac49aa976fae611
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
7 years agoUpdated git submodules
David Suarez [Fri, 27 Jan 2017 17:43:43 +0000 (17:43 +0000)]
Updated git submodules

Project: genius master 82e22957753d025ebcc8ca021fe841235a7ec38f

Merge "Enforce checkstyle in countermanager module"

Enforce checkstyle in countermanager module

Checkstyle enforcement for countermanager module:

- Fix exception logging
- Remove Exception catching
- Remove catching of NPE
- PollerThread was meant to be an inner class, now it is
- Formatting

Change-Id: I196dbc68b326f201402b84a08a3a95014571d563
Signed-off-by: David Suarez <david.suarez.fuentes@ericsson.com>
7 years agoUpdated git submodules
Thomas Nadeau [Fri, 27 Jan 2017 16:33:27 +0000 (16:33 +0000)]
Updated git submodules

Project: spectrometer master 4d25a8d290994a43753313f4dc382e73333b3778

Merge "update npm modules to latest versions; use newer history api"

update npm modules to latest versions; use newer history api

Change-Id: I940067a1fd5fcfc51b68396eba55b68993ccaa0b
Signed-off-by: Vasu Srinivasan <vasya10@gmail.com>
7 years agoUpdated git submodules
Stephen Kitt [Mon, 2 Jan 2017 10:15:23 +0000 (11:15 +0100)]
Updated git submodules

Project: genius master 920babbd864e9c7ac5ec4c5ee12729ead53a6237

Action redesign: drop obsolete code

Once netvirt and sfc have migrated to the new ActionInfo-based
classes, all the deprecated ActionType-based code can be deleted.

Change-Id: Ie98ab6078710a462df0275b40e22b303962c2482
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Tomas Cere [Fri, 27 Jan 2017 15:06:57 +0000 (15:06 +0000)]
Updated git submodules

Project: netconf master 8f8b49c1f6a113e88672f935c9cb497944af39f8

Merge "Use yangtools ParserStreamUtils.findSchemaNodeByNameAndNamespace() method"

Use yangtools ParserStreamUtils.findSchemaNodeByNameAndNamespace() method

Change-Id: I5e4775da00536b72a59d0fc9d5afdfaa8b3bd4b4
Signed-off-by: Jakub Morvay <jmorvay@cisco.com>
7 years agoUpdated git submodules
Sam Hague [Thu, 26 Jan 2017 22:22:42 +0000 (17:22 -0500)]
Updated git submodules

Project: netvirt master 4e9253a7f8d3a3119e2628cbfa94d31bfd291306

Enable checkstyle for neutronvpn

Change-Id: I51d61224c1f718310798a412b041261c979ac854
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Anil Belur [Fri, 27 Jan 2017 13:27:56 +0000 (13:27 +0000)]
Updated git submodules

Project: releng/builder master 0fa9bf44cbc6108022bc92c1216d9b622648878b

Merge "Make builder jobs use a machine with less RAM"

Make builder jobs use a machine with less RAM

I'm pretty sure we don't need 8GB for the builder jobs to run. Let's
find out.

Change-Id: I0c8ec45f6694f187fb28dae7087995ecec473f74
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Michael Vorburger [Mon, 23 Jan 2017 20:05:17 +0000 (21:05 +0100)]
Updated git submodules

Project: netconf master 6856d42c253f6e9fd5379f06e3c38a0c66118d38

Replace FindBugs :jsr305 by full :annotation (Bug 7663)

Change-Id: I17e6f6f75ca4972f433b19a1c518898941bab3e4
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Wed, 18 Jan 2017 10:35:22 +0000 (11:35 +0100)]
Updated git submodules

Project: genius master f206a384b1885b6436caa676388ea02b8ea8663a

MatchInfo clean-up

This removes all the obsolete code, and must not be merged before all
downstream users have migrated to the new classes.

Change-Id: I9800c88b80e490bf5c8505ccec1ca0b91d2acf7a
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Luis Gomez [Fri, 27 Jan 2017 07:38:01 +0000 (07:38 +0000)]
Updated git submodules

Project: releng/builder master 889613a3ed8c1a0259a91aac1e4f2c2b66c4aa91

Merge "Revert gerrit-patch macro back to git review"

Revert gerrit-patch macro back to git review

Use git review for pushing gerrit
patches from jenkins. This was
changed due to absence of
git review on some nodes. It is
changed back with a note warning
that not all jenkins nodes have
git review installed.

Change-Id: I43e37b909d26b4940a24132713b5145aa60ea628
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
7 years agoUpdated git submodules
Ryan Goulding [Fri, 27 Jan 2017 02:34:21 +0000 (02:34 +0000)]
Updated git submodules

Project: aaa master ad8c44a99be9b643bb75b8aeb233e643b5181532

Merge "Check for empty cipher suites"

Check for empty cipher suites

Check for empty cipher suites name

Change-Id: Ibb27d0cd713cbfb89d998d5e27c275aae9c77037
Signed-off-by: melserngawy <melserngawy@inocybe.com>
7 years agoUpdated git submodules
Thanh Ha [Fri, 27 Jan 2017 01:24:34 +0000 (01:24 +0000)]
Updated git submodules

Project: releng/builder master e9ffad7fe7704e5bb2123dcea85b7190ad92ed88

Merge "Archiving dependencies.log"

Archiving dependencies.log

this is to make it easy to grab from a standard jenkins URL (e.g. lastSuccessfulArtifacts)
so that other tools can access it more easily

Change-Id: Id05a75f86788ddfd62098d013e841eec40d439a4
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Fri, 27 Jan 2017 00:47:44 +0000 (00:47 +0000)]
Updated git submodules

Project: releng/builder master 0023b8933880f4e6428f1cc4a5445470116a9f7d

Merge "Make distribution test job run daily for active branches"

Make distribution test job run daily for active branches

And weekly for non active.

- Distribution test will contain all csit and run daily.
- This can be merged after we remove projects distribution job.

Change-Id: Ic30beb0e32cab9f47733ceb8b18f078374ba32a0
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Fri, 27 Jan 2017 00:47:02 +0000 (00:47 +0000)]
Updated git submodules

Project: releng/builder master 4570865812b545ce6880a6b4fd6960f32414652f

Merge "Update builder docs after removing project distribution job"

Update builder docs after removing project distribution job

Change-Id: I09f41c6a59ad3459f060f7b8808322070f9de8b5
Signed-off-by: Luis Gomez <ecelgp@gmail.com>