docs.git
7 years agoUpdated git submodules
Daniel Farrell [Mon, 27 Mar 2017 18:22:54 +0000 (14:22 -0400)]
Updated git submodules

Project: integration/packaging master 6ff73b1e1111e79d0d13e2fbc8001c782306c4ec

Enable Markdown linting, fix errors

Also use ApplyPatchAction for all Coala Bears.

Change-Id: I0f1646de0e8676cc227175c4804a9a29944f25ce
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Daniel Farrell [Mon, 27 Mar 2017 21:13:37 +0000 (17:13 -0400)]
Updated git submodules

Project: integration/packaging master bd84ecaf0b6b0747db55edd78549e03c936b4e69

Refactor coalafile, add stubs for future tests

Also do Coala dep installs in one line for better speed and install
additional dep of MarkdownBear.

Change-Id: Iab9ac746378b9ef4516e94edbadc537b1536a4c7
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Thanh Ha [Wed, 29 Mar 2017 17:31:43 +0000 (13:31 -0400)]
Updated git submodules

Project: releng/builder master 9ad5a4aa1765c3a9f62472c02b894ce2cfe16840

Revert "Use OS_CLOUD variable for openstackclient"

This reverts commit c2f0ef0dfe76f143acdd25cedc91b07e0b362816.
This reverts commit 5043edcf621ddc51a2c134d2a8c880a1e2dfe677.

Change-Id: Ic126b2e84e3e6c5005bef3e763f5c8ebfb568aae
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Karthik.S [Mon, 27 Mar 2017 16:25:11 +0000 (21:55 +0530)]
Updated git submodules

Project: integration/test master 2fe60b8adeac5cceb6ab9c12c5159acb2216f111

Fix for VTN and Legacy Netvirt CSIT Failure

This patch prevents creating vlan provider segment when executing the
tests for Legacy Netvirt and VTN. It is supported by the other features
that enable Openstack integration.

Change-Id: I40a5d2d750dce7ae2f3e89ab42388809fe2969ca
Signed-off-by: Karthik.S <siva-karthik@hcl.com>
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Wed, 29 Mar 2017 17:17:10 +0000 (17:17 +0000)]
Updated git submodules

Project: releng/builder master 083016bc16594ec6b46843ff1484ad2d9774d2c6

Merge "Refactor stats collection test"

Refactor stats collection test

- Move to ovs 2.5 tools VM
- Make stats graph more clear
- Set 100K flows in all perf jobs (except Beryllium)

Change-Id: Ib56eb1aef0281db5c87846d3946788cac148be3f
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoUpdated git submodules
Luis Gomez [Wed, 29 Mar 2017 01:37:07 +0000 (18:37 -0700)]
Updated git submodules

Project: integration/test master 680d197076ae6867bb3a7a4366cdaf9002c81b5e

Refactor stats collection test

- Set default 32 switches
- Set default 300 flows per request
- Make stats graph more clear

Change-Id: Ibb93a965df2068d20ecf6bbae46fe70e22d5bbf6
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoUpdated git submodules
karthikeyan [Tue, 28 Mar 2017 08:53:06 +0000 (14:23 +0530)]
Updated git submodules

Project: netvirt master dcdbc6be5d63fe6a449864cad96f97c93b71df18

Bug 8093:Fib entries for external Fixed Ips are not programmed

Problem Statement:
==================
In RouterDpnChangeLister, the extRouter parameter is passed as null and in
NatUtil.getExternalSubnetForRouterExternalIp() is called, router is passed
as null resulting in NullPointerException

Solution:
==========
If the router data is null, we need to get the routername from ConfigDS
and use that router name in NatUtil.getExternalSubnetForRouterExternalIp()
to avoid null pointer exception.

Note: Below code is added for external fixed IP information to be writing
into odl-fib entry for EVPN_RT5 use cases.

writeTx.submit()

Change-Id: I7acb7c52b045b6e37b500aef8a6bbe93a0e03777
Signed-off-by: karthikeyan <karthikeyan.k@altencalsoftlabs.com>
7 years agoUpdated git submodules
Thanh Ha [Wed, 29 Mar 2017 16:40:47 +0000 (16:40 +0000)]
Updated git submodules

Project: releng/builder master cc73779475e1c70c9b17fd39e77242aeb614fe5b

Merge "Recursively clone submodules as well"

Recursively clone submodules as well

Some projects like docs / autorelease need to clone submodules too. So
add the submodule recursive setting to ensure they get their
dependencies. Should be a NOOP for projects that don't have submodules.

Change-Id: I4c3cd5f9f149cea5c5992729b73aa0afda5c86f1
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Wed, 29 Mar 2017 15:33:54 +0000 (11:33 -0400)]
Updated git submodules

Project: releng/builder master c2f0ef0dfe76f143acdd25cedc91b07e0b362816

Fix missing os-cloud parameter

Change-Id: Ic51ee271c533fc3a744663e980fa8d97501773a7
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Arun Sharma [Thu, 9 Mar 2017 10:50:12 +0000 (16:20 +0530)]
Updated git submodules

Project: netvirt master d073cf7f3f51e6df6978fa5b8ce6b675400da02d

Netvirt: Config Listener for Qos Alert patch2

*** patch #2 - Adding config listener for
Neutron Qos Alert ***

Supports:
  - Configuration to start/stop monitoring the port statistics
  - Configuration of rx drop count threshold value in %
  - Configuration of polling interval

  - Default or initial configuration available in netvirt-qosalert-config.xml
      * qos-alert-enabled - false
      * qos-drop-packet-threshold - 5%
      * qos-alert-poll-interval - 2 minutes

Spec Review Link:
https://git.opendaylight.org/gerrit/50689

Change-Id: I67d2a78b413fe58fdbf1a869ede88f5e18bee4e0
Signed-off-by: Arun Sharma <arun.e.sharma@ericsson.com>
7 years agoUpdated git submodules
Valentina Krasnobaeva [Wed, 29 Mar 2017 09:36:10 +0000 (11:36 +0200)]
Updated git submodules

Project: integration/test master 8cc9f9c43950d57a7b796b0203118bfcc21c7817

use variable to keep security-group name

Define and use string variable ${SECURITY_GROUP} to keep neutron
security-group name.

Change-Id: I1ae28b2d13c24a9ff9bb9dae19d1d2cfa34c658f
Signed-off-by: Valentina Krasnobaeva <valentina.krasnobaeva@6wind.com>
Acked-by: Philippe Guibert <philippe.guibert@6wind.com>
7 years agoUpdated git submodules
Jose-Santos Pulido Garcia [Tue, 28 Mar 2017 18:09:22 +0000 (20:09 +0200)]
Updated git submodules

Project: netvirt master 11af1c626ae323fb8131366372593b343d4fa11c

Remove addNeighbor(ip,as)

Methods 'addNeighbor(ip,as)' of classes 'BgpRouter',
'BgpConfigurationManager', and 'BgpManager' are no longer
used.

Change-Id: If7e36c822d89827d6383fcf5352240601b22ae5d
Signed-off-by: Jose-Santos Pulido Garcia <jose.santos.pulido.garcia@ericsson.com>
7 years agoUpdated git submodules
Stephen Kitt [Fri, 24 Mar 2017 17:10:53 +0000 (18:10 +0100)]
Updated git submodules

Project: netvirt master 74a31b3c9671cc679299702abeef5f40ecc02335

Bug 7633: Karaf 4 openstack features

Change-Id: I37da7c54df183d9e0551416109ca549dc59afb38
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Shlomi [Mon, 27 Mar 2017 16:15:22 +0000 (19:15 +0300)]
Updated git submodules

Project: netvirt master a9f779cffcc6cc4e6e5fe43805106881c521f02c

hwvtep federation support

Change-Id: I1e3ef68ca45c9ab3998d2e0402989098c1aca137
Signed-off-by: Shlomi <shlomi.alfasi@hpe.com>
7 years agoUpdated git submodules
Thanh Ha [Wed, 29 Mar 2017 15:27:41 +0000 (15:27 +0000)]
Updated git submodules

Project: releng/builder master d86320c12e060814bf9e8c90106d661b5cf7ede4

Merge "Use OS_CLOUD variable for openstackclient"

Use OS_CLOUD variable for openstackclient

Use the OS_CLOUD variable instead of passing --os-cloud to the openstack
client. This allows us to more easily define alternative clouds per job
if there is a need to use additional clouds for different jobs.

Change-Id: I3cb41914b9886aefa98bf9684a5c09f8859f9c46
Signed-off-by: Guy Belotzerkovsky <guy@hpe.com>
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
jenkins-releng [Wed, 29 Mar 2017 11:02:41 +0000 (11:02 +0000)]
Updated git submodules

Project: releng/builder master 5c3e2fe17cfbc0193894eede004a7e347b19838e

Update cloud image list docs

Change-Id: Ife2ee707c4dcd085a955cf599f8013c7c32c5b7e
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
7 years agoUpdated git submodules
Jaime Caamaño Ruiz [Tue, 28 Mar 2017 19:44:50 +0000 (21:44 +0200)]
Updated git submodules

Project: netvirt master 58e18172ebee159d34e56493fecdcd9208ea77d4

Add types of classifier entries

On the initial implementation a single ClassifierEntry would support
all the necessary information needed to render a classification for a
specific match on a specific node for a specific input interface. This
setup was proving difficult when suppressing from the dataplane
rendered items that would be shared between different classifications
like for example initialization flows or interface bindings.

With this patch the classifier entry now can be of different types
of smaller informational items that allow for a much more flexible
update southbound.

Change-Id: Ic355c0bf11d7c0c6f7264efb955d1f501bf905fd
Signed-off-by: Jaime Caamaño Ruiz <jaime.caamano.ruiz@ericsson.com>
7 years agoUpdated git submodules
vinothb [Wed, 29 Mar 2017 23:06:32 +0000 (19:06 -0400)]
Updated git submodules

Project: netvirt master ff1dee53c690444452fbae29803d2cd73be210a6

Bug 7778: VM's FIP are not able communicate to each other
in external network provider

Problem: NORMAL instruction support need to be removed
from legacy netvirt

Soultion: Added a separate flow for broadcast, multicast, unicast of
internal to external communication

Change-Id: Ifc7dec023511395b6a7d2f671b8350886ff11297
Signed-off-by: vinothb <vinothb@hcl.com>
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Thu, 16 Feb 2017 14:37:33 +0000 (15:37 +0100)]
Updated git submodules

Project: genius master 2d5a4f2fcf68878236b05cfe2d0ab6ab98c86306

Bug 7623: Genius' Karaf 4 features

see https://wiki.opendaylight.org/view/Karaf_4_migration

Change-Id: Ib33e4ad268e4e93ec340e483d7505a44c3a5fab6
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Tali [Sun, 26 Mar 2017 19:03:08 +0000 (22:03 +0300)]
Updated git submodules

Project: netvirt master 3c17177c2433eb4755a50d2ce740c8278ab82598

Update egress ACL service to match on lport-tag reg6 mask

Depends-On: https://git.opendaylight.org/gerrit/#/c/53891/
Change-Id: I06db66bb7bf68672f142f1349e91cb12d98b96bd
Signed-off-by: Tali <tali.ben-meir@hpe.com>
7 years agoUpdated git submodules
Tali [Tue, 7 Mar 2017 08:08:42 +0000 (10:08 +0200)]
Updated git submodules

Project: netvirt master eab758a845ecd0105b73886aef882424347ce1cd

Policy classifier table ACL flows

This patch depends on genius patch
https://git.opendaylight.org/gerrit/#/c/52933/

Change-Id: Ia46f09bf8aa25206617effae0e0e1a634e9e2c15
Signed-off-by: Tali <tali.ben-meir@hpe.com>
7 years agoUpdated git submodules
Tomer Pearl [Thu, 2 Mar 2017 16:06:56 +0000 (18:06 +0200)]
Updated git submodules

Project: netvirt master d1f6f15b28912debbbf4f0472741415a5169ea58

Enable SubnetRoute in non BGPVPN usecase

First commit in a series of commits, part of the discovery
of directly connented PNFs in Flat/Vlan provider networks.

This commit enables the creation of VrfEntry with a subnetroute
augmentation, in non BGPVPN use case, with respect to the recently
changes made by the hairpinning spec.

A VrfEntry is created in both external networks and private tenant
networks.

Change-Id: Ida689b6e5317e45e6a9c8a4f6887e5e9f2438161
Signed-off-by: Tomer Pearl <tomer.pearl@hpe.com>
7 years agoUpdated git submodules
Tomer Pearl [Wed, 1 Mar 2017 15:24:17 +0000 (17:24 +0200)]
Updated git submodules

Project: netvirt master 4e71b898eaea5b547dd51100d52671624a9e3e6d

Create VrfEntry for PNF

This patch is the third one in a series of patches for
PNF discovery in Flat/Vlan provider networks.

In this patch we create a mip adjacency upon receving ARP
response from a PNF.

VpnInterfaceManager listen for that new adjacency and request the creation
of a matching VrfEntry.

VrfEntryListener Listens for the new VrfEntry and call
createRemoteFibEntry on all relevent switches from VpnToDpn list.

Depends-On: https://git.opendaylight.org/gerrit/#/c/53090/

Change-Id: I52cdd5d093522eb32b01f30a68bda082717c7af9
Signed-off-by: Tomer Pearl <tomer.pearl@hpe.com>
7 years agoUpdated git submodules
Shai Haim [Thu, 16 Mar 2017 12:32:28 +0000 (14:32 +0200)]
Updated git submodules

Project: netvirt master 67c51b88b1a7774425589fe1a4671b5d4cc9ba02

Add DHCP Allocation Pool extension to the DHCP service

Change-Id: I9a0bf4b806824934cf86640b0878b26d338cfb31
Signed-off-by: Shai Haim <shai.haim@hpe.com>
7 years agoUpdated git submodules
Michael Vorburger [Mon, 27 Mar 2017 16:32:15 +0000 (18:32 +0200)]
Updated git submodules

Project: netvirt master 785429672cae85285b81f3d3ad32909449b6c65c

OpenStackSFCTranslatorProvider close() the *Listener/s it created

Change-Id: I408847f25e9ebb7efd0b1daa306f223b724380e5
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Shai Haim [Wed, 29 Mar 2017 12:36:32 +0000 (15:36 +0300)]
Updated git submodules

Project: netvirt master f4f6bace21de2342b0b85dde4807819ec9cacb1f

align dhcp yang model in the spec with implementation

Change-Id: If497d228035275eb53f483f6bc5c969eb35697e7
Signed-off-by: Shai Haim <shai.haim@hpe.com>
7 years agoUpdated git submodules
Michael Vorburger [Wed, 29 Mar 2017 12:15:55 +0000 (14:15 +0200)]
Updated git submodules

Project: odlparent master 0cdccf2a79a6e3a33b58768bc7dfcdf45feab5cc

Bug 8100: Karaf 4 SingleFeatureTest TestBundleDiag blacklist genius

Change-Id: Ieca1f632f59924416374579487441ea0082a7f9b
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Tue, 28 Mar 2017 17:24:14 +0000 (10:24 -0700)]
Updated git submodules

Project: integration/test master e97a9b72a5145d6f5e58cde119f5deacd0e51d03

Change natapp testplan name to use .txt extension

Change-Id: Ieebab555867d1b27a0e47099a9d089a7fd116a6c
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Anil Belur [Wed, 29 Mar 2017 03:39:42 +0000 (03:39 +0000)]
Updated git submodules

Project: releng/builder master aee5bb6804927ec08787ec3eb1cb8eff786a63c6

Merge "Disable shellcheck for specific scripts"

Disable shellcheck for specific scripts

This ensures new scripts going into integration pass shellcheck and we
can fix shellcheck issues with existing scripts as we go.

Also fix shellcheck linting when trivial.

Change-Id: Ia77a514ed90ed3685ef4d3dd8ea9548544ebc7c0
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Anil Belur [Wed, 29 Mar 2017 01:32:21 +0000 (01:32 +0000)]
Updated git submodules

Project: releng/builder master 1ac0093b53a5b93dc54c1e9f41a193040034cf0c

Merge "Add docs linting job"

Add docs linting job

Use the tox job template to run docs linting.

Change-Id: I3ae6f9cdfcf5e3846b50f9fa5bbebb8792dd666a
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Wed, 29 Mar 2017 00:35:06 +0000 (00:35 +0000)]
Updated git submodules

Project: releng/builder master 50272f10af5f4d30db19a4767d376a98883e7c0f

Merge "Add Archiving... log message to archives.log"

Add Archiving... log message to archives.log

Cut down on text spam at the end of the build. We can always investigate
the log file if necessary.

Change-Id: I58c97f34ef90f2b937a330f0faaf6ed3c22f68c8
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
jenkins-releng [Tue, 28 Mar 2017 23:09:38 +0000 (23:09 +0000)]
Updated git submodules

Project: releng/builder master f2a032fec39a544dae44694960b99bb0434e9020

Auto Update CSIT Jobs to run

Change-Id: I9dcc988c6b636b3b12d1fb07470237a84b4d18e2
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
7 years agoUpdated git submodules
Daniel Farrell [Mon, 27 Mar 2017 21:11:36 +0000 (17:11 -0400)]
Updated git submodules

Project: integration/packaging master 6d09b2cf6541682dcb6ff042103cb8ed50b57b19

Fix all Python import ordering

Change-Id: If156ee3e0cc753494616e17ca971f54e56df5ab1
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Tue, 28 Mar 2017 22:59:15 +0000 (22:59 +0000)]
Updated git submodules

Project: releng/builder master cd53a4071bcec7ca598ce8da3c5d762a2671fe59

Merge "Add bier project system test job"

Add bier project system test job

Change-Id: Ibf85820713d28f26806dee9aa5f5906dbc71161a
Signed-off-by: Quan Xiong <xiong.quan@zte.com.cn>
7 years agoUpdated git submodules
Quan Xiong [Wed, 22 Feb 2017 03:03:56 +0000 (11:03 +0800)]
Updated git submodules

Project: integration/test master be2bd44567165c4d20ad23c249fc5aa5bcb87d26

Add bier test suites and testplan

Change-Id: Idb134ca4e89fa069bb077fbced582a9b1a9c9107
Signed-off-by: Quan Xiong <xiong.quan@zte.com.cn>
7 years agoUpdated git submodules
Jaime Caamaño Ruiz [Tue, 28 Mar 2017 13:14:37 +0000 (15:14 +0200)]
Updated git submodules

Project: netvirt master c4c6fbd4ede5fb402722772776769e6597d95af3

Replace DataProcessors for classifier service

Change-Id: I696a80a86317143fa540dfb40700bd5895f929bd
Signed-off-by: Jaime Caamaño Ruiz <jaime.caamano.ruiz@ericsson.com>
7 years agoUpdated git submodules
Vratko Polak [Tue, 28 Mar 2017 15:11:45 +0000 (17:11 +0200)]
Updated git submodules

Project: integration/test master 63cb08738f7023e62adf19df1dc67b244c42acea

Add a FIXME to mdsal binding suite

+ Also, folder should not end with slash.

Change-Id: I7b36d4469b40e34ebb905c0285f7b4307704b7db
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Jose-Santos Pulido Garcia [Mon, 27 Mar 2017 15:13:29 +0000 (17:13 +0200)]
Updated git submodules

Project: netvirt master 197a6a39bd09cca535510a0a6ce91a8eb54a1c4d

Use TcpMd5SignatureOption in replayNbrConfig

'BgpConfigurationManager.replayNbrConfig' replays the
current 'ebgp:bgp/neighbors' configuration when QBGP
restarts.  With this change it uses
'tcp-md5-signature-option' to set the MD5 password.

See spec qbgp-tcp-md5-signature-option [0].

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

Change-Id: I7119d030166ea953afc32bf0ad1a2bd47ec4dff5
Signed-off-by: Jose-Santos Pulido Garcia <jose.santos.pulido.garcia@ericsson.com>
7 years agoUpdated git submodules
David [Mon, 27 Mar 2017 09:51:17 +0000 (11:51 +0200)]
Updated git submodules

Project: genius master 0219b27a51742f538e4e6eac9fc56e7b2e7030e9

Fix issues related to checkstyle enforcement for module
interfacemanager-impl

- Dates
- Line lengths
- Formatting
- Exception catching
- Order imports
- Change variable names
- JavaDoc
- Move variables closer to their declaration
- Shorten type declarations
- Remove redundant modifiers
- Group overloaded methods
- Checkstyle enforcement in pom.xml

Change-Id: Ia24783974ae39ef872a627f475d3c80571dba534
Signed-off-by: David <david.suarez.fuentes@ericsson.com>
7 years agoUpdated git submodules
Jose-Santos Pulido Garcia [Mon, 27 Mar 2017 14:56:02 +0000 (16:56 +0200)]
Updated git submodules

Project: netvirt master 081358295ffb5e0c6e33b665e6faf3466d03e80b

React to TcpMd5SignatureOption in NeighborsReactor

When 'ebgp:bgp/neighbors' contains a 'tcp-md5-signature-option'
'BgpConfigurationManager.NeighborsReactor.add' adds a neighbor with
password.

See spec qbgp-tcp-md5-signature-option [0].

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

Change-Id: I892a2f989886c40d8957ccb6e681301e78117c90
Signed-off-by: Jose-Santos Pulido Garcia <jose.santos.pulido.garcia@ericsson.com>
7 years agoUpdated git submodules
Alon Kochba [Tue, 28 Mar 2017 09:29:09 +0000 (12:29 +0300)]
Updated git submodules

Project: netvirt master 92258ab3c82495b8f0762c6152ee2980c5df4a09

Sort specs index.rst, fix PNF spec formatting

Change-Id: I0172a37de827adcdc84e06eea17dbd25fc9e00de
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Alon Kochba [Sun, 26 Mar 2017 17:33:24 +0000 (20:33 +0300)]
Updated git submodules

Project: integration/test master 21718a51952badf2ffdef75b89e37f4c7c4e3b51

Cleanup DHCP IP collection, don't mix with VM IPs

Currently in the L2 and external suite we mix the DHCP IP
with the VM IPs, including wasting time on pinging to it.

This corrects the behavior to be the same as the L3 suite
across all suites, without mixing the DHCP IP into the VM IPs.

Change-Id: I3c5727453f5ac3abb072a7b2ed77f7543b7f1247
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Jakub Morvay [Tue, 28 Mar 2017 15:04:01 +0000 (15:04 +0000)]
Updated git submodules

Project: netconf master 108a906fb42eac5ea506bc5fd0f1077b948e8c84

Merge "BUG-1422 Introduce Call-Home functionality for the NETCONF Topology."

BUG-1422 Introduce Call-Home functionality for the NETCONF Topology.

Introduce Call-Home reversed SSH support.

Basic support for host key based white-list and authorization by username/password.
Rebased with master; some code flaws fixed
Addressed minor code fixes
Addressed most of Tomas' review issues
Addressed Jakub's review issues
Addressed more or Tomas' review issues
Removed mistaken hoisting of odl-netconf-callhome-ssh to be topmost feature
Reenabled "ignored" unit tests

Change-Id: If3e3c9fdd0af0c97043f8930b7f922586863cabf
Signed-off-by: Balaji <bvaradar@brocade.com>
Signed-off-by: Mike Arsenault <mike@mike-arsenault.com>
Signed-off-by: Allan Clarke <clarkea@brocade.com>
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
7 years agoUpdated git submodules
Thanh Ha [Tue, 28 Mar 2017 14:43:30 +0000 (14:43 +0000)]
Updated git submodules

Project: releng/builder master 297a8e9d58016f1b442497aae2c6c088ca6a36cb

Merge "Auto Update CSIT Jobs to run"

Auto Update CSIT Jobs to run

Change-Id: I2714bdd634695e17d02c312b2b54579ab777c332
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
7 years agoUpdated git submodules
Thanh Ha [Tue, 28 Mar 2017 14:41:55 +0000 (14:41 +0000)]
Updated git submodules

Project: releng/builder master 57dcb8f4cb524d55feae5d2631655558bd157dba

Merge "Disable elasticsearch jobs for Boron and Beryllium"

Disable elasticsearch jobs for Boron and Beryllium

Change-Id: I1523c9ffff4e6b95b75652945947691cc200518a
Signed-off-by: lbeles <lbeles@frinx.io>
7 years agoUpdated git submodules
Guy Regev [Tue, 14 Mar 2017 10:19:47 +0000 (12:19 +0200)]
Updated git submodules

Project: netvirt master 80fdb5fff89aadd08df086731d8e87a3bd4e20cd

Added element counters

Change-Id: Icd37eeedc92cfabd94e1a496833e899b202b20e9
Signed-off-by: Guy Regev <guy.regev@hpe.com>
7 years agoUpdated git submodules
Martin Mihálek [Tue, 28 Mar 2017 13:18:51 +0000 (15:18 +0200)]
Updated git submodules

Project: releng/builder master 3fab4fbdb5a7487f9a16d6853c1bd2265d5713ca

Add SXP cluster-routing job

Adds JJB job for test suite https://git.opendaylight.org/gerrit/#/c/49334/

Change-Id: Ib6f599495b6cce52e80fb520ae88826d8a754cc3
Signed-off-by: Martin Mihálek <mamihale@cisco.com>
7 years agoMerge "Documentation outline for BIER project"
Colin Dixon [Tue, 28 Mar 2017 13:32:57 +0000 (13:32 +0000)]
Merge "Documentation outline for BIER project"

7 years agoUpdated git submodules
Martin Mihálek [Thu, 23 Mar 2017 17:04:33 +0000 (18:04 +0100)]
Updated git submodules

Project: integration/test master 7ca780c05d8e8cef8eca32cdc709d0baa3b3f43a

Add Cluster routing tests

Change-Id: I37b7c8bd6b130287f2b79db50bd6e83830093ac5
Signed-off-by: Martin Mihálek <mamihale@cisco.com>
7 years agoUpdated git submodules
Stephen Kitt [Mon, 27 Mar 2017 15:17:52 +0000 (17:17 +0200)]
Updated git submodules

Project: netvirt master 2cb73ebcda4ec0a3196bdffbc74aa6031625a113

Don't ignore .gitignore

Change-Id: I418e4f6523394cf3f4ae77d0ce6840524a207a5b
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Faseela K [Tue, 28 Mar 2017 09:05:21 +0000 (09:05 +0000)]
Updated git submodules

Project: genius master 53d2c66d659925ce535ae863869ba93ec2b6cff2

Merge "lport-tag not released for vlan member interface deletion"

lport-tag not released for vlan member interface deletion

Change-Id: I03b9f49a38b751454356fe8b48d514e5d8f01d8f
Signed-off-by: Faseela K <faseela.k@ericsson.com>
7 years agoUpdated git submodules
Kency Kurian [Tue, 14 Mar 2017 13:37:35 +0000 (19:07 +0530)]
Updated git submodules

Project: netvirt master 3f93fb9a89410388cfc1de353bb9eb0f2994d5ed

Programming remote fib entries for BGP routes

This review consists of changes made for programming remote fib entry to
point to load-balancing group if there are more than one adjacency.

Also makes sure that the remote fib entry is not deleted during tunnel
remove event.

Depends-On: I87f9054ca7ba69762a57e8d18827c34e17c2f9dc
Change-Id: I8e148cbf940ce206d8af49c384401a118f03e67c
Signed-off-by: Kency Kurian <kency.kurian@ericsson.com>
7 years agoUpdated git submodules
Vivek Srivastava [Tue, 28 Mar 2017 08:45:13 +0000 (08:45 +0000)]
Updated git submodules

Project: genius master e73bdeb8512f5c72c69cf2ac8393379835838dd0

Merge "ITM Tep Auto Config Unit test using Guice."

ITM Tep Auto Config Unit test using Guice.

Added cases for:
- Change for def-tz-enabled and def-tz-tunnel-type config paramters
- Default-TZ creation and deletion based on def-tz-enabled flag
- TEP addition and deletion into/from default-TZ
- TZ creation and TEP addition into TZ
- TZ deletion and TEP deletion from TZ
- TEP addition and deletion into/from default-TZ via southbound
- TEP addition and deletion into/from northbound configured TZ via southbound
- TEP addition and deletion into/from NotHostedList via southbound
- Move TEP from one TZ to other TZ by changing tzname parameter in
  ExternalsIds list in Ovsdb node from southbound
- Update TEP for its bridge by changing dpn-br-name parameter in
  ExternalsIds list in Ovsdb node from southbound

Fixed errors due to new change of (1) dpn-br-name to br-name and
(2) 'weight' param inside vteps in itm.yang

Fixed checkstyle issues.

Change-Id: Iea4279a992bf80a95d04e39f08cc59188327c9b5
Signed-off-by: Tarun Thakur <tarun.t@altencalsoftlabs.com>
7 years agoUpdated git submodules
Faseela K [Tue, 28 Mar 2017 08:03:37 +0000 (08:03 +0000)]
Updated git submodules

Project: genius master c886a36ec92f90c52e0d7e2857ed4d9b900f78f9

Merge "Add optional mask argument to NxMatchRegister"

Add optional mask argument to NxMatchRegister

Change-Id: Ieeaa971917dc19b3ef3b08c0719e596581985aa0
Signed-off-by: Tali <tali.ben-meir@hpe.com>
7 years agoUpdated git submodules
Jaime Caamaño Ruiz [Wed, 22 Mar 2017 14:29:20 +0000 (15:29 +0100)]
Updated git submodules

Project: netvirt master ebfade54d6341a2ce55590184c169c9538570b44

Early implementation of classifier service

The idea of the classifier service is to replace the DataProcessor
approach. The rationale is that there is a huge amount of
heterogeneous events that may require adjustment of the global
operational state of the classifier. Having specific code to handle
each specific event would require a lot effort. The classifier service
works on this by having a generic processing that caters for any event
that may affect it's operational state.

The classifier service is based on the concept of ClassifierEntry, a tuple
that defines a classifier flow. A collection of this entries represents
the global state of the configuration and operational classifier, one
collection each. By comparing these two collections, we find the
entries that need to be added or removed from the operational state
based on the configuration state at any given time.

Change-Id: Icc33ac761297cea645a34f09d836d6364a3de0ca
Signed-off-by: Jaime Caamaño Ruiz <jaime.caamano.ruiz@ericsson.com>
7 years agoUpdated git submodules
Faseela K [Tue, 28 Mar 2017 07:51:20 +0000 (07:51 +0000)]
Updated git submodules

Project: genius master c7974e9eabcd300685302e09734f45b337308a10

Merge "Add getChildInterfaces to IInterfaceManager"

Add getChildInterfaces to IInterfaceManager

Change-Id: Id87aaabe7932d5c95e4f5986846abd85c104deae
Signed-off-by: Tali <tali.ben-meir@hpe.com>
7 years agoUpdated git submodules
Tali [Tue, 28 Mar 2017 06:39:14 +0000 (09:39 +0300)]
Updated git submodules

Project: netvirt master f3604f4c9ac6e1eb1e4102d5fcc4374f3baaedea

Revive missing features

Change-Id: I744bdb92b8a741ef767a76426cbc559a537f06e1
Signed-off-by: Tali <tali.ben-meir@hpe.com>
7 years agoUpdated git submodules
Faseela K [Tue, 28 Mar 2017 05:48:20 +0000 (05:48 +0000)]
Updated git submodules

Project: genius master b9846f5f01841c18066bee629ca360ecb17955ec

Merge "Cache optimizations for setting parent-refs"

Cache optimizations for setting parent-refs

https://git.opendaylight.org/gerrit/49907 introduced a few DS reads which
are not very optimal. This adds couple caches to eliminate/optimize those
reads.

This also removes CacheInterfaceConfigListener and CacheInerfaceStateListener.
There are already clustered listeners for same path.
So we move cache updates to these listeners than using separate listeners.

Change-Id: I06d3ccb2c02fa821ea035db209561bc952c19ee7
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
7 years agoUpdated git submodules
Thanh Ha [Tue, 28 Mar 2017 01:38:55 +0000 (21:38 -0400)]
Updated git submodules

Project: releng/builder master 400731167756439fa954c0429b4c5b902bc74d9c

Fix virtualenv should be python-virtualenv

Change-Id: Id86bc42f0697665e72e22b2eb649492b2e7d3a5d
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Anil Belur [Tue, 28 Mar 2017 00:36:46 +0000 (10:36 +1000)]
Updated git submodules

Project: releng/builder master a8024489a4dd082eaf2ca3d6048496476849eb48

Install python-netaddr with centos7 robot

Change-Id: Iddb99f171c949c8f4789335de35be97b3f5391d2
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoDisable rstlint for milestone-readouts file 33/53933/1
Thanh Ha [Mon, 27 Mar 2017 21:14:58 +0000 (17:14 -0400)]
Disable rstlint for milestone-readouts file

There's some issues with lists and automated numbering. I'd rather
figure out how to allow an exception as I think it's good way to achieve
what we want. Temporarily disable for now so we can enable the linter
job at least.

Change-Id: I7d37021f1026e3767bb0710d1afc43a5f2ad2059
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoMerge "Add milestone readouts to release process"
Thanh Ha [Mon, 27 Mar 2017 21:11:38 +0000 (21:11 +0000)]
Merge "Add milestone readouts to release process"

7 years agoUpdated git submodules
Anil Belur [Mon, 27 Mar 2017 20:54:51 +0000 (20:54 +0000)]
Updated git submodules

Project: releng/builder master 187eb73894a254dfee6584ebbbb1c10a4bb7af5d

Merge "Archive everything in the patches directory"

Archive everything in the patches directory

Everything in the patches directory is useful so just archive it all.

Change-Id: Ib77ecad26121772786a0c6a011b49a3c377a327b
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoAdd milestone readouts to release process 48/53248/9
Colin Dixon [Mon, 13 Mar 2017 20:51:46 +0000 (16:51 -0400)]
Add milestone readouts to release process

Change-Id: Ic1c9496a7a0de9d703af88c8f98120802086acaf
Signed-off-by: Colin Dixon <colin@colindixon.com>
7 years agoMerge "Build Sphinx using 4 threads"
Colin Dixon [Mon, 27 Mar 2017 20:29:18 +0000 (20:29 +0000)]
Merge "Build Sphinx using 4 threads"

7 years agoUpdated git submodules
Stephen Kitt [Fri, 10 Mar 2017 16:37:29 +0000 (17:37 +0100)]
Updated git submodules

Project: ovsdb master 1d8036774968bc2b2977fce64f178f6fdcee2e41

Bug 8055: use Java collection constructors

... instead of Guava's, where appropriate.

Change-Id: I4f20e86bd65d5b7a530fa631721d1ed7a4345c19
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Fri, 10 Mar 2017 15:59:15 +0000 (16:59 +0100)]
Updated git submodules

Project: ovsdb master 5ea488b66faaf9851aef6f9d974aca5c8a27842e

Bug 8055: various performance issues

* Use Collections.singletonList() instead of Arrays.asList() with a
  single argument.
* Avoid calling toString() on String objects.
* Avoid constructing new Strings with String constants.
* Avoid String concatenation in StringBuffer.append() calls.

Change-Id: I9e1c338b89bc7e914092a388ccb6b3022c9992ff
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Fri, 10 Mar 2017 15:58:20 +0000 (16:58 +0100)]
Updated git submodules

Project: ovsdb master 88f6e2710f464e4884b38bd9b335a57468e11d7b

Bug 8055: remove redundant array creation

Change-Id: I876410c5ac9fecaab94cecd2fb37f44bd115762b
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Fri, 10 Mar 2017 15:57:42 +0000 (16:57 +0100)]
Updated git submodules

Project: ovsdb master abe62df4683107e67aea8c766f70cdec3c9180ba

Bug 8055: remove unnecessary type casts

Change-Id: I02000e8afff1f7748a959368742d9eb8f7fd518e
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Fri, 10 Mar 2017 15:56:22 +0000 (16:56 +0100)]
Updated git submodules

Project: ovsdb master 62586b4b24a8999c70aee9746a7059ec68751f6b

Bug 8055: remove unnecessary type arguments

Change-Id: Ifa4d36624aeea12de43744460ba0bf43b2094f1c
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Fri, 10 Mar 2017 15:53:27 +0000 (16:53 +0100)]
Updated git submodules

Project: ovsdb master 6799116224d4a22ec968efbcd8493c2206d90b2d

Bug 8055: simplify a couple of streams

Change-Id: I3cd16e6a2f2c907b96856d91c12997d98cbe9831
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Thu, 9 Mar 2017 08:16:44 +0000 (09:16 +0100)]
Updated git submodules

Project: ovsdb master 059c485836c3e93a0350bbe9822a9fe4164156ad

Bug 8055: use method references instead of lambdas

Change-Id: I34e0108612abe51bbf9fe19e4cf5cdbe41592cef
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Thu, 9 Mar 2017 08:15:17 +0000 (09:15 +0100)]
Updated git submodules

Project: ovsdb master fb54b17babc07c013d094e8f3dfbe0a41b0b0a49

Bug 8055: use Java 8 predicates instead of Guava

Change-Id: I724a807f78c4041964e614f332cc811ebd20e60f
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Wed, 8 Mar 2017 16:03:45 +0000 (17:03 +0100)]
Updated git submodules

Project: ovsdb master 3439e07cad0286bdbc88737db2fbd2269e79329d

Bug 8055: use lambdas instead of anonymous classes

Change-Id: I72b437b9e225f022fa3c55492f6b0f9751450dea
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Wed, 8 Mar 2017 10:46:18 +0000 (11:46 +0100)]
Updated git submodules

Project: ovsdb master a4963b69460bab97da759bcdf93f11c04ee76cf1

Bug 8055: remove unnecessary type parameters

Change-Id: I8baabd6823a1876c84db323e56c120c8e2474629
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Wed, 8 Mar 2017 10:38:02 +0000 (11:38 +0100)]
Updated git submodules

Project: ovsdb master 120218ee3a9c56f6b488421b1ac295eee454d92d

Bug 8055: remove all unused imports

Change-Id: I6eef86c1c20b75c3584c702d16c8a01c22358b7a
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Fri, 24 Mar 2017 19:46:07 +0000 (12:46 -0700)]
Updated git submodules

Project: integration/test master 9f3c006279ca73a063f923e64a0c74aebf809a9d

Use a black regex file for tempest test

previously we knew that mitaka ostestr did not allow the --black-regex
option and newton does. But, mitaka and newton (assuming future
releases too) allow a black regex file.

this patch also addresses one small refactor request to move a
copy utility to the  more logical SSHKeywords library.

Change-Id: I9d9c350a5eb6f0dad6693f36683031df7b2e6515
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoBuild Sphinx using 4 threads 18/53918/1
Thanh Ha [Mon, 27 Mar 2017 18:40:19 +0000 (14:40 -0400)]
Build Sphinx using 4 threads

Parallel builds can make docs build a little faster.

Change-Id: I3e668d9cfbcbbf1b073718c44329abc54440ad47
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Daniel Farrell [Mon, 27 Mar 2017 17:25:45 +0000 (13:25 -0400)]
Updated git submodules

Project: integration/packaging master 8324e78da8d5543d6e31ab3081f0c8a127444e51

Enable JSON linting via Coala, fix JSON errors

Change-Id: Ic685c192c1f00b85cac1ea844d1b9538dd8929df
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Marek Gradzki [Fri, 24 Mar 2017 09:49:52 +0000 (10:49 +0100)]
Updated git submodules

Project: netconf master e38c5db16e8bc9af6d074ccf5346cbf4a7ac65df

Bug 8072: Fix decoding of URLs with external identityref

Mount point schema (rather than global) should be used
to decode identitirefs defined in external modules.

Change-Id: I51f135fe0cd5ceee39d5a2e6f0fc62631cf4437b
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
7 years agoUpdated git submodules
Miguel Angel Muñoz Gonzalez [Mon, 27 Mar 2017 10:07:43 +0000 (12:07 +0200)]
Updated git submodules

Project: integration/test master f7292aa70b3bb674423383f92003405424beb71b

Fix timeout value according to guidelines

Instead of number of times, a retry interval in seconds is provided.

Change-Id: I7ac4a8595535fcecbd1ba957613d057a3177d57a
Signed-off-by: Miguel Angel Munoz Gonzalez <miguel.angel.munoz.gonzalez@ericsson.com>
7 years agoUpdated git submodules
Sam Hague [Mon, 27 Mar 2017 17:03:09 +0000 (17:03 +0000)]
Updated git submodules

Project: genius master ffd67c3748872793984a31e70345dea168ca6be2

Merge "mdsalutil-api datastoreutils thread pools etc. shutdown on bundle stop"

mdsalutil-api datastoreutils thread pools etc. shutdown on bundle stop

using an OSGi Activator, which isn't how I would do it in an ideal
world, but for the current design this is probably the best we can do;
the clean solution is as proposed in
https://git.opendaylight.org/gerrit/#/c/51431/14/jobcoordinator/jobcoordinator-impl/src/main/java/org/opendaylight/infrautils/jobcoordinator/internal/JobCoordinatorImpl.java

originally built in the hope that it would solve a problem with the
SingleFeatureTest (SFT) under Karaf 4, which it didn't - but this still
seems like a good idea, for possible future support of clean and fast
shut down.

probably will solve Bug 6564 in NetvirtIT (that wasn't the original
motivation, but as a "side effect" what's going on there should not
happen anymore)

Change-Id: I3e5e40ce5d23a15369732f79d0e6b0153a0cc351
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Daniel Farrell [Fri, 24 Mar 2017 20:07:01 +0000 (16:07 -0400)]
Updated git submodules

Project: integration/packaging master 9294010980db02bb00bfb8b1905b8881928ee20d

Enable shellcheck linting, fix problems

Change-Id: I5043e5b2c700dab5de82ff37c698dc5dcf17e2cf
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Wed, 22 Feb 2017 16:51:22 +0000 (17:51 +0100)]
Updated git submodules

Project: netvirt master 11aed301b6a480437ce1b2b5e928a4a3e1ecbb25

NxMatchInfo redesign

This uses Genius' new NxMatchInfo subclasses for Nicira extension
matches. Requires https://git.opendaylight.org/gerrit/52179

Change-Id: Ia86d38d73431360a1dceaa94723f225def750d88
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoDocumentation outline for BIER project 06/50606/7
Quan Xiong [Wed, 18 Jan 2017 09:24:57 +0000 (17:24 +0800)]
Documentation outline for BIER project

Change-Id: Id4df586d70bd81feca404002579b9c27f92730ec
Signed-off-by: Quan Xiong <xiong.quan@zte.com.cn>
7 years agoUpdated git submodules
Thanh Ha [Fri, 24 Mar 2017 23:52:58 +0000 (19:52 -0400)]
Updated git submodules

Project: integration/packaging master be955e2a9d931d842e62188ba6bf10664b548d21

Fix node dependencies to work inside tox

Change-Id: I7eb0641d39db8eaaa5488a1046cbf4d6493fa891
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Sam Hague [Mon, 27 Mar 2017 14:18:32 +0000 (10:18 -0400)]
Updated git submodules

Project: integration/test master 508286169cac677c00b264580a5d02548bde0323

Make commit message queries more url friendly

When searching for commit messages like:
"Bug 7915 - Zero flows populated in all switches when
connected to Leader Node"
the - is interpreted as a control character. gerrit query
 expects to see
spaces as +, _ or -1, so thsi patch converts to + and you
 end up with:
"Bug+7915+-+Zero+flows+populated+in+all+switches+when+connected
+to+Leader+Node"

Change-Id: I1c07bcd0dc4960ec845d3fb03bd41212363cfa44
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Thanh Ha [Mon, 27 Mar 2017 15:47:23 +0000 (15:47 +0000)]
Updated git submodules

Project: releng/builder master 1a1df131bf11271607bd64ae300112f32dd7a9d0

Merge "Update docs with new Ubuntu 16.04 images"

Update docs with new Ubuntu 16.04 images

- Ubuntu 16.04 with ovs 2.5 and mininet 2.2.1-2
- Ubuntu 16.04 with gbp
- Update descriptions

Change-Id: I33ea79769762e9039da1ac1f2270f3dae182f8a9
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Mon, 27 Mar 2017 15:32:50 +0000 (15:32 +0000)]
Updated git submodules

Project: releng/builder master 2bc924b866d12ca5538d4964e58db31f89209c7d

Merge "Remove depricated flags and add fix missing"

Remove depricated flags and add fix missing

* Fix warning "W: --force-yes is deprecated, use one of the options
  starting with --allow instead."
* use -m to ignore missing packages
* get package policy information

Change-Id: Ibab58db7675864d882438ba04e4059002faf78e6
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Mon, 27 Mar 2017 15:28:42 +0000 (15:28 +0000)]
Updated git submodules

Project: releng/builder master 7571072a22379818bde4bb912228c313db58ca27

Merge "Improve autorelease notify"

Improve autorelease notify

- Search console log for mvn goals to retrive failed ARTIFACT_ID
- Determine project mailing list with xmlstarlet using xpaths
- If ARTIFACT_ID is same across project groups, then determine
  all project groups into a list as follows:
  if project.groupId:
     project.groupId is set and is not inherited
  else if project.parent.groupId:
     project.groupId is not set but IS inherited from
     project.parent.groupId
  else
     exclude project mailing list

Change-Id: Id2b9f1abd08792cc772f2c375c21d0321de419ad
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Anil Belur [Mon, 27 Mar 2017 06:03:27 +0000 (16:03 +1000)]
Updated git submodules

Project: releng/builder master 3f18b9d8ad56f5a6313c8e250ebc7c30332cd61d

Remove npm install commands

- npm is no longer available as a part of the centos image
- update to commit 3102dbb45ebac66ba53c9b428982ccb3248e17e7

Change-Id: I287d406dd04e2ece458b7398a486167b8b050ef8
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Sridhar Gaddam [Thu, 16 Mar 2017 08:47:50 +0000 (14:17 +0530)]
Updated git submodules

Project: netvirt master d2d874a79f1b8893f607fc143fe9ee47b41fba7b

Bug 7979: Fix issue where VM is unable to acquire address during IPv6 tests

Tempest IPv6 Scenario tests validate usecases like IPAM, multi_prefix,
dualnetworks etc. While running IPv6 tempest scenario tests, we have
noticed some exceptions, because of which the test-cases are failing.
This patch fixes those exceptions in the file ExternalRoutersListener,
by skipping the IPv6 subnets. The necessary implementation in
ExternalRoutersListener will be added as part of IPv6 external
connectivity blueprint.

Change-Id: Idea66303e1855d6ffaf2e7a73f0d04af5d66be89
Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
7 years agoUpdated git submodules
Tomer Pearl [Thu, 9 Mar 2017 15:29:39 +0000 (17:29 +0200)]
Updated git submodules

Project: netvirt master f92286530c3f61752fdac0e8f04e90e9ea14377e

Updating ArpNotificationHandler.

Updating code related to the new onArpResponseReceived
yang notification

Depends-On: https://git.opendaylight.org/gerrit/#/c/53087/

Change-Id: I8537de3bade6135eb09850154cb645ed00db0a74
Signed-off-by: Tomer Pearl <tomer.pearl@hpe.com>
7 years agoUpdated git submodules
Sam Hague [Mon, 27 Mar 2017 12:52:10 +0000 (12:52 +0000)]
Updated git submodules

Project: genius master 714917a95cbcbc4497111534f3273913b4c0718c

Merge "Adding dest IP/MAC in ArpResponseReceived"

Adding dest IP/MAC in ArpResponseReceived

Destination IP and MAC are missing today in ArpResponseNotification.
This is now needed in NetVirt for discovery of PNFs

Change-Id: I616ef13a69177f95ba9052f722106d61e13489af
Signed-off-by: Tomer Pearl <tomer.pearl@hpe.com>
7 years agoUpdated git submodules
yair [Thu, 23 Mar 2017 15:01:02 +0000 (17:01 +0200)]
Updated git submodules

Project: netvirt master 965d8f34483a95ab0c9c2d863972fe26101db7ed

Added support for multiple local_ips for DPN

This is part of the Policy based path selection for multiple VxLAN tunnels tasks.
Now when creating/updating a transportzone it will check for the local_ips information
from the ovsdb other_config entry - example:
local_ips="10.0.43.159:MPLS,11.11.11.11:DSL,ip:underlay-network"

If it is exist it will create the TZ based on it, if not it will take it
from the local_ip information.
It add support for multiple local ips on different underlay networks.

Change-Id: I3f7bba58e93372c1f48d0a23f844c32521011c03
Signed-off-by: yair <yair.zinger@hpe.com>
7 years agoUpdated git submodules
Tali [Wed, 22 Feb 2017 16:31:19 +0000 (18:31 +0200)]
Updated git submodules

Project: netvirt master 6bc7d989fec910fe7b26516ba982467600091498

Federation plugin

L2 and L3 cross site connectivity using the federation service
 https://wiki.opendaylight.org/view/Federation:Main

Implementation details in the following spec
 https://git.opendaylight.org/gerrit/#/c/52271/

Change-Id: I4cd75b319ca7a1e33211c5523b73385f34e86d24
Signed-off-by: Tali <tali.ben-meir@hpe.com>
7 years agoUpdated git submodules
Faseela K [Mon, 27 Mar 2017 09:18:16 +0000 (09:18 +0000)]
Updated git submodules

Project: genius master 069e353cb65145f6ece7a369914da88d7f93d4e2

Merge "Make InterfaceStateListener Singleton"

Make InterfaceStateListener Singleton

Change-Id: I14647b63989de33f5773ff37fafde995b177f0f4
Signed-off-by: Faseela K <faseela.k@ericsson.com>
7 years agoUpdated git submodules
Faseela K [Mon, 27 Mar 2017 08:10:44 +0000 (08:10 +0000)]
Updated git submodules

Project: genius master 372674e8ecb323f0f9dad670d91807584eeef1b5

Merge "Ignore null tunnel id in getEgressActionInfosForInterface for VxLAN tunnels"

Ignore null tunnel id in getEgressActionInfosForInterface for VxLAN tunnels

When packets arrive from the ingress service pipeline to the logical
group they already contain VNI from L2/L3 services. When redispatching
the packet to the selected tunnel VNI gets overridden by this method

Change-Id: Ia5ebdbc43deb4670892cbecc52e9741d6872223f
Signed-off-by: Tali <tali.ben-meir@hpe.com>
7 years agoUpdated git submodules
Tali [Tue, 21 Mar 2017 19:08:38 +0000 (21:08 +0200)]
Updated git submodules

Project: genius master a9d936c6672cf0b31d8c70c65fde3605be5da8d0

Add groupExists API to IMdsalApiManager

Change-Id: I8dd32f5ffaa8412be6106de0de421df8015d4441
Signed-off-by: Tali <tali.ben-meir@hpe.com>
7 years agoUpdated git submodules
Jakub Morvay [Fri, 24 Mar 2017 08:59:11 +0000 (09:59 +0100)]
Updated git submodules

Project: netconf master 95452d33026b37907b541dc47006426e3b3e35ad

Fix LibraryModulesSchemasTest failure

LibraryModulesSchemasTest#testCreateInvalidModulesEntries() tests
filtering invalid modules entries during resolving
ietf-netconf-yang-library/modules-state/modules node.

Resolution goes as follows. We parse xml document containing
ietf-netconf-yang-library/modules-state retrieved from the device with
help of DomToNormalizedNodeParserFactory. Then we filter invalid modules
entries from the parsed modules list node. Module entry is considered
invalid if its revision or schema url are invalid.

However, change in yangtools
https://git.opendaylight.org/gerrit/#/c/53553 causes that parsing
invalid revision will fail whole parsing xml process with unchecked
exception.

For now, do not test modules with bad revision. This is intended just as
a temporary solution. We will also need to slightly change our
ietf-netconf-yang-library/modules-state/modules node resolution logic.
Opened BUG 8071 to track that.

Change-Id: If12ae8d7bf94528088aac81e78b24058c5152283
Signed-off-by: Jakub Morvay <jmorvay@cisco.com>