docs.git
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>
7 years agoUpdated git submodules
karthikeyan [Mon, 3 Apr 2017 06:19:18 +0000 (11:49 +0530)]
Updated git submodules

Project: netvirt master 7d0afeea57381b025f6d0cda9f575221015ef306

Bug 8137: Missing log entries in many places for NAT feature

Fixing the missing log entries for NAT feature. This will not impact any traffic.
Just to ensure in TRACE log to capture all the missing parameters.

Change-Id: Ie638a967502ed6a64c924f0499af77fb4c98bf41
Signed-off-by: karthikeyan <karthikeyan.k@altencalsoftlabs.com>
7 years agoUpdated git submodules
Peter Gubka [Mon, 27 Feb 2017 10:58:50 +0000 (11:58 +0100)]
Updated git submodules

Project: integration/test master 4135aa11c0d0364412cbeb04e9be54eaa891207b

Add Cluster Singleton Test Suites

Change-Id: Ic836f1678570503f07580a53e53a408aeb2c5745
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Peter Gubka [Mon, 3 Apr 2017 11:50:27 +0000 (13:50 +0200)]
Updated git submodules

Project: integration/test master 87b5e92dd47afd01bc50594061beb546a34cf1b9

Move suite car_outage_corners to the testplan end

Change-Id: I31b711a60a636373e15070e6df9f6155ddd669a7
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
miroslav.kovac [Fri, 13 Jan 2017 13:34:35 +0000 (14:34 +0100)]
Updated git submodules

Project: integration/test master 035e62e375d95d4025d1f4e7b5013d9b070310ff

Add suite testing IoTDM plugin infrastructure

Change-Id: Iba6c112fa0f4599902740d447805fde7978c761a
Signed-off-by: miroslav.kovac <miroslav.kovac@pantheon.tech>
7 years agoUpdated git submodules
Vishal Thapar [Tue, 4 Apr 2017 08:31:22 +0000 (14:01 +0530)]
Updated git submodules

Project: genius master 1f55c4d46b983a759601bc57a9ec5cf5f488a17d

ParentRef update for tunnels should be skipped

Tunnel interfaces today don't have a parentinterface. Updating it wrongly
tiggers unnecessary delete+add for tunnels. This adds unnecessary
overhead and should not be done till we have use cases that require these
and handle them accordingly.

Change-Id: I7e6893b445b507c3530eb4e348ec4f7f02324e57
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Mon, 3 Apr 2017 23:44:51 +0000 (23:44 +0000)]
Updated git submodules

Project: releng/builder master 9788b93fb69e141a007fbbb239e00edde10d7844

Merge "Correct local.conf copy for control node"

Correct local.conf copy for control node

The previous fix was also leaving the local.conf
in the root folder. This also matches how the compute
local.conf's are being copied.

Change-Id: I1a0a32e8cf6add913a8ef56139aea14445fb3454
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Sam Hague [Mon, 3 Apr 2017 22:46:44 +0000 (18:46 -0400)]
Updated git submodules

Project: integration/test master 37704da0a3deafe0f0a94cec3700f64fe87d4a8a

Remove set_log_counters.sh from archives

The line in the archive macro is blindly copying anything
with the string log in it as shown below. So remove the
script after it has been copied to the nodes.

mv *log* *.log *.log.gz *.csv *.png $WORKSPACE/archives
 || true  # Don't fail if file missing

Change-Id: I280d9083e92bd29e40e1a51edb918ad9cdb7e2d5
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Thanh Ha [Mon, 3 Apr 2017 21:05:21 +0000 (14:05 -0700)]
Updated git submodules

Project: releng/builder master 10c29e25a2cf3b10da25d311266d83972e9d638c

Update java-builder to use same image as verify

Change-Id: Ic1162d95c603656f09a282715d70c9234a7175b6
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Faseela K [Mon, 3 Apr 2017 19:37:54 +0000 (19:37 +0000)]
Updated git submodules

Project: genius master 673c786d20834b92c5a0067c56f9eaa45dd8245a

Merge "Workaround for Bug 7451"

Workaround for Bug 7451

Leftovers in dispatcher table when unbind and ietf-state delete occurs simultaneously

The purpose of this patch is simply to lower the severity of this bug by making new
dispatcher flows override stale entries. This workaround cannot replace a real solution
since it would not survive OVS reboot scenarios

Change-Id: Ia0c883f733e49876101fe3e0fefcca7a93c87d89
Signed-off-by: Tali <tali.ben-meir@hpe.com>
7 years agoUpdated git submodules
Periyasamy Palanisamy [Mon, 27 Mar 2017 06:44:14 +0000 (12:14 +0530)]
Updated git submodules

Project: netvirt master b84d62ec049534c1d933db7deb57608dbd54896a

Bug 8023 adding trace logs

Adding trace logs to find out root cause for not programming remote dmac
and bc group for auto tunnel configuration

Change-Id: Ifd7433d0b0d1d0d385ac7b940d024729846062c1
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
7 years agoUpdated git submodules
Periyasamy Palanisamy [Mon, 3 Apr 2017 06:15:17 +0000 (11:45 +0530)]
Updated git submodules

Project: netvirt master a16ee87e7976114c2a935ad4dec04ac13d4eabf0

Bug 7866 fixing remote bc group and mac learning

* Updating remote BC group correctly for VLAN provider networks
* catching exception while parsing ip address from packet ins.
otherwise, it would ignore the packet-in and mac learning doesn't happen

Change-Id: I07cac591706f631360d7dc96bfba1a8732aedfd6
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
7 years agoUpdated git submodules
Shankar M [Mon, 3 Apr 2017 06:55:32 +0000 (12:25 +0530)]
Updated git submodules

Project: netvirt master c953276cacf92d2ce9aecb7b5ee8161289c06cb7

reading the bgp_sdnc_mip, sdnc_bgp_mip from custom.properties instead of
platform dependent cluster.conf

Change-Id: I4c1c00c99126fcc9306a880ddedd5db613683fcc
Signed-off-by: Shankar M <shankar.m@ericsson.com>
7 years agoUpdated git submodules
Michael Vorburger [Mon, 3 Apr 2017 18:38:52 +0000 (18:38 +0000)]
Updated git submodules

Project: genius master 5be038250e9f380a71f82e71d6db40c0162f6fd7

Merge "Enhancing junits of InterfaceManager - phase2"

Enhancing junits of InterfaceManager - phase2

Adding junits for interface updates, and vlan member interfaces

Change-Id: Ide7376be00b2ecbf4c4a1734e8ad00844fd412e8
Signed-off-by: Faseela K <faseela.k@ericsson.com>
7 years agoUpdated git submodules
Shlomi [Mon, 3 Apr 2017 14:01:09 +0000 (17:01 +0300)]
Updated git submodules

Project: netvirt master f1a7c2c3fc054a9c28052ca02a567490fab7e1a5

add missing acl in federation routed rpc

Change-Id: Icc0d58f606345601c069c1ab7687d85fd551432e
Signed-off-by: Shlomi <shlomi.alfasi@hpe.com>
7 years agoUpdated git submodules
Shashidhar Raja [Mon, 3 Apr 2017 14:17:55 +0000 (19:47 +0530)]
Updated git submodules

Project: netvirt master 7ed3c0a56ce68af67f8b6454845d855418268a16

8121:  Exception in SG Acl while SFC acl is created/modified

   - Updated ACL event listener to act on the event only if it has
     SecurityRuleAttr augmentation

Change-Id: I61f4a03b4624848c6d1210ff240c35a1e7a81034
Signed-off-by: Shashidhar Raja <shashidharr@altencalsoftlabs.com>
7 years agoUpdated git submodules
Jose-Santos Pulido Garcia [Mon, 3 Apr 2017 15:10:03 +0000 (17:10 +0200)]
Updated git submodules

Project: netvirt master 76af469edf02bad2f1de510d7cbfc8e5d6471b9e

Add UTest BgpRouterAddNeighborTest

'BgpRouter.addNeighbor' is no longer a simple wrapper around
'BgpConfigurator.Client.createPeer' so a small UT has been
added to check 'createPeer' and 'setPeerSecret' are called
properly.

Changelog:

- BgpRouter.java: new protected factory method
  'makeTestingRouter'.

- BgpRouterAddNeighborTest.java: new UT class with the
  following tests: 'addNeighbor_noPass_happyCase',
  'addNeighbor_wPass_happyCase',
  'addNeighbor_noPass_createPeerFails',
  'addNeighbor_wPass_createPeerFails', and
  'addNeighbor_wPass_setPeerSecretFails'.

Change-Id: I851aa55a3aba6bd60e29fee3d9d190337317a6f3
Signed-off-by: Jose-Santos Pulido Garcia <jose.santos.pulido.garcia@ericsson.com>
7 years agoUpdated git submodules
Suraj Ranjan [Sat, 11 Mar 2017 14:37:57 +0000 (20:07 +0530)]
Updated git submodules

Project: netvirt master 67bcae065d179f5a74499ba7ea12af19db018183

Subnet-Route support for L3VPN Over VxLAN

This review includes the code changes to support the subnet-route feature
for EVPN RT5

Change-Id: I216da6fa446eaabff03be152865126a5cd663665
Signed-off-by: Suraj Ranjan <suraj.ranjan@ericsson.com>
7 years agoUpdated git submodules
Vishal Thapar [Thu, 30 Mar 2017 14:29:48 +0000 (19:59 +0530)]
Updated git submodules

Project: genius master bf3544de81e665f6ae662a5c4bee15249aacd75d

BUG 8098: Add APIs to expose Ovsdb caches

IFM maintains a few caches for TerminationPoints and OVsdbBridges which
can be useful for other modules. This adds support to expose those to for
others to use so they can avoid having to read Datastore.

Change-Id: I21e0bd0ca285631b49b5721b0f7325f3fe25cdb8
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
7 years agoUpdated git submodules
Miguel Perez [Wed, 29 Mar 2017 16:12:08 +0000 (18:12 +0200)]
Updated git submodules

Project: netvirt master 84c0fbc09d6fe9829fdb4eb7dd5feb4c3e83922b

Refactor InterVpnLink. Part ONE

 + This is the first of a series of commits that intend to
   split this bigger one [1] into smaller so that it's easier
   to review.

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

Change-Id: Ib29066c63d96026d57d83b079dc490bfc07c3328
Signed-off-by: Miguel Perez <francisco.miguel.perez@ericsson.com>
7 years agoMove persistence & backup sections to own page 28/54228/6
Jamo Luhrsen [Sun, 2 Apr 2017 21:38:02 +0000 (14:38 -0700)]
Move persistence & backup sections to own page

Change-Id: Ic8a7db1a592ad8ee2714f5ff514cd26a0ea14cb9
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoMove cluster setups with packaged scripts to top 26/54226/6
Jamo Luhrsen [Sun, 2 Apr 2017 20:52:43 +0000 (13:52 -0700)]
Move cluster setups with packaged scripts to top

Since we seem to agree that using the cluster setup scripts are
the best or easiest or first method for setting up a cluster it
should be near the top of our clustering setup guide

Change-Id: Id8dd9c87cedf6f4b3538e42740cf112895f6d047
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Alon Kochba [Wed, 29 Mar 2017 11:53:54 +0000 (14:53 +0300)]
Updated git submodules

Project: netvirt master 43ce2bb862d8b473cc228495faa7cf10cc2e27c1

ACLs separate priority pools for allow/deny

To support mixing of Allow and Deny ACEs, we need to
define separate pools, where the higher range is allocated
to the ACEs with behavior matching the default behavior.

Depends-On: https://git.opendaylight.org/gerrit/#/c/53894/
Change-Id: I83ca5a1a57f73971117aa766ae00cc9e22d8d197
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Fri, 31 Mar 2017 19:26:43 +0000 (12:26 -0700)]
Updated git submodules

Project: integration/test master d7a1ee1515d6da8bc4c71ce47e878926676e5ad2

Add todo about adding tests and automating them

Change-Id: I6f4f4645a0fc423c6a506b12a24affaea7eb7f57
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Peter Gubka [Mon, 27 Mar 2017 12:55:05 +0000 (14:55 +0200)]
Updated git submodules

Project: integration/test master 492fc035e3f8d24307aaa995623d22df8b4fa77e

Rework DnbCommons.robot due to api change

The blocking rpc publish-notifications was changed to non-blocking
start- and check-publish-notifications.

Change-Id: I199e0ee72ae7315e2e225cef548cd97d77fefbf3
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Anil Belur [Mon, 3 Apr 2017 06:56:08 +0000 (16:56 +1000)]
Updated git submodules

Project: releng/builder master 8ada6307a1d87cb74c2fc8e45c6a8bd709ede465

Revert "Reduce verbosity of wget command"

- wget options changed skips dist bundle download with usage
  causing some of the jobs to fail

This reverts commit 8cb455437ca3268b6b1a8ddcf5739c966a4cb2dc.

Change-Id: Ice28cde978931cd6b19b1629b5f310edc0c864d7
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Ryan Goulding [Wed, 22 Mar 2017 13:23:27 +0000 (09:23 -0400)]
Updated git submodules

Project: federation master 05445b06b905e34c2ab49062055e64a6f9246ecb

Bug 6278: Switch to use odlparent's karaf-parent

Change-Id: If41a4dae48323b8b8b9fcd91247c9bde92c4c8f1
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
7 years agoUpdated git submodules
Anil Belur [Mon, 3 Apr 2017 07:30:29 +0000 (00:30 -0700)]
Updated git submodules

Project: releng/builder master 58de5fa313e33a0887d0ffa25a5176e9cad8fcb6

Fix typo in non-verbose parameter

Change-Id: I2157d7b5801649500748bf22ba381ebf108f8fb5
Also-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>