docs.git
6 years agoSNMP Plugin M1 Status 56/65556/5
Ryan Goulding [Wed, 15 Nov 2017 16:49:44 +0000 (11:49 -0500)]
SNMP Plugin M1 Status

Official M1 status review for SNMP.

Change-Id: Ib2ca6def106fe7c98e1924a1ca2f327a7c190875
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
6 years agoUpdated git submodules
Mohamed El-Serngawy [Fri, 17 Nov 2017 14:15:56 +0000 (14:15 +0000)]
Updated git submodules

Project: aaa master a67a9144a60edf9b1e2d9a150bf795081925d892

Merge "AAA-149: migrate ServiceProxy to the correct package name"

AAA-149: migrate ServiceProxy to the correct package name

This migrates ServiceProxy to the correct package.  AAA-149 is
being done in several small steps in order to ensure that the
changes do not affect downstream consumers.  This change was
tested against NETCONF to ensure there was no downstream
breakages (which makes sense since NETCONF does not directly
manipulate ServiceProxy and actually only affects it through
AAA code).

Change-Id: If142f4fe1ddc91cf844fb8d0ca3a6496f0828efd
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
6 years agoUpdated git submodules
Mohamed El-Serngawy [Fri, 17 Nov 2017 14:15:28 +0000 (14:15 +0000)]
Updated git submodules

Project: aaa master 47d13b19b94c1542d0fbd36a205d3a974a202efd

Merge "Rid AAA source of binary images"

Rid AAA source of binary images

From long ago we referenced some images in our README.md and directly
stored them in source.  Thats a bad idea for a number of reasons.  This
simply gets rid of the references to the one remaining image and the
source/output graphics that were stored in source.  If we want them back,
we can figure out a way to upload them to somewhere more appropriate.

The one existing accurate diagram, direct_authn.png, was really simple
to understand anyway.  If we want, we can restore it somewhere new,
put it in ascii-art, or just describe it better.  Also, it is probably
better to consolidate that sort of information in the docs project.

Change-Id: I104c32eb844cf4031f26f6108aeb8b98d13b9401
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
6 years agoUpdated git submodules
Ryan Goulding [Thu, 16 Nov 2017 19:46:22 +0000 (14:46 -0500)]
Updated git submodules

Project: aaa master e1b9ab15e3b3dc0d598395432411e8d4f3fc2ff6

Collapse aaa feature repositories

AAA advertises two feature repositories.  Historically, this was done based
on the fact that it was hoped to pull out a ton of the stuff surrounding
non-shiro implementation in downstream distributions by just discluding the
non-shiro feature repository.  However, it appears that this has limited use,
and primarily serves as a distraction.  Furthermore, there are more
intelligent ways to perform such an operation.

The first part of this change renames the "authn" module to "aaa", because
the contained features repository is "features-aaa" and is not specific
to authentication.

The second part moves odl-aaa-shiro to the aaa module.  This is done in
preparation to remove features-aaa-shiro, which will no longer be offered.

features-aaa-shiro still contains the odl-aaa-shiro feature for now.
After all downstreams are migrated to utilize features-aaa instead, it
will be completely removed as a module.  This is a multistep process and
should not affect downstream consumers.

Change-Id: Ie084b622b1e58c661fee910e85a204436bf23f3e
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
6 years agoUpdated git submodules
David Suarez [Wed, 15 Nov 2017 20:31:40 +0000 (21:31 +0100)]
Updated git submodules

Project: genius master 1d27561436229271ff32450582f0b589a3f6db65

Migrate itm-impl module to use the infrautils JobCoordinator

For this migration some refactoring and cleaning was needed.

Change-Id: Icf8748b8dafe338937bea4478e11a5c9d6c72435
Signed-off-by: David Suarez <david.suarez.fuentes@gmail.com>
6 years agoUpdated git submodules
Michael Vorburger [Thu, 16 Nov 2017 17:05:16 +0000 (18:05 +0100)]
Updated git submodules

Project: netvirt master 1165e844ebc54881c78ea62811b2dc37fd8c0602

Fix bad transaction leak in InterfaceStateChangeListener

see https://jira.opendaylight.org/browse/NETVIRT-985

  555x transactions opened here, which are not closed:
    org.opendaylight.netvirt.vpnmanager.InterfaceStateChangeListener.lambda$remove$1

  31x transactions opened here, which are not closed:
    org.opendaylight.netvirt.vpnmanager.InterfaceStateChangeListener.lambda$add$0

  15x transactions opened here, which are not closed:
    org.opendaylight.netvirt.vpnmanager.InterfaceStateChangeListener.lambda$update$2

Change-Id: Id29be0fb48b3d97f84049d0e0d698d13757eb6a8
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdated git submodules
Riyazahmed D Talikoti [Fri, 8 Sep 2017 11:13:40 +0000 (16:43 +0530)]
Updated git submodules

Project: netvirt master 205886db88d71869d0944cad10cfeb15cfd61c11

Elan Junit Testcases

Test Cases below
1. Check for SMAC entry in DPN1 for port created in DPN1
2. Check for DMAC entry in DPN1 for port created in DPN1
3. Check for DMAC entry in DPN1 for port created in DPN2

InterfaceManager, ITM teststubs are moved to genius.

Expected object contains the flow details of SMAC and DMAC
where most of the values are parameterised.

Change-Id: I6fada494719b904465608cfc0e4a3cd5ec8a8911
Signed-off-by: Riyazahmed D Talikoti <riyazahmed.d.talikoti@ericsson.com>
6 years agoUpdated git submodules
Philippe Guibert [Fri, 28 Jul 2017 14:58:37 +0000 (15:58 +0100)]
Updated git submodules

Project: netvirt master 1c1f51a584c92a98d795f694567872abfe237fbb

neutronvpn: send alarm upon extra route configuration fault using BGPVPN

When extra routes are configured, through a router, if the number of
nexthops is greater than the number of available RDs, then an alarm and
an error is generated.

Change-Id: Ib78b1ff82a9a2013ec2f81f28c0e0261ef971177
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Signed-off-by: Noel de Prandières <prandieres@6wind.com>
6 years agoUpdated git submodules
Anil Vishnoi [Fri, 17 Nov 2017 08:05:46 +0000 (08:05 +0000)]
Updated git submodules

Project: openflowplugin master fbc87b95b84a6029a93e0b5987096b0c64e9932d

Merge "Revert "Bug 8902 : Spec for Reconciliation Framework""

Revert "Bug 8902 : Spec for Reconciliation Framework"

Patch #60283 is preventing patch #65556 from being verified

This reverts commit f1e058a660cf98d1411ba763c6b0989e2439fabc.

Change-Id: I11c277ae85a366ed83dd240586d5ef8e2ca60d0e
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdated git submodules
D Arunprakash [Fri, 17 Nov 2017 03:51:00 +0000 (09:21 +0530)]
Updated git submodules

Project: openflowplugin master 72501469ce8abaaa131deaa675aff5c0af22d27b

Remove the rst file and add later with proper formatting

Change-Id: Ib92caeb6c7e657b51e76dd169c5569e2bb45bbe7
Signed-off-by: D Arunprakash <d.arunprakash@ericsson.com>
6 years agoUpdated git submodules
Tomas Jamrisko [Mon, 13 Nov 2017 13:04:33 +0000 (14:04 +0100)]
Updated git submodules

Project: integration/test master 868f7131a40a557517903fc3775ca77655b21a07

Create and delete security groups

The connectivity test suites are creating and deleting most resources
as they require, except for allowing SSH, which gets created during
l2 tests and is reused by l3, which creates a dependency. It would be
great, if l3 test suite worked independently

Change-Id: Icdf47ceaaf3b1fb0353cca454eb039795137e7c1
Signed-off-by: Tomas Jamrisko <tjamrisk@redhat.com>
6 years agoUpdated git submodules
jenkins-releng [Fri, 17 Nov 2017 01:41:29 +0000 (01:41 +0000)]
Updated git submodules

Project: releng/builder master ec7d552375394af9c77869ee330bf9d235019896

Update validate autorelease projects for oxygen

Change-Id: I364baf48dd67e7d15341bccdc734d7cf9e396141
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Fri, 17 Nov 2017 00:50:21 +0000 (00:50 +0000)]
Updated git submodules

Project: releng/builder master f1f135a94f604a243c7daa6418cea8b90b63603c

Merge "Add globstar to log surefire reports for odlparent"

Add globstar to log surefire reports for odlparent

Change-Id: I5a032fd993996f5120e0d0eb887ac8d563124b90
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdated git submodules
Jamo Luhrsen [Fri, 17 Nov 2017 00:50:17 +0000 (00:50 +0000)]
Updated git submodules

Project: releng/builder master 1fc500b2ae0403431242b4d735698461cabe67a3

Merge "Add globstar to log surefire reports for yangtools"

Add globstar to log surefire reports for yangtools

Change-Id: I3462f88b541f71635a1f9a241366d868b716ebf5
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdated git submodules
ebrjohn [Thu, 12 Oct 2017 21:05:59 +0000 (16:05 -0500)]
Updated git submodules

Project: integration/test master 8038cf9dc0c10b11bca7a2c14983b6cc8f21a087

Fix SFC OVS NSH installation regression

- It was still tring to install OVS 2.5.90 from Yi Yang's
  branch, but that no longer works and OVS 2.6.1 should now
  be installed.

Change-Id: Ide9697e821c9136e053ef6a4b3bc3a866a135840
Signed-off-by: Brady Johnson <bjohnson@inocybe.com>
6 years agoUpdated git submodules
Kency Kurian [Wed, 15 Nov 2017 11:50:41 +0000 (17:20 +0530)]
Updated git submodules

Project: netvirt master 503eca1f02ed328a8500a9010eb69d0deb0cd638

Unbind and bind DHCP service as part of state.

In VM migration UC there were some stale entries observed since dhcp was
not calling unbind and bind in state listeners.
It is recommended by interface managaer module that all services must be
calling the bind/unbind in inerface state listeners.

Change-Id: I00f2e2f7d85b9c9d36fee54a43e6f1011ca94348
Depends-On: Ib1ca5cb4d74a9af5000f60e9d9e85ff9ea3efd9c
Signed-off-by: Kency Kurian <kency.kurian@ericsson.com>
Support for IPv4 subnet addition.

If the IPv4 subnet is added after booting the VM then none of the DHCP
flows were programmed. After the new subnet is added in openstack a
neutron port update needs to be done for the neutron port to be updated
with the newly added subnet.

neutron port-update <port-id> --fixed-ip subnet_id=<subnet-id>

Changes made:
Whenever neutron port gets updated with a new fixed ip:
1. Check if the newly added subnet is an IPv4 subnet.
2. If it is an IPv4 subnet invoke the bind logic in a DJC
3. Also, if we know the DPN ID for the VM then install the DHCP flow in
another DJC.
4. Refactored the code a little.

Change-Id: Ib1ca5cb4d74a9af5000f60e9d9e85ff9ea3efd9c
Signed-off-by: Kency Kurian <kency.kurian@ericsson.com>
6 years agoUpdated git submodules
Aswin Suryanarayanan [Fri, 10 Nov 2017 10:33:18 +0000 (16:03 +0530)]
Updated git submodules

Project: netvirt master 908c3c8c7e7d25eabf06b8152018b6eb380e2b2f

NETVIRT-981 CSIT Sporadic failures - snat conntrack job failing
many tempest scenario tests

Changes are made to avoid stale entries when an external network is
deleted.

https://jira.opendaylight.org/browse/NETVIRT-981

Change-Id: I28b86a4233d397686c9e074ece5697eb0629ff3e
Signed-off-by: Aswin Suryanarayanan <asuryana@redhat.com>
6 years agoUpdated git submodules
Philippe Guibert [Tue, 14 Nov 2017 14:18:33 +0000 (14:18 +0000)]
Updated git submodules

Project: integration/test master 8292f1a8e751ba5ff273a985f159f234891abf02

INTTEST-33: ipv6 neighboring displayed from VM

The fix is fixing the syntax of the ip command to use when being a
busybox instance.

Change-Id: I1eb3cf4e0e162437671f1f0fa7e7cdf117d9ebd2
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
6 years agoUpdated git submodules
Sam Hague [Wed, 15 Nov 2017 23:41:57 +0000 (18:41 -0500)]
Updated git submodules

Project: integration/test master 6da09fecbb6f03a0c19859ca47ca233cf460ee23

Move sfc to use Get VM IPs

Change-Id: I0bcbfbea01c94f7cd9ca23a9b0e56e500fecd8e5
Signed-off-by: Sam Hague <shague@redhat.com>
Move l2gw to use Get VM IPs

Change-Id: Ic182f770e5a499b5dcaedacdd03448464e9fc0da
Signed-off-by: Sam Hague <shague@redhat.com>
Move l3 clustering to use Get VM IPs

Change-Id: I870b455a916ac951580cb89b4ba37e0379b5e00f
Signed-off-by: Sam Hague <shague@redhat.com>
Move l2 clustering to use Get VM IPs

Change-Id: If40be3121e7fd6b4a55237f702a95d989ec45c98
Signed-off-by: Sam Hague <shague@redhat.com>
Move bgp vpn to use Get VM IPs

Change-Id: I2db9208037690f274923b9a2c5839f3b4e671e3a
Signed-off-by: Sam Hague <shague@redhat.com>
Move basic vpn suite to use Get VM IPs

Change-Id: Ic2bf29fa8c54c7362dbdb26fa12730fb69a9aec9
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoUpdated git submodules
Jamo Luhrsen [Thu, 16 Nov 2017 20:15:21 +0000 (12:15 -0800)]
Updated git submodules

Project: integration/test master df3c5d2933bf8fc1efdab37f3e3eb4091ab3d1be

Change Get VM IPs [Documentation] for accuracy

Change-Id: I26a677fe93b806ced9bc13611a658f5a6d479402
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdated git submodules
Sam Hague [Tue, 14 Nov 2017 22:26:03 +0000 (17:26 -0500)]
Updated git submodules

Project: integration/test master dd6a44f6ba72dee9ac721ef484feb375619d86dc

Move elan suite to use Get VM IPs

Change-Id: Idc1d35e7fba07ee44daf3114bc3b98b22dcde64a
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoUpdated git submodules
Jamo Luhrsen [Thu, 16 Nov 2017 00:02:06 +0000 (16:02 -0800)]
Updated git submodules

Project: integration/test master 3fdf78082fc06cfbba8a3a46af20372ad2aee6bc

Use Run Keywords for multiple keywords in teardown

this was broken recently, when wanting to split out
the amount of data models we collect in our non-sfc
suite.

Change-Id: I5d4bf4751a27b00c01a7bd375c49013d66a6aebd
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdated git submodules
Nidhi Adhvaryu [Wed, 15 Nov 2017 12:56:47 +0000 (18:26 +0530)]
Updated git submodules

Project: genius master 3579cba83a4d2e5c498e12aa05ccc35055ccaf78

Diagstatus integration for datastore service

Change-Id: I915e13debbd3c423f978871232901cd0c7b2fa6b
Signed-off-by: Nidhi Adhvaryu <nidhi.adhvaryu@ericsson.com>
6 years agoUpdated git submodules
Jamo Luhrsen [Thu, 16 Nov 2017 16:21:23 +0000 (08:21 -0800)]
Updated git submodules

Project: integration/test master 61974191879f86d264fce78f00cd3293ddd3765d

Add parens around "${status}" - fix invalid syntax

Change-Id: I7a34148a7a2ba8f6b308fa3226dceca3b80b7d92
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdated git submodules
David Suarez [Mon, 13 Nov 2017 23:10:46 +0000 (00:10 +0100)]
Updated git submodules

Project: genius master 1d11ae395b3c4e15a02a0576332967d1a986d314

Enforce findbugs

Change-Id: Iaf15f28ed9c666086060612ed5dfac61974d4bf0
Signed-off-by: David Suarez <david.suarez.fuentes@gmail.com>
6 years agoUpdated git submodules
Mohamed El-Serngawy [Thu, 16 Nov 2017 15:30:25 +0000 (15:30 +0000)]
Updated git submodules

Project: aaa master a608e98ffe9832084ecf2f5990d3f8a9e2a5287c

Merge "AAA-149 migrate Handler classes to correct package"

AAA-149 migrate Handler classes to correct package

Migrate the *Handler classes to the right package, along with
the corresponding tests.

Change-Id: I1e01f4bfec298fb81376a8ea9f8bc8927c44f4b1
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
6 years agoUpdated git submodules
Mohamed El-Serngawy [Thu, 16 Nov 2017 15:26:59 +0000 (15:26 +0000)]
Updated git submodules

Project: aaa master bf1efc0b9341685120b823116f4d8540532e9151

Merge "Remove unused graphics"

Remove unused graphics

Previously referenced in the README, but now are no longer applicable.
These graphics depicted sssd plugin which was removed many releases ago.
Furthermore, graphics really don't belong in source (i.e., git).

Change-Id: If78bc55f6ee6b42e6abb28df356baa9aeda122f6
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
6 years agoUpdated git submodules
Mohamed El-Serngawy [Thu, 16 Nov 2017 15:26:20 +0000 (15:26 +0000)]
Updated git submodules

Project: aaa master b80f10c5edd3b2da0a0e63441d756f414316c1db

Merge "Fix compile time warnings in aaa-shiro-act"

Fix compile time warnings in aaa-shiro-act

The init/close methods in the Provider for aaa-shiro-act are called via
blueprint, but IntelliJ and other IDEs do not recognize our custom blueprint
path (src/main/resources/org/opendaylight/blueprint).  Thus, we get a ton
of annoying warnings about unused init/close methods.  This fixes the issue
for aaa-shiro-act.

Change-Id: Iefd1aa44bf85c9e073d080c9293c325da82b3c33
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
6 years agoUpdated git submodules
Ryan Goulding [Wed, 15 Nov 2017 15:52:46 +0000 (10:52 -0500)]
Updated git submodules

Project: aaa master d9b4e24b481c91224e2604f77708b578f77f93d8

Fix weird formatting in blueprint.xml file

aaa-shiro-act had an empty bean definition so I fixed the notation to use
self-enclosed xml.  This is just cleaner and was really bothering me :).

Change-Id: I8a08ffbb338f935e6db0800a05bc8867b789f090
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
6 years agoUpdated git submodules
Michael Vorburger [Wed, 15 Nov 2017 18:26:56 +0000 (19:26 +0100)]
Updated git submodules

Project: ovsdb master 1057660a170dca89074936b1ef99d0c2eb66fa7f

Fix transaction leak in OvsdbConnectionManager

see https://jira.opendaylight.org/browse/NETVIRT-985

Change-Id: I50d5e5856d813be8b40bd552c734630856257294
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdated git submodules
Jamo Luhrsen [Wed, 15 Nov 2017 05:24:46 +0000 (21:24 -0800)]
Updated git submodules

Project: integration/test master 77f953b1521fe9547348943f7e1aae5191704bee

Handle case when Get VM IP is status FAIL

When a keyword is supposed to return some values (a list in
this case) but hits a failure before the [Return] statement,
we actually only get a status of FAIL and some error message.
Need to handle that.

Change-Id: Ic8e7f9bccfc81bb18f34ede28f4b50277d1c802e
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoMerge "Add Dlux M1 status"
Kit Lou [Wed, 15 Nov 2017 23:19:15 +0000 (23:19 +0000)]
Merge "Add Dlux M1 status"

6 years agoUpdated git submodules
Jamo Luhrsen [Wed, 15 Nov 2017 22:57:12 +0000 (14:57 -0800)]
Updated git submodules

Project: releng/builder master 8b5d2536b5f1298f67beb3eb1c981e5722940036

Update template comment block for easy reference

- some templates have been added over time without
  this reference section being updated

Change-Id: I3864556c7be51addb733b6f290763cf4a38e4b95
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoMerge "Add DluxApps M1 status"
Kit Lou [Wed, 15 Nov 2017 23:19:12 +0000 (23:19 +0000)]
Merge "Add DluxApps M1 status"

6 years agoUpdated git submodules
Michael Vorburger [Wed, 15 Nov 2017 17:32:02 +0000 (18:32 +0100)]
Updated git submodules

Project: netvirt master 8a42f5fa48c3b528bfdb0438866f138d2f8d3ae9

Fix bad transaction leak in StatisticsImpl

see https://jira.opendaylight.org/browse/NETVIRT-886

Change-Id: Ia72726f9eeae0bcb6273da5b50eb60a65dcd7358
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdated git submodules
Anil Vishnoi [Wed, 15 Nov 2017 20:40:06 +0000 (20:40 +0000)]
Updated git submodules

Project: openflowplugin master 6e6e3afc917ad3d26b2679f5bd476c021afb29a6

Merge "Add Docs for Openflowplugin"

Add Docs for Openflowplugin

This patch just initializes sphinx for Openflowplugin

Change-Id: Ie7d0e2004d48e7ddacaf32ab18d0f94f5bc40c27
Signed-off-by: D Arunprakash <d.arunprakash@ericsson.com>
6 years agoUpdated git submodules
Anil Vishnoi [Wed, 15 Nov 2017 20:40:01 +0000 (20:40 +0000)]
Updated git submodules

Project: openflowplugin master b97f2c193ba86c6c2478b1cd3a0984fc270cfd12

Merge "Bug 8902 : Spec for Reconciliation Framework"

Bug 8902 : Spec for Reconciliation Framework

This spec provides the documentation for Reconciliation framework
implementation and usage

Change-Id: I10c312d9890effb317a695450d381ee4d6725b60
Signed-off-by: D Arunprakash <d.arunprakash@ericsson.com>
6 years agoUpdated git submodules
Michael Vorburger [Wed, 15 Nov 2017 16:59:01 +0000 (17:59 +0100)]
Updated git submodules

Project: ovsdb master 9567c76e2cf3948e16086c63530599dd725a01bf

Fix transaction leak in BridgeConfigReconciliationTask

see https://jira.opendaylight.org/browse/OVSDB-425

Change-Id: I9d89cb72768cff137b91773ac8ab0e1d5fce7a04
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdated git submodules
Michael Vorburger [Wed, 15 Nov 2017 18:19:16 +0000 (19:19 +0100)]
Updated git submodules

Project: ovsdb master e882f6efd0c0378ac2ba68ead33b70f97118f01f

Fix possible transaction leak in BridgeOperationalState

see https://jira.opendaylight.org/browse/NETVIRT-985

Change-Id: Ie8bd1d81cb4df55d9c75ca275756013262c12a00
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoAdd Dlux M1 status 78/65578/1
Daniel Malachovsky [Wed, 15 Nov 2017 19:53:43 +0000 (20:53 +0100)]
Add Dlux M1 status

Change-Id: I4116fce318a3d5c7f5e2ccacaeb7ce068e60cd93
Signed-off-by: Daniel Malachovsky <dmalacho@cisco.com>
6 years agoUpdated git submodules
Ryan Goulding [Wed, 15 Nov 2017 17:06:10 +0000 (12:06 -0500)]
Updated git submodules

Project: sfc master 8f285d5f8197ec9bb098bb5c55fec477b12ce547

Fix broken formatting in rsp-config-datastore docs

"code-block" takes exactly one argument, the name of the language
contained by the code-block.  This fixes the formatting issue.

Change-Id: Ib7f4fc6727bd2fb4378c5c87eb46e4fda6f4015d
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
6 years agoAdd DluxApps M1 status 76/65576/1
Daniel Malachovsky [Wed, 15 Nov 2017 19:35:13 +0000 (20:35 +0100)]
Add DluxApps M1 status

Change-Id: Ib5718636c4f3435785532d21f0a65d0b6bd74943
Signed-off-by: Daniel Malachovsky <dmalacho@cisco.com>
6 years agoMerge "Add OpFlex M1 status"
Kit Lou [Wed, 15 Nov 2017 19:18:17 +0000 (19:18 +0000)]
Merge "Add OpFlex M1 status"

6 years agoUpdated git submodules
Stephen Kitt [Fri, 10 Nov 2017 10:41:51 +0000 (11:41 +0100)]
Updated git submodules

Project: odlparent master ef2f5ad1f6a794eff3f8f83b5c2092ea5089519e

ODL Parent 3.0.0 release notes

... and supporting Sphinx framework.

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

Project: odlparent master fb24b109e791745ed83ce3d7e4aa6dd9f0566287

Add missing M2E lifecycle mappings metadata

* Ignore for the duplicate-finder-maven-plugin

Not sure why I have to repeat here what I had done back in January in
https://github.com/vorburger/opendaylight-eclipse-setup/commit/abf867c9a1e58686b79214c9381adcb0e224b3b6
but I can only strongly encourage all ODL developers using Eclipse to
use the opendaylight-eclipse-setup model.

also make bundles-test-lib enable the dupe CP finder (and PMD CPD),
because that actually made the problem appear under Eclipse within
odlparent - after manually locally removing the equivalent in
lifecycle-mapping-metadata.xml by opendaylight-eclipse-setup.

see also I3498cc5f3af7481cd83b4f7f69045d19668fd1da

Change-Id: I2bfbfc05600814df1fa5c866e1db3cbe2576959c
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdated git submodules
Michael Vorburger [Wed, 15 Nov 2017 15:02:50 +0000 (16:02 +0100)]
Updated git submodules

Project: odlparent master 49a04de83ce9ad7feac6b2fe87acf26ef1295280

Add missing M2E lifecycle mappings metadata

* Ignore for the karaf-maven-plugin

This change does intentionally NOT include a lifecycle mapping for the
(new) spotbugs-maven-plugin, because that's one which we do NOT want to
just IGNORE, but have to configure; re. that one, please watch
https://github.com/m2e-code-quality/m2e-code-quality/issues/110

FTR: Originally I started putting these (only) into
opendaylight-eclipse-setup, because "such Eclipse specifics should not
be in our POM", but today on IRC rovarga opined that "it should 'just
work' even if one doesn't want to use your opendaylight-eclipse-setup"
but why? its great!] so putting there here now - meaning we have a bit
of a mix now, but I guess this isn't the end of the world.

see https://github.com/vorburger/opendaylight-eclipse-setup#how-to-add-additional-m2e-lifecycle-mapping

Change-Id: I3498cc5f3af7481cd83b4f7f69045d19668fd1da
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoAdd OpFlex M1 status 21/65521/2
Rob Adams [Wed, 15 Nov 2017 00:05:00 +0000 (16:05 -0800)]
Add OpFlex M1 status

Change-Id: I5a8c8fde12faba8394a272babdd2f5f438c6ed2f
Signed-off-by: Rob Adams <readams@readams.net>
6 years agoUpdated git submodules
Tom Pantelis [Tue, 14 Nov 2017 02:25:05 +0000 (21:25 -0500)]
Updated git submodules

Project: netvirt master dca9544df68779d90c2a245a1740370d42891d14

Fix FindBugs violations and enable enforcement in vpnmanager-impl

See in-line comments

Change-Id: I7cbf722bd8ce7a7f965aacf9316def2d60bb9232
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
6 years agoUpdated git submodules
Michael Vorburger [Wed, 15 Nov 2017 13:38:55 +0000 (14:38 +0100)]
Updated git submodules

Project: genius master b1214f958b89f6e1af57e8e1014952abb1781c74

FutureRpcResults fromBuilder() without String rpcMethodName argument

Change-Id: I9f1ad85d237d081cf0c52aa5731740111584b658
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdated git submodules
Faseela K [Wed, 15 Nov 2017 13:03:36 +0000 (18:33 +0530)]
Updated git submodules

Project: infrautils master 82ce2770a874d9c5efbba6005a47ec77d49ae182

Adding missing link for diagstatus spec

Change-Id: I2e3e8fd46f8b71677616e04609d8523334d3411d
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoUpdated git submodules
Shuva Jyoti Kar [Wed, 15 Nov 2017 14:24:13 +0000 (14:24 +0000)]
Updated git submodules

Project: openflowplugin master e60a258592714bfd243bc94e818f0d04d2d61302

Merge "DiagStatus integration for openflowplugin"

DiagStatus integration for openflowplugin

Openflowplugin should report their initial status once
all switch connection providers are initialized.
Subsequent patches will query the dynamic status of port
6653/6633 to advertise the live status.
Further enhancements can be done if openflowplugin can query
some of the major service status before opening up the
southbound interfaces.

Change-Id: Id57f52d3ad02d59f7469762b1e1f0fb468b785ce
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoUpdated git submodules
David Suarez [Tue, 14 Nov 2017 23:52:31 +0000 (00:52 +0100)]
Updated git submodules

Project: genius master 665543e209a5d3923564c68394f87164b3ec406a

Enforce findbugs

Change-Id: Iff89f5de97c8d679bf1d3d57115783ea0d305b80
Signed-off-by: David Suarez <david.suarez.fuentes@gmail.com>
6 years agoUpdated git submodules
Stephen Kitt [Wed, 15 Nov 2017 08:30:14 +0000 (09:30 +0100)]
Updated git submodules

Project: odlparent master 02c0bf523dd17d38660430c69c04ad8e7531f64e

Dependency check: avoid dependency loops

Exclude all org.opendaylight dependencies to avoid introducing
dependency loops with dependency management on third-party artifacts
re-packaged in ODL projects.

Change-Id: I19a235e395f4b8e89e86a054d4e266cc8e101905
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdated git submodules
Claudio D. Gasparini [Wed, 15 Nov 2017 12:20:56 +0000 (13:20 +0100)]
Updated git submodules

Project: bgpcep master d39d5d29292b860dbff45df853973417e5853f91

BGPCEP-717: Add logback config file

 for reduce log level of yang parser.
As a result we reduce 1G output to
only 12M

- set debug loglevel for test

Change-Id: If9265b0a025d2171fbe5578d527abf89c0b0af60
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdated git submodules
Tom Pantelis [Wed, 15 Nov 2017 04:50:39 +0000 (23:50 -0500)]
Updated git submodules

Project: netvirt master f09a72b93ebf4633a3212051aa1e8cb84c9ecb05

Remove final DJC reference from neutronvpn-impl

DJC was eradicated from neutronvpn-impl but it creeped back into
NeutronvpnUtils in a recent patch.

Change-Id: I7f950ff7e3f600642f2ae0b79082320047a635f5
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
Refactoring and cleanup in neutronvpn-api

- Modified L2GatewayCacheUtils to use a ConcurrentMap instead of
  the deprecated Cache.

- Made L2GatewayDevice thread-safe and improved encapsualation

- Enabled FindBugs and fixed violatoions

Change-Id: I70d10e67a8fb800cda51f90e40286e60e2398a67
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
Fix FindBugs violations and enable enforcement in neutronvpn-impl

See in-line comments.

Change-Id: Ie0dce5f21dee80b9c02405b7636e55a4a8347887
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
Fix warnings and remove statics in neutronvpn-impl

See inline comments. The major changes were with the NeutronvpnUtils
class which had several public static Maps. The class was refactored
into a singleton class which required injection into many other classes.

Change-Id: Ib2badb6d01c55aab5851c9045d8bea8a911ad0a2
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
6 years agoUpdated git submodules
Robert Varga [Wed, 18 Oct 2017 11:46:10 +0000 (13:46 +0200)]
Updated git submodules

Project: odlparent master 3dca615172a7aed2fdccd2fb0043b29bf2c83bea

BUG-9202: update maven-javadoc-plugin

Required to make build work with Java 9, release notes are at
https://mail-archives.apache.org/mod_mbox/maven-announce/201707.mbox/%3Cop.y3p20je4kdkhrr%40desktop-2khsk44%3E

Change-Id: I46d348026a41587a04ebc6508fcc649dd5be9a48
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoUpdated git submodules
Stephen Kitt [Wed, 15 Nov 2017 09:06:36 +0000 (10:06 +0100)]
Updated git submodules

Project: odlparent master e714edae48702a7f9febd3f6cb004ac14a31d55b

SFT needs Karaf branding

For some reason SFT now needs our Karaf branding. We should fix this
so that it’s no longer the case — see
https://jira.opendaylight.org/browse/ODLPARENT-130 — but in the
interest of getting odlparent 3.0.0 out, this adds an explicit test
dependency.

Change-Id: I548e421a63073503be47d239cd9536306ab92bd9
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdated git submodules
Ajay Lele [Thu, 26 Oct 2017 19:04:59 +0000 (12:04 -0700)]
Updated git submodules

Project: bgpcep master 260e11764030fff45cf0b23cd516d4c4af2f0ba1

BGPCEP-709: Operational OpenConfig BGP RIB output is not seen for all controllers in the 3 node cluster

- StateProviderImpl uses clustering singleton service to run only 1 instance in cluster.
  Problem is that if BGP speaker needs to be kept separate across the cluster nodes
  e.g. for scalability issues (creating separate shard for bgp rib and openconfig module and
  disabling replication for them), since the singleton service name is same across
  the nodes, only 1 instance of the service runs and so operational data is available
  only on that node.
- This PR changes this to run operational data collection/update service on all nodes,
  but perform the activity only for rib and peer that are active on that node.
- Updated unit-tests.

Change-Id: I7284b249b8ec68b4c6905a92bbb221816d196cae
Signed-off-by: Ajay Lele <ajayslele@gmail.com>
6 years agoUpdated git submodules
Itohan [Fri, 4 Aug 2017 06:20:47 +0000 (23:20 -0700)]
Updated git submodules

Project: netvirt master 70c9ce9ca59200dd0d7c8276869a78d6bd2d6762

Bug 8889: Removed trailing comments

Removed trailing comments, deleted
unnecessary ones and placed some before
the code they described. This change would
make the code more readable.

Change-Id: If852f1628d8f57a64c62a9ea09db416ed317e7a4
Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com>
6 years agoUpdated git submodules
Itohan [Thu, 3 Aug 2017 23:16:12 +0000 (16:16 -0700)]
Updated git submodules

Project: netvirt master a344c4a0c4b86538af19bd6d69591becfa6481fc

Bug 8889: Defined Constants to remove duplication

Defined contstants ERROR and IS_NEEDED to replace the string
literals "error: " and " is needed". These changes would
reduce string duplication and make code refactoring easier
and less error-prone.

Change-Id: I32ff8549ac3c5f8102ab15519c79e57bd63951e4
Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com>
6 years agoUpdated git submodules
Stephen Kitt [Tue, 17 Oct 2017 13:41:56 +0000 (15:41 +0200)]
Updated git submodules

Project: netvirt master 8f6dbe19551152547b882c114a2fb6dee520d041

Clean up QosNeutronUtils

* Avoid returning null for collections and propagate the simplified
  null-handling.
* Use computeIfAbsent and putIfAbsent to simplify map-related code.
* Drop some local variables which are immediately returned to simplify
  declarations.
* Drop some unnecessary parentheses.

Change-Id: I701a032c1cdf1b7fc21d219476ceddc7cdc73ca5
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdated git submodules
eaksahu [Tue, 14 Nov 2017 11:58:21 +0000 (17:28 +0530)]
Updated git submodules

Project: netvirt master bfe7e1375879253a795c84465f85dcaa7136767e

Bug 9234: DPN programmed wrongly with TOR mac

Correcting mistake in code where cache was added instead of remove.

Change-Id: Ieae2221fa57897b31739358f0fbc900417632844
Signed-off-by: eaksahu <a.k.sahu@ericsson.com>
6 years agoUpdated git submodules
Tom Pantelis [Fri, 20 Oct 2017 17:22:09 +0000 (13:22 -0400)]
Updated git submodules

Project: netvirt master fd67c5b5d3df7c50bc7c1b88641f99ac65e0aa45

Fix warnings/cleanup in natservice-impl

See inline comments.

Change-Id: Ibb3708ccb05db84d8e41d241ace9c418de357c47
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
6 years agoUpdated git submodules
Tom Pantelis [Wed, 25 Oct 2017 00:24:04 +0000 (20:24 -0400)]
Updated git submodules

Project: netvirt master ad9b1c6eb4b4c6c298b66161dca619fbbba30aa4

Fix warnings/cleanup in dhcpservice-impl

See inline comments.

Change-Id: I6a2c7500ee19af96c83a88ed9ae6e16a51423b28
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
6 years agoUpdated git submodules
Stephen Kitt [Fri, 15 Sep 2017 12:35:50 +0000 (14:35 +0200)]
Updated git submodules

Project: netvirt master 2032454c77fe8a3097e4bb6f8570d5481fe1bc4a

Remove unused parameters from Genius services

Following the clean-up in Genius, remove unnecessary parameters on
cleaned-up methods.

Change-Id: I1a32116f5bd9956e76ee32289597b70e04e0b872
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdated git submodules
Stephen Kitt [Mon, 16 Oct 2017 15:24:06 +0000 (17:24 +0200)]
Updated git submodules

Project: netvirt master a3baf4358adc58234faa8d6c629626e33148c576

Split QosNeutronUtils.syncFlow

This needs Id882570c15f018ce751b3829fac4a446f4aecfc8

Change-Id: I9488c6c809e1567b6c2d3decc4c6c39d006a6150
Signed-off-by: Stephen Kitt <skitt@redhat.com>
Split handleKnownL3DmacAddress

Change-Id: I2210fcfbf7c7a60ab95a407716d92457997c4230
Signed-off-by: Stephen Kitt <skitt@redhat.com>
Split setupArpResponderFlowsToExternalNetworkIps

Change-Id: I3f23d128e2d4c9c90b0894e42bc44c5f4cd3002c
Signed-off-by: Stephen Kitt <skitt@redhat.com>
Split setupRouterGwMacFlow

Split setupRouterGwMacFlow into explicit add/remove variants.

Change-Id: I317acf74247e9674b0d4cc2a4578bc60d2b489aa
Signed-off-by: Stephen Kitt <skitt@redhat.com>
Split setupSubnetMacIntoVpnInstance

Split setupSubnetMacIntoVpnInstance into explicit add/remove
variants. The method used a number of static functions in VpnUtil
which were only used here, so this patch pulls these back into
VpnManagerImpl.

Change-Id: I6b9190dd9e0bec3dd1e0d79f5105d6001457ab66
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdated git submodules
Michael Vorburger [Tue, 14 Nov 2017 19:41:50 +0000 (20:41 +0100)]
Updated git submodules

Project: infrautils master 423a2af25cf485c52bebaadfc542d7414859e1f9

Fix missing assertThat().isTrue/False() in JobCoordinatorTest

Stumbled upon this bug when the SpotBugs Eclipse plugin pointed it out.

Curious that the FindBugs Maven plugin hasn't detected it... all the
more reason to switch from FindBugs over to SpotBugs in the build ASAP,
as soon as we're on odlparent 3.0.0.

Change-Id: I219b18ce2bd36d0ab0242d82fd6e57943dc260a7
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdated git submodules
Jamo Luhrsen [Wed, 15 Nov 2017 01:16:17 +0000 (01:16 +0000)]
Updated git submodules

Project: releng/builder master 74cec2b6faea1ef272d8befcebe0a2adae007adb

Merge "Add more Xmx to bgpcep project build"

Add more Xmx to bgpcep project build

Change-Id: I95080c5583deeb2364f845d4f63122b180088990
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoUpdated git submodules
Jamo Luhrsen [Thu, 9 Nov 2017 20:29:07 +0000 (12:29 -0800)]
Updated git submodules

Project: integration/test master 627f8d2fc6b7126dfb2038588c08968bf9b0d099

Remove Lithium keyword from packetcable csit

There is no more lithium to worry about, so no need to keep that
keyword

Change-Id: Ib6f811f13a94efd52a818bc1ec0a6c62edc560e2
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdated git submodules
David Suarez [Mon, 23 Oct 2017 22:19:55 +0000 (00:19 +0200)]
Updated git submodules

Project: genius master 35b9c32105f91a9797f4ffe56392e5a3454b659d

Migrate OvsdbNodeListener listener to use the new listeners framework

Change-Id: Ib4bd20052a1aaae51e247f1fef0b5279523c5f50
Signed-off-by: David Suarez <david.suarez.fuentes@gmail.com>
6 years agoUpdated git submodules
Anil Belur [Wed, 15 Nov 2017 00:37:19 +0000 (00:37 +0000)]
Updated git submodules

Project: releng/builder master 3c58e6f3d790405107a895a5bca46b191b4385be

Merge "Update to global-jjb v0.12.1"

Update to global-jjb v0.12.1

Pull in fix to enable maven jobs archive custom logs
https://gerrit.linuxfoundation.org/infra/#/c/7492/

Change-Id: Iddc7d9856ea1d21bfd3629e7240991b8e90cc5dc
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdated git submodules
David Suarez [Fri, 10 Nov 2017 17:06:46 +0000 (18:06 +0100)]
Updated git submodules

Project: genius master a79ea053f0977d7e504f16e9d93d7ea452d14763

Enforce findbugs

Change-Id: I41ecc7822885efe248b577532f895e3c7daf8f37
Signed-off-by: David Suarez <david.suarez.fuentes@gmail.com>
6 years agoUpdated git submodules
David Suarez [Fri, 10 Nov 2017 20:51:16 +0000 (21:51 +0100)]
Updated git submodules

Project: genius master 70a9d7f04ce25b1c5c74db3c426cab900c8182fc

Enforce findbugs

Change-Id: Ic95e3230ac75deda3aca32f6a4469ff62a15c047
Signed-off-by: David Suarez <david.suarez.fuentes@gmail.com>
6 years agoUpdated git submodules
Rob Adams [Tue, 14 Nov 2017 23:14:13 +0000 (15:14 -0800)]
Updated git submodules

Project: releng/builder master a19746018f6779ea6f3393bc4c1ed89c88e552c8

Reduce parallelism to fit low-spec build machines.

Change-Id: I41df93b61c6eec4ffc80f8c9423986ca03d4973a
Signed-off-by: Rob Adams <readams@readams.net>
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdated git submodules
Michael Vorburger [Thu, 26 Oct 2017 19:05:15 +0000 (21:05 +0200)]
Updated git submodules

Project: infrautils master 2e5c3678a280632fd2219478c31e38521f43718a

CompletableFutures.toListenableFuture(CompletableFuture f) & Co.

Change-Id: Id0f78474037ab3f33c286637e8d6d5c9aee58f7a
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdated git submodules
Michael Vorburger [Thu, 9 Nov 2017 18:13:23 +0000 (19:13 +0100)]
Updated git submodules

Project: infrautils master 320fc256088bf6d8cfb0bb5936d8a08b512efb92

JdkFutures utility to deal with j.u.c.Future returned by ODL RPC

used e.g. in I9b8de70bd1d3f226801c68946f1e4ceaaca8bb3a

Change-Id: I6be0a0677659d9748e86995c8a4874e99e2c6493
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoMerge "Link to Openflowplugin main docs page"
Kit Lou [Tue, 14 Nov 2017 20:26:25 +0000 (20:26 +0000)]
Merge "Link to Openflowplugin main docs page"

6 years agoUpdated git submodules
Michael Vorburger [Thu, 9 Nov 2017 01:06:03 +0000 (02:06 +0100)]
Updated git submodules

Project: infrautils master 78714c60a1bafdd2e86d4c9ae1fbcacba8f7cf40

Metrics Step 1: Basic infrautils.metrics API & Impl bundles outline

Not yet usable as is, but for code review purposes intentionally going
to build this up step by step for folks to follow along more easily.

Next step after this: jobcoordinator-impl dependency to metrics-api,
first usage of metrics for JobCoordinatorMonitor, and correct OSGi
service registration, Karaf features etc. stuff.

Background in https://jira.opendaylight.org/browse/INFRAUTILS-19

Change-Id: Ia11f9973a018cfa392a35358a4467035ecf84e93
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdated git submodules
Michael Vorburger [Wed, 8 Nov 2017 21:21:24 +0000 (22:21 +0100)]
Updated git submodules

Project: infrautils master b8e0740152cbadba1fa97ac09a053c038c273dc5

Asserts.assertThrows(SomeException.class, () -> { stuff });

see http://errorprone.info/bugpattern/TestExceptionChecker

Change-Id: Ic7016d2d56fae1d9d03d87447bebe24e784e4e95
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdated git submodules
Stephen Kitt [Thu, 9 Nov 2017 17:09:39 +0000 (18:09 +0100)]
Updated git submodules

Project: odlparent master 0861917d09a6693cf057829c14aaf1a8338be2af

Add a dependency check to validate management

To avoid issues such as the invalid uncommon-maths version bump, add a
module whose sole purpose is to depend on all artifacts specified in
dependency management in odlparent. This ensures that the artifacts
are actually available.

Remove two artifacts which don’t exist (and aren’t used anywhere):
* ssl-config-akka_2.12
* jetty-servlet-tester

Change-Id: Ia18132fb45eb5f87afdc0d63ac3fff4f2caaf04c
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdated git submodules
Jamo Luhrsen [Mon, 13 Nov 2017 19:08:19 +0000 (11:08 -0800)]
Updated git submodules

Project: integration/test master 0bf54d5f69a56e9d3aa05326ac013d6a9855397c

Rework variables to keep scope limited to keyword

- remove the need to share variables across keywords
- return console log so it can be printed just once after
  the collect ip WUKS is done polling

Change-Id: I10847f064ca38d6504e2715b51ad02792e0d3811
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoUpdated git submodules
Tomas Cechvala [Tue, 14 Nov 2017 11:11:51 +0000 (12:11 +0100)]
Updated git submodules

Project: releng/builder master da4bde57e90767fab748188eb46126e0a0a68092

Shift Openstack version in GBP test

stable/newton to stable/ocata

Change-Id: Iba76f17cb9c73db84e9594a36cd65029c7fe110a
Signed-off-by: Tomas Cechvala <tcechval@cisco.com>
6 years agoUpdated git submodules
Michael Vorburger [Tue, 7 Nov 2017 21:24:28 +0000 (22:24 +0100)]
Updated git submodules

Project: genius master 9fe6d674ad9008b6519c36908b17fbe42124de08

AsyncDataTreeChangeListenerBase Thread with name of subclass

AsyncClusteredDataTreeChangeListenerBase the same

Change-Id: Id98ba50ce5e0571595d84efb6a6c0674ecec144c
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdated git submodules
ebrjohn [Wed, 1 Nov 2017 18:21:06 +0000 (13:21 -0500)]
Updated git submodules

Project: sfc master add3b09601ec62bb079f50516df91610f93f35a0

Updates to create RSPs via config data store

- deprecate RSP creation via RPC
- Update RSP data model changing "config false" fields.

Change-Id: Ifbc2e81b0fb56325f8a8c0e874d126e161a45ecb
Signed-off-by: Brady Johnson <bjohnson@inocybe.com>
6 years agoUpdated git submodules
Stephen Kitt [Tue, 31 Oct 2017 09:54:54 +0000 (10:54 +0100)]
Updated git submodules

Project: genius master 11a9755fbf0240f5ba7739e8648fc529cb093b3a

Adapt DJC delegate to consumer RollbackCallable

This adapts the DJC delegate to infrautils to the changes made in
https://git.opendaylight.org/gerrit/63983 to switch to a consuming
RollbackCallable.

Change-Id: Ic2b79a9f2eb2390a391f6589c80a31bcb962fc0b
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdated git submodules
Stephen Kitt [Thu, 5 Oct 2017 11:20:51 +0000 (13:20 +0200)]
Updated git submodules

Project: infrautils master 5c6b75f1686c39318e2395c13a2aecfbedbf6164

RollbackCallable: rework as consumer

The callable’s job here is to act on a single failed job’s results, so
instead of modelling it as a data object, model it as a function
consuming the failed job’s futures and producing its own.

We could just replace RollbackCallable with
Function<List<ListenableFuture<Void>>, List<ListenableFuture<Void>>
but I think keeping the class has its merits, if only for
documentation and readability.

Change-Id: I049f15096afe1c24ecad4e2282f94830fc471398
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdated git submodules
Michael Vorburger [Fri, 27 Oct 2017 23:43:42 +0000 (01:43 +0200)]
Updated git submodules

Project: infrautils master c3edd9d937738d86969388f15f45fea68fb73cc3

JobCoordinatorTest remove @author

because anyway Periyasamy Palanisamy and not me wrote most of the meat
of the tests, and I'm hoping now other people (Tom, Faseela, skitt?)
will help out to wrote more tests.

Change-Id: I14f047a5204ac10e18b428090832b4bbf0bbad6b
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoLink to Openflowplugin main docs page 80/65480/2
D Arunprakash [Mon, 13 Nov 2017 12:24:01 +0000 (17:54 +0530)]
Link to Openflowplugin main docs page

Change-Id: Icd494e9e6303d2023f8fea77d0b59a73ff59d830
Signed-off-by: D Arunprakash <d.arunprakash@ericsson.com>
6 years agoMerge "Pull in openflowplugin submodule"
Kit Lou [Mon, 13 Nov 2017 23:43:32 +0000 (23:43 +0000)]
Merge "Pull in openflowplugin submodule"

6 years agoUpdated git submodules
Dipankar Jain [Thu, 2 Nov 2017 18:26:51 +0000 (23:56 +0530)]
Updated git submodules

Project: integration/packaging master 6ed2f3f6c1aa6cf198096acc7f9750ace5725f3e

Move versioniong wiki to readthedocs, update

Imports most content from:

wiki.opendaylight.org/view/Integration/Packaging/Versioning

Also:
  * Updates examples to use newer releases
  * Adds links to ODL Nexus-hosted packages
  * Shows puppet-odl versions via metadata, tags no-longer used
  * Updates links
  * Fixes typos

Resolves: INTPACK-24
Change-Id: I8968654078426e5e97298b4380a53e8b3b01077d
Signed-off-by: Dipankar Jain <bunny_jain@ymail.com>
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
6 years agoUpdated git submodules
Sam Hague [Mon, 13 Nov 2017 21:41:52 +0000 (16:41 -0500)]
Updated git submodules

Project: integration/test master 894864078528709ca28f653cdfc20a24c5d7c955

Fix tox problem

Change-Id: Ie473e848c60af10cac8e838e3d3e532ad376e4f3
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoUpdated git submodules
K.V Suneelu Verma [Mon, 13 Nov 2017 05:11:38 +0000 (10:41 +0530)]
Updated git submodules

Project: ovsdb master 204dd82d8da3c296b8a9815d3269f54563916804

fix intermittently failing unit test

Change-Id: I1445d255f10ca05ed2f1f4d0bf1f563f82164904
Signed-off-by: K.V Suneelu Verma <k.v.suneelu.verma@ericsson.com>
6 years agoUpdated git submodules
Mohamed ElSerngawy [Sun, 1 Oct 2017 20:17:37 +0000 (16:17 -0400)]
Updated git submodules

Project: aaa master 7b8b8e8563a27a16cd8a6221b5f662857f855bf1

Refactor AAA datastore & add datastore change functionality

Moving h2 store bundle to aaa-shiro bundle and
add the option to switch between data stores

Change-Id: I4a3ce831eecae4c1382852fc004149da3abe6d57
Signed-off-by: Mohamed ElSerngawy <m.elserngawy@gmail.com>
6 years agoUpdated git submodules
Sam Hague [Sun, 12 Nov 2017 01:02:51 +0000 (20:02 -0500)]
Updated git submodules

Project: integration/test master d8c13d7866321b7b2080cb15d8c6cfb02590887e

Reduce logging in collect ips

Created a new VM Collect IP keyword that reduces the
amount of logging and works faster.

Problems in old keyword:
- logged the whole console multiple times, per vm check and per
operation
- ran Verify Active extra times
- different suites replicated using code

This patch:
- moves all the common wrapping code to a single keyword
- reduces the extra Active calls
- reduces the console to a single time per vm check
- removed console log on error since the log is always captured
during the attempt to get the addresses already

This looks to have reduced the time in half for retrieving the
addresses as well as reducing the multiple loggin of long
console logs.

Only converted the connectivity suite and left the old keyword
in place. The next patches will convert the other suites.

Change-Id: I042c137165eae95946fa5197fbb52b1b85312a00
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoUpdated git submodules
David Suarez [Fri, 10 Nov 2017 15:07:18 +0000 (16:07 +0100)]
Updated git submodules

Project: sfc master 6d21d1142684df11dfe15d926c60e4486bae0280

Remove trailing spaces and tabs in resource files

Remove trailing spaces to pass the checkstyle rules included in [1].

[1] https://git.opendaylight.org/gerrit/#/c/48710/

Change-Id: I5b67bc919be751bfab04f74b43ffdba88fdde010
Signed-off-by: David Suarez <david.suarez.fuentes@gmail.com>
6 years agoUpdated git submodules
ebrjohn [Wed, 1 Nov 2017 16:53:03 +0000 (11:53 -0500)]
Updated git submodules

Project: sfc master be012e5c3741df197dbb7eef62182b01979d80b6

Spec for RSP creation in config data store

Change-Id: Ib6e25bd9424ae65a8a1b8bbc102978138d2f3c63
Signed-off-by: Brady Johnson <bjohnson@inocybe.com>
6 years agoUpdated git submodules
Claudio D. Gasparini [Fri, 10 Nov 2017 17:07:19 +0000 (18:07 +0100)]
Updated git submodules

Project: bgpcep master b799eabd7f9f9d869506dd40aeaad71820374d46

BGPCEP-704: Remove integration test

already covered by tests under PCEP

Change-Id: I7227106d63645efd0699573752e4abe688bea070
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdated git submodules
Michael Vorburger [Wed, 8 Nov 2017 15:55:30 +0000 (16:55 +0100)]
Updated git submodules

Project: genius master 1e6ce4f5a00f17a68b4bed12a6fcb3218889c006

JavaDoc for deprecated and new datastoreutils.listeners

Change-Id: Ifbd018f42bc8501929bb072c0f4172ee903345c6
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdated git submodules
Tomas Cechvala [Mon, 13 Nov 2017 10:07:52 +0000 (11:07 +0100)]
Updated git submodules

Project: integration/test master 22b769490a9169af12ad22e1ed2f56602889e28f

Fix for multiple keywords found in Utils.robot

By specifying OperatingSystem library for 'Get file' call.

Change-Id: I0a4e8a362033b381cf88ac303b931880f419a3de
Signed-off-by: Tomas Cechvala <tcechval@cisco.com>
6 years agoUpdated git submodules
Stephen Kitt [Fri, 10 Nov 2017 17:32:54 +0000 (18:32 +0100)]
Updated git submodules

Project: odlparent master 94b960c2618c5249ead14b3e14148df3df0b3e48

Don’t exclude pax-url-commons from pax-url-wrap

Excluding pax-url-commons from pax-url-wrap means that anything
depending on -wrap without -aether fails (including karaf-plugin).

Change-Id: I861f63caac4fdf6405174df4e05e6242d747b2b5
Signed-off-by: Stephen Kitt <skitt@redhat.com>