docs.git
7 years agoUpdated git submodules
Anil Belur [Sun, 9 Apr 2017 22:25:41 +0000 (22:25 +0000)]
Updated git submodules

Project: releng/builder master 33fe59301f834db5d8ffbb39fdb342008e5a873f

Merge "Add 6Wind quagga to ubuntu16.04 and centos7 images"

Add 6Wind quagga to ubuntu16.04 and centos7 images

6Wind Quagga router is Open Sourced and can be compiled in two modes
(namely 'l3vpn mode' and 'evpn mode) resulting in separate binaries
required to be installed on minion images. Both binaries are required
for Boron & Carbon DC-Gateway testing. L3VPN Quagga binary is needed
for Boron and EVPN Quagga binary is required for Carbon testing.

- https://lists.opendaylight.org/pipermail/integration-dev/
2017-March/009376.html

Change-Id: Ibfe5b941ea2f31731ad10fbafa54daeb66f18878
Signed-off-by: rahul.agarwal <rahul.agarwal3@tcs.com>
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Josh [Sun, 26 Mar 2017 09:11:30 +0000 (12:11 +0300)]
Updated git submodules

Project: ovsdb master dd0cd1f30eb0a9230a6de1a786c27712888bff0c

Bug-8053 OVS Bridge other_config:hwaddr not preserved for nodes not in config DS

SouthboundUtils.addBridge - add version that takes other configs

Change-Id: Id451a850db7e99aef013decc4466e67feb1370b7
Signed-off-by: Josh <jhershbe@redhat.com>
7 years agoUpdated git submodules
Tali [Thu, 6 Apr 2017 08:56:25 +0000 (11:56 +0300)]
Updated git submodules

Project: netvirt master 3566e399ad4f201a6adb0c3ac17d8c58f67c0640

Bug 8020 - Conflicting modification on VpnInterface creation for router-interface in newton

Change-Id: I918174b829075c571414bf82c40936cc950af630
Signed-off-by: Tali <tali.ben-meir@hpe.com>
7 years agoUpdated git submodules
Michael Vorburger [Thu, 6 Apr 2017 10:03:37 +0000 (12:03 +0200)]
Updated git submodules

Project: netvirt master ec39223eef6c0948d4adcddf296ab9f4c054cb9a

Fix erroneous space in DhcpAllocationPoolRemoveJob import statement

This shows up as "red ink" (error) in Eclipse as a Checkstyle violation.
I'm not sure why the CLI mvn Checkstyle does not fail forr this - it may
be a subtle difference between the exact version of Checkstyle
internally used by the Eclipse plugin and the one used by the Maven
build.

Change-Id: I3dacb8d5c6f6eb689bfadf034c2e1db7f30ce76f
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
karthikeyan [Tue, 4 Apr 2017 07:44:18 +0000 (13:14 +0530)]
Updated git submodules

Project: netvirt master b3b933efc76652d932ddc07a94b9069513d3ce05

Bug 8145 - DNAT to DNAT traffic is getting failed for 2nd FIP for EVPN/VNI

Problem Description:
====================
DNAT to DNAT traffic (Different Hypervisor) is getting failed for 2nd FIP
VM for VXLAN and GRE Networks.

Consider 2 FIP VMs are booted on single DPN.

When disassociation/remove of 1st FIP VM, 2nd FIP VM traffic for DNAT to
DNAT is getting failed.

When remove 1st FIP it will remove the flow 36->25 entry. Hence DNAT to
DNAT communication is not happening.

This issue is existing for VXLAN and GRE (L2_L3_VNI Based Forwarding)
external provider type networks only.

Solution:
===========
For EVPN_RT5 and L2-L3 VNI based forwarding, uses "l3vni" value as
tunnel_id in the INTERNAL_TUNNEL_TABLE (table=36). If mutiple FIPs are
existing in the single DPN, each remote tunnel_id will be setting with
same "l3vni" value. Hence removing one FIP is causing the problem
with other DNAT traffic. To avoid this problem added the fix for removing
the flow INTERNAL_TUNNEL_TABLE (table=36) -> PDNAT_TABLE (table=25) to
check if any FIP is existing on the given DPN. If not exist then only will
remove the flow table36->25.

Change-Id: I410035b4d160a22ac016a6de3fce219010e6c1f3
Signed-off-by: karthikeyan <karthikeyan.k@altencalsoftlabs.com>
7 years agoUpdated git submodules
Faseela K [Sun, 9 Apr 2017 03:05:49 +0000 (03:05 +0000)]
Updated git submodules

Project: genius master e0195e1006c2e751c12973fcd981ca6527c8c2cb

Merge "Fix getInterfaceInfo API for logical tunnels"

Fix getInterfaceInfo API for logical tunnels

getInterfaceInfo was unnecessarily setting a group-id for all
interfaces where actually it is not, and also for logical tunnels,
the groupid returned was not correct.

Change-Id: I67a40650e12d28ed3a125440859c092b7b281c20
Signed-off-by: Faseela K <faseela.k@ericsson.com>
7 years agoUpdated git submodules
eceghkl [Fri, 17 Mar 2017 06:06:43 +0000 (11:36 +0530)]
Updated git submodules

Project: netvirt master 80746bbc3386222c4d52282fefbe80dd0482d42c

Tunnel Interface State Handling for extra routes

* Handle interface state changes for tunnel
* Handles add and delete event
* Add/remove nhList from vrfentrylistener based on event
Depends-On: I1b40ce3ea8b73707295e86ae9d4ddddf15716b2e
Change-Id: I3c091a538d201ff4f4accc04d5fb35bee482de4d
Signed-off-by: eceghkl <manu.b@ericsson.com>
7 years agoUpdated git submodules
Brady Johnson [Wed, 5 Apr 2017 17:48:04 +0000 (19:48 +0200)]
Updated git submodules

Project: netvirt master a27058b9efe69dbbf1b47592c4bfd667e42983de

UT for Netvirt SFC classifier

- Added AclMatchesTest.java
- Added OpenFlow13ProviderTest.java
- Changes to remove DataBroker from OpenFlow13ProviderTest as suggested by Michael Vorburger
- Minor changes were made to OpenFlow13Provider to expose constants used in creating
  flows so that OpenFlow13ProviderTest can verify they were set accordingly.
- Flushed out a bug in OpenFlow13Provider thanks to the UT: The flowId
  was not being set correctly in createEgressClassifierFilterVxgpeNshFlow
- Flushed out a bug in OpenFlow13Utils thanks to the UT: The inport
  NodeConnectorId was not being set correctly in addMatchInPort.

Change-Id: I950422eea7a8f0ee9aab9b14cd2ea877bceba8d8
Signed-off-by: Brady Johnson <brady.allen.johnson@ericsson.com>
7 years agoUpdated git submodules
Somashekar Byrappa [Fri, 3 Feb 2017 10:26:39 +0000 (15:56 +0530)]
Updated git submodules

Project: netvirt master 01de7cb4d8a1707be98951f8b911250cbe3230e4

Bug 7730:  Traffic drop in ACL during port update for AAP

Issue: ARP flows in ACL tables are missing if AAP with same MAC is updated

Fix:
+ For AAP case, changed the order of programming flows to delete and add
instead of add and delete flows.
+ For port update, programming ARP flows is handled separately.
  - For egress, deletion of ARP flow is skipped if AAP is updated for same
    MAC.
  - For ingress, no action required as ARP flow has match for lport
    tag only. MAC is not used here.

Change-Id: I6c814468d80a601e127c813ee1897f9ed18315bf
Signed-off-by: Somashekar Byrappa <somashekar.b@altencalsoftlabs.com>
7 years agoUpdated git submodules
Tomer Pearl [Sat, 8 Apr 2017 07:51:33 +0000 (10:51 +0300)]
Updated git submodules

Project: integration/test master 9814651b8b318c1da676f3559559ec99d797024f

Add port-op-data to odl models dump

odl-l3vpn:port-op-data is useful when debugging the subnet-route
feature.

Change-Id: I225a4ef2db81a0c945747dc4f9de347d184743e9
Signed-off-by: Tomer Pearl <tomer.pearl@hpe.com>
7 years agoUpdated git submodules
Aswin Suryanarayanan [Sat, 8 Apr 2017 08:45:33 +0000 (14:15 +0530)]
Updated git submodules

Project: netvirt master 6952398abc3dbc5732b61aab82a068a31275a8a8

Added Nat Config in vpn-service feature pom.

Change-Id: Id09a72bd02bd4f82f9cdf4c28a291eb3bd52924a
Signed-off-by: Aswin Suryanarayanan <asuryana@redhat.com>
7 years agoUpdated git submodules
Aswin Suryanarayanan [Sat, 8 Apr 2017 07:36:14 +0000 (13:06 +0530)]
Updated git submodules

Project: netvirt master 2c5288f6d8d4a935046d84cee5945a67f7cd7543

Set update-strategy to none.

Check [1] for more info.
https://git.opendaylight.org/gerrit/#/c/54103/

Change-Id: I773f11962bf9bf0240fb53391ea84341caf56b15
Signed-off-by: Aswin Suryanarayanan <asuryana@redhat.com>
7 years agoUpdated git submodules
Daniel Farrell [Wed, 29 Mar 2017 21:41:56 +0000 (17:41 -0400)]
Updated git submodules

Project: integration/packaging master 4ed98ec2000b35a644f8e24e0f97070a81d598cd

Add Dockerfile linting, fix errors

Major refactoring to basic CentOS and Debian Dockerfiles.

Change-Id: Icf5f48b3de5337f9a88ea276570618f9899b3077
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Brady Johnson [Fri, 31 Mar 2017 00:53:26 +0000 (02:53 +0200)]
Updated git submodules

Project: netvirt master 5a1ae7a8fbedd47085314be304d6b3671770227e

Final changes for netvirt sfc classifier

- correctly obtain egress port from genius
- minor changes from previous code review
- Bugs tracked to be fixed in subsequent versions:
    BUG 8127
    BUG 8128
    BUG 8129
- Rebased
- BUG 8128 turned out to be a configuration error of mine.
  IPv4 matching works just fine.
- BUG 8128 has been closed.
- Removed Legacy Netvirt flow utils usage.
- BUG 8129 is partially addressed. Removed legacy netvirt flow utils,
  but in order to remove FlowBuilder usage, several changes to Genius
  will be needed, and will be done in a separate patch.
- minor fix for flow deletion
- made the ACL flow key more unique
- Check for the Vxgpe option on tunnel ports

Change-Id: I9ba1853222ae72d7e70f4aa192284bb46f6c7d32
Signed-off-by: Brady Johnson <brady.allen.johnson@ericsson.com>
7 years agoUpdated git submodules
Aswin Suryanarayanan [Tue, 28 Mar 2017 15:42:09 +0000 (21:12 +0530)]
Updated git submodules

Project: netvirt master 72a2b9322344e7970928ea7152ce5d05783b856b

Added a new config parameter for selecting SNAT.

The default is set to controller mode.

The controller mode is disabled wherever applicable when conntrack is
selected.

When conntrack is selected new HA framework is used by default. The
controller mode continue to use the existing HA.

Change-Id: I00bb3ccda43cf382d6f2047298c4b25c82c73194
Signed-off-by: Aswin Suryanarayanan <asuryana@redhat.com>
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Wed, 29 Mar 2017 21:18:07 +0000 (14:18 -0700)]
Updated git submodules

Project: integration/test master a69dbb8b38f972b9170ef0002d405ce2415d088a

refactor vm ip discovery to use new keyword [0]

[0] "Collect VM IP Addresses"

Change-Id: Ie75c6f84b7a2c2d6cc4976bd706b776bdbbd372c
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Fri, 7 Apr 2017 21:27:06 +0000 (21:27 +0000)]
Updated git submodules

Project: releng/builder master 188af498c5ef575b8a067cd7c534027f8abf256f

Merge "To enable odl_l3 and l2gw feature work together"

To enable odl_l3 and l2gw feature work together

This patch will revert the temporary change done
in Gerrit Review #51460  which was when odl_l3 and
l2gw were not working together.

Change-Id: I0dfcc5adec1b516807f56e92ce5a400f200c6689
Signed-off-by: abbas <abbas.pareedkunju@tcs.com>
7 years agoUpdated git submodules
Tomer Pearl [Fri, 7 Apr 2017 16:12:46 +0000 (19:12 +0300)]
Updated git submodules

Project: integration/test master fa4ecaa5bf6b3faf452b1f6ebfa8aa585e47a7b9

Add subnet-op-data to odl models dump

odl-l3vpn:subnet-op-data is useful when debugging the subnet-route
feature.

Change-Id: Ia3b28dd72aae0aca21a9328b1b7d6476f50234f9
Signed-off-by: Tomer Pearl <tomer.pearl@hpe.com>
7 years agoUpdated git submodules
Sam Hague [Thu, 6 Apr 2017 14:38:38 +0000 (10:38 -0400)]
Updated git submodules

Project: netvirt master 9aed330cd421a1e7af8988f648ac056e449ef4e3

Update neutronvpn to use Singleton

Change-Id: Iaf1b94c06bfb69e98f13a71d4a5782293f777692
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Fri, 7 Apr 2017 17:51:08 +0000 (10:51 -0700)]
Updated git submodules

Project: integration/test master 3eff2e6f7b2845f08f23552d62ad6d96c4fa4218

Fix RSTcheckBear failures

not sure how these changes made it past the tox check in
the verify job, but hopefully this gets them fixed.

Change-Id: I0a4011f1f1f9823104d3f74566fb35345ebda013
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Ursicio Martin [Thu, 6 Apr 2017 09:55:18 +0000 (11:55 +0200)]
Updated git submodules

Project: integration/test master 1a40245159dae53192714b81e9d17fd5fe28f571

Modification due to reuse http client change

Change-Id: Ifd68584d1e9f289c6cc40b74834963cbf4738781
Signed-off-by: Ursicio Martin <Ursicio.Javier.Martin@ericsson.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Fri, 7 Apr 2017 15:46:04 +0000 (15:46 +0000)]
Updated git submodules

Project: releng/builder master 97d50eefae540f210177c4da0acb38b9a73a61e3

Merge "Remove RPM changelog_date param"

Remove RPM changelog_date param

Build logic now finds automatically when not passed.

Change-Id: Iac273bbada810c21fa8323a57cf277abed4d9d44
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Fri, 7 Apr 2017 15:45:24 +0000 (15:45 +0000)]
Updated git submodules

Project: releng/builder master b60001fddbfd16c822f9eb92672e52433ebf8337

Merge "Find RPM repo file name automatically, rm param"

Find RPM repo file name automatically, rm param

Change-Id: I5c8fdafa6cf1b084413d8b9a812a8d877bc2ab6f
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Fri, 7 Apr 2017 15:43:53 +0000 (15:43 +0000)]
Updated git submodules

Project: releng/builder master 4cf0e067fd3b4e625c357fe068a68f5e9bd7b099

Merge "Update default RPM/deb download_url params"

Update default RPM/deb download_url params

Change-Id: Ibbd2e44691b120ba13914856d4a94cde615d9ba7
Signed-off-by: Akshita Jha <zenith158@gmail.com>
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Sam Hague [Thu, 6 Apr 2017 03:45:50 +0000 (23:45 -0400)]
Updated git submodules

Project: netvirt master 50fa122bd6db657e603408edb196ca95359e38a4

Update natservice to use Singleton

Change-Id: I547755f19f4ad76699988c4db417f749453d89ab
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
eswanit [Thu, 6 Apr 2017 08:04:02 +0000 (13:34 +0530)]
Updated git submodules

Project: netvirt master e56f654521aeada3e8c8c33f95b010c5581ff525

Adding a check for elan-Interface removal

Change-Id: I8e782a22525848b149d5094ffdd6b842ec966f69
Signed-off-by: eswanit <swati.udhavrao.niture@ericsson.com>
7 years agoUpdated git submodules
Miguel Perez [Fri, 7 Apr 2017 08:57:33 +0000 (10:57 +0200)]
Updated git submodules

Project: netvirt master a9d93ad2a61642b43116cb455161c70722a2e13d

Bug 8108: Fix for NPE in Cloud-SC's VrfListener

 + I think all stream()+map() should be reviewed to avoid these
   kind of Exceptions

Change-Id: I8f96483c20c14995f5fd9d0bf700a4c8e40b4735
Signed-off-by: Miguel Perez <francisco.miguel.perez@ericsson.com>
7 years agoUpdated git submodules
Michael Vorburger [Thu, 6 Apr 2017 16:00:51 +0000 (18:00 +0200)]
Updated git submodules

Project: netvirt master ef21a07085cf53881de107bbfa56a5a075cc7ba7

Untangle bad class design: OpenFlow13Provider does not use DataBroker

It's generally best practice to not "reach over" through other services
to obtain injected services, but just let each class have (final) fields
with all of its dependant services.

In this particular case, the OpenFlow13Provider does not need to have a
DataBroker, so it's best to keep this simpler.  This makes writing unit
tests for OpenFlow13Provider more clear; for example, in
https://git.opendaylight.org/gerrit/#/c/54376/.

Change-Id: I3924275c246ffca2da259a2f696a51282eab486a
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Gowri R [Thu, 6 Apr 2017 06:33:34 +0000 (12:03 +0530)]
Updated git submodules

Project: netvirt master 2184edb91f9d1e9c6537a57f1530a0ac0ea37329

Updating the display-bgp-config command

To display the newly added options for BGP Multipath feature

Change-Id: I758a5e3700730355ef2efa9f5cb7bf8724f8c69c
Signed-off-by: Gowri R <gowri.r@ericsson.com>
7 years agoUpdated git submodules
Stephen Kitt [Thu, 6 Apr 2017 13:04:34 +0000 (15:04 +0200)]
Updated git submodules

Project: netvirt master a0a7b3a78bd6aa6e82eb681eb4bbe31611366087

Bug 7633: add K4 features to artifacts

Change-Id: Id9b9191968430623632fdba6b9d359c2fc42493b
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Shai Haim [Wed, 5 Apr 2017 09:22:56 +0000 (12:22 +0300)]
Updated git submodules

Project: netvirt master 3782f647cb28394b25500c747033c21f3c292718

update DHCP spec according to the desired feature capabilities

Change-Id: Icdfb529d15f40c688dada4695ea75abbb189037e
Signed-off-by: Shai Haim <shai.haim@hpe.com>
7 years agoUpdated git submodules
Vratko Polák [Fri, 7 Apr 2017 12:44:47 +0000 (12:44 +0000)]
Updated git submodules

Project: releng/builder master c3cdd0b6e49a76474ce1fb633d5a6eff90822342

Merge "Add controller's rpc partition and heal 24h job"

Add controller's rpc partition and heal 24h job

Change-Id: Ib29f99ce54bb2dad362d36729bf8411232e457a2
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Vratko Polák [Fri, 7 Apr 2017 12:40:25 +0000 (12:40 +0000)]
Updated git submodules

Project: releng/builder master 248e184d3092301920932afe1534cad6c42a7a4d

Merge "Add controller's rpc precedence longevity job"

Add controller's rpc precedence longevity job

Change-Id: Id924923c650b79f36184afa2d405ab8417469568
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Peter Gubka [Tue, 21 Mar 2017 18:19:04 +0000 (19:19 +0100)]
Updated git submodules

Project: integration/test master 3c2d6f18daea0019962ae562720e16d7caab3020

Add rpc longevity suites

Change-Id: I16302649df4f4f5e13a3e66843a9ea1069d5d215
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Tomas Cere [Fri, 7 Apr 2017 12:37:46 +0000 (12:37 +0000)]
Updated git submodules

Project: netconf master 25c72615767a4315c0f519015ff10df1c381d246

Merge "Fix formatting in callhome-provider"

Fix formatting in callhome-provider

Change-Id: Iaf85efcc8a1233717f947ada3ff9a47ad2a6d328
Signed-off-by: Tomas Cere <tcere@cisco.com>
7 years agoUpdated git submodules
Michael Vorburger [Fri, 7 Apr 2017 10:10:34 +0000 (12:10 +0200)]
Updated git submodules

Project: odlparent master 28619769ff2d4335cba95af3769e46b33144a105

Add .tox/ to .gitignore

Change-Id: I002f31717abcb15ed5e4d0b91ea774b6fc79203f
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Sam Hague [Thu, 6 Apr 2017 13:35:00 +0000 (09:35 -0400)]
Updated git submodules

Project: netvirt master 70a6395d4e51d48c3118a1ead8947fa634ef5b32

Update fibManager to use Singleton

Change-Id: I08fbbcc7bd3a9c35063ce31c0ad22e85934c94c9
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Luis Gomez [Mon, 3 Apr 2017 23:34:24 +0000 (16:34 -0700)]
Updated git submodules

Project: integration/test master 39731b4612d9bb04edc5e23af10252ef73e2dddb

Add system test guide to docs

Change-Id: I31d3750dc36d29e5eec8204978c51e681adcfcf8
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoUpdated git submodules
Michael Vorburger [Fri, 10 Mar 2017 00:46:39 +0000 (01:46 +0100)]
Updated git submodules

Project: odlparent master e37b54d911c43b9a7a0f24fa2c28b07ca1e54911

Bug 8175: Improve SFT TestBundleDiag under Karaf 4

This does NOT yet completely fix all problems of the SingleFeatureTest
TestBundleDiag under Karaf 4 (which was in really bad shape!), most
importantly there is still something somewhere in Pax Exam that I
haven't understood yet which seems to just "swallow" all exceptions
thrown by SingleFeatureTest's @Test installFeature() but at least now:

1. there is something in the log now for failures at least
   thanks to a (try/catch/log) WORKAROUND (!)

2. LinkageError fixed (see details below)

3. IllegalStateException: BundleContext is no longer valid fixed (?)

This changes the setup by just embedding bundles4-test and it's
dependencies into features4-test, instead of programmatically installing
the odl-bundles-test feature (which is removed in this change) or the
features4-test bundle.

This simplifies installation, avoid problems with the wrap: protocol,
and should resolve weird problems we've seen (only!) in the distribution
jobs, which seem to have had something to do with a custom local Maven
repo.

IMHO it would be *REALLY* good to practice proper TDD for SFT (with
TestBundleDiag) now, and have some automated negative testing of broken
features and bundles (incl. BP) in odlparent...

Bug: 7981 related later proper solution
Change-Id: I516c0f6c4e9ee85f0c753cb4b58a0b53fc22c7ea
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
7 years agoUpdated git submodules
Thanh Ha [Fri, 7 Apr 2017 00:10:43 +0000 (17:10 -0700)]
Updated git submodules

Project: releng/builder master 79b1d49c231c00a1e836c86ab2dba471052e31e7

Fix multiline config character for merge jobs

| is for multiline (which maven-target accepts)
> is for spaces (which is what maven job type accepts)

Change-Id: Ia47ca32146383be7a4ec9f2ac04f5f167d63a03a
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Tomer Pearl [Tue, 4 Apr 2017 15:51:31 +0000 (18:51 +0300)]
Updated git submodules

Project: integration/test master 6b14113e016dc7e0b584024832ca2b2bf7d6eaa8

Add External Network PNF Tests

Two changes in this commit:
 1. Add external network PNF test - this uses ttl=1
    to make sure PNF connectivity is not traversing any routers
    (in our case, the external gateway)

 2. Change current external connectivity tests to use "internet address"
    this change is required because since the PNF commit support, pings
    originating form external gateway IP are not traversing the default
    gw rules, so this change is required in order to maintain the
    original coverage of these tests.

Depends On: https://git.opendaylight.org/gerrit/54405

Change-Id: I021c3a13b73283d844d614e06a3edb2b9d867f88
Signed-off-by: Tomer Pearl <tomer.pearl@hpe.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Fri, 7 Apr 2017 00:03:54 +0000 (00:03 +0000)]
Updated git submodules

Project: releng/builder master 84600bca134eda33e65017fe4c55b3ad3c682253

Merge "simulate extnet PNF & internet addr in br-physnet"

simulate extnet PNF & internet addr in br-physnet

Changes required to support external network PNF tests [1]

Two changes in this commit:
    1. Add external network PNF simulation to br-physnet1.
       This was done inside ip netns, to make sure packets destined to
       external gw mac with PNF IP *will not* be handled.

    2. Add external internet address simulation to br-physnet1
       This change is required to simulate traffic from external
       internet addresses (see additional explanation in [1])

This will be used in netvirt CSIT in order to test external network
PNF support, and internet address connectivity.

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

Change-Id: I42b148c8e3588fdedc5eb0e01c121a0a31d3c71b
Signed-off-by: Tomer Pearl <tomer.pearl@hpe.com>
7 years agoUpdated git submodules
jenkins-releng [Thu, 6 Apr 2017 23:41:14 +0000 (23:41 +0000)]
Updated git submodules

Project: releng/builder master a017050153c3b4c37a356968158c85dc9ac10ba5

Auto Update CSIT Jobs to run

Change-Id: I1a3ee3d1a6439cfe7dddc07eef9178d76d6a39f7
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
7 years agoUpdated git submodules
Sam Hague [Thu, 6 Apr 2017 23:33:03 +0000 (23:33 +0000)]
Updated git submodules

Project: releng/builder master a9bf91949aba6d12eaea5908b2008c8a355740e2

Merge "Remove carbon from netvirt legacy csit"

Remove carbon from netvirt legacy csit

Change-Id: I8f166ded1323b3a97ce8588bb302f845912cdb0b
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Sam Hague [Thu, 6 Apr 2017 14:10:41 +0000 (10:10 -0400)]
Updated git submodules

Project: netvirt master 325616d79a624cde60b94cf490109722027400e1

Update cloud-servicechain to use Singleton

Change-Id: I4f83907c7b19749816bfeb92f664650a5ea705e6
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Abhinav Gupta [Thu, 6 Apr 2017 15:04:32 +0000 (20:34 +0530)]
Updated git submodules

Project: netvirt master 5b1b9322c22fa08e19fb51da7f4130f3e225314b

Disabling enforce-openstack-semantics flag

Change-Id: I39ef5563b9bc5ac9b04a7723253ab7b6bf468eee
Signed-off-by: Abhinav Gupta <abhinav.gupta@ericsson.com>
7 years agoUpdated git submodules
Alon Kochba [Thu, 6 Apr 2017 13:57:39 +0000 (16:57 +0300)]
Updated git submodules

Project: netvirt master d470e49c21c31cede22c6c13fc0f331d01240290

Bug 8025: Correct non-NAPT to NAPT tunnel ID

As part of the vni-based-l2-l3-nat changes, the tunnel
used was changed but the packet out sent should use the
same tunnel ID for NAPT to work from a VM on a non-NAPT
switch.

Change-Id: I7ee2b526531beb84ececd78acf79a42d6177f7ab
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Thu, 6 Apr 2017 23:25:08 +0000 (23:25 +0000)]
Updated git submodules

Project: releng/builder master 4bf5cc13938dac12ca973b1a55c3af0209ec9223

Merge "TcpDump File addition"

TcpDump File addition

Change-Id: Ia6927362ad2386ca20184000d582a21ef4536a5b
Signed-off-by: Suvitha.balu <suvitha.balu@tcs.com>
7 years agoUpdated git submodules
Suvitha.balu [Wed, 22 Mar 2017 08:55:39 +0000 (14:25 +0530)]
Updated git submodules

Project: integration/test master 95bc2fd98ac1f2b204ab72b049c0bbee17d1f74f

TcpDump keyword

Change-Id: Ifb884d78081e4ec9ba9e60e2b13c15a9a5228af0
Signed-off-by: Suvitha.balu <suvitha.balu@tcs.com>
7 years agoUpdated git submodules
Michael Vorburger [Wed, 5 Apr 2017 19:58:30 +0000 (21:58 +0200)]
Updated git submodules

Project: genius master cada12a061e2ec0905a855140c6cd21d464b98e2

Minor: IdManagerTest Java 8 lambda

Change-Id: I154cd0317537c8f48aaa1cabec43ccef78f5e2eb
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Miguel Angel Muñoz Gonzalez [Thu, 30 Mar 2017 18:17:26 +0000 (20:17 +0200)]
Updated git submodules

Project: integration/test master 57c7a9f1f1836106b181fe93d2cfc41c6553e50b

TLS activation methods made independent

This commit ensures that TLS activation methods, including client
authentication, can be called independently in any order.
Before this commit, they had to be called on a certain order, as they
were dependent on each other

Change-Id: Ib045f8891743969066d28144bb5684c9c5a2629f
Signed-off-by: Miguel Angel Munoz Gonzalez <miguel.angel.munoz.gonzalez@ericsson.com>
7 years agoUpdated git submodules
Miguel Angel Muñoz Gonzalez [Fri, 31 Mar 2017 12:30:57 +0000 (14:30 +0200)]
Updated git submodules

Project: integration/test master 2cb5241ce737adb194ff44807edf816bae203b66

TLS Case for Client Auth with CA Signed Certs

Change-Id: I2292fe9f3187860c544572ffacf91f03a2a23e78
Signed-off-by: Miguel Angel Munoz Gonzalez <miguel.angel.munoz.gonzalez@ericsson.com>
7 years agoUpdated git submodules
Vratko Polak [Tue, 4 Apr 2017 13:05:39 +0000 (15:05 +0200)]
Updated git submodules

Project: integration/test master 16f48e64669b46c4174de1554e612a8bdce7e64a

Bug 8086: Add an analogue of netconf cluster CRUD

Change-Id: Ib2317fcd44b0bad104211f38c2672ece02a7724a
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Michael Vorburger [Thu, 6 Apr 2017 15:42:03 +0000 (15:42 +0000)]
Updated git submodules

Project: genius master e71bf6f67c97cb2fa9526b7064c2768f7122eaf0

Merge "Enhancing junits of interface-manager phase5"

Enhancing junits of interface-manager phase5

Adding tests for southbound port and switch updates

Change-Id: I93207e9309dfa685c7bd7a8998b2cfb56e6c6345
Signed-off-by: Faseela K <faseela.k@ericsson.com>
7 years agoUpdated git submodules
Peter Gubka [Fri, 17 Mar 2017 13:53:43 +0000 (14:53 +0100)]
Updated git submodules

Project: integration/test master d604d2b55c1e1f54f1648b2d6c08d0582d07e502

Refactor DomRpcBroker suites

Create common resource

Change-Id: I6e806e2c3b60d334eca81318504061a813ed9bbe
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Stephen Kitt [Thu, 6 Apr 2017 13:51:22 +0000 (15:51 +0200)]
Updated git submodules

Project: netvirt master f74a7192a73c005ee4b9aa6c1619252dbfaf2350

Fix natservice-impl for Karaf 4

Change-Id: I92ae9307e5001d8b5527d98b95b0c005b87c38da
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Thu, 6 Apr 2017 14:48:21 +0000 (14:48 +0000)]
Updated git submodules

Project: genius master 74c06466af6c791b6119147e0c4d35891eda36c0

Merge "LockManagerTest v1"

LockManagerTest v1

BTW: LockManager's retry logic appears to be completely broken!

Change-Id: Ia7408b39e0fecd6ead6eda3ed7b86cc5f0481f56
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Sam Hague [Thu, 6 Apr 2017 00:38:54 +0000 (20:38 -0400)]
Updated git submodules

Project: netvirt master 14acf0b6ceb5737ee75bfb1a779867b1351e833f

Update dhcpservice to use Singleton

Change-Id: I6c24c7fd1a354a8ca7e4e69c99ac529f851717fd
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Quan Xiong [Thu, 27 Apr 2017 07:44:12 +0000 (15:44 +0800)]
Updated git submodules

Project: releng/builder master 4ac0b2f1be605e3927a5a920e67059eeb9dfc65e

Override csit verify stream for bier

Change-Id: I686f2071b60dff30a97c743e92aabe7911c3ec9f
Signed-off-by: Quan Xiong <xiong.quan@zte.com.cn>
7 years agoUpdated git submodules
Tomer Pearl [Wed, 5 Apr 2017 14:36:43 +0000 (17:36 +0300)]
Updated git submodules

Project: netvirt master 1575e6e3289f16ca328966eb74666cd142ccbbd1

External networks subnetroute fix

Commit [1] changed the VpnSubnetRouteHandler APIs from using
yang based notifications to listening on subnetmap changes
from the datastore.

Subnetmap entities for subnets in Flat/VLAN external networks don't have a
vpn-name assigned to them, which caused a null pointer exception in
VpnSubnetRouteHandler after [1]

In this change, subnetmap is assinged a vpn-name, for subnets in
external Flat/VLAN networks, which is the subnet id itself.

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

Change-Id: Ic7593a5f59aa389f19729c5c5701fd9e1e02eea0
Signed-off-by: Tomer Pearl <tomer.pearl@hpe.com>
7 years agoUpdated git submodules
Faseela K [Thu, 6 Apr 2017 10:01:32 +0000 (10:01 +0000)]
Updated git submodules

Project: genius master 9be987154ae2f508d41d3ace6a5068725b5dff46

Merge "To prevent erronus comparison of enums, fixes persistence of mbean alarms on configuring teps."

To prevent erronus comparison of enums,
fixes persistence of mbean alarms on configuring teps.

Change-Id: I672a545458f3e837080ecc9df22659573a71050d
Signed-off-by: Edwin Anthony <n.edwin.anthony@ericsson.com>
7 years agoUpdated git submodules
Jakub Morvay [Thu, 6 Apr 2017 09:52:06 +0000 (09:52 +0000)]
Updated git submodules

Project: netconf master 217ac8deb9e5fb5b2ba34271cfe72dd7cd22d653

Merge "BUG-7529: Karaf 4 Migration"

BUG-7529: Karaf 4 Migration

Add missing karaf 4 features to artifacts.

Change-Id: Ie259e875aa8f2c6cf743ee7b821fa25b144bf255
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
7 years agoUpdated git submodules
Olga Schukin [Mon, 6 Mar 2017 08:26:37 +0000 (10:26 +0200)]
Updated git submodules

Project: genius master 54bb0dcf24cace4ffbc0d011d99c3e6e52bf1271

Multiple VxLAN tunnels - initial support

- ITM - global configuration option to guard the feature
- ITM - creation of multiple tunnels between pair of DPNs
- Maintain interface-child-info model for tunnel hierarchy
- Logical tunnel group creation
- Prepare OF select group for egress service
- CLI tep:show-state to show the logical tunnel interface correctly

Change-Id: I3eca1a7995922feafa4135bdaff83b44a6f1ed0a
Signed-off-by: Olga Schukin <olga.schukin@hpe.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Wed, 5 Apr 2017 22:43:02 +0000 (15:43 -0700)]
Updated git submodules

Project: integration/test master e92c92b2456ffcae67eca31eee08650834aba881

Use --router:external net-create for tempest tests

Change-Id: I3810aa29e382fdd3745bba98ab7f301ec0311ab7
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Miguel Angel Muñoz Gonzalez [Thu, 30 Mar 2017 11:33:30 +0000 (13:33 +0200)]
Updated git submodules

Project: integration/test master 2ff8db27fade6fe0a6a2cc4397f6635ec79dbc67

TLS case with CA signed certificate for server

Additionally this commit includes some improvements on Restart Bundle
keyword, in order to set a proper detection mechanism to know when the
bundle is actually started.

Change-Id: If51f2ab5d35df281f3753c2c0e74b36ae4c6b156
Signed-off-by: Miguel Angel Munoz Gonzalez <miguel.angel.munoz.gonzalez@ericsson.com>
7 years agoUpdated git submodules
Michael Vorburger [Wed, 5 Apr 2017 20:39:15 +0000 (22:39 +0200)]
Updated git submodules

Project: netvirt master 27d5328bf6ef1d55e59fa2173e25e06003450e2c

Remove statemanager's ConfigStateManager

now that all of netvirt is using blueprint

This class (ConfigStateManager) does not seem to be used anywhere.

Change-Id: I9d861f04824bf1faf71a61000fed41e273dd7316
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Sam Hague [Wed, 5 Apr 2017 21:35:29 +0000 (17:35 -0400)]
Updated git submodules

Project: netvirt master 7eee409796e8c8ae9d2895cd1c903faa6fbc9458

Update ipv6service to use Singleton

Change-Id: I0dbedeadd30f44f2364bb7e3cd06291472415a12
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Sam Hague [Wed, 5 Apr 2017 19:40:25 +0000 (15:40 -0400)]
Updated git submodules

Project: netvirt master fb8806cb18aa924bea93fd6d63dbebe8a24e8d7e

update AclLiveStatistics to use Singleton

Change-Id: I80fb8821531ac1246265838017818fc8f8240048
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Wed, 5 Apr 2017 21:40:50 +0000 (23:40 +0200)]
Updated git submodules

Project: netvirt master 0a126f18c76fbb4c085ca43305368cd8b83fa80d

statemanager StateManager @Singleton with @Inject instead of <bean> XML

https://wiki.opendaylight.org/view/BestPractices/DI_Guidelines

Change-Id: I9c5607b1eba5bcb9bf74b234a64c7583a272f09d
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Aswin Suryanarayanan [Wed, 5 Apr 2017 09:33:35 +0000 (15:03 +0530)]
Updated git submodules

Project: netvirt master 21c97778cf865c739344308f49ea6e115185ecb8

Command line added to display the current NAPT switches configured.

Change-Id: I45ab13e78f51dae1b6ca1ce1589a073a36239359
Signed-off-by: Aswin Suryanarayanan <asuryana@redhat.com>
7 years agoUpdated git submodules
Len Giersch [Wed, 5 Apr 2017 18:47:51 +0000 (11:47 -0700)]
Updated git submodules

Project: integration/test master f9175aedf33b968986ce9749a0cfbb7bb07de792

Add tests to clustered reconciliation

Change-Id: I403356141c09e6ab1870313e6e98adf3aeaa902e
Signed-off-by: Len Giersch <lgiersch@brocade.com>
7 years agoUpdated git submodules
Alon Kochba [Wed, 5 Apr 2017 16:25:12 +0000 (19:25 +0300)]
Updated git submodules

Project: integration/test master 39610be8593b5c4e64653f96f575b112917e8e70

Correct parameter for show debugs

Use correct list type parameters for showing
nova show output for VMs debugging in external
suite.

Change-Id: I4782d4974e62b0ccd583aaab6467f75ae691bbc1
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Michael Vorburger [Wed, 5 Apr 2017 11:12:51 +0000 (13:12 +0200)]
Updated git submodules

Project: aaa master 7947038229e39fdfb8cac98cf279ae6464ac6120

Bug 8157 Fixed deleting a user and recreating it fails with aaa-cli-jar

Change-Id: I3894185412922fbe5a30aa899d801ed115bf8c9c
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Robert Varga [Tue, 28 Mar 2017 00:48:56 +0000 (02:48 +0200)]
Updated git submodules

Project: infrautils master 72ca92af66384a9164c571b711a0ba7bc660a0fb

Optimize TablePrinter

- regex matches should be precached
- methods not touching object state should be static

Change-Id: I700322d0e1de003d27324e04fd05082bc29c7725
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
Use trigraph in asStr()

This is more expressive and produces less bytecode.

Change-Id: I8cf166e021ed11cd17f04bc65709854594358d67
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
Use Strings.isNullOrEmpty()

Guava gives us the basic string check, using it makes emptyString()
much more trivial.

Change-Id: I9792eb18ffc48ca854c95b0b3eb541f79b3e8275
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
Make STRING_COMPARATOR deprecated

Internal class is private, hence users don't really know about it,
we can expose just Comparator<String>.

Overall this is strange, as String is already Comparable with the same
behavior, hence a Comparator should not be needed. At any rate, with
Java 8 users can use String::compareTo with same efficiency, so let's
deprecate the constant.

Change-Id: I069f725cff0fb3a53bcc4cbfbca411f7289878b0
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
Invert equals() invocation

equals() is a reflecitve function, hence invoking it on
a constant class leads to same results (sans NPE) at lower
invocation cost.

Change-Id: I32d4853d74255ae926da24cdde966d2db6b0dafc
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
Optimize asStrArray()

Compiliting the splitting pattern is very expensive compared to
the task it is used for. Pre-compile the pattern and use a common
instance for splitting.

Change-Id: I4ee89bb4664e141e2f2d6b45cbbe1fa7071612d2
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
Prevent unnecessary boxing

The difference between valueOf() and parseInt() is the return type,
we just need an int, hence prevent implied boxing.

Change-Id: Ib04e8a78f9f1ddd2cbcbb7e1dcf39e0ca6c103a9
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
Use Guava's Joiner

String joining is trivial with Guava, no need to open-code the same
thing.

Change-Id: I72497fb40f8b92ae63233922d33ff1bc46a8d004
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
7 years agoUpdated git submodules
Luis Gomez [Wed, 5 Apr 2017 18:43:37 +0000 (18:43 +0000)]
Updated git submodules

Project: integration/test master 8297b90ae43e146dad7c4bdef0d766c1b5955cc9

Revert "Add Clustered Reconciliation tests openflowplugin"

This reverts commit fc7bd2510ed53d2e12435dcd3ddaccc11ad40e66.

Change-Id: I9bec847035df158c3b00af5f5348e18151a7849f
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoUpdated git submodules
Len Giersch [Wed, 29 Mar 2017 18:54:33 +0000 (11:54 -0700)]
Updated git submodules

Project: integration/test master fc7bd2510ed53d2e12435dcd3ddaccc11ad40e66

Add Clustered Reconciliation tests openflowplugin

Change-Id: Ia7a0677543ee1f76b7a101ebeb743630433c767c
Signed-off-by: Len Giersch <lgiersch@brocade.com>
7 years agoUpdated git submodules
Stephen Kitt [Wed, 29 Mar 2017 07:48:15 +0000 (09:48 +0200)]
Updated git submodules

Project: netvirt master 90e575b4c7e39963ba94a314620325012149026a

Bug 7633: Karaf 4 vpnservice-it features

Change-Id: I6b26687059c5fc94ce41c0abdab75ea6cffb95f9
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
naveen [Fri, 24 Mar 2017 15:05:56 +0000 (20:35 +0530)]
Updated git submodules

Project: integration/test master c23aac344ef12dc768197ecfbe55d3515acad82f

Verify Bulkomatic Flows with 2Node Cluster

Change-Id: Ie6be63d1d713311c8f0071a206e539c38fb77844
Signed-off-by: naveen <naveenk.t@tcs.com>
7 years agoUpdated git submodules
Vyshakh Krishnan CH [Wed, 5 Apr 2017 09:20:48 +0000 (14:50 +0530)]
Updated git submodules

Project: netvirt master 5763e4a78f8491c4bbe321a2e319aeca25e28184

Bug 7607 : Bgp route not getting sync-up with fib

Problem:
ODL bgp route not getting sync-up with fib table

Analysis and Fix:
In BGPManger, configs are replayed to quagga in BGP reactor.
BGP reactor gets trigered whenever ebgp.yang data model gets added.
on configuring a VPN also ebgp gets added and replay is called. But no bgp
configs are there to replay. Now when BGP config is added later, no replay
will happen and routes will be missed
So moving the config replay to ASID reactor.

Change-Id: I1cef1415759267ebfe96ac9fbc28cf84b58577ed
Signed-off-by: Vyshakh Krishnan CH <vyshakh.krishnan.c.h@ericsson.com>
7 years agoUpdated git submodules
Stephen Kitt [Tue, 28 Mar 2017 12:25:42 +0000 (14:25 +0200)]
Updated git submodules

Project: netvirt master 36af64f6ae472f9bca3068663205f2d9c20decd8

Bug 7633: Karaf 4 vpnservice features

Change-Id: I74b33b43100fdd5fccdb5e05f07983f0da69b628
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Manuel Buil [Tue, 4 Apr 2017 11:54:07 +0000 (13:54 +0200)]
Updated git submodules

Project: netvirt master 3c3c2a4e74be2eac8235b2256d53d18d57d747df

Correct errors in specs

The new classifier description had some typos and errors

Change-Id: I98a98c3e77e15ec55f0392b33029bfc6ad8c22ae
Signed-off-by: Manuel Buil <mbuil@suse.com>
7 years agoUpdated git submodules
Alon Kochba [Tue, 4 Apr 2017 13:18:21 +0000 (16:18 +0300)]
Updated git submodules

Project: netvirt master caf81ec05027c88d0052a29477f1aa66f2b12786

Use correct metadata value for remote ACL

Add a utility to extract the correct metadata
value for writing and matching the remote ACL ID
according to the metadata mask.

Change-Id: I89c7551b133d9d2eaf4436164c9ace8b866c5cf4
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Janki [Tue, 4 Apr 2017 14:39:47 +0000 (20:09 +0530)]
Updated git submodules

Project: netvirt master 12d084fb2180c9ac732eec6e61b909e83c7d33ed

Bug 8154 - log error for an extra-route if localNextHopInfo is unavailable

As per the comments on this patch https://git.opendaylight.org/gerrit/#/c/53459,
log an error when localnexthopinfo == null for extra-route

Signed-off-by: Janki <jchhatba@redhat.com>
Change-Id: I6667dde66027228446eff1b45a0b825c9329e606

7 years agoUpdated git submodules
Stephen Kitt [Mon, 27 Mar 2017 15:17:14 +0000 (17:17 +0200)]
Updated git submodules

Project: netvirt master 896ce1e57ea4093ca5c128b91d0b6fbc4410aa24

Bug 7633: Karaf 4 sfc-translator features

Change-Id: Ie4629e75cc0abad36d768799f24ecb90f789fd32
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Periyasamy Palanisamy [Tue, 4 Apr 2017 09:28:31 +0000 (14:58 +0530)]
Updated git submodules

Project: netvirt master c1d510cb32f3152022d275c8d64df8473e5b4bcc

Bug 8023: returning if StateTunnelList is not internal

While handling add DCN for StateTunnelList in ELAN, making sure it doesn't
process DCN for external tunnel.

Change-Id: I7d0ccd073a26a40756e1fc6cdb6139cc1d460e81
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
7 years agoUpdated git submodules
eceghkl [Wed, 8 Mar 2017 11:18:59 +0000 (16:48 +0530)]
Updated git submodules

Project: netvirt master 32fa46eeae55b45fff233a45fd5178ac489da70c

Fixes for extraroute deletion

* This contains fixes during extra route deletion and nova
  delete
* The fix includes complete clean up of
  -extraroute-rds container.
  -vpn-to-extraroute container
  -operational adjaceny container.

Change-Id: I1b40ce3ea8b73707295e86ae9d4ddddf15716b2e
Signed-off-by: eceghkl <manu.b@ericsson.com>
Signed-off-by: gobinath <gobinath@ericsson.com>
7 years agoUpdated git submodules
Guy Regev [Mon, 3 Apr 2017 12:04:14 +0000 (15:04 +0300)]
Updated git submodules

Project: netvirt master d9638833acb3930003f74ee373165fbde6d80938

Use mask on reg6 metadata

Change-Id: Ifb6885af5f9b823ceaa964a3af8df4fb12342173
Signed-off-by: Guy Regev <guy.regev@hpe.com>
7 years agoUpdated git submodules
jenkins-sandbox [Wed, 5 Apr 2017 07:02:11 +0000 (07:02 +0000)]
Updated git submodules

Project: releng/builder master 43d9b8ec6e5f8cac1cfbb11ba6c716b5c64da654

Auto Update CSIT Jobs to run

Change-Id: Ide54fab4dbb28da6a55c97aef8cbae265ad68dca
Signed-off-by: jenkins-sandbox <jenkins-sandbox@opendaylight.org>
7 years agoUpdated git submodules
Luis Gomez [Wed, 5 Apr 2017 00:17:11 +0000 (17:17 -0700)]
Updated git submodules

Project: releng/builder master 607908a165d29e50d13197c993467bd5713e608b

Separate manual from auto csit list

Clearly separate manual from auto generated csit lists
so that we avoid future mistakes.

Change-Id: I61d54eb294367a1bdb768cd99baaa5b2448f054c
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoUpdated git submodules
Juraj Kosmel [Wed, 5 Apr 2017 07:17:13 +0000 (00:17 -0700)]
Updated git submodules

Project: integration/test master dbfeb9830b48220c0dbbd37e1c256c228b3a2ea4

Add unique AE names

Change-Id: I61b0b960e6860269196812202eec87c4332eed49
Signed-off-by: Juraj Kosmel <juraj.kosmel@pantheon.tech>
7 years agoUpdated git submodules
Faseela K [Wed, 5 Apr 2017 06:52:01 +0000 (06:52 +0000)]
Updated git submodules

Project: genius master aa2339364c2d71735b796bb038a21429f0652575

Merge "Removing references to neutron port from logs"

Removing references to neutron port from logs

As this is a common API which can get called from InterfaceConfigListener
add() / update() method, was seeing neutron port references even for other
usecases in the error logs.

Change-Id: Ide2694b0de1023d7f39fab5df53f44bf6f4157d5
Signed-off-by: Faseela K <faseela.k@ericsson.com>
7 years agoUpdated git submodules
Rong Xu [Fri, 24 Mar 2017 10:19:10 +0000 (18:19 +0800)]
Updated git submodules

Project: genius master 48c62c896af6b9e27e705047c9c4d45a7370db92

Bug 8070: Update the description of the command tep:deletedatastore

Change-Id: I696660c1f4a2684e301c34fbd38614e5e42eccb6
Signed-off-by: Rong Xu <xu.rong4@zte.com.cn>
7 years agoUpdated git submodules
Jamo Luhrsen [Fri, 31 Mar 2017 00:30:24 +0000 (17:30 -0700)]
Updated git submodules

Project: integration/test master 6aef16989c7c396aca80c0f2b53746e77060ff0e

Skip vlan network in tempest if legacy-netvirt

Change-Id: I9ea471e84211e9665236e3f4cc49a0169ee9ee0b
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
gvrangan [Tue, 4 Apr 2017 18:14:13 +0000 (11:14 -0700)]
Updated git submodules

Project: releng/builder master 68076a37d8f16f8ece6f2d16181cd18262611ced

Fix Tempest Failures in Legacy Netvirt CSIT jobs

This patch avoids setting vlan to the external bridge.
Legacy Netvirt does not support the setting.

Change-Id: I095b318ff811d2a85e38e7834efadc7da21700df
Signed-off-by: gvrangan <venkatrangang@hcl.com>
7 years agoUpdated git submodules
Michael Vorburger [Tue, 4 Apr 2017 17:49:47 +0000 (17:49 +0000)]
Updated git submodules

Project: genius master 266f4eb29dcc3d08f16f75cbd2e0e65e06986dcf

Merge "ArpUtil test framework"

ArpUtil test framework

Change-Id: I26f7f879cc99286ce43640092ad3836bf04241e7
Signed-off-by: Edwin Anthony <n.edwin.anthony@ericsson.com>
7 years agoUpdated git submodules
Michael Vorburger [Tue, 4 Apr 2017 17:47:17 +0000 (17:47 +0000)]
Updated git submodules

Project: genius master 05a91ed9341fe27417482cddc4defc106a5a8216

Merge "Minor Clean-up post Blueprint migration"

Minor Clean-up post Blueprint migration

Change-Id: I4b871cc90c4a7e92f4e35d6603295ee6cbb52330
Signed-off-by: Edwin Anthony <n.edwin.anthony@ericsson.com>
7 years agoUpdated git submodules
Vratko Polak [Mon, 3 Apr 2017 13:05:52 +0000 (15:05 +0200)]
Updated git submodules

Project: integration/test master 81c2e48d0c6f50f6dedf3e6711964bff7fb2c58d

Increase timeout for netconf cluster performance

Currently it is not obvious whether the test fails due to performance
or due to a functional bug triggered by traffic.

Change-Id: I0682438a4cdd45cd926afcaea424f842648b6336
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Michael Vorburger [Tue, 4 Apr 2017 16:28:00 +0000 (16:28 +0000)]
Updated git submodules

Project: genius master dbb5633f596f6717f7b935d7812b96f5b0508f98

Merge "Fix MatchIcmpv4 & MatchIcmpv6's problems with XtendBeanGenerator (2/2)"

Fix MatchIcmpv4 & MatchIcmpv6's problems with XtendBeanGenerator (2/2)

This second change can now just remove those 'artificial' Builder
classes, because following an upgrade of the upstream XtendBeanGenerator
version used (in mdsal-binding-test-utils's dependencies), it now
"just works" directly, as one would naturally expect.

Change-Id: I78088d52b69be460f04a3e8bf8a894d0c554b014
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Faseela K [Mon, 27 Mar 2017 10:19:35 +0000 (15:49 +0530)]
Updated git submodules

Project: genius master 3c0976cd13ecc0991829ebc38e874317d8836ca8

Enhancing interface-manager junits - phase3

Cleanup unused methods in interface-manager

Change-Id: If656303922b533aff7a7c0e12aec7896f05693ed
Signed-off-by: Faseela K <faseela.k@ericsson.com>
7 years agoUpdated git submodules
Allan Clarke [Tue, 28 Mar 2017 18:36:55 +0000 (19:36 +0100)]
Updated git submodules

Project: netconf master 9a59f915f530d8a9923b4a6284fb4597ea8ddaeb

Bug 8095: Add operational devices to call home collection.

Original call home feature has config presence but not operational.
Operational devices are more convenient for monitoring
populations of call home devices (and will be richer model
in future).

Change includes adding a call home status (connected, disconnected, ...)
to operational devices.

Address "functional" checkstyle issues. Turn on checkstyle to list all
issues and fix all that have a non-cosmetic impact (unused imports,
catching exceptions, ...).

Reenable @Ignored unit tests

Change-Id: I3382e67414a9208c65b967c1a2ebaa3247cd4fba
Signed-off-by: Allan Clarke <clarkea@brocade.com>