docs.git
7 years agoUpdated git submodules
Michael Vorburger [Thu, 24 Nov 2016 19:13:36 +0000 (20:13 +0100)]
Updated git submodules

Project: genius master 9047660eef9e2924fe8d75375694cfcacef6a87b

@deprecate CacheUtil

For an example of how to simply replace this fairly useless utility
class with a ConcurrentHashMap in a project, please see the upcoming
next Gerrit doing that in idmanager.

Change-Id: I2c512aafba34a8eef83d3935c12f7048b96af471
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoMerge "SFC documentation (Logical SFF Renderer changes)"
Colin Dixon [Fri, 25 Nov 2016 20:12:15 +0000 (20:12 +0000)]
Merge "SFC documentation (Logical SFF Renderer changes)"

7 years agoMerge "BUG-5569: Update BGP Additional Path documentation"
Colin Dixon [Fri, 25 Nov 2016 19:34:09 +0000 (19:34 +0000)]
Merge "BUG-5569: Update BGP Additional Path documentation"

7 years agoMerge "Add SFC classifier genius integration impacts"
Colin Dixon [Fri, 25 Nov 2016 19:32:40 +0000 (19:32 +0000)]
Merge "Add SFC classifier genius integration impacts"

7 years agoSFC documentation (Logical SFF Renderer changes) 19/48619/3
Diego Granados [Wed, 23 Nov 2016 11:25:45 +0000 (12:25 +0100)]
SFC documentation (Logical SFF Renderer changes)

SFC developer's guide has been updated with changes performed
in the openflow renderer to support Logical SFF.

Change-Id: I771312a28f2ee8a144af302231daf0be6e9f678a
Signed-off-by: Diego Granados <diego.jesus.granados.lopez@ericsson.com>
7 years agoUpdated git submodules
Michael Vorburger [Thu, 24 Nov 2016 16:47:03 +0000 (17:47 +0100)]
Updated git submodules

Project: genius master edf7f5100d3081f55dd363fd547e3cf6db7101ad

De-static-ify idmanager IdUtils

As I've said before: "static is evil" ... ;-)

This isn't theory - but practice; in something like the new
InterfaceManagerTest (InterfaceManagerConfigurationTest), this static
leads to non-isolated tests - because it "leaks" state.

Change-Id: I2064ca59eba4fda5ec24e9c4c2e0dfae79a56d58
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
karthik.prasad [Fri, 11 Nov 2016 07:34:38 +0000 (13:04 +0530)]
Updated git submodules

Project: netvirt master cb7992e6bfe76535933e5c111dea56b230f30dd5

BUG 6726 : Arp Responder for Internal Subnet Gateway IPAddress

Since all ARP Requests for Gateway IP are punted to controller,
when controller reboots these ARP requests are lost and so
they are not processed. This results in datapath traffic failure
during controller outage duration.

This enhancement introduces a new ARP Responder Table on the
OVS Datapath which will be used to service ARP requests without
the intervention of the controller.   Thereby it enables a
highly available datapath even during controller outage.

This enhancement attempts to address the following 3 usecases:
1. Responding to ARP request for router interface ip address.
2. Responding to ARP request for subnet gateway ip address in case
there is no router interface to serve that subnet gateway ip address.
3. VLAN Tagged ARP packets.

The MYMAC Table (or GWMAC Table) matches on ARP Requests and sends
that same packet to DISPATCHER, CONTROLLER and the new ARP RESPONDER
TABLE.  As of this enhancement, the ARP RESPONDER TABLE is numero 81.

In table 81 an entry is created per gateway IP and lPortTag for an ARP, on
match of the entry an ARP reply packet is created with macaddress of
either the router gateway interface (or) connected macaddress
(in case of direct network association) and forwarded to table 220,
from where packets are sent back to IN_PORT.

This enhancement review also depends on NICIRA ARP actions introduced in
Genius project (refer ActionType.java in Genius repository).
Sample flow entry of ARP Responder Table is attached below.

cookie=0x1c361405, duration=27.172s, table=81, n_packets=1, n_bytes=42,
priority=100,arp,metadata=0x60000300000222e0/0xffffff00fffffffe,arp_tpa=20.20.20.1,arp_op=1
actions=move:NXM_OF_ETH_SRC[]->NXM_OF_ETH_DST[],set_field:fe:16:3e:32:29:64->eth_src,
load:0x2->NXM_OF_ARP_OP[],move:NXM_NX_ARP_SHA[]->NXM_NX_ARP_THA[],move:NXM_OF_ARP_SPA[]->NXM_OF_ARP_TPA[],
load:0xfe163e322964->NXM_NX_ARP_SHA[],load:0x14141401->NXM_OF_ARP_SPA[],
load:0->NXM_OF_IN_PORT[],load:0x300->NXM_NX_REG6[],resubmit(,220)

Change-Id: I1e6d60982e0d474c33cfa89a90737f2e7735f1a3
Depends-On: Ida59553187ba20b10bbc4e08d20e491d5dd72200
Signed-off-by: karthik.prasad <karthik.p@altencalsoftlabs.com>
Signed-off-by: Vivekanandan Narasimhan <n.vivekanandan@ericsson.com>
7 years agoUpdated git submodules
Akash [Tue, 8 Nov 2016 07:29:53 +0000 (12:59 +0530)]
Updated git submodules

Project: netvirt master 16221f1593e4d710e7495e0767a767e7e67490f0

Bug 6589 adding support for hwvtep devices ha

Added listners for corresponding mergers and commands added earlier.
Added Handlers to handle event triggred from listners.
Listners -
HAConfigNodeListener : Listenes to HA node on config data tree and
add/delete/update corresponding HA child config node when triggred.
HAOpClusteredListener : Listenes to HA node on operational data tree in
cluster and update the cache based on connect/reconnect of HA node or
update of non-node to HA node .
HAOpNodeLsitener : Listners to HA child node on operational data tree and
add/delete/update corresponding HA node Operational when triggred .
HwvtepNodeBaseListener : Basic listners which is extended by rest listners
specially for HA feature .
Handlers -
ConfigNodeUpdatedHandler : Handles event from HAConfigNodeListener such as
copying HA ps node data to HA child ps node and HA global Node data to HA
child global node in Config data tree .
OpNodeUpdatedHandler : Handles event from  HAOpNodeLsitener such as copying
HA child ps node data to HA ps node and HA child global Node data to HA
global node in Operational data tree .

Change-Id: I01789c7d783b104095c914ea95d14b52f720a051
Signed-off-by: Akash <a.k.sahu@ericsson.com>
7 years agoUpdated git submodules
Martin Mihálek [Fri, 25 Nov 2016 12:06:54 +0000 (13:06 +0100)]
Updated git submodules

Project: integration/test master 3ff416b0983183629953fdb8c014cc2d381ac110

Cleanup of SXP libraries

Removed redundant installation of feature odl-sxp-controller

Change-Id: I1b7d6ff892c493fac0164c07076aebf5c203d03f
Signed-off-by: Martin Mihálek <mamihale@cisco.com>
7 years agoUpdated git submodules
Martin Mihálek [Fri, 25 Nov 2016 11:44:20 +0000 (12:44 +0100)]
Updated git submodules

Project: releng/builder master 27d2e27e4d345c1d3f8c9a8b23c3820e6389a798

Add SXP performance CSIT job

Adds job for SXP performance suite
https://git.opendaylight.org/gerrit/#/c/43524/

Change-Id: I22728ed4127947d2e5bb32ec00fc7c1f06fbfb40
Signed-off-by: Martin Mihálek <mamihale@cisco.com>
7 years agoUpdated git submodules
Martin Mihálek [Mon, 21 Nov 2016 20:13:33 +0000 (21:13 +0100)]
Updated git submodules

Project: integration/test master 35bebe646984d95d276bc4bfe7d3033c1337ec38

Add SXP performance measuring suite

Added Bindings exchange measuring tests

Change-Id: I91020e9458626b3ae8ca6d8373c337a57aadb7f9
Signed-off-by: Martin Mihálek <mamihale@cisco.com>
7 years agoUpdated git submodules
Faseela K [Fri, 25 Nov 2016 10:36:13 +0000 (10:36 +0000)]
Updated git submodules

Project: genius master ebb3af0bb5eb4a2a5e7d1a1f4871b7cc299c0935

Merge "Bug 7230: tun_id from vxlan tunnel is incorrectly stored into gre key"

Bug 7230: tun_id from vxlan tunnel is incorrectly stored into gre key

"tun_id" should be "cleaned" (or set to 0) when the output is a L2GRE interface.
This way we prevent a wrong "tun_id" value from being copied into the gre key field of the packet.
Right now, "tun_id" value from vxlan tunnels between OVS is not cleaned before output the packet to the GRE interface. As a result, a wrong key is set in the output packet.
More information: https://bugs.opendaylight.org/show_bug.cgi?id=7230

This fix needs to go to stable/boron SR2

Change-Id: I946b135320b4a54ba1e77f91a506d72b475d4927
Signed-off-by: Maria Merida <maria.merida@ericsson.com>
7 years agoUpdated git submodules
Jakub Toth [Thu, 24 Nov 2016 15:02:22 +0000 (16:02 +0100)]
Updated git submodules

Project: netconf master 17f4fc5e182e583114bb48bbcd693f69a6852e59

Bug 7231 - Upgrade ietf-restconf draft17 to draft18

Change-Id: Ie964ab3654f7a28472b138012a7235e599940ed4
Signed-off-by: Jakub Toth <jatoth@cisco.com>
7 years agoUpdated git submodules
Faseela K [Fri, 25 Nov 2016 05:19:58 +0000 (05:19 +0000)]
Updated git submodules

Project: genius master 5b40c3e7e7e4dbfa4599e8a31bf7c55dbefb19c4

Merge "minor: idmanager UpdateIdEntryJob else block, for clarity when reading"

minor: idmanager UpdateIdEntryJob else block, for clarity when reading

Change-Id: I1d093bfd157134a9b9b68dc1922d2a62b0ac57cf
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Thu, 24 Nov 2016 16:04:24 +0000 (17:04 +0100)]
Updated git submodules

Project: genius master 9fc1278c05970226d65a9c6acf4c6b82118055b2

Fix buggy bad exception root cause logging in idmanager

Change-Id: I99fdc35e5e621f1f3149e9b5aff0ebc152700785
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
ehvkand [Mon, 7 Nov 2016 10:34:39 +0000 (16:04 +0530)]
Updated git submodules

Project: netvirt master 6dbff8f0d89db7f7a38a7079f1f6562e159052d7

Bug 7096:  After disassociation/association of Router to VPN , it takes
2minutes to update in FIB table

When router is associated to VPN or dis-associated , VpnInterface update
is triggered which will remove vpninterface from old VPN and add it into
new VPN after waiting for FIB to remove VpnInterface from Operational DS.
If config and operational shard are on different PL , the java
notification mechanism used to notify will not work . Hence VpnInterface
update thread will wait for maximum time before adding vpn interface.

To solve it , VpnInterface Op DS and VpnInstance Op DS cache manager is
introduced. Also timer task will not wait on java notification. It will
poll periodically to check whether vpnInterface is removed from old VPN.

Change-Id: I5878e86e80ffe602cd1a4a683fc1458c808aff87
Signed-off-by: ehvkand <hanamantagoud.v.kandagal@ericsson.com>
Signed-off-by: HANAMANTAGOUD V Kandagal <hanamantagoud.v.kandagal@ericsson.com>
7 years agoUpdated git submodules
Michael Vorburger [Thu, 24 Nov 2016 17:17:36 +0000 (18:17 +0100)]
Updated git submodules

Project: genius master 83e7291407036f8f50ef82ac861994e65060bf20

idmanager Checkstyle enforcement preparation: Organize Imports & Tabs

incl. some other trivial automatic code formattings stuff, all low risk

incl. line length wrapping

Does not yet enforce Checkstyle, because there are a few things left to
tidy up, including reviewing Exception handling; that will come in
another future Gerrit, once this is merged.

Change-Id: Ic7d9f008ff9958b57a36cb8f0b8e1fddd3990c6e
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoBUG-5569: Update BGP Additional Path documentation 77/48677/1
Claudio D. Gasparini [Thu, 24 Nov 2016 18:03:55 +0000 (19:03 +0100)]
BUG-5569: Update BGP Additional Path documentation

Update BGP Additional Path documentation.
Add guide to update global and neighbor specific
family with enable additional path.

Change-Id: Ib3c99527019b2429668e20f0864ca4e90352ba45
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
7 years agoUpdated git submodules
Michael Vorburger [Thu, 24 Nov 2016 15:56:05 +0000 (16:56 +0100)]
Updated git submodules

Project: genius master 6e801530f20ae411f62fe79ec6dff38d5768b2cc

minor: Some very minor first clean up in IdManager

Change-Id: I693b60d89fd26ae36f5268fb137e2b945009801b
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Peter Gubka [Fri, 18 Nov 2016 10:30:11 +0000 (11:30 +0100)]
Updated git submodules

Project: integration/test master e5b396565fb4dbd8c438e5e9305227b53413d120

fixing bgp app peer ingest suite with using correct urls in carbon stream

Change-Id: Idb93524929519513aefbcf73128fef971811b7cf
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Faseela K [Thu, 24 Nov 2016 12:47:41 +0000 (12:47 +0000)]
Updated git submodules

Project: genius master 1c0f579a9d9da64659d90153ee80a7e8587062b8

Merge "Add utility apis"

Add utility apis

This patch implements the following utility apis.
1. API to check if the supplied ipAddress is IPv4 Address or IPv6
2. API that returns the corresponding ipPrefix based on the ipAddress

Change-Id: I975e23763d45ceef3598ac35970767555196efe7
Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
7 years agoUpdated git submodules
Miguel Perez [Thu, 24 Nov 2016 10:49:42 +0000 (11:49 +0100)]
Updated git submodules

Project: netvirt master 33ccbfd98ca3ab70cfcb83d78cf1dbc255271737

Adapt cloud-sc JUnits to new SingleTxDatabroker

 + This change is quite urgent since it is blocking some other patches.

 + After the merge of this change [1] in genius, some stubbing needed to
   be readapted

 + NOTE: This patchet cannot be cherrypicked to boron if [1] is not
   cherrypicked to boron in genius in first place.

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

Change-Id: If659ea3cee3fca0b78ba21feb62ba3cddb662e6e
Signed-off-by: Miguel Perez <francisco.miguel.perez@ericsson.com>
7 years agoUpdated git submodules
Faseela K [Thu, 24 Nov 2016 10:46:13 +0000 (10:46 +0000)]
Updated git submodules

Project: genius master d0e1896ad4f2d3303374cd4430e92c667fb4b2c8

Merge "OFTunnels: Convert ITM config to IFM"

OFTunnels: Convert ITM config to IFM

This change uses OFTunnels configuration in ITM to create tunnel
interfaces with remote-ip-flow option set.

Change-Id: I74f6b494d23137516608005a9b3cb96184031eb8
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
7 years agoUpdated git submodules
Michael Vorburger [Thu, 24 Nov 2016 10:43:13 +0000 (10:43 +0000)]
Updated git submodules

Project: genius master a80b251b521ab0c29a170db68092591e77e4f300

Merge ".gitignore .fbExcludeFilterFile"

.gitignore .fbExcludeFilterFile

Change-Id: I92d9aef533fd001e243efa98aad8c34696efb80a
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoAdd SFC classifier genius integration impacts 34/48534/10
Miguel Duarte [Mon, 21 Nov 2016 13:16:41 +0000 (14:16 +0100)]
Add SFC classifier genius integration impacts

New image depicting the genius integration events.

Added a chapter to the user guide explaining how to configure the SFC
classifer integrated w/ genius.

Added a chapter to the developers guide explaining how traffic is
forwarded into the SFC domain by the classifier.

Change-Id: I011a0c1054c45c3c9f5ff2af88e3676128e6a3f4
Signed-off-by: Miguel Duarte <miguel.duarte.de.mora.barroso@ericsson.com>
7 years agoUpdated git submodules
Stephen Kitt [Mon, 14 Nov 2016 17:37:31 +0000 (18:37 +0100)]
Updated git submodules

Project: genius master 2186bc4b818d48b4d4075506b5959fd1c51fab3a

Tighten DefaultBatchHandler properties

* dataBroker, batchSize and batchInterval shouldn't be static.
* None of the properties should be public.

Change-Id: Ibd0ee0e35566824ea4aedfaa5766d5de8a830f95
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Alon Kochba [Thu, 17 Nov 2016 15:54:59 +0000 (17:54 +0200)]
Updated git submodules

Project: integration/test master e5f40f64a6cf3cc33f661f909cc140e85b78062c

Add several tempest scenario tests using external network

Depends-On: https://git.opendaylight.org/gerrit/#/c/48403
Depends-On: https://git.opendaylight.org/gerrit/#/c/48412
Change-Id: I8b2b47fe2a80eebead869af89031acdbefde893b
Signed-off-by: Alon Kochba <alonko@hpe.com>
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
HANAMANTAGOUD V Kandagal [Thu, 3 Nov 2016 16:22:23 +0000 (21:52 +0530)]
Updated git submodules

Project: netvirt master f16fddd8a3a342ce9b40c1c136cb876b29ff6ad0

Bug 6786: L3VPN is not honoring VTEP add or delete in operational cloud

As part of making L3VPN honor VTEP add-delete operation , this is a second
set of changes.

This code review contains a Tunnel state listner which listens on VTEP
add/remove events. When VTEP add event is received , interface manager
is queried for list of VpnInterfaces for a DPN on which VTEP is added.
For all those VpnInterfaces , adjacency is updated with a valid VTEP IP as
nexthop IP and also corresponding VRF entry is updated. Similarly on
receiving VTEP delete event , VpnInterface adjacency and VRF entry is
updated.
Also flow rules on DPN are updated accordingly on DPN.

Change-Id: Idca8e0ea674e1c9cfee2ba97b06ed1ae8b17297e
Signed-off-by: HANAMANTAGOUD V Kandagal <hanamantagoud.v.kandagal@ericsson.com>
Signed-off-by: ehvkand <hanamantagoud.v.kandagal@ericsson.com>
Signed-off-by: HANAMANTAGOUD V Kandagal <hanamantagoud.v.kandagal@ericsson.com>
7 years agoUpdated git submodules
David Suarez [Wed, 23 Nov 2016 23:46:26 +0000 (23:46 +0000)]
Updated git submodules

Project: genius master 9a02d87576803548e0ba7897d1a811a6145f2043

Merge "SingleTransactionDataBroker"

SingleTransactionDataBroker

Change-Id: I9a88fe7672235057329968481b8f3438685b0859
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Alon Kochba [Tue, 22 Nov 2016 12:14:16 +0000 (14:14 +0200)]
Updated git submodules

Project: integration/test master 725bc9e68d4ece36e99cd560dcda52fc843c3136

netvirt-csit: Show neutron debugs only once

Currently we do a Show Debug for each network VMs separately,
but each Show Debug does the same neutron shows.
This should speed things up a little bit.

Change-Id: Ib5c26f148b7d80990b8769aa03d99073ac014881
Signed-off-by: Alon Kochba <alonko@hpe.com>
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
gvrangan [Wed, 23 Nov 2016 16:28:52 +0000 (16:28 +0000)]
Updated git submodules

Project: integration/test master 7c37a3750e7e60821923ab0ad83ffbd5d73fa3f1

Fix VTN Coordinator Boron CSIT job

- The new directory is named 6.3.2-SNAPSHOT
- the script was referring the old one.

Change-Id: I420fd1f74d50d133e0f31a34bdd0479fd8c75045
Signed-off-by: gvrangan <venkatrangang@hcl.com>
7 years agoUpdated git submodules
Michael Vorburger [Tue, 22 Nov 2016 12:49:45 +0000 (13:49 +0100)]
Updated git submodules

Project: aaa master 23900b0ae87ed1f13174e047e3670e41830270dd

StoreBuilder improvements for re-use from Main CLI, and security

Change-Id: Ic10b8dce469a279ac6bb98e6313ee3b82932e299
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Vratko Polák [Wed, 23 Nov 2016 15:15:05 +0000 (15:15 +0000)]
Updated git submodules

Project: releng/builder master e9b027cfe966a6df5ec8e0a29c1ac636d1f6853f

Merge "move branch-pattern to use default in order to run in local repositories"

move branch-pattern to use default in order to run in local repositories

Change-Id: I32112effee03f3928dec26774508f4366658fbcd
Signed-off-by: Sandra Biton <sandra.biton@hpe.com>
7 years agoUpdated git submodules
Martin Mihálek [Wed, 23 Nov 2016 11:15:12 +0000 (12:15 +0100)]
Updated git submodules

Project: integration/test master 24b1b1d2aef4adbdadffcadce75110213920fb81

Remove Lithium only resources from SXP

Removes lithium test plans, configuration files and checks in scripts.

Change-Id: Ia12a82259f5bed2f0aea154f22bea8a0652fe57d
Signed-off-by: Martin Mihálek <mamihale@cisco.com>
7 years agoUpdated git submodules
Jakub Morvay [Wed, 23 Nov 2016 12:16:56 +0000 (12:16 +0000)]
Updated git submodules

Project: netconf master 6cb7a2b19c0278ecec36ecf199fcc8a48fcf2fb3

Merge "Bug 7207 - Bad parsing of identityref in typedef for last ietf-restconf draft"

Bug 7207 - Bad parsing of identityref in typedef for last ietf-restconf
draft

  * value for identityref in typedef has been added as moduleName+value
    * moduleName:modulName:localName
  * fixed by create value by moduleName + localName of value

Change-Id: Id45bd02d906ae467f83193587302d27488d5c57a
Signed-off-by: Jakub Toth <jatoth@cisco.com>
7 years agoUpdated git submodules
Jakub Morvay [Tue, 22 Nov 2016 18:32:44 +0000 (19:32 +0100)]
Updated git submodules

Project: netconf master 2c164bf249da91b31da07340ad052a757a287c8f

Fix NetconfServerSessionListenerTest

NetconfServerSessionListenerTest's testOnMessageDocumentedFail test
expects uppercase error-severity and error-type values in rpc-error
reply.

Patch https://git.opendaylight.org/gerrit/#/c/48326/ introduced
lowercase eror-severity and error-type values in rpc-error.

This fixes testOnMessageDocumentedFail test to expect lowercase
error-severity and error-type values.

Change-Id: If8455e2caa290a712fc202903557c1cf94ca727e
Signed-off-by: Jakub Morvay <jmorvay@cisco.com>
7 years agoUpdated git submodules
Peter Gubka [Mon, 21 Nov 2016 14:53:35 +0000 (15:53 +0100)]
Updated git submodules

Project: integration/test master 036d1a160fa98e2787f2ac69593be7270418ec3f

fixing mismatch config of bgp peer and rib

variables/bgpfunctional/multipaths/rib/data.xml vs.
variables/bgpfunctional/multipaths/bgp_peer/data.xml

Change-Id: Iccf79b2a982c0f92982a1ee593abe36f249b118b
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Vishal Thapar [Wed, 23 Nov 2016 08:18:42 +0000 (13:48 +0530)]
Updated git submodules

Project: genius master 30cbf2c3f6c1bb357e2f4efbc3006eddee9201d1

OFTunnels: Update spec and itm-state.yang

One more addition made to itm-state.yang to optimize passing of of-tunnel
option from TransportZone configuration to Interface configuration. This
change eliminates need to do a DS read.

Spec also updated to reflect this addition.

Change-Id: I9396836294bf9d01573acbeddb6a35134610e63a
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
7 years agoUpdated git submodules
Robert Varga [Mon, 21 Nov 2016 11:15:33 +0000 (12:15 +0100)]
Updated git submodules

Project: odlparent master 16cc49b890a5c851801e2c2ca19f1cb11d1aeac5

BUG-6577: package fixed TrieMap

Until upstream releases a fix, we need a private package,
which has been populated to nexus.

Change-Id: I709f3516c80fb06fd41dc29eed4bcb56df92cf72
Signed-off-by: Robert Varga <rovarga@cisco.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Tue, 22 Nov 2016 22:22:49 +0000 (22:22 +0000)]
Updated git submodules

Project: releng/builder master 00d9cac2d0afc70dc1aec35259f56045493e2fc2

Merge "Support multiple tempest test runs for tempest report html"

Support multiple tempest test runs for tempest report html

Change-Id: I56d51f992db7587ef7d8c2b144ed5dc9828a604f
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Miguel Perez [Wed, 16 Nov 2016 14:30:59 +0000 (15:30 +0100)]
Updated git submodules

Project: netvirt master c769669bbc58ed5611f526356b1fada1fa0fef8a

Refactor the code that updates the vpn-to-dpn list

 + This is a prerrequisite for fixing bug 6833 [1]

 + Code that updates the vpn-to-dpn data is being taking out
   of VpnInterfaceManager so that it can also be invoked from
   other places.

 + It is now implemented by the VpnFootprintService

 + It is also offered to other modules, like cloud-servicechain,
   via IVpnManager

 + It is the first step of refactoring this gerrit change that
   had grown too big and complex [2]

 [1] Bug 6833: InterVpnLink FIB routes not populated when no VM on VPN
 [2] https://git.opendaylight.org/gerrit/#/c/45979/

Change-Id: I069c539e5b958f958665b51142404de8f1be7b10
Signed-off-by: Miguel Perez <francisco.miguel.perez@ericsson.com>
7 years agoUpdated git submodules
Miguel Perez [Thu, 27 Oct 2016 09:15:14 +0000 (11:15 +0200)]
Updated git submodules

Project: netvirt master 6f6c4ace0ff338698cc5d8261c8f18015701b0da

Bug 7192 - Inter-VPN link routes BGP leaking not working

 + The error was setting the original vrfEntry's nexthop as the
   nexthop of the leaked route. This nexthop must be the other
   L3VPN's endpoint address

Change-Id: I37003321a595185afcf4e5df6f5d6d48e7fd4a62
Signed-off-by: Marcos López Samaniego <marcos.lopez.samaniego@ericsson.com>
Signed-off-by: Miguel Perez <francisco.miguel.perez@ericsson.com>
7 years agoUpdated git submodules
Sam Hague [Tue, 22 Nov 2016 14:11:09 +0000 (09:11 -0500)]
Updated git submodules

Project: releng/builder master 9e6ea2a583ecce9d39c173922b2694a03bc87993

Add process to netstat output

Change-Id: If08c38077b7de0398e1bebde233f3040b1395748
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Tue, 22 Nov 2016 13:00:18 +0000 (14:00 +0100)]
Updated git submodules

Project: odlparent master 680df28d6d08b807b0b08310f924302c3d2c49da

BUG-4219: disable filtering in opendaylight-karaf4-resources

We *don't* want any filtering in the resources here. Hopefully this
will fix the patching issue during merges (and avoid any future
problems with filtered values).

Change-Id: I77301bf76772c0487ec2a27b6f1398f429608a27
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Dusan Spielmann [Wed, 27 Apr 2016 08:34:28 +0000 (10:34 +0200)]
Updated git submodules

Project: integration/test master 9e066f096d7a6d492baea2016a495db0e1b0246c

Suite for checking 'feature:install' one by one.
Add scriptplan with memory configuration.
Add critical tag.
Add keywords for creating karaf console connection and installing feature
using active connection.

Change-Id: Ic6d0368a81516ed7c08d97617a8a70e865e77403
Signed-off-by: Dusan Spielmann <dusan.spielmann@pantheon.tech>
Signed-off-by: lbuckuli <lbuckuli@cisco.com>
Signed-off-by: Andrej Marcinek <amarcine@cisco.com>
7 years agoUpdated git submodules
Vratko Polák [Tue, 22 Nov 2016 12:12:49 +0000 (12:12 +0000)]
Updated git submodules

Project: releng/builder master 217cfc5d391399f70c9b0d9546df2d32606196aa

Merge "Add 8GB memory image needed for features install test"

Add 8GB memory image needed for features install test

Change-Id: I289967edafe23f40ff67bb83a47cf3339201c845
Signed-off-by: Andrej Marcinek <amarcine@cisco.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Tue, 22 Nov 2016 00:31:45 +0000 (16:31 -0800)]
Updated git submodules

Project: integration/test master 499a82b367bdeac4c2ffe12e6cf6ffd24f69f1cc

move external network suite to use refactored devstack suite setup

Change-Id: I5163893a3e5fdd6718628f1869a4184a90188b59
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
amir876 [Mon, 21 Nov 2016 13:48:08 +0000 (15:48 +0200)]
Updated git submodules

Project: integration/test master 67487bfe0519e4fbcc2c1a3d7bdfb0e719872ae2

change wait duration time

Change-Id: I9082bc775ad58225a300870d652888bd18d858db
Signed-off-by: amir876 <amir.abudi@hpe.com>
7 years agoUpdated git submodules
Luis Gomez [Mon, 21 Nov 2016 20:47:47 +0000 (12:47 -0800)]
Updated git submodules

Project: integration/test master f5715816f6e86aff42389b7460925ddbef1c3d80

Change bulkomatic test order

Some tests are impacting the result of others so now it is unclear
what is/is not working.

Change-Id: I17740ecb076462de9781f5c95791391b909be323
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoUpdated git submodules
Miguel Perez [Thu, 17 Nov 2016 14:19:19 +0000 (15:19 +0100)]
Updated git submodules

Project: netvirt master 70c6c9f943e2cd0a894820d9db25de171c98828d

Apply checkstyle fixes on cloud-servicechain

 + Fixes JUnit: some stubbing needed after removing the
   catches of Exception

 + Removes unnecessary dependency to other 'impl' project

Change-Id: Iff66093d3f01b09f7087a2ea75fe494873a62335
Signed-off-by: Miguel Perez <francisco.miguel.perez@ericsson.com>
7 years agoUpdated git submodules
Ryan Goulding [Mon, 21 Nov 2016 21:53:57 +0000 (21:53 +0000)]
Updated git submodules

Project: aaa master 8258f0d1b6b8b81dab02ddba31bbcb992f8f5005

Merge "De-static-ify H2Store's IdmLightConfig and intro. proper design"

De-static-ify H2Store's IdmLightConfig and intro. proper design

This is required to be able to configure a H2Store with an
IdmLightConfig, e.g. from the upcoming new CLI tool.

The intention then is to use this to subsequently introduce a real JDBC
Connection Pool on top of this new API.  As a first step, the changes
introduced here (should, hopefully) functionally still make it behave
exactly as the current implementation.

Change-Id: Ia28f5eb9c154c5c74fcef7ad285eee8b6be32ffb
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Ryan Goulding [Mon, 21 Nov 2016 21:53:35 +0000 (21:53 +0000)]
Updated git submodules

Project: aaa master 4a0d60f525b03fa4afbe9ccd2b9c2bac2dc61574

Merge "Move StoreBuilder from idmlight to api"

Move StoreBuilder from idmlight to api

This makes it easier to re-use this code from other places, such as the
planned new CLI utility (in which I'd like to avoid a dependency to
idmlight, which is full of OSGi and REST related code).

Change-Id: If46ebb5929208ddd2583426df88200edf61b0b53
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Mon, 21 Nov 2016 16:30:29 +0000 (17:30 +0100)]
Updated git submodules

Project: aaa master f86e27657098b1f19d8c115004c447e609c96330

IdmLightConfig use File.separatorChar instead of '/'

This was always already a '/' in the original code before my recent
refactorings (and, presumably, never caused issues on Windows), but as
requested by Ryan in
https://git.opendaylight.org/gerrit/#/c/48372/8/aaa-h2-store/src/main/java/org/opendaylight/aaa/h2/config/IdmLightConfig.java@121

Change-Id: Ibe08409a71d58fd099c4c653c6053627e35229ec
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Mon, 21 Nov 2016 17:57:47 +0000 (09:57 -0800)]
Updated git submodules

Project: integration/test master 107978be57c5406ad1d26b10f2f9e4545383f700

remove stale devstack suite setup

the old devstack suite setup is not used any longer and was there to help
bootstrap the devstack gate job which we no longer have.  the keyword was
not used by anything.  The newer "devstack suite setup tests" is what we
are using now and it has been renamed to just "devstack suite setup" which
is more concise

Change-Id: Iedf4ba955ed3544adf6621b5dcf86dfe301ae0ec
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Mon, 21 Nov 2016 19:47:36 +0000 (19:47 +0000)]
Updated git submodules

Project: releng/builder master c962a6dcf4f2af913ef36275bf2c2911f15c0664

Merge "Add extra debug log file"

Add extra debug log file

Add a log file to capture extra debug similar to the sys_info
file. Current debug to include is the lsmod | grep openvswitch
and grep for conntrack features so that we can easily indicate
if conntrack is enabled.

Change-Id: Iada0cc30b0c3b2534d23c2d434477d0e3024f727
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Alon Kochba [Wed, 16 Nov 2016 14:14:28 +0000 (16:14 +0200)]
Updated git submodules

Project: integration/test master b8a82937778b2ed46f3f655a15fd8171610efc52

netvirt: add floating IP connectivity test

add initial tests using external networks and
floating IP connectivity.

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

Change-Id: I903d97b2e3bb2caa3d4ece65d699d954ecd5c23f
Signed-off-by: Alon Kochba <alonko@hpe.com>
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Mon, 21 Nov 2016 19:31:06 +0000 (19:31 +0000)]
Updated git submodules

Project: releng/builder master 1380f97cb2a120b640386582a871116c0aa3ec2c

Merge "netvirt devstack - add external network support"

netvirt devstack - add external network support

add external bridge configuration to all switches
add VxLAN tunnels between these bridges
configure control node as the external gateway

Change-Id: I4326d406dcccb22d4fc420521b2a245c4538aa61
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Martin Mihálek [Tue, 15 Nov 2016 13:39:08 +0000 (14:39 +0100)]
Updated git submodules

Project: integration/test master 41d44b1d8b313700c9826efd85ea269cc787d92e

Add SXP device timeout parameters

Adds option to set DeletHoldDown and Reconciliation timers,
that are set to 0/Disabled to reduce time when database contains
invalid bindings.

Change-Id: Ie4d0ee35fb92d7cfe56ac731b6e8decf36535404
Signed-off-by: Martin Mihálek <mamihale@cisco.com>
7 years agoUpdated git submodules
Peter Gubka [Mon, 21 Nov 2016 11:04:32 +0000 (12:04 +0100)]
Updated git submodules

Project: integration/test master 6ad2aeead074d1cfba5c30366ee5d5765c8bbb0c

replacing ConfigViaRestconf for TempletedRequests in tcpmd5 suite for Be

Change-Id: Ib062389578c10ed1f255db484d8839282258c0ba
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Luis Gomez [Mon, 21 Nov 2016 18:02:18 +0000 (18:02 +0000)]
Updated git submodules

Project: releng/builder master bdd11c09b822c02ea00d70e17b3c4e9e4187138d

Merge "removing the stale, broken and unmaintained netvirt-openstack-gerrit job"

removing the stale, broken and unmaintained netvirt-openstack-gerrit job

this is no longer used, and is replaced by other jobs in netvirt-csit-*

Change-Id: I94afa27366e146a19e8852e2d605700429de48a7
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
HANAMANTAGOUD V Kandagal [Fri, 18 Nov 2016 16:51:26 +0000 (22:21 +0530)]
Updated git submodules

Project: netvirt master 1f6b1c06f41efde13c77362c89a7e2caeccb19e1

Bug 7208: Import-Export RT feature is not working on stable-boron

On sfi_boron , import-export RT feature is not working. The reason being,
VpnTarget type is referenced from wrong yang model.

Change-Id: Ieede4e63771ae1a589e560781f4e6ca1f133099d
Signed-off-by: HANAMANTAGOUD V Kandagal <hanamantagoud.v.kandagal@ericsson.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Mon, 21 Nov 2016 17:50:18 +0000 (17:50 +0000)]
Updated git submodules

Project: releng/builder master eb6e60a2d6cc87d04f8042891f87cfe919ca575c

Merge "Add local.conf files to collected logs"

Add local.conf files to collected logs

Change-Id: I68eb2ddab667123170a66fb942cced3a9e71159d
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Mon, 21 Nov 2016 17:38:17 +0000 (17:38 +0000)]
Updated git submodules

Project: releng/builder master 7ec9dd8d46c192fcf6a11728bfd2f755f4486d7e

Merge "Copy ovs-vswitchd logs to archives"

Copy ovs-vswitchd logs to archives

Change-Id: I8f2753f0ddd48b208b221b047ede91191a4aa508
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Olga Schukin [Wed, 16 Nov 2016 10:35:38 +0000 (12:35 +0200)]
Updated git submodules

Project: netvirt master 2f44190461efb131e73f0e94c6ab874583ba7a93

Bug 7119: gw arp didn't resolve

Unbind service was not done while removing an external network
Fix - add vpn interface to the operational models for the external nw.

VpnInterface of the provider network port for flat/vlan network has no associated adjacencies but
still needs to be created in order to bind L3VPN service to traffic originated from ext-net.
As a result of not having VpnInterface in OPER DS we discovered there are leftovers in the service
bindings DS after VpnInterface removal (on ext-net delete).
An attempt to create new ext-net will fail to rebind to a new L3VPN service as this interface is already bound.
This fix will allow to clean up the service binding leftovers after ext-net delete operation.

Change-Id: I933052538e7ccd4b90ce5e499e56affdd83219c7
Signed-off-by: Olga Schukin <olga.schukin@hpe.com>
7 years agoUpdated git submodules
Stephen Kitt [Mon, 7 Nov 2016 17:03:17 +0000 (18:03 +0100)]
Updated git submodules

Project: odlparent master f4071b9b17d6b9374a4f4ffbc73b6d1fd5092f17

BUG-4219: add karaf4-plugin

Change-Id: Ic7c497521b5683f452100dddd243b7513573d48f
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Mon, 21 Nov 2016 14:26:41 +0000 (15:26 +0100)]
Updated git submodules

Project: odlparent master 9959e2e2e938bb9eb4e0fc5124ce4b5a00bd53e9

BUG-4219: Add wrap as a boot feature

In Karaf 4, wrapped bundles aren't supported by default. Features
containing wrapped bundles are supposed to declare a prerequisite
dependency on the "wrap" feature; until that's done, we simply add
"wrap" as a boot feature to enable loading old features.

Change-Id: If4fe6da367915c6c5474a5f87b062c71226b2a3a
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Tue, 15 Nov 2016 18:18:42 +0000 (19:18 +0100)]
Updated git submodules

Project: aaa master 23b0c2fef7a75987df0656762deca2562c02b8cb

H2Store IdmLightConfig made configurable (immutable)

Change-Id: I13a93fa6bd8e72617ba7831fbc408580145c0807
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Thu, 27 Oct 2016 11:15:56 +0000 (13:15 +0200)]
Updated git submodules

Project: odlparent master 4ca49a2dca90220a625ad6b5a1c9132e624edb73

BUG-4219: copy ODL branding and configuration [WIP]

This applies patches to the upstream-provided startup scripts, instead
of replacing them wholesale — this helps identify the changes we're
interested in, allows upstream improvements to be picked up
automatically, and fails the build if our changes can no longer be
applied (but this will only happen with a Karaf upgrade, so a working
build can't start failing for outside reasons).

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

Project: odlparent master 24c26454d029b3a03231fd8ed33cc6a12deed60f

BUG-4219: Add basic Karaf 4 artifacts

This patch adds karaf4-parent and opendaylight-karaf4-empty, currently
only equivalent to apache-karaf-minimal, as groundwork for the Karaf 4
migration.

Change-Id: I699ace7247cea4544857288313822571b97d9460
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
David Suarez [Mon, 21 Nov 2016 07:48:00 +0000 (07:48 +0000)]
Updated git submodules

Project: genius master 76c63c6d2cd064cfbfe06afc6751ca29db1fb621

Merge "Cleanup: keySet() never returns null"

Cleanup: keySet() never returns null

Map::keySet() never returns null, so this patch removes the
corresponding null checks. It also replaces key iteration by entry
iteration since that's more efficient (given that we need the values
in the loop).

Change-Id: I58bbce91cbe594fcfbb637e574c62e9f88408087
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
David Suarez [Mon, 21 Nov 2016 07:47:21 +0000 (07:47 +0000)]
Updated git submodules

Project: genius master 869d8f849f83e1939c1e7e355830061ad0d2b0a5

Merge "Cleanup Optional uses"

Cleanup Optional uses

* Use functional transforms where possible.
* Remove uses of Optional which are only null-checks (Optional.of()
  immediately followed by .isPresent()).
* Use try-with-resources for transactions where appropriate (and
  spotted during Optional cleanup).

Change-Id: I1198d10cceb806a6f3d4718bdd169cf746faf2f1
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
David Suarez [Mon, 21 Nov 2016 07:47:13 +0000 (07:47 +0000)]
Updated git submodules

Project: genius master cb881e1ac3d42b5ac3a90d68fb11ebb0a5fe17d9

Merge "Cleanup: use lambdas and method references"

Cleanup: use lambdas and method references

Change-Id: I78cdb1b8135ff69ffacd1a869e4a106b4bb5735f
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Faseela K [Mon, 21 Nov 2016 07:30:21 +0000 (07:30 +0000)]
Updated git submodules

Project: genius master 9dbd0c198d5398beb8ace1df7879e022e4c69e96

Merge "Addition of constants for ARP Responder"

Addition of constants for ARP Responder

Moving ARP Responder constants from Netvirt to MDSALUtil, genius.
Change-Id: I419c2bf7aeacc63e6ad641a736f9687bba526318
Signed-off-by: karthik.prasad <karthik.p@altencalsoftlabs.com>
7 years agoUpdated git submodules
Faseela K [Mon, 21 Nov 2016 06:51:16 +0000 (06:51 +0000)]
Updated git submodules

Project: genius master fa32f58f65da08e441ebf4a40d03bd932ec4a5fd

Merge "bug 7205 l2gw itm mesh is not getting built"

bug 7205 l2gw itm mesh is not getting built

If there is default transport zone which is created as part of controller
start rpc call to mesh l2gw device to itm is failing.

Change-Id: I87b941976b42544e53a567cc8fb9264e9c6ba075
Signed-off-by: K.V Suneelu Verma <k.v.suneelu.verma@ericsson.com>
7 years agoMerge "PCEP user guide reworked"
Colin Dixon [Sun, 20 Nov 2016 19:43:28 +0000 (19:43 +0000)]
Merge "PCEP user guide reworked"

7 years agoMerge "BMP user guide reworked"
Colin Dixon [Sun, 20 Nov 2016 19:38:31 +0000 (19:38 +0000)]
Merge "BMP user guide reworked"

7 years agoUpdated git submodules
Alon Kochba [Sun, 20 Nov 2016 08:46:21 +0000 (10:46 +0200)]
Updated git submodules

Project: integration/test master 008f1c129d8ebe8ed3ea46ba82cd0dc7c32b833e

correct router delete expected output for newton jobs

Change-Id: I5993f12ef37122ff9d21029dbee1bc98026b23a2
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoPCEP user guide reworked 55/46755/10
Milos Fabian [Tue, 11 Oct 2016 08:36:36 +0000 (10:36 +0200)]
PCEP user guide reworked

Change-Id: Ibe35938d8964a947fc8fc24f9bfd5f2a7a36b392
Signed-off-by: Milos Fabian <milfabia@cisco.com>
7 years agoUpdated git submodules
Olga Schukin [Wed, 16 Nov 2016 10:21:23 +0000 (12:21 +0200)]
Updated git submodules

Project: netvirt master 38fc9d9936310025f32e87488d9db17f567db8a5

Bug 7188: VpnInterface creation is delayed for 90s

VpnInterface creation is delayed for 90s in case vpn instance was not
created first.
- Remove a dependency of task notifying on the router distinguisher value which is not set in case of vlan provider external network

Change-Id: I88f72b010c092ecfa79f920cf879bc7c4a34d9db
Signed-off-by: Olga Schukin <olga.schukin@hpe.com>
7 years agoUpdated git submodules
gvrangan [Sat, 12 Nov 2016 01:12:31 +0000 (01:12 +0000)]
Updated git submodules

Project: integration/test master 6dedbfd60c551a70936d1fe64b99c6b65bd7f182

Get IpAddresses of instances from console log

* Remove the hardcoded IP Addressess

Change-Id: I218fe0404e70f3442d9ec1166f7b4b1c2774f93e
Signed-off-by: gvrangan <venkatrangang@hcl.com>
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Andre Fredette [Tue, 15 Nov 2016 23:43:35 +0000 (18:43 -0500)]
Updated git submodules

Project: netvirt master e070289118316c34624c92aece921ac919749e57

Added Creative Commons attribution

As is found in the OpenStack templates.  E.g., [1]

[1] https://raw.githubusercontent.com/openstack/openstack-specs/master/template.rst

Note: I believe this is requrired, and will satisfy the copyright
question, but this should be verified.

Change-Id: I8534105578160c8d453712d2e7e92f78ec86f05f
Signed-off-by: Andre Fredette <afredette@redhat.com>
7 years agoUpdated git submodules
Isaku Yamahata [Tue, 15 Nov 2016 10:41:50 +0000 (02:41 -0800)]
Updated git submodules

Project: netvirt master e875f8a3b4a6f0d9fcc0e06a333731f89c0fc3b4

legacy netvirt: forcibly disable port security for network port

Security group applies to only VM port. Not to internal used port.
router interface port, dhc port and floating ip port.
which can be identified by its device owner.
"network:{routerxxx, dhcp, floatingip}"
It can be realized by forcibly disabling port security on those port.

With port security extension enabled, neutron disabled port security.
The extension is, however, optional, so ODL shouldn't depend on it.

Partial-bug: #7128
Change-Id: I3295ebc0e77d387cdfb80be318ef048ba9763994
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
7 years agoUpdated git submodules
Peter Gubka [Wed, 16 Nov 2016 14:12:20 +0000 (15:12 +0100)]
Updated git submodules

Project: integration/test master 891f9b6db1db148adfc70ea1f6250cf1e7899f0d

updating source folder for bgp peer configuration in bgp HA suite

Change-Id: I0da13d4adec3e6d1a4fb1f829cfdbb714365fa5e
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Peter Gubka [Fri, 18 Nov 2016 12:29:25 +0000 (13:29 +0100)]
Updated git submodules

Project: integration/test master a8866dc2d4fd99dfce67b7cc033c9d83abe3582b

bgpcap tcpmd5 suite: replacing ConfigViaRestconf with TempletedRequests

Change-Id: If1c8586663258a8691743f3dbb808f8d4c5c2ac3
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Peter Gubka [Wed, 16 Nov 2016 14:36:51 +0000 (15:36 +0100)]
Updated git submodules

Project: integration/test master 8fb625cc3574c2015a5e7e9c265e2a9252c5460e

removing unused ConfigViaRestconf from netconf suite

Change-Id: I71e0fe4426d72013171320983fa46600c06ea5a9
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Faseela K [Fri, 18 Nov 2016 16:40:36 +0000 (22:10 +0530)]
Updated git submodules

Project: genius master 2240021e75101939c3723bf93f7896489fb494b3

Ignoring new interfacemanager tests added as component style tests.

Description : Unit test failures introduced after this.
Will be revisited

Change-Id: I2da3c03163f9e858aa236710d9982e5657f5da8c
Signed-off-by: Faseela K <faseela.k@ericsson.com>
7 years agoUpdated git submodules
Peter Gubka [Mon, 14 Nov 2016 11:22:11 +0000 (12:22 +0100)]
Updated git submodules

Project: integration/test master 820881355b787e9089ee2a06e0705868d8067239

updating bgpingest suites to support openconfig for carbon

the support of openconfig in carbon happenes on getting the content
for PUT(or any other rest) messages inside TemplatedRequests

in the csit/variables/bgpuser|bgpingest are already direcotries such as
bgp_peer or bgp_peer.boron. TempletedRequests will take the rest requests
contetnt from appropriate directory. For default directories (applied for
carbon) openconfig is used. For directory.B|Be netconfconnector is used.

Simple change of ConfigViaRestonf towards TempletedRequests makes the suite
ready for openconfig.

Change-Id: I99cd2be0bf94b4234473af5f38e654c5bbaa9a9e
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Michael Vorburger [Thu, 17 Nov 2016 16:47:08 +0000 (17:47 +0100)]
Updated git submodules

Project: odlparent master 19c4a88b0250bb547eb67f64a9230a85806f73cf

LICENSE bundled in all built OSGi bundle JARs

Work was done a while ago (by Thanh) to put a LICENSE into
target/classes expecting that to end up in all built JARs, but it
actually never did, which I stumbled upon in the context of
https://git.opendaylight.org/gerrit/#/c/48443/.  This remedies that by
explicitly instructing the maven-bundle-plugin to additionally bundle
the LICENSE text file (and the META-INF/git.properties after this is
merged).

Change-Id: If382d763b5fabe21cfed9e7c51fa3d4f9b31e47a
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
David Suarez [Fri, 18 Nov 2016 12:12:05 +0000 (12:12 +0000)]
Updated git submodules

Project: genius master db2475baaa65af43a34e25ad70e02a28006ef035

Merge "Cleanup: remove unnecessary boxing/unboxing"

Cleanup: remove unnecessary boxing/unboxing

Change-Id: I37ae49738b799daf7278e3027b142c0e48a65943
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Faseela K [Fri, 18 Nov 2016 11:36:04 +0000 (11:36 +0000)]
Updated git submodules

Project: genius master 572e66682e181b5587bf271269c60756ecd1b9c9

Merge "Bug Fix: 7203 Wrong handling of binding service to a tunnel"

Bug Fix: 7203 Wrong handling of binding service to a tunnel

The current behaviour implemented for service binding to a tunnel interface is:
- In table 0, the first service bound
- In table 17, the rest of the services bound

When some service is already bound and a new service is going to be
bound and its priority is the highest, then this new service should be
bound in table 0, and the previous service that was bound in table 0
needs to be move to table 17. When the service is moved to table 17, the
priority is not being installed accordingly.

The error is that the entry created in the table 17 related to the service
that is being moved from table 0, has the priority of the new service
bound instead of the service moved from table 0.

This fix needs to go to stable/boron SR2’

Change-Id: Ic72164163371ebf47e61635f16a9d7d31a1875d2
Signed-off-by: Jose Antonio Baena <jose.antonio.baena@ericsson.com>
7 years agoUpdated git submodules
Vivek Srivastava [Fri, 18 Nov 2016 10:16:55 +0000 (10:16 +0000)]
Updated git submodules

Project: genius master c406f3523dde2d8eb776a6f7ed18e9cf7ab795c5

Merge "Yang changes for OF Tunnels"

Yang changes for OF Tunnels

This patch covers yang changes for OF Tunnels as captured in of-tunnels
spec document.

References
----------
https://git.opendaylight.org/gerrit/#/c/48156/

Change-Id: I619bd7daa77f384d172bd6e54cbcc2754200a99f
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
7 years agoUpdated git submodules
Vivek Srivastava [Fri, 18 Nov 2016 07:35:06 +0000 (07:35 +0000)]
Updated git submodules

Project: genius master 0a51635b6f15c5f94c483883bdfe25b2d633b925

Merge "Add matches and actions for OF Tunnels"

Add matches and actions for OF Tunnels

OVS supports OF tunnels where tunnel source and dest IPs can also be set
with OF flows. This patch is first step to add support for OF Tunnels.
This adds following matches and actions:
Matches: nx_tun_src_ip, nx_tun_dst_ip
Actions: set_tunnel_src_ip, set_tunnel_dest_ip

Change-Id: I4e29f45a72f4326704b9d074153b082f9c3ce141
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
7 years agoUpdated git submodules
Vivek Srivastava [Fri, 18 Nov 2016 06:25:34 +0000 (06:25 +0000)]
Updated git submodules

Project: genius master a5d48e20d0a7ae062b52f0c32c460c6264950c4b

Merge "Spec for OF Tunnels"

Spec for OF Tunnels

1. Added specification document for OF Tunnels
2. Linked spec to specs/index

Change-Id: I00b753eb396501bb244022890d8b0cccbbd6805b
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
7 years agoUpdated git submodules
Anil Belur [Fri, 18 Nov 2016 04:18:38 +0000 (04:18 +0000)]
Updated git submodules

Project: releng/builder master 792fa3c6673ebf55c719a4639e0f089293bc0788

Merge "Add installation of postgres dependency in minion"

Add installation of postgres dependency in minion

Change-Id: Ie078a9d9cac385503b975c9510ec753f8cf196c5
Signed-off-by: Sakala Venkata Krishna Rohit <rohitsakala@gmail.com>
7 years agoMerge "Fix a few typos in genius user guide"
Colin Dixon [Thu, 17 Nov 2016 19:16:34 +0000 (19:16 +0000)]
Merge "Fix a few typos in genius user guide"

7 years agoUpdated git submodules
Peter Gubka [Fri, 11 Nov 2016 12:23:28 +0000 (13:23 +0100)]
Updated git submodules

Project: integration/test master 613b851b18caf81c03578aa9dc11de5b1bedb375

bgpcep suites: fixing nice-to-have comments

comments are comming from:
https://git.opendaylight.org/gerrit/#/c/47882/
https://git.opendaylight.org/gerrit/#/c/48159/

Change-Id: I3715093db35d75f701c0230ac0b8e4bb29d64b5d
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoMerge "Logical SFF Json files update"
Colin Dixon [Thu, 17 Nov 2016 15:33:49 +0000 (15:33 +0000)]
Merge "Logical SFF Json files update"

7 years agoFix a few typos in genius user guide 24/48424/2
Jose-Santos Pulido Garcia [Wed, 16 Nov 2016 17:28:24 +0000 (18:28 +0100)]
Fix a few typos in genius user guide

Change-Id: Iac9af13b56253749f8270064ec2dacbe755550bf
Signed-off-by: Jose-Santos Pulido Garcia <jose.santos.pulido.garcia@ericsson.com>
7 years agoLogical SFF Json files update 89/48389/5
Ursicio Martin [Wed, 16 Nov 2016 09:02:51 +0000 (10:02 +0100)]
Logical SFF Json files update

Change-Id: I5256265e65c762f24d8016ee192e55b0bc95c7b2
Signed-off-by: Ursicio Martin <ursicio.javier.martin@ericsson.com>
7 years agoUpdated git submodules
Michael Vorburger [Sat, 12 Nov 2016 00:55:35 +0000 (01:55 +0100)]
Updated git submodules

Project: odlparent master 06acab1fec67b99dab34bfd5cc6f3968125362fe

Add Google Guice to dependencyManagement

Actually we already have it anyway, through mycila, but in
https://git.opendaylight.org/gerrit/#/c/48077/ for
https://git.opendaylight.org/gerrit/#/c/48078/ I'd like to depend only
on Guice directly, because there I don't need anything from mycila, so I
need the adjustment proposed here.

Change-Id: Ia1fcc56c3e650759dc483c8d8c36091e047efde7
Signed-off-by: Michael Vorburger <vorburger@redhat.com>