docs.git
7 years agoUpdated git submodules
Michael Vorburger [Thu, 1 Jun 2017 05:01:02 +0000 (07:01 +0200)]
Updated git submodules

Project: infrautils master a94330a6ece95d1b41abc04bc461e44044bd649b

Add bind2ToInstance to AbstractGuiceJsr250Module

This is already used in ElanServiceTestModule, and also needed in
FibManagerTestModule, so instead of copy/pasting it, being move up
refactored here.

Change-Id: I3b5e11236c1e756ba98fbe9ee10b1dcfe9dd6f98
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Thanh Ha [Mon, 12 Jun 2017 15:01:41 +0000 (15:01 +0000)]
Updated git submodules

Project: releng/builder master 1f024cfc277d55296b94c012edd07fa4a9a8978a

Merge "Include python development for Ubuntu images"

Include python development for Ubuntu images

Building netifaces extension requires headers from
python-dev, without which pip install fails.

Move all python deps into baseline for Ubuntu and
CentOS images

Jira: releng-182
Change-Id: I9828d3c0aa855651e0daeb63b8451c9e041a3177
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Faseela K [Fri, 3 Feb 2017 17:42:27 +0000 (23:12 +0530)]
Updated git submodules

Project: infrautils master 4495656e0056e900ed97862501dbdef6d5fbcd00

Initial structure for diag-status module

Change-Id: I4665b53040da4ffc438b17182fe03aa111717cd1
Signed-off-by: Faseela K <faseela.k@ericsson.com>
7 years agoUpdated git submodules
Faseela K [Mon, 12 Jun 2017 10:01:33 +0000 (10:01 +0000)]
Updated git submodules

Project: genius master 317b55122cd0a55ba4cab211ad3ca84060cfe853

Merge "Neutron Port Allocation For DHCP Service"

Neutron Port Allocation For DHCP Service

Adding new ARP_CHECK_TABLE constant in NwConstants for Neutron Port
Allocation For DHCP Service.

New pipeline for DHCP & Gateway IP ARP Responder in ELAN.
LPort Dispatcher Table(17) -> ARP Check Table(43) -> ARPResponder Group
-> ELAN Base Table(48), ARP Responder Table(81), Controller
-> ELAN Base Table(48) (ARP Reply), Table 220( Floating IP ARP reply)

Change-Id: I2dce5e253d3c94180dd18e51125c5c18170b5c69
signed-off-by: Vijayalakshmi Chickkamenahalli Nagaraju <vijayalakshmi.c@altencalsoftlabs.com>
Signed-off-by: Achuth Maniyedath <achuth.m@altencalsoftlabs.com>
7 years agoUpdated git submodules
David Suarez [Sat, 3 Jun 2017 16:06:08 +0000 (18:06 +0200)]
Updated git submodules

Project: netconf master 8a13c7a761a8edb5b98a4f91462688ff62f3435e

Fix checkstyle problems not detected by the current version

This change is required for overall move to new Checkstyle version, see
https://git.opendaylight.org/gerrit/#/q/topic:bumpCheckstyle

Change-Id: I4fac148d693e5de5c96485243a5469a22f1a8237
Signed-off-by: David Suarez <david.suarez.fuentes@ericsson.com>
7 years agoUpdated git submodules
Anil Belur [Mon, 12 Jun 2017 09:47:23 +0000 (09:47 +0000)]
Updated git submodules

Project: releng/builder master 2e09bdd6007da932658670d3487c1f7b3a5cc3c1

Merge "Minor improvements to release notes job"

Minor improvements to release notes job

Tweak the job so that it is more compact and uses only the necessary
declarations.

- Move generate-release-notes job declaration into autorelease projects
  declaration as it uses the same variables as the rest of the jobs.
- Switch to a 4g VM as generating release notes does not require a large
  system.
- Only keep logs for 7 days as opposed to 30 days.
- Choosing strategy should be default as this is not a job that is
  triggered by Gerrit.
- Set timeout to 10 minutes as the job appears to run in less then 5
  minutes.
- Remove unnecessary parameters from Maven call as the mvn command does
  not deploy anything to Nexus.
- Use global-jjb macros.

Change-Id: I71d8b18656cf941e0ce691493011ffb10e289480
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Peter Gubka [Wed, 7 Jun 2017 15:26:11 +0000 (17:26 +0200)]
Updated git submodules

Project: integration/test master 7c3e0f8b38889c8538cdb964895e1a3c78fe5aaa

Improve dom data broker test templates

with request response pairing

Change-Id: Id2d59abf2bf6b73fe659948d872dc9639b726f42
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Michael Vorburger [Thu, 13 Apr 2017 13:43:49 +0000 (15:43 +0200)]
Updated git submodules

Project: odlparent master e7737d520df1561acb42ca0f255f6d2f3ec60b3d

Bump Checkstyle from 6.16 to 7.6.1

This (likely) requires some tweaks in projects enforcing CS;
needs testing using https://wiki.opendaylight.org/view/EvolvingCheckstyle

Motivated by having had to fix
https://git.opendaylight.org/gerrit/#/c/54978/

Change-Id: Ibef1cbb06e8e3d28a44b687562ebfc400d403b32
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Faseela K [Mon, 12 Jun 2017 07:09:30 +0000 (07:09 +0000)]
Updated git submodules

Project: genius master e5493a1e4c8e3baecc965e4a0e9dedb7e6a76e03

Merge "Bug 8008: NPE detected in IfMgrRpcService.getDpnInterfaceList"

Bug 8008: NPE detected in IfMgrRpcService.getDpnInterfaceList

 + This line is throwing NPEs because rpcResultBuilder is NULL under
   certain circumstances:

   return Futures.immediateFuture(rpcResultBuilder.build());

 + I'm fixing other potential NPE for the same price

Change-Id: Ib6bf5039234f114228eb7d6a9c4f3b1882831e5d
Signed-off-by: Miguel Perez <francisco.miguel.perez@ericsson.com>
7 years agoUpdated git submodules
Thanh Ha [Sat, 10 Jun 2017 06:48:37 +0000 (02:48 -0400)]
Updated git submodules

Project: netvirt master 999443de1248ee98753a7768ffff7ef84efc79d5

Fix statistics generator using odlparent version

The statistics generator module is inheriting odlparent version which is
causing failure to upload SNAPSHOT correctly to Nexus.

Change-Id: Id129b24dee450ba9db7a5b7e5a665fb80fdce2fd
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Sun, 11 Jun 2017 18:10:31 +0000 (18:10 +0000)]
Updated git submodules

Project: releng/builder master 39ad49f2436d89b0ad6a0645202c5269b30a9c69

Merge "Change array in loop bashism to satisfy shellcheck"

Change array in loop bashism to satisfy shellcheck

Warning: I'm not totally sure this is right, but it seems to be the
recommended way to keep the same behavior we had but be explicit that
we want it. If shellcheck was actually catching a bug and we don't want
the old behavior, we should do the loop recommendation.

https://github.com/koalaman/shellcheck/wiki/SC2199

Change-Id: Ibcb2e88ad4df7d1789747b137e2135154ca8435a
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
David Suarez [Fri, 2 Jun 2017 22:20:47 +0000 (00:20 +0200)]
Updated git submodules

Project: genius master d9595edd33fc94199ba4aec435812d2d0c495ef2

Fix checkstyle problems not detected by the current version

This change is required for overall move to new Checkstyle version, see
https://git.opendaylight.org/gerrit/#/q/topic:bumpCheckstyle

Change-Id: I800ea4c89c9c517bc5baa992c67d17b9ba79547c
Signed-off-by: David Suarez <david.suarez.fuentes@ericsson.com>
7 years agoUpdated git submodules
Aswin Suryanarayanan [Thu, 8 Jun 2017 08:23:27 +0000 (13:53 +0530)]
Updated git submodules

Project: netvirt master cc4e608d2b66cea1049c4dde4d877883861d5b3a

Bug 8615 - Stale flows in table 46, 47 and 44 when SNAT is disabled
(Conntrack Based)

Change-Id: I45f2d84caf691bb12b35a708fe66ec5f8d4cd8d6
Signed-off-by: Aswin Suryanarayanan <asuryana@redhat.com>
7 years agoUpdated git submodules
Sridhar Gaddam [Fri, 9 Jun 2017 14:52:36 +0000 (20:22 +0530)]
Updated git submodules

Project: netvirt master 182d609c569f75ff4d93440f896b715cae157a43

Support ping6 for Neutron internal router interfaces

This patch programs the necessary OVS flows that respond to
ping6 requests addressed to the IPv6 subnet gateway_ips on
the tenant network (i.e., Neutron internal router interfaces).
It is similar to the IPv4 ping auto-responder support we
currently have in Netvirt.

Change-Id: Iec686be7fca6743ce2fff666a29e8912645e8c47
Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
7 years agoUpdated git submodules
Periyasamy Palanisamy [Fri, 9 Jun 2017 06:12:19 +0000 (11:42 +0530)]
Updated git submodules

Project: netvirt master b74627f32942ae3bcd02bc850c8d1e1cb4fa2179

Bug 8302 fix for ELAN TS table flow leftovers

Since different flowref (regression introduced by vni enforcement
implementation for the datapath) is passed, there are some leftovers in table 36
which causes stale flow comes into effect after ovs restart. This makes
ELAN datapath to fail.

Change-Id: I9785b641c7f05aaed268371653bf3fd2b3e36dc3
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
7 years agoUpdated git submodules
Sam Hague [Fri, 9 Jun 2017 10:15:58 +0000 (10:15 +0000)]
Updated git submodules

Project: netvirt master 3da9432ef26948b4a59fabe434e67601ba61413f

Revert "Bug 8588 - NPE at at org.opendaylight.netvirt.fibmanager.VrfEntryListener.createLocalFibEntry"

This reverts commit ac5934b1bd27697072755d3103cea400304611cc.

Change-Id: I11535985c096495ff259e8b923ad19cb92d63d39
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Riyazahmed D Talikoti [Mon, 22 May 2017 09:46:34 +0000 (15:16 +0530)]
Updated git submodules

Project: netvirt master b8e20849ad3576386a86c5a31c192cf3353cf769

EVPN RT2 : UT Bug fixes

1. NPE at evpnMacVrfUtils.
2. EvpnElanInstanceListener is NOT getting hit.
3. Failed to get the dpn tep ip for dpn
4. getEVpnRd : evpnName is NUL
5. IllegalArgumentException for Ipv4address during addprefix
6. Withdraw of routes failed on evpn detach from network
7. On Detach Network from EVPN installed DMAC flows are not getting uninstalled
8. DMAC Flow is getting installed with action=DROP
9. IndexOutOfBoundsException at EvpnMacVrfUtils.addEvpnDmacFlow
10. MacVrfEntryListener add Error : elanName is null for iid
11. MacVrfEntryListener is not hitting
12. ElanMacEntryListener evpnName is NULL for elanInstance
13. On Detach Network from EVPN installed DMAC flows are not getting uninstalled
14. DMAC install on attaching network from evpn, which was detached earlier
15. On creating new port after multiple attach and detach  network to
evpn. Advertise route is failing
16. ElanName was NUll while adding externalTep in BgpUtil.

Change-Id: Ic5a97985ae8ab071bdc26ec93f280234af2bbe75
Signed-off-by: Riyazahmed D Talikoti <riyazahmed.d.talikoti@ericsson.com>
7 years agoUpdated git submodules
Aswin Suryanarayanan [Wed, 7 Jun 2017 04:17:23 +0000 (09:47 +0530)]
Updated git submodules

Project: netvirt master 7f1501fe932ee8e35019b7f667c2b1bf67dc9b3c

Bug 8610 - In NAPT HA(Conntrack based) NAT rules are not programmed when
a switch comes back after a failure.

1)The conntrack implementation now responds to RouterDpn changes.
2)An error in populating dpn-vpn list is now fixed.

Change-Id: Ife3c28f29fdb3de9f0108ca1bdb86d2fc0951a21
Signed-off-by: Aswin Suryanarayanan <asuryana@redhat.com>
7 years agoUpdated git submodules
Daniel Farrell [Sat, 10 Jun 2017 21:04:24 +0000 (21:04 +0000)]
Updated git submodules

Project: releng/builder master 9b14ed42b2d38cae1f2fcb8c170350c4dde01f6e

Merge "Update global-jjb to latest master"

Update global-jjb to latest master

To pull in the python -m change.

Change-Id: I5236239b51f2a821452ebbd5948cc6611228aaff
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Sat, 10 Jun 2017 02:35:03 +0000 (22:35 -0400)]
Updated git submodules

Project: releng/builder master 4277f76c684b866f26718930666cd164220eeaa2

Restart Spectrometer weekly

The Spectrometer frontend tends to crash so lets give it a kick once a
week.

Change-Id: I0a730a87960ddb8fed591d8c1dc245ca31614cc1
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Faseela K [Fri, 9 Jun 2017 13:28:18 +0000 (18:58 +0530)]
Updated git submodules

Project: netvirt master a328db88933f61a32f2c78278afc2b96d9fb3c2b

Migrate to odlparent 1.8.0-Carbon

Per request of odlparent project we are downgrading all Nitrogen
projects to use the released odlparent 1.8.0-Carbon to allow for the
odlparent project to start performing semver style releases.

Jira: RELENG-159
RT: 41406

Change-Id: I95bf3c296468cf2798e37aafde73e2a37d9d927d
Signed-off-by: Faseela K <faseela.k@ericsson.com>
7 years agoUpdated git submodules
David Suarez [Wed, 7 Jun 2017 10:31:16 +0000 (12:31 +0200)]
Updated git submodules

Project: genius master 70c4e4550d6fc4e76115c87b53b09acdd20be525

Migrate to odlparent 1.8.0-Carbon

Per request of odlparent project we are downgrading all Nitrogen
projects to use the released odlparent 1.8.0-Carbon to allow for the
odlparent project to start performing semver style releases.

Jira: RELENG-159
RT: 41406

Change-Id: Id6ca083bce9475ae604a2085046b36e307a2ac26
Signed-off-by: David Suarez <david.suarez.fuentes@ericsson.com>
7 years agoUpdated git submodules
Thanh Ha [Fri, 9 Jun 2017 23:07:32 +0000 (19:07 -0400)]
Updated git submodules

Project: federation master 2d831c9bdeff19e54429398900d35539cd69bcb6

Migrate to odlparent 1.8.0-Carbon

Per request of odlparent project we are downgrading all Nitrogen
projects to use the released odlparent 1.8.0-Carbon to allow for the
odlparent project to start performing semver style releases.

Change-Id: I021e6a7ff770c88257331719810bc3538635c571
Jira: RELENG-159
RT: 41406
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Fri, 9 Jun 2017 23:10:41 +0000 (19:10 -0400)]
Updated git submodules

Project: ovsdb master 2dc183767b6b86b8a1aed9230bbbdb29a946ade9

Migrate to odlparent 1.8.0-Carbon

Per request of odlparent project we are downgrading all Nitrogen
projects to use the released odlparent 1.8.0-Carbon to allow for the
odlparent project to start performing semver style releases.

Change-Id: I925d720fc25e82d972b7902f46f63550c3daaa5f
Jira: RELENG-159
RT: 41406
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Anil Belur [Fri, 9 Jun 2017 21:54:58 +0000 (21:54 +0000)]
Updated git submodules

Project: releng/builder master 619dfb69cce08b642cc1faa574bb6ddf62056ac7

Merge "Update CentOS7 devstack images"

Update CentOS7 devstack images

Change-Id: Ia81158d323514866dcbbb0e08e51d12d84116349
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Tue, 6 Jun 2017 20:33:28 +0000 (16:33 -0400)]
Updated git submodules

Project: infrautils master d170ca9c297a08c0a7faf553a885d4c633d5b74d

Migrate to odlparent 1.8.0-Carbon

Per request of odlparent project we are downgrading all Nitrogen
projects to use the released odlparent 1.8.0-Carbon to allow for the
odlparent project to start performing semver style releases.

Jira: RELENG-159
RT: 41406
Change-Id: Ie31fdf84ae45b2f0e1865394726178f14376b6c3
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoMerge "Move basic names to Nitrogen from Carbon"
Thanh Ha [Fri, 9 Jun 2017 17:00:00 +0000 (17:00 +0000)]
Merge "Move basic names to Nitrogen from Carbon"

7 years agoUpdated git submodules
Daniel Farrell [Thu, 8 Jun 2017 20:02:46 +0000 (16:02 -0400)]
Updated git submodules

Project: integration/packaging master d5a6e544f42b5a088fbaaa57657cf412e7bb45c0

Add Boron SR3 Packer config

Change-Id: Id035a7c23ddbf2b76845c4dde81e1aa30cdffc47
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Daniel Farrell [Thu, 8 Jun 2017 20:04:13 +0000 (16:04 -0400)]
Updated git submodules

Project: integration/packaging master 1e54a42d59cbd98bbbc9e76132b1e1420f7b4f6e

Add Carbon Packer config

Change-Id: I79a22f3501e1298398142e4d7a1ede957309316b
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Daniel Farrell [Thu, 8 Jun 2017 22:22:33 +0000 (18:22 -0400)]
Updated git submodules

Project: integration/packaging master 7cd08064a19cf12f2d26ff1ff6c216cc591c1de3

Update Packer Vagrantfile for new versions

Also refactor with better loops to be more clean.

Also remove F24 and Beryllium entries.

Change-Id: I2d137f68643b2c58c80c2781a95663051fba85a8
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Daniel Farrell [Thu, 8 Jun 2017 22:22:02 +0000 (18:22 -0400)]
Updated git submodules

Project: integration/packaging master ec017575609141314b2f3b1a490d9221f35e5667

Fix new shellcheck errors caught by latest version

Main new shellcheck rule is related to exiting if cd commands fail. Add
or conditions to exit if they do, per recommendations.

Also make a few shellcheck ignores more explicit.

Change-Id: Ic8e290c1a75891b47b7aa874fe9cff0c3e9fd720
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Thanh Ha [Fri, 9 Jun 2017 16:36:20 +0000 (16:36 +0000)]
Updated git submodules

Project: releng/builder master 82dd92d23d434d4e1d6b08c01774712d88d04a11

Merge "Update CentOS7 java-builder images"

Update CentOS7 java-builder images

Change-Id: Iddba4b59111a17394846d4dc3deed74e275145e6
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
jenkins-releng [Fri, 9 Jun 2017 11:03:10 +0000 (11:03 +0000)]
Updated git submodules

Project: releng/builder master 81e643a75a1ead6339e8c268e7d9c6cbaf150329

Update cloud image list docs

Change-Id: I5500c6a52a9f96edbcd3bf40df428255aa4c4da8
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
7 years agoUpdated git submodules
Ryan Goulding [Fri, 9 Jun 2017 14:44:18 +0000 (10:44 -0400)]
Updated git submodules

Project: aaa master 1f0e31f3ac4259b81bb2d784ff8f867ae63eb701

Remove idmlight.db.mv.db from source

Remove from source.  Accidental add.

Change-Id: I6831e3ac020980ca799082e771a44697221dbdd0
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
7 years agoUpdated git submodules
Michael Vorburger [Mon, 8 May 2017 13:53:29 +0000 (15:53 +0200)]
Updated git submodules

Project: infrautils master d4366e5d1359ab33a7e36de18a54b6c969515a86

Bug 8397: Move BP XML from ODL specific to standard location

and remove ODL specific xmlns:odl which are no used in this XML anyway

This is required so that BP errors are detected by SFT in the feature
including this bundle.  The underlying root cause of the problem was
that the respective feature (odl-infrautils-jobcoordinator) does not
depend on the ODL controller feature which installs the blueprint
handler thing, so SFT could never test for issues in this BP XML.

This requires the https://git.opendaylight.org/gerrit/#/c/54885/ which
just got merged in odlparent.  Without that, this would break J.C. BP.

PS: An alternative approach would be to, somehow, hard-code ALWAYS have
the ODL controller feature which installs the blueprint handler thing,
but that seems less modular to me.  Doing it like this allows to e.g.
write an IT in infrautils without relying on controller BP.

Change-Id: I53a1f046665ef62ed65b91c6dfce15070e2df54f
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Thu, 27 Apr 2017 11:35:21 +0000 (13:35 +0200)]
Updated git submodules

Project: infrautils master d17ab661c2d5d2303b03c48488dedb16fdde8125

Improved LogRule & RunUntilFailureClassRule === --- separators

Change-Id: I311c27f3500131bd0ebd8470d43efa82118012ad
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Thanh Ha [Fri, 9 Jun 2017 05:41:23 +0000 (05:41 +0000)]
Updated git submodules

Project: releng/builder master 4d4085229f1b0a34267152e00e1cc6358f26df48

Merge "Del. lispflowmapping-distribution3-check-nitrogen"

Del. lispflowmapping-distribution3-check-nitrogen

The lispflowmapping project wishes to disable its Karaf 3 features and
local distributions in the build, to be able to re-join autorelease as
soon as possible. This patch removes the
lispflowmapping-distribution3-check-nitrogen job which fails as a
result.

Change-Id: Id6e9df99ccef2c2e78f966cb58ed28148be29900
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
7 years agoUpdated git submodules
Thanh Ha [Fri, 9 Jun 2017 02:19:14 +0000 (02:19 +0000)]
Updated git submodules

Project: releng/builder master f72a4760c935b2f06bf856399f9ad911271ec50f

Merge "Remove 6wind/quagga build temporarily"

Remove 6wind/quagga build temporarily

No response from the zrpcd maintaners to update the scripts.
Once the issue is resovled we can enabled this on images.

https://lists.opendaylight.org/pipermail/dev/2017-May/003724.html
https://lists.opendaylight.org/pipermail/dev/2017-May/003698.html

Change-Id: I0d05e45528d549a3ba32542e946b23198724fecc
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Anil Belur [Wed, 7 Jun 2017 11:49:37 +0000 (21:49 +1000)]
Updated git submodules

Project: releng/builder master b4518475e5d6d6fcc629e6c7582b1b4e44fe6b78

Enable sysstat on Ubuntu and CentOS images

Change-Id: I99b18d1de3f06995532d46193e06a0b679ce3222
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Kency Kurian [Thu, 8 Jun 2017 10:47:29 +0000 (16:17 +0530)]
Updated git submodules

Project: netvirt master 6ef2fa538dd911eef2f552920568f704e4e69361

Bug 8440: Traffic from remote OVS to LB Group

Traffic to extra-route from a remote switch was not going to the LB
group from the tunnel table.

This review makes sure that the tunnel table points to the LB group and
also makes sure that if the extra route could be reached through another
VM which is present in different switch then the tunnel table directly
points to only one of the VMs in order to avoid looping.

Change-Id: I0964991eef519610487e5454e39a643a4c04536b
Signed-off-by: Kency Kurian <kency.kurian@ericsson.com>
7 years agoUpdated git submodules
Michael Vorburger [Wed, 10 May 2017 22:08:26 +0000 (00:08 +0200)]
Updated git submodules

Project: infrautils master 42878efd848f0e5e09737a6e988b475e0e5d5a63

Bug 8415: Ready service integration test (IT), for Karaf 4

This change has an IT passing for Karaf 4 (to confirm that the feature
actually works); another change will get the same to pass under Karaf 3
as well (and that will, likely, require a little bit more work in
odlparent next; see c/56848).

AbstractIntegrationTest now has the (abstract) featureRepositoryURL()
and featureName() methods, which allow ITs to specify the Karaf
features.  It's now also possible to override getKarafURL() to use a
custom distribution, although the idea is that this is typically not
needed.

depends-maven-plugin moved up from itestutils to itestutils-parent.

The alta-maven-plugin is removed, because I've found that at least until
https://ops4j1.jira.com/browse/PAXEXAM-813 is fixed (which I may try to
have a go at, some day) it's not possible to use it with Pax Exam for
Karaf.

ready artifacts are added to infrautils-artifacts POM,
and odl-infrautils-ready to infrautils-features4.

The standard <name> is added to the ready POMs.

Change-Id: I8ad580939bf54c67600a1f06bd052afaa44e68a3
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Valentina Krasnobaeva [Fri, 26 May 2017 15:43:18 +0000 (17:43 +0200)]
Updated git submodules

Project: integration/test master 9c7448b651245bd4439c5047a7decc3ea957c54a

IPv6: add command to check IPv6 neigh discovery

"ip -6 neigh" will be executed in VM, when "Test Operations From Vm
Instance" is running. This helps to investigate connectivity issues,
caused by problems with IPv6 support.

Change-Id: If9202bffbf990050d7088de78516048b5ebfbdf8
Signed-off-by: Valentina Krasnobaeva <valentina.krasnobaeva@6wind.com>
7 years agoUpdated git submodules
Michael Vorburger [Thu, 8 Jun 2017 12:26:26 +0000 (14:26 +0200)]
Updated git submodules

Project: netvirt master 3b8209435988b9a184ff1e7a1537e0a40fafb9fb

Fix NPE in DhcpAllocationPoolManager close()

This NPE happens during shutdown, because dhcpAllocationPoolListener is
null unless isDhcpDynamicAllocationPoolEnabled, so it has to be null
checked before closing it.

2017-06-08 14:15:34,997 | ERROR |  Bundle Shutdown | BeanRecipe
| 15 - org.apache.aries.blueprint.core - 1.6.1 | The blueprint bean
dhcpAllocationPoolManager in bundle
org.opendaylight.netvirt.dhcpservice-impl/0.5.0.SNAPSHOT incorrectly
threw an exception from its destroy method.
java.lang.NullPointerException
        at
org.opendaylight.netvirt.dhcpservice.DhcpAllocationPoolManager.close(DhcpAllocationPoolManager.java:88)

Change-Id: I5d7482a0bf6ffbaf34dea0ebca1566ff641fea7c
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Janki Chhatbar [Mon, 5 Jun 2017 13:25:52 +0000 (18:55 +0530)]
Updated git submodules

Project: netvirt master ac5934b1bd27697072755d3103cea400304611cc

Bug 8588 - NPE at at org.opendaylight.netvirt.fibmanager.VrfEntryListener.createLocalFibEntry

Check for null.
Minor code clean

Change-Id: I3a0bd4b4e38ddd0830012bc24a718a39f24ceeaf
Signed-off-by: Janki Chhatbar <jchhatba@redhat.com>
7 years agoUpdated git submodules
Valentina Krasnobaeva [Wed, 7 Jun 2017 12:32:48 +0000 (14:32 +0200)]
Updated git submodules

Project: integration/test master c7049f42bf9eb459106ae564fc0db9be95f8c44b

IPv6: fix in Wait For Routes To Propogate keyword

OpenStackOperations.robot: fix in "Wait For Routes To Propogate
keyword". If subnet has ethertype IPv6, set command "ip -6 route" to
execute in VM, instead of "ip route".

Change-Id: I511c03fd157cc0570313f0c3b87ada4716843223
Signed-off-by: Valentina Krasnobaeva <valentina.krasnobaeva@6wind.com>
7 years agoMove basic names to Nitrogen from Carbon 55/58555/1
Colin Dixon [Thu, 8 Jun 2017 20:27:58 +0000 (16:27 -0400)]
Move basic names to Nitrogen from Carbon

Change-Id: I6f6d41fc00f8b9cf30427c29531b31d69d1a086c
Signed-off-by: Colin Dixon <colin@colindixon.com>
7 years agoUpdated git submodules
eupakir [Thu, 8 Jun 2017 09:48:40 +0000 (15:18 +0530)]
Updated git submodules

Project: netvirt master cf91d4f9adeac508cd6e9e2252d2a7f02d216c23

Bug 8609 - CSIT Sporadic failures - vpnservice suite - l3 rule leftover in
table=19

A router interface reference in a VPN will have to be removed before the
host interface references for that subnet in the VPN are removed. This is
to ensure that the FIB Entry of the router interface is not the last entry
to be removed for that subnet in the VPN.
If router interface FIB entry is the last to be removed for a subnet in a
VPN , then all the host interface references in the vpn will already have
been cleared, which will cause failures in cleanup of router interface
flows.

Change-Id: I53d0c99a344e81ecefe2e9235215f64ecbdf020e
Signed-off-by: eupakir <kiran.n.upadhyaya@ericsson.com>
7 years agoUpdated git submodules
Vratko Polak [Thu, 8 Jun 2017 12:29:59 +0000 (14:29 +0200)]
Updated git submodules

Project: integration/test master a8f6b1b6f807aa9a7b4453959a2c54f24613b1a4

Increase timeout in MdsalLowlevelPy

Devs said there are three submits, each could take 120 seconds.

Change-Id: I56e80eb68687881ffb461f8b83baefb20e2d0030
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Andrew Grimberg [Thu, 8 Jun 2017 19:14:44 +0000 (19:14 +0000)]
Updated git submodules

Project: releng/builder master 1af40d4c3d9232478d107e2df3920479bb6e92b4

Merge "Fix shellcheck SC1090 cannot follow source"

Fix shellcheck SC1090 cannot follow source

Change-Id: Idf0bce1211eca6529ffe1f27335ac895c91180ea
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Thu, 8 Jun 2017 17:56:24 +0000 (13:56 -0400)]
Updated git submodules

Project: releng/builder master 41ca9747ef185a9a639f92bb51b1626ec1f22f80

Remove infrautils-validate-autorelease job

These jobs only work if infrautils are part of autorelease which it
currently isn't.

Change-Id: Id4a8283efe7231897f86bced857191f8d0596e04
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Stephen Kitt [Wed, 7 Jun 2017 08:25:59 +0000 (10:25 +0200)]
Updated git submodules

Project: netvirt master a08178b126b4ac0eace142497cc55ae5fdd588b7

Simplify some streaming constructs

Change-Id: If48c31a56e1667597dc540ac5068fe731058a6e1
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoMerge "Use :ref: links for NetIDE docs"
Thanh Ha [Thu, 8 Jun 2017 18:16:59 +0000 (18:16 +0000)]
Merge "Use :ref: links for NetIDE docs"

7 years agoClean up Carbon release notes 30/58530/3
Colin Dixon [Thu, 8 Jun 2017 15:53:32 +0000 (11:53 -0400)]
Clean up Carbon release notes

Change-Id: Icbe78043b5615416b1eaddaa615a44b4989d3488
Signed-off-by: Colin Dixon <colin@colindixon.com>
7 years agoFix usage of Boron in Carbon GSG 21/58521/2
Colin Dixon [Thu, 8 Jun 2017 15:24:24 +0000 (11:24 -0400)]
Fix usage of Boron in Carbon GSG

Change-Id: I718a0bfcaf294a722c7fe634d4c50ef868461d71
Signed-off-by: Colin Dixon <colin@colindixon.com>
7 years agoUse :ref: links for NetIDE docs 20/58520/2
Colin Dixon [Thu, 8 Jun 2017 15:20:55 +0000 (11:20 -0400)]
Use :ref: links for NetIDE docs

Change-Id: Icb04c60b453cee602f454b11904491fc183836fb
Signed-off-by: Colin Dixon <colin@colindixon.com>
7 years agoLink in Carbon project release notes 19/58519/2
Colin Dixon [Thu, 8 Jun 2017 15:04:16 +0000 (11:04 -0400)]
Link in Carbon project release notes

Change-Id: I370cf7a076ef514465b0ebd9c788b7cf5ad93163
Signed-off-by: Colin Dixon <colin@colindixon.com>
7 years agoMerge "Cardinal release notes for carbon"
Colin Dixon [Thu, 8 Jun 2017 14:52:06 +0000 (14:52 +0000)]
Merge "Cardinal release notes for carbon"

7 years agoMerge "DIDM Carbon release note"
Colin Dixon [Thu, 8 Jun 2017 14:50:45 +0000 (14:50 +0000)]
Merge "DIDM Carbon release note"

7 years agoMerge "Add carbon release docs for snmp-plugin"
Colin Dixon [Thu, 8 Jun 2017 14:49:29 +0000 (14:49 +0000)]
Merge "Add carbon release docs for snmp-plugin"

7 years agoUpdated git submodules
Jamo Luhrsen [Thu, 8 Jun 2017 14:09:04 +0000 (14:09 +0000)]
Updated git submodules

Project: releng/builder master 3fc7f762cfb67cefe8bacf5b520db713c036e749

Merge "Update cloud image list docs"

Update cloud image list docs

Change-Id: I9dacf89359f6a7750abb6a1b6ea7ed4279480e0c
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
7 years agoUpdated git submodules
Jamo Luhrsen [Thu, 8 Jun 2017 14:07:13 +0000 (14:07 +0000)]
Updated git submodules

Project: releng/builder master b8d6c13f439fda647aeb7a0064e3862562513cd4

Merge "Install git-review using pip install in virtialenv"

Install git-review using pip install in virtialenv

The version of git-review supports --reviewers option which is not
available with the version of the package on centos7 repositories.

Updated the change to handle long workspace names with pip
modules instead of pip, inspired by global-jjb change #5093

Change-Id: I598350d6778760ea320a1128db46da0f80c711db
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoMerge "ODL-SDNi carbon release notes"
Colin Dixon [Thu, 8 Jun 2017 13:28:54 +0000 (13:28 +0000)]
Merge "ODL-SDNi carbon release notes"

7 years agoDIDM Carbon release note 04/57304/5
subhash kumar singh [Wed, 17 May 2017 19:43:57 +0000 (01:13 +0530)]
DIDM Carbon release note

Change-Id: I933c1e16162e49791e5a288bd6daf693a9e76c1c
Signed-off-by: subhash kumar singh <subh.singh007@gmail.com>
7 years agoCardinal release notes for carbon 68/57268/8
RajaniS [Thu, 8 Jun 2017 08:29:25 +0000 (13:59 +0530)]
Cardinal release notes for carbon

Change-Id: I3932f0acf3f8f7bf99fc5d26c1eee0d4b15fec73
Signed-off-by: RajaniS <srivastava.rajani@tcs.com>
7 years agoAdd carbon release docs for snmp-plugin 28/57728/7
fsandoval [Tue, 23 May 2017 20:40:25 +0000 (14:40 -0600)]
Add carbon release docs for snmp-plugin

Change-Id: Ifed42de6c322c94cdac74f6f9aea75965dc8b5c5
Signed-off-by: fsandoval <francisrsandoval@gmail.com>
7 years agoUpdated git submodules
Peter Gubka [Wed, 31 May 2017 10:18:46 +0000 (12:18 +0200)]
Updated git submodules

Project: integration/test master 97b82df2a8571d0d125232058c798fe340bb07c9

Rework to use ClusterManagement's sessions

Change-Id: I3504c4ae9b89c0235d6e401f9fb18cb25c9914a0
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Thanh Ha [Thu, 8 Jun 2017 04:41:16 +0000 (00:41 -0400)]
Updated git submodules

Project: odlparent master 350202f3e12a11a903d84be457e487fe83ad81c2

Fix aggregator-parent relativePath

Fixes aggregator-parent's incorrect relative path to odlparent-lite.

Change-Id: Ibab245e65e6ce0583c6c58c219a40ac7dd2c3c7a
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Anil Belur [Thu, 8 Jun 2017 06:37:22 +0000 (06:37 +0000)]
Updated git submodules

Project: releng/builder master 57c9557ee88cb0224d81b45c193a03defdf81a06

Merge "Remove dependencies by projects no longer active"

Remove dependencies by projects no longer active

These projects are no longer active ODL projects so remove their
dependencies from our packer builds.

Change-Id: I30c7a6ceba3ca7fb2bd628713faa81ef44ceb513
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Anil Belur [Thu, 8 Jun 2017 06:37:14 +0000 (06:37 +0000)]
Updated git submodules

Project: releng/builder master 13bc54f57bca7dfb74d148f5e375cd02511aaef1

Merge "Bake fedora-packager into java-builder image"

Bake fedora-packager into java-builder image

Make the image boot a little more quickly by baking it into
java-builder packer build.

Change-Id: Ia002c6327a676021198199ea054ff3f62abf2553
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Anil Belur [Thu, 8 Jun 2017 06:14:10 +0000 (06:14 +0000)]
Updated git submodules

Project: releng/builder master 4ee82dd8118dfcf1a022fd3ed6c84bd0bce928af

Merge "Remove baked packages from spinup script"

Remove baked packages from spinup script

These packages are built as part of the packer build process so no need
to additionally install them during system spinup.

Change-Id: I8223279cd057124c66b3449ad92857ceb282eea1
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Wed, 7 Jun 2017 19:25:50 +0000 (15:25 -0400)]
Updated git submodules

Project: releng/builder master f891b6e7c01e6a27a520c6adc061b657c7842613

Update to latest java-builder

Change-Id: I7f784c47d38efd28e9949eac052e27d3590e3396
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Valentina Krasnobaeva [Mon, 29 May 2017 09:49:17 +0000 (11:49 +0200)]
Updated git submodules

Project: integration/test master 25ffcf055d7ac9b3ebec1171ca8006208273bedb

IPv6: move "Wait For Routes To Propogate" to lib

Make keyword "Wait For Routes To Propogate" more general, so it can
support IPv6 and IPv4 at same time. This allows to move it in
OpenstackOperations.robot lib and reuse it in future IPv6 L3VPN and
OpenStack test suites.

Change-Id: I695baefca7229ef6773e943752a2f5e65477bbf5
Signed-off-by: Valentina Krasnobaeva <valentina.krasnobaeva@6wind.com>
7 years agoUpdated git submodules
Valentina Krasnobaeva [Mon, 29 May 2017 09:49:42 +0000 (11:49 +0200)]
Updated git submodules

Project: integration/test master 67d91f15d84c12604453ff37849ae43e97246047

IPv6: VpnOperations: add checks, common for tests

Add some keywords and checks, which are common for IPv4 and future IPv6
L3VPN basic tests.

Change-Id: I507b8a94cc00ab3de577f4b4e9ad0f799f737505
Signed-off-by: Valentina Krasnobaeva <valentina.krasnobaeva@6wind.com>
7 years agoMerge "Project release notes for the UniMgr project"
Colin Dixon [Thu, 8 Jun 2017 02:02:48 +0000 (02:02 +0000)]
Merge "Project release notes for the UniMgr project"

7 years agoProject release notes for the UniMgr project 01/57201/12
David Goldberg [Tue, 16 May 2017 18:37:10 +0000 (21:37 +0300)]
Project release notes for the UniMgr project

Change-Id: I633236d2dee67650714989015a71a53ea737a627
Signed-off-by: David Goldberg <gdavid@hpe.com>
7 years agoMerge "Add Integration/Distribution release notes"
Colin Dixon [Thu, 8 Jun 2017 01:41:54 +0000 (01:41 +0000)]
Merge "Add Integration/Distribution release notes"

7 years agoMerge "LACP carbon release note"
Colin Dixon [Thu, 8 Jun 2017 01:40:28 +0000 (01:40 +0000)]
Merge "LACP carbon release note"

7 years agoMerge "Genius Release Notes"
Colin Dixon [Thu, 8 Jun 2017 01:32:26 +0000 (01:32 +0000)]
Merge "Genius Release Notes"

7 years agoMerge "OF-CONFIG release notes"
Colin Dixon [Thu, 8 Jun 2017 01:29:35 +0000 (01:29 +0000)]
Merge "OF-CONFIG release notes"

7 years agoMerge "Add infrautils release note"
Colin Dixon [Thu, 8 Jun 2017 01:26:21 +0000 (01:26 +0000)]
Merge "Add infrautils release note"

7 years agoAdd Integration/Distribution release notes 34/57434/7
Vratko Polak [Fri, 19 May 2017 14:57:42 +0000 (16:57 +0200)]
Add Integration/Distribution release notes

Change-Id: Ic1a290c95c26444f9a6f89657f0c7d306877189f
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoMerge "NIC Release Note for Release Review"
Colin Dixon [Thu, 8 Jun 2017 01:18:55 +0000 (01:18 +0000)]
Merge "NIC Release Note for Release Review"

7 years agoL2switch Carbon Release Notes 01/57401/8
Sai MarapaReddy [Fri, 19 May 2017 05:16:00 +0000 (05:16 +0000)]
L2switch Carbon Release Notes

Change-Id: I41c4324a714b535ebe3c91c4126fadee9f1c456c
Author: Sai MarapaReddy <sai.marapareddy@gmail.com>
Signed-off-by: Sai Marapareddy <sai.marapareddy@gmail.com>
7 years agoUpdated git submodules
Valentina Krasnobaeva [Mon, 29 May 2017 09:50:51 +0000 (11:50 +0200)]
Updated git submodules

Project: integration/test master 2a0238989f8e675dc142dc972864f93bc22777d7

IPv6: add variables, common for L3VPN basic tests

Add some variables, which are common for IPv4 L3VPN basic tests and
future IPv6 tests.

Change-Id: Iaa56cbb9d16dcf9491ccaacdcf5dc47cca4d07fa
Signed-off-by: Valentina Krasnobaeva <valentina.krasnobaeva@6wind.com>
7 years agoUpdated git submodules
gvrangan [Mon, 1 May 2017 05:17:45 +0000 (10:47 +0530)]
Updated git submodules

Project: integration/test master 02eb3418af8de2831ad8a5aa1d119746fffd1bac

Migrate to Openstack CLI

The neutron/nova cli commands have
been deprecated. This patch repalces those
commands with the openstack cli commands.

Change-Id: I21f2217bcee8a321c7a7f93acf218dd04016b684
Signed-off-by: gvrangan <venkatrangang@hcl.com>
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Anil Belur [Wed, 7 Jun 2017 21:28:50 +0000 (21:28 +0000)]
Updated git submodules

Project: releng/builder master 35a169b2784a6567c9dc43e77192c682d21d9b33

Merge "Revert "Increase packer job timeout to 120 minutes""

Revert "Increase packer job timeout to 120 minutes"

Since we reverted https://git.opendaylight.org/gerrit/58436
90 minutes is more than enough to build our images.

This reverts commit 94fe23608b05f41be25f41ac15ed1e9e4b76ebe7.

Change-Id: I8a655c2da2e7caa4ed24147be23bdf6bc60d47bf
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Wed, 7 Jun 2017 19:04:46 +0000 (15:04 -0400)]
Updated git submodules

Project: releng/builder master ce06355c1f6c880d598a7b1d9d72438b99a0f3fa

Add verify jobs for global-jjb and lftools

Update global-jjb to latest master to pull in tox-verify job and add
verify jobs for lf-infra releng projects.

Change-Id: I47fa9d2edfde867da440eefcc39558bab34d2c7e
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Fix shellcheck issue with implicent array concat

Change-Id: I6b16514a9eb5745d64041eb165a89705cb0d8f0d
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
eupakir [Wed, 7 Jun 2017 09:11:07 +0000 (14:41 +0530)]
Updated git submodules

Project: netvirt master 141ff24e0f0ab4f6b0cf10efcd6007d32efbff07

Bug 8549 - Inter OVS traffic over EVPN does not work with
openstack-vni-semantics-enforce set to true

Change-Id: I401107b046695ec9af9feebbc47ecce0461b0b07
Signed-off-by: eupakir <kiran.n.upadhyaya@ericsson.com>
7 years agoODL-SDNi carbon release notes 36/57236/8
Sirisha [Wed, 17 May 2017 06:16:32 +0000 (11:46 +0530)]
ODL-SDNi carbon release notes

Change-Id: I3d808bef2362b83daa4f401992e969e5b23a5134
Signed-off-by: sirishasangam <sirisha.sangam@tcs.com>
7 years agoNIC Release Note for Release Review 14/57214/7
Yrineu Rodrigues [Tue, 16 May 2017 21:05:46 +0000 (18:05 -0300)]
NIC Release Note for Release Review

Change-Id: If4fb868ec575f39379dd590816462e65f7a00326
Signed-off-by: Yrineu Rodrigues <yrineu.rodrigues@serro.com>
7 years agoGenius Release Notes 48/57248/8
Vishal Thapar [Wed, 17 May 2017 08:42:25 +0000 (14:12 +0530)]
Genius Release Notes

Change-Id: I0abbaf7f799975327198b54f8ed5693ee074c733
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
7 years agoMerge "Add Groupbasedpolicy carbon review/notes"
Colin Dixon [Wed, 7 Jun 2017 18:55:58 +0000 (18:55 +0000)]
Merge "Add Groupbasedpolicy carbon review/notes"

7 years agoAdd infrautils release note 03/57403/4
Ravit Peretz [Fri, 19 May 2017 08:08:58 +0000 (11:08 +0300)]
Add infrautils release note

Change-Id: I86c8bd920ba519ca3ea6c8f43f48a93eec1d8b14
Signed-off-by: Ravit Peretz <ravit.peretz@hpe.com>
7 years agoLACP carbon release note 22/57422/4
lalitgera [Fri, 19 May 2017 11:57:10 +0000 (17:27 +0530)]
LACP carbon release note

Change-Id: I217b6b07f8b1b5fdb165d3f66d95d537c4d18aa3
Signed-off-by: lalitgera <Lalit_Gera@Dell.com>
7 years agoOF-CONFIG release notes 20/57320/5
Quan Xiong [Thu, 18 May 2017 01:57:37 +0000 (09:57 +0800)]
OF-CONFIG release notes

Change-Id: I0d7c57e77969ef36fd74d62a0ec2ee19dc60a55f
Signed-off-by: Quan Xiong <xiong.quan@zte.com.cn>
7 years agoAdd Groupbasedpolicy carbon review/notes 43/57243/11
Michal Cmarada [Thu, 25 May 2017 10:45:35 +0000 (12:45 +0200)]
Add Groupbasedpolicy carbon review/notes

Change-Id: I819bbd628decf1d556226eb4996aa285987dfcf4
Signed-off-by: Vladimir Lavor <vlavor@cisco.com>
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
7 years agoUpdated git submodules
karthikeyan [Tue, 6 Jun 2017 09:49:22 +0000 (15:19 +0530)]
Updated git submodules

Project: netvirt master b6d12e37e9f6adbc051f03967978d85f33f6883a

Bug7830:Conflict modification exception for NAT

Problem Statement:
===================
Conflicting modification for path exceptions was throwing from NAT module
for the flow creation of table21->26 and table47->21

Solution:
============
Table21->26 flow creation was happening in 2 more classes. To avoid
race-condition have introduced DJC to install and remove the flow.

Change-Id: Ib6c47667c9245d50eb51a7baa3d7969aa05b325b
Signed-off-by: karthikeyan <karthikeyan.k@altencalsoftlabs.com>
7 years agoUpdated git submodules
Miguel Perez [Tue, 6 Jun 2017 15:14:47 +0000 (17:14 +0200)]
Updated git submodules

Project: netvirt master e436f97688d313277ea0094cfbe4063ff4d01600

Bug 8614: NPE observed in cloud-sc's VrfListener

Change-Id: Ief4b9b90c96e1e426b9399389538cd14b39fc942
Signed-off-by: Miguel Perez <francisco.miguel.perez@ericsson.com>
7 years agoMerge "AAA Carbon Release Notes"
Colin Dixon [Wed, 7 Jun 2017 17:23:14 +0000 (17:23 +0000)]
Merge "AAA Carbon Release Notes"

7 years agoUpdated git submodules
Thanh Ha [Wed, 7 Jun 2017 16:58:21 +0000 (16:58 +0000)]
Updated git submodules

Project: releng/builder master 7692a6bcdc9d0bb37899b1b2d1a9bba0f727ebd7

Merge "Revert "Make packer jobs build sequentially""

Revert "Make packer jobs build sequentially"

This reverts commit 514da68ea959e926bafc996521a434af8fc9147a.

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