docs.git
7 years agoMerge "Migrate newer YANG Tools docs to rst"
Colin Dixon [Thu, 10 Nov 2016 17:43:40 +0000 (17:43 +0000)]
Merge "Migrate newer YANG Tools docs to rst"

7 years agoUpdated git submodules
Satish Dutt [Wed, 26 Oct 2016 15:13:50 +0000 (20:43 +0530)]
Updated git submodules

Project: netvirt master 19492ed269c6e2954d9069980073bb1d05aa885b

Bug 7120 : NAT Support For GRE TEP add/del is missing

Support has been added in the NAT for the GRE TEP changes. Below are the
enhancements :

1) When GRE TEP is deleted :

a) SNAT : If the corresponding DPN was the NAPT switch, then a new NAPT
switch is
re-elected among the other DPNs and rest of the non-NAPT switches point to
the new NAPT switch. The routes to the External Fixed IPs (SNAT IPs) are
updated with the new NAPT switch address.

b) DNAT : If the corressponding DPN was hosting VMs with the Floating IPs,
then
the routes to those FIPs are withdrawn from the BGP and removed from the
controller FIB.

2) When the GRE TEP is added :

a) SNAT : The correponding DPN will be delegated as the non NAPT switch
and made to point to the exsiting NAPT switch. Routes are not altered.

b) DNAT : If the corresponding DPN was hosting VMs with the Floating IPs,
then routes to those FIPs are advertised to the BGP and installed in the
controller FIB.

Change-Id: I0cb968b7beb9ec294cc4bafb6539e2e6cdd1c541
Signed-off-by: Satish Dutt <satishd@altencalsoftlabs.com>
7 years agoUpdated git submodules
Faseela K [Thu, 10 Nov 2016 17:08:38 +0000 (17:08 +0000)]
Updated git submodules

Project: genius master aca0ee3aa7632c6f98b027e8344ce6a6a01f9c2f

Merge "move interface utilities from ElanUtils and undeprecate Genius IIM"

move interface utilities from ElanUtils and undeprecate Genius IIM

Moving utilities currently in ElanUtils into genius.
Removing deprecate flag from InterfaceManager, since performance
issues were discovered with the RPC-only approach.

Change-Id: I9433820c876875b1a3f3cf5eed5de3bc26f14986
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Ryan Goulding [Thu, 10 Nov 2016 17:08:23 +0000 (17:08 +0000)]
Updated git submodules

Project: aaa master 776ca501cf63459e2e62ab4a3375031dfa3ade82

Merge "Update the rpc description with the right names"

Update the rpc description with the right names

Change-Id: I4d7d98c27e5d8200e1b1bdaf5c459860cf9c76b2
Signed-off-by: Mohamed El-Serngawy <melserngawy@inocybe.com>
7 years agoUpdated git submodules
Faseela K [Thu, 10 Nov 2016 17:03:33 +0000 (17:03 +0000)]
Updated git submodules

Project: genius master d85fde6241f59fb495f9ac8987094c1a27adfd0b

Merge "Add egress split horizon drop flows for external interfaces"

Add egress split horizon drop flows for external interfaces

Add drop flows to egress dispatcher to drop packets originating from
an external interface, marked by SH metadata bit, if the packet is
being sent to an external interface.

Change-Id: I028bd5a795b35613bb27b61577a5056e9a109188
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Faseela K [Thu, 10 Nov 2016 17:02:59 +0000 (17:02 +0000)]
Updated git submodules

Project: genius master 39470054f495aabf46705a11b5e8c58996c36dba

Merge "Refactor and checkstyle changes."

Refactor and checkstyle changes.

Change-Id: Icdbb507c06e677ff0968105f26f717261af0fa65
Signed-off-by: David Suarez <david.suarez.fuentes@ericsson.com>
7 years agoUpdated git submodules
Michael Vorburger [Mon, 7 Nov 2016 15:56:34 +0000 (16:56 +0100)]
Updated git submodules

Project: genius master 6d05caeaf908746dfca6f92613a36b653d45900e

TestDataStoreJobCoordinator with waitForAllJobs() methods req. in tests

Change-Id: Id0b4087b3417bbe8098eac0322164fd5752292ab
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Ryan Goulding [Thu, 10 Nov 2016 16:56:06 +0000 (16:56 +0000)]
Updated git submodules

Project: aaa master 31af2bbca5e26a2eba3753170f656cffe4cb0d3f

Merge "Add get-cipher-suites command"

Add get-cipher-suites command

Change-Id: Ib5e0f75ef38a9885b3007165eb8fe8092576644e
Signed-off-by: Mohamed El-Serngawy <melserngawy@inocybe.com>
7 years agoUpdated git submodules
Michael Vorburger [Thu, 10 Nov 2016 14:39:15 +0000 (15:39 +0100)]
Updated git submodules

Project: aaa master 517848d13296a0b0f5572c94a2fe3b255121adb7

Checkstyle configuration clean-up, removing what is now in odlparent

This is more consistent with how other projects do it now, and more
importantly makes Checkstlye work under Eclipse for AAA (kinda, see
below), to correctly ignore generated code (which without this change it
doesn't, and you get lots of red).  It also helps avoid a major
confusion at least I just had when debugging this problem.. ;-)

It's actually not EXACTLY the same configuration as the one in
odlparent; in aaa someone had come up with a "trick" using
<sourceDirectory>${project.basedir}, presumable to scan not just src/**
but even root and other directories; this technically looses that, but I
think in the short term for consistency that's better.  In the medium
term, maybe I'll try to see if that approach could be generally applied
to odlparent.

This change does not touch AAA's use of yangtools' checkstyle-logging,
which is currently discouraged because it breaks Eclipse; more about
that perhaps in a separate future Gerrit.

Change-Id: I94acce1111004a287c1566f058fa1a010829266f
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoMerge "BUG-6857: BGP Configuration Loader service documentation"
Colin Dixon [Thu, 10 Nov 2016 16:22:54 +0000 (16:22 +0000)]
Merge "BUG-6857: BGP Configuration Loader service  documentation"

7 years agoMerge "Migrate documentation requirements from wiki"
Colin Dixon [Thu, 10 Nov 2016 16:21:33 +0000 (16:21 +0000)]
Merge "Migrate documentation requirements from wiki"

7 years agoUpdated git submodules
Aswin Suryanarayanan [Thu, 3 Nov 2016 11:40:28 +0000 (17:10 +0530)]
Updated git submodules

Project: netvirt master acdebf28b78e45999925e58ba522c0763f18bebb

Fixes Bug 7076 SSH between vm in different network on same compute is
blocked even with an allow rule.

the conntrack +trk rule is removed in egress pipeline. Now the packets
will be always send to netfilter  for checking the status of the
connection in a zone.

the ct_state check is removed from table 40 and 251, and packet will be
send to netfilter without checking the ct_state.

fixed the UT test cases, no new UT added as this fix is not for a
particular scenario and exsiting UT will cover the change.

Change the priority on +trk+inv as the invalid packet will be always
dropped, so it is not required to check all the +trk+new rules.

Change-Id: I61f347ef537cba4d144ca2e9f8677434ca200cbc
Signed-off-by: Aswin Suryanarayanan <asuryana@redhat.com>
7 years agoUpdated git submodules
vinoth [Fri, 21 Oct 2016 11:47:48 +0000 (17:17 +0530)]
Updated git submodules

Project: netvirt master c033cd4c61bc42e0bfbf118d3088be65b6ac3a3d

Fix one of the Netvirt IT test cases failure.

   - Add logs to debug the rest of the test cases failures.

Change-Id: I0fca6790b70f921d6f9f552835d809d34f3f63b4
Signed-off-by: vinoth <m.vinoth@hcl.com>
7 years agoUpdated git submodules
Tomas Cere [Tue, 12 Apr 2016 16:12:36 +0000 (18:12 +0200)]
Updated git submodules

Project: netconf master e929de1fab104d1e8e960b9a4aa2eaf5f63bc32f

Implement SchemaLocationBuilder for ietf-netconf-monitoring

Change-Id: I0442ec831126f3d4657f9cd3191c6d518dc7cc48
Signed-off-by: Tomas Cere <tcere@cisco.com>
7 years agoUpdated git submodules
Faseela K [Thu, 10 Nov 2016 12:32:04 +0000 (12:32 +0000)]
Updated git submodules

Project: genius master e5b35fae924160cb08253206b7d1a316d2145ca2

Merge "Checkstyle compliance for DataStoreJobCoordinator, incl. clean JavaDoc"

Checkstyle compliance for DataStoreJobCoordinator, incl. clean JavaDoc

Change-Id: Ie60453350cfee5fa5f5abbfd2d7aa1820cc9f99f
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Faseela K [Thu, 10 Nov 2016 12:31:37 +0000 (12:31 +0000)]
Updated git submodules

Project: genius master 5e97d175070a1a03ee2b5e1c0e3b153cbd5ec39f

Merge "ClusteringUtils Collections.singletonList instead Lists.newArrayList()"

ClusteringUtils Collections.singletonList instead Lists.newArrayList()

This is clearer, shorter and AFAIK will save a little bit of memory,
because AFAIK an ArrayList will allocate at least DEFAULT_CAPACITY (10)
if not otherwise specified.

Also includes some otherwise unrelated minor ClusteringUtils CS cleanu.

Change-Id: I0ff8ab50702cc90696e45e5f3fcf2a8850690460
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoBUG-6857: BGP Configuration Loader service documentation 78/47978/4
Claudio D. Gasparini [Fri, 4 Nov 2016 09:52:27 +0000 (10:52 +0100)]
BUG-6857: BGP Configuration Loader service  documentation

BGP Configuration Loader service documentation

Change-Id: Ifbea19c77922cb4d5f128ce2516054b0108d5679
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
7 years agoUpdated git submodules
Jakub Toth [Fri, 14 Oct 2016 08:43:36 +0000 (10:43 +0200)]
Updated git submodules

Project: netconf master c639ecdb0e281f21ac6448f8542abf6e5f902bb5

Bug 6935 - RPC in latest draft doesn't work - problem of parsing
to instance identifier

 *added parsing of rpc identifier
 *test for rpc

Change-Id: Icfb2108a9087e208f32a62702249662fe9865583
Signed-off-by: Jakub Toth <jatoth@cisco.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Thu, 10 Nov 2016 06:30:31 +0000 (06:30 +0000)]
Updated git submodules

Project: releng/builder master 952d6d1b307e80c09b3b1df5d147babeaccc6f75

Merge "netvirt CSIT: fix location of neutron post-config in devstack"

netvirt CSIT: fix location of neutron post-config in devstack

Further fix to regression introduced in [1] and attempted to fix
in [2].

[1] https://git.opendaylight.org/gerrit/#/c/46871/
[2] https://git.opendaylight.org/gerrit/#/c/48164/

Change-Id: I70d582ea059b89ea544577290b29b6e758be7851
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoMigrate documentation requirements from wiki 67/47867/4
Thanh Ha [Wed, 2 Nov 2016 23:42:36 +0000 (19:42 -0400)]
Migrate documentation requirements from wiki

* Increase TOC depth to 2

Migrate instructions from:
https://wiki.opendaylight.org/view/Documentation/Boron/Project_Documentation_Requirements

Change-Id: Id48c552de1a703d960fe616989fc69a5efe43dd5
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Thu, 10 Nov 2016 01:36:58 +0000 (01:36 +0000)]
Updated git submodules

Project: releng/builder master d3c1870e0c2375ceb3da3b550b04f3c476290f5a

Merge "use branch and refspec as parameters in order to run in local repositories."

use branch and refspec as parameters in order to run in local repositories.

Change-Id: Ib1cf1d5a3bdd59a19df4e4a16b2f2d44c73326c8
Signed-off-by: Guy Belotzerkovsky <guy@hpe.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Wed, 9 Nov 2016 01:21:10 +0000 (17:21 -0800)]
Updated git submodules

Project: integration/test master 185680e2bf1ee2fad37c1c54d8fd0c0b59427919

add check for expected output when deleting subnets with newton

the output returned with newton is slightly different, so adding a regexp
check instead so we can match either format.

Change-Id: I58f60c077ee5a2eb14d1d7683236090b8f92dde3
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Alon Kochba [Wed, 9 Nov 2016 21:08:05 +0000 (23:08 +0200)]
Updated git submodules

Project: releng/builder master 23726ade165c285b91c8c06a5afd3d1c40e3cbbf

netvirt patch-test: use correct job for cluster, rename

Use correct job for netvirt-cluster run, and rename patch-test
clustering keywords so only that run is triggered.

Change-Id: I47cee8da31af5af0eeee1f0069ef12eb5c740945
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Vishal Thapar [Wed, 9 Nov 2016 15:04:13 +0000 (20:34 +0530)]
Updated git submodules

Project: genius master 4e341aef9d5bf2ffa9be06d8144dcf7acf376665

Add pipeline doc for Genius and dependent projects

1. Adds pipeline.rst to capture current OF Pipeline as used by genius and
projects using Genius for app-coexistence.
2. Links pipeline.rst to genius/index

Change-Id: Id0523ed3d4b8b27f86c1744d2123b1665818a59f
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
7 years agoUpdated git submodules
Michael Vorburger [Wed, 9 Nov 2016 14:54:28 +0000 (15:54 +0100)]
Updated git submodules

Project: aaa master 449fbc8c2bbe732e33e8a16b160d904965ab40b8

target-ide/ on .gitignore

Change-Id: I918c5b51810973f0d91ad935578e54b5243281b7
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Faseela K [Wed, 9 Nov 2016 18:03:08 +0000 (18:03 +0000)]
Updated git submodules

Project: genius master 178b1049ff5e84ef43d3801a742fba95489cb6d0

Merge "Link specs to genius/index"

Link specs to genius/index

Change-Id: I6adae1833f6b37a15b88a69a0e0a19ca41ecb24c
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
7 years agoUpdated git submodules
Faseela K [Wed, 9 Nov 2016 17:26:16 +0000 (17:26 +0000)]
Updated git submodules

Project: genius master a707d4b0ccc9837fd51b106f1ff9f9e27d818262

Merge "Migrate arputilimpl moudule to Blueprint."

Migrate arputilimpl moudule to Blueprint.

Change-Id: I3b839233e00ebf6d8ce717ee03719fcef60a4a1a
Signed-off-by: David Suarez <david.suarez.fuentes@ericsson.com>
7 years agoUpdated git submodules
Faseela K [Wed, 9 Nov 2016 17:25:56 +0000 (17:25 +0000)]
Updated git submodules

Project: genius master 038deeac0a63ce736a79d663c7ee20d0077aacff

Merge "Blueprint migration for idmanager"

Blueprint migration for idmanager

Change-Id: I38243b5944467a434ef4155b31d9817180409c7b
Signed-off-by: N Edwin Anthony <n.edwin.anthony@ericsson.com>
7 years agoUpdated git submodules
Thanh Ha [Wed, 9 Nov 2016 16:44:17 +0000 (16:44 +0000)]
Updated git submodules

Project: releng/builder master 2a1240af697e14d7700f1f76f775adc8524872f2

Merge "Allow patch-test jobs to run concurrently"

Allow patch-test jobs to run concurrently

Change-Id: I1d1fb485fc0dfde25070bff5b2873b44c58c40df
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Thanh Ha [Wed, 9 Nov 2016 16:29:55 +0000 (16:29 +0000)]
Updated git submodules

Project: releng/builder master df41ea03ea9afb723792d8059b2fa757dd33daf9

Merge "fix L3 regression for new-netvirt CSIT with stable/mitaka"

fix L3 regression for new-netvirt CSIT with stable/mitaka

Fix regression in CSIT, introduced by changes to devstack
local.conf [1] while adding networking-odl_v2 support.
The router still needs to be explicitly configured in
mitaka, in later versions it is automatically configured.

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

Change-Id: Id77a8e4fb6f3af57c6c5fd0ce094a6238cf5bfa2
Signed-off-by: Tal Rosenzweig <tal.rosenzweig@hpe.com>
7 years agoMerge "Document project release lifecycle"
Colin Dixon [Wed, 9 Nov 2016 16:26:15 +0000 (16:26 +0000)]
Merge "Document project release lifecycle"

7 years agoMerge "Add first version of the Logical SFF documentation."
Colin Dixon [Wed, 9 Nov 2016 16:22:28 +0000 (16:22 +0000)]
Merge "Add first version of the Logical SFF documentation."

7 years agoUpdated git submodules
Michael Vorburger [Fri, 4 Nov 2016 09:07:18 +0000 (10:07 +0100)]
Updated git submodules

Project: netvirt master 681509f3497c06fe012a45216e7b89735f9f9964

aclservice-impl infra sandbox package clean-up; rm things now in mdsal

Three test infra util classes which were originally incubated in the
aclservice.tests.infra package have meanwhile made it into mdsal, and
are thus removed here, with references adjusted accordingly.

Change-Id: Ibfc52b4cee4853e80b8f1c46bd5342796e7341d8
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoMerge "Link to Genius main docs page"
Thanh Ha [Wed, 9 Nov 2016 15:21:29 +0000 (15:21 +0000)]
Merge "Link to Genius main docs page"

7 years agoUpdated git submodules
Sandra Biton [Tue, 8 Nov 2016 10:31:57 +0000 (12:31 +0200)]
Updated git submodules

Project: releng/builder master 0d27c179f6a36800d4acfd0dcf2b5597de88ab88

move server name to parameter so we can use different server names

Change-Id: I512a95f34807ae763550d32f81f1500c71b5a2f9
Signed-off-by: Sandra Biton <sandra.biton@hpe.com>
7 years agoLink to Genius main docs page 67/48167/1
Vishal Thapar [Wed, 9 Nov 2016 15:09:30 +0000 (20:39 +0530)]
Link to Genius main docs page

Change-Id: I4ab88db1e6aec07a83f0b577cc94657ba9cb72ec
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
7 years agoUpdated git submodules
Faseela K [Wed, 9 Nov 2016 07:25:48 +0000 (07:25 +0000)]
Updated git submodules

Project: genius master 12643acf2929b7a41f00bd5d67b44c1dd8ab1fbe

Merge "Add template for design spec documents"

Add template for design spec documents

Refer: https://git.opendaylight.org/gerrit/#/c/47966/

Change-Id: If507ea67d5f896406fd2d631c932248e0ff0793b
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
7 years agoUpdated git submodules
Vishal Thapar [Tue, 8 Nov 2016 18:34:46 +0000 (00:04 +0530)]
Updated git submodules

Project: genius master ab7d4312a229096b3c10c28ae4cf413793ce2e3c

Add .tox to .gitignore

Running tox in docs folder generates .tox as output directory.

Change-Id: I212732620540b2f862f9249324a61d1bf84bc490
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
7 years agoUpdated git submodules
Andrew Grimberg [Tue, 1 Nov 2016 18:04:59 +0000 (11:04 -0700)]
Updated git submodules

Project: releng/builder master 8706a0fd47fd66f6c9a4d62a4830726aeb02f4d5

Update Jenkins minion definition matrix

We switched to using packer from vagrant some time back. This along with
having changed how we're doing labels and instance names means that the
defition matrix for what supports the minion definitions is woefully out
of date.

Change-Id: I13e5e91865a6c55f6283f5648f91af6e6fdd78b5
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoMerge "Update simultaneous release documentation"
Thanh Ha [Wed, 9 Nov 2016 01:19:14 +0000 (01:19 +0000)]
Merge "Update simultaneous release documentation"

7 years agoUpdate simultaneous release documentation 62/47762/6
Anil Belur [Sun, 30 Oct 2016 23:16:58 +0000 (09:16 +1000)]
Update simultaneous release documentation

* Update more generic steps and screenshot which can be included
for multiple releases.
* All references to release name and build number ex: Carbon or
any specific release is replaced with ${RELEASE}, ${BUILDNUM}
* All references to a tag or branch name is replaced with
${BRANCH}
* Remove redundant steps from tag autorelease process sub-section
* Update download patches section to download compressed bundles
files

Change-Id: I40b5571c7a4d31d5a1c2113b68114aa9c8d81cf9
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoDocument project release lifecycle 33/48133/2
Vratko Polak [Tue, 8 Nov 2016 16:44:51 +0000 (17:44 +0100)]
Document project release lifecycle

Change-Id: If79668406bca13f1b04499b7be8a8afb29471995
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Jamo Luhrsen [Tue, 8 Nov 2016 23:45:07 +0000 (23:45 +0000)]
Updated git submodules

Project: releng/builder master edc942e8397d10f7b3e8a12cc796af6f3f6b0df7

Merge "jenkins job networking odl v2"

jenkins job networking odl v2

Change-Id: I390b2a7f4acd411ce87ed675f53631ed5936a24b
Signed-off-by: talr <tal.rosenzweig@hpe.com>
7 years agoUpdated git submodules
gvrangan [Fri, 4 Nov 2016 17:53:08 +0000 (17:53 +0000)]
Updated git submodules

Project: integration/test master 6c1b4ae8b41083345391b65e71cc59675499c00e

Fix arguments to tempest tests

the l3-ha is not supported by networking-odl, so adding an exclusion
to avoid that test.This way the netvirt jobs wil be successful.

Change-Id: I82f9bd9daa562df3da947468453171f9427ea8b3
Signed-off-by: gvrangan <venkatrangang@hcl.com>
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Sandra Biton [Tue, 8 Nov 2016 20:16:31 +0000 (22:16 +0200)]
Updated git submodules

Project: releng/builder master 4b7327f8db16d19e05d6e55036a58f4bac6793e7

remove unused macros

Change-Id: I2cec2c939b7f16d517a2527606cf024fca81583e
Signed-off-by: Sandra Biton <sandra.biton@hpe.com>
7 years agoUpdated git submodules
Miguel Perez [Tue, 25 Oct 2016 15:40:52 +0000 (17:40 +0200)]
Updated git submodules

Project: netvirt master 349fe2f40423a440f1688d80469ddfce5801aa1e

Listens to Network-topology nodes instead of inventory ones

 + Listening from opendaylight-inventory nodes changes fires too many
   updates that are not needed for the purpose of
   InterVpnLinkNodeListener.

 + So this listener will be now notified for changes in 'flow' nodes under
   network-topology.

Change-Id: I97e4e977678e9dd3bc7c86617a2838c2d4caa100
Signed-off-by: Miguel Perez <francisco.miguel.perez@ericsson.com>
7 years agoUpdated git submodules
Slava Radune [Wed, 26 Oct 2016 07:41:31 +0000 (10:41 +0300)]
Updated git submodules

Project: netvirt master d1926847f735d2434f42e05104b3ef3ae7037ac2

Bug 7034 : Replace all write_actions by apply_actions.

write_actions is used to aggregate action (in actions set) to be apllied once there is no more goto table instruction.
In our case there is no need of this, only complicates the debugability and causing bugs.

Related review:
https://git.opendaylight.org/gerrit/#/c/46538/

Change-Id: I3324e25ed30b876d2ee0fea30c2c53b24cedf528
Signed-off-by: Slava Radune <slava.radune@hpe.com>
7 years agoUpdated git submodules
Olga Schukin [Sun, 30 Oct 2016 12:22:59 +0000 (14:22 +0200)]
Updated git submodules

Project: netvirt master c66fbf7cad4c14b7c7156345204100d3794808bf

small fixes related to Bug 7031

- write an empty nexthop ip address
- check if the primary adjacency before its using
- increase the flow priority

Change-Id: Ifb6646553ef60a6de91346a021d8b2ec0e9d75b0
Signed-off-by: Olga Schukin <olga.schukin@hpe.com>
7 years agoUpdated git submodules
Satish Dutt [Fri, 4 Nov 2016 15:20:39 +0000 (20:50 +0530)]
Updated git submodules

Project: netvirt master 121dc3e8f35279f2ddbae769c5a7e8e05047a7f6

Bug 7091 : When Primary NAPT switch goes down, NAPT switch re-election is
not happening.

The root cause of this issue was the change in the representation of the
ietf-interfaces:interfaces-state model.

Since NAT models depends upon the ietf-interfaces:interfaces-state model,
NAT HA functionality of re-electing the NAPT switch never got triggered
and the functionality got broken. As per the new representation of the
'ietf-interfaces:interfaces-state' model, 'oper-status' attribute value is
'unknown' if the corressponding DPN goes down.

update() of the NatInterfaceStateChangeListner is implemented to handle this change for
clearing or populating the 'dpn-vpninterfaces-list' in the NAT model
'odl-l3vpn:neutron-router-dpns' used by the NAT HA code.

Change-Id: I533c9c1c5d32ab5967cd21e7b0f203978b074703
Signed-off-by: Satish Dutt <satishd@altencalsoftlabs.com>
7 years agoUpdated git submodules
Martin Mihálek [Wed, 5 Oct 2016 20:11:24 +0000 (22:11 +0200)]
Updated git submodules

Project: integration/test master c28dbb1164a02b5a7c027608490cc12afd10e413

Add SXP clustering CSIT

Remove unnecessary PeerGroup setup in 040_Peer_Sequence_filtering suite
and duplicit filter in 050_Domain-filtering suite. Both of these duplicities
had no effect on tested scenarios.

Change-Id: Iac83ba00c569a4c8089977a222fb7768fb5c40be
Signed-off-by: Martin Mihálek <mamihale@cisco.com>
7 years agoUpdated git submodules
Vishal Thapar [Tue, 8 Nov 2016 15:30:14 +0000 (21:00 +0530)]
Updated git submodules

Project: netvirt master f130135b84ef3fdbbd923378d429beaf08db12bb

Add .tox to .gitignore

Running tox in docs folder generates .tox as output directory.

Change-Id: Ic8f4ec72771bcc1211e360c791aeffbbb787168d
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
7 years agoUpdated git submodules
Peter Gubka [Mon, 7 Nov 2016 13:03:17 +0000 (14:03 +0100)]
Updated git submodules

Project: integration/test master af73f2456f0419bb6982a6c47eae70efe9c4762f

reworking bgp clustering (prefixcount) suite to support openconfig in carbon

Change-Id: I353c14d58095fb329e9a9006b5429f7f6ab7d8ee
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Michael Vorburger [Tue, 8 Nov 2016 10:24:28 +0000 (11:24 +0100)]
Updated git submodules

Project: odlparent master b9e27e08b90c1e20a75e256215e2f3280c111522

Introduce awaitility utility for asynchronous testing

see https://github.com/awaitility/awaitility for awaitility details

Already used in netconf/netconf/netconf-topology/pom.xml, and about to
be introduced in https://git.opendaylight.org/gerrit/#/c/48061/ and
https://git.opendaylight.org/gerrit/#/c/48077/

Change-Id: I555ceaeae9007e33ce4c8c8d851558e68da0ce2f
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Peter Gubka [Tue, 8 Nov 2016 14:14:11 +0000 (15:14 +0100)]
Updated git submodules

Project: integration/test master f6fae1836f1e597474298d26e9f8c1defff195b2

fixing for cycle in ExaBgp library

Change-Id: Iab273c6cdfd00eda35331fd6c1cde1cddebdb341
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Vishal Thapar [Fri, 4 Nov 2016 04:51:48 +0000 (10:21 +0530)]
Updated git submodules

Project: netvirt master 68781c2b426cc900f33e5bc3d2d34c8e90389a12

Add template for design spec documents

Netvirt is going to use OpenStack style blueprint spec document
to capture and review any new feature coming in. This patch adds
a template to be used for any new feature's spec.

Change-Id: I76e6d08d6424ffbfbb2ed9a3aeffed5809981bee
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
7 years agoUpdated git submodules
Faseela K [Tue, 8 Nov 2016 12:57:23 +0000 (12:57 +0000)]
Updated git submodules

Project: genius master 3228bfa07c5efef6d7f8372129533a3adc4f490d

Merge "BUG 6726 : Loss of traffic during ODL Cluster reboot"

BUG 6726 : Loss of traffic during ODL Cluster reboot

Since all ARP Traffics are punted to controller, when controller reboots
the packets are lost. The changes fixes traffic loss during cluster
reboot by adding ARP flows on DPN.
The changes includes addition of all NICIRA ARP Extension Actions to
ActionType.java
PS1: Removed Tabs
PS2: Incorporation of review comments
PS3: Incorporation of review comments
PS5: Removed Deprecated method and also removed whitespace.
PS6: Removal of whitespace
PS7: Incorporation of review comments
Change-Id: Ida59553187ba20b10bbc4e08d20e491d5dd72200
Signed-off-by: karthik.prasad <karthik.p@altencalsoftlabs.com>
7 years agoUpdated git submodules
Michael Vorburger [Tue, 8 Nov 2016 11:09:42 +0000 (12:09 +0100)]
Updated git submodules

Project: genius master 336e4264274c07e6ae7123253920e31cd27ccfb8

Add missing odl-infrautils-inject to features.xml

This is required as Genius is starting to use adopt
https://wiki.opendaylight.org/view/BestPractices/DI_Guidelines with
AbstractLifecycle e.g. in https://git.opendaylight.org/gerrit/#/c/47426/
and https://git.opendaylight.org/gerrit/#/c/48036/

Change-Id: I67f18b2c867c6db614cd576ca93fea783510d3ba
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Jakub Toth [Sat, 29 Oct 2016 01:38:39 +0000 (03:38 +0200)]
Updated git submodules

Project: netconf master 2781b3622622720d067829d22e21ada1a2a5b251

Bug 6995 - Change event notification subscription usability PART2

  * added new yang for leaf with location for subscribing on stream
  * changed return type of subscribing stream request from Response
    to NormalizedNodeContext
    * implemented leaf with location of stream
  * implemented support of adding new headers on data return
    * added new statement 'headers' to NormalizedNodeContext

Change-Id: I2da57c8b1e22368345ca2dac9ae1a8924f2ecea2
Signed-off-by: Jakub Toth <jatoth@cisco.com>
7 years agoUpdated git submodules
Jakub Toth [Fri, 28 Oct 2016 10:55:00 +0000 (12:55 +0200)]
Updated git submodules

Project: netconf master 04b98cadf3669bcce59df63268c06c94514ac919

Bug 6995 - Change event notification subscription usability PART1

  * added leaf of notification-output-type to grouping for use
    both augmentations of notifications:
      * data-change notifications
      * yang notifications
  * implemented support of output type for data-change
    notifications (in draft02 and in latest draft)
  * fixed tests to support output of notification

Change-Id: I0b8b9803d1bd2daa7f319e9332ecaf1e96da16ab
Signed-off-by: Jakub Toth <jatoth@cisco.com>
7 years agoUpdated git submodules
Vishal Thapar [Mon, 7 Nov 2016 16:23:04 +0000 (21:53 +0530)]
Updated git submodules

Project: genius master 040a399b7289de9da86eecf9bce1646aa6821225

Add Docs for Genius

This patch just initializes sphinx for Genius

Refer: https://git.opendaylight.org/gerrit/#/c/39142/

Change-Id: Id851cd18a9f4d6c28f0995e7d7956b2c9e75f0d3
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
7 years agoUpdated git submodules
Alon Kochba [Mon, 7 Nov 2016 17:59:34 +0000 (19:59 +0200)]
Updated git submodules

Project: integration/test master a412077c5da3a26ab39dcafaf370c4bacacddc0f

Remove clustering suite test to check OVS managers

This test expected result varies between old and new netvirt,
and was originally added as a debugging step - simply remove it
to prevent failures in new netvirt runs.

Change-Id: I3fd46899e71d9be17afdf09ee3760a662d733fe4
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Mon, 7 Nov 2016 18:33:39 +0000 (10:33 -0800)]
Updated git submodules

Project: integration/test master be7ef0c773b1ad9fa4a379a7ad1280bc474bdadf

add space to fix robot.tidy failure

Change-Id: I448a1b479e0908a0ff2eecb45c8718bfef274035
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Thanh Ha [Mon, 7 Nov 2016 19:04:34 +0000 (14:04 -0500)]
Updated git submodules

Project: releng/builder master e5ebb1faf1e71657113c709ef811a25242780862

Simplify val-autorelease and distro-check state definition

The validate-autorelease and distribution-check jobs use a
activate/disable mechanism from before when releng/builder was using a
custom scripting layer. This is no longer needed as projects can just
remove the unneeded templates directly in their 'project' definition
jjb so let's simplify the JJB code by removing the complexity here.

Also simplify streams to no longer be a list as that is no longer
necessary with the way we are now defining project definitions.

- templates now have a setting of 'disabled: false' to ensure they are
  always enabled if defined.
- remove validate-autorelease and distro-check templates from projects
  that are not participating in the distribution / autorelease.
- enable validate-autorelease job on projects that are participating in
  the distribution / autorelease but mistakenly had those jobs disabled.

Change-Id: Ia4edb4ad0207ddcf9ca4508886fb3f37488f4788
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Mon, 7 Nov 2016 18:38:16 +0000 (18:38 +0000)]
Updated git submodules

Project: releng/builder master 07e84d872fae2a2472dafd112d9664c3cf3b3837

Merge "Add builder autorelease-deps to invoke script"

Add builder autorelease-deps to invoke script

Change-Id: Ide2dc4867b562fe5c13e391bea602d825c400769
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Jamo Luhrsen [Mon, 7 Nov 2016 18:27:31 +0000 (18:27 +0000)]
Updated git submodules

Project: releng/builder master 0e10fe2f5c7b18a222aac046a900f9a93807dc37

Merge "corrections to netvirt jobs naming following rename"

corrections to netvirt jobs naming following rename

Change-Id: Ib4ecf72fbb0acf584ffacf22ac760b3f4bf15b36
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoPull in genius submodule 81/48081/1
Thanh Ha [Mon, 7 Nov 2016 17:53:27 +0000 (12:53 -0500)]
Pull in genius submodule

Pull in Genius as a submodule so that Genius can initialize their
project docs.

See:
https://git.opendaylight.org/gerrit/48063

Change-Id: Icd5a02609c65167bdd4b2da2c27893cbe07f044d
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Jakub Morvay [Mon, 7 Nov 2016 15:59:05 +0000 (15:59 +0000)]
Updated git submodules

Project: netconf master 5dc72744b99a4b88719d584cc32ed24a9c557533

Merge "Address comments from blueprint patches"

Address comments from blueprint patches

This is a follow-up patch addressing the following comments:

- add missing destroy-method: https://git.opendaylight.org/gerrit/#/c/45750/
- refactor class name, remove useless param and got back to simple map/set
as there is no obvious need to have them concurrent: https://git.opendaylight.org/gerrit/#/c/45608/
- add TODO back: https://git.opendaylight.org/gerrit/#/c/45631/

Change-Id: Ie4648aa520717effbfe367de62a2fb7d6b1d3505
Signed-off-by: Alexis de Talhouët <adetalhouet@inocybe.com>
7 years agoUpdated git submodules
Michael Vorburger [Wed, 19 Oct 2016 23:55:54 +0000 (01:55 +0200)]
Updated git submodules

Project: odlparent master 22cf2ad52b150c24df654f12437835d0a9950e06

Use target-ide/ instead of target/ as output folder under M2E in Eclipse

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

Project: releng/builder master 115d5c4ae452b0c16ae2561aebd5362b1db3cf64

Merge "general improvement of published  graphs for 1node and 3node controller benchmark job"

general improvement of published  graphs for 1node and 3node controller benchmark job

the main purpose is to split unreadable graphs in
controller-csit-Xnode-periodic-benchmark-x-y

to be merged after https://git.opendaylight.org/gerrit/#/c/47424/

Change-Id: I573518012039d99eb7db88ffdb4930cb0d496043
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Peter Gubka [Mon, 24 Oct 2016 12:43:46 +0000 (14:43 +0200)]
Updated git submodules

Project: integration/test master 884e169ca8aba29f6f8c2aae282a9294ad7d0183

modifying dsbenchmark to be able to cover 1node and 3nodes testing

also https://git.opendaylight.org/gerrit/#/c/46945/ needs to be merged after

Change-Id: I266e731811c0da751b265e38f47f5a9cf1871197
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Vratko Polák [Mon, 7 Nov 2016 15:20:42 +0000 (15:20 +0000)]
Updated git submodules

Project: releng/builder master d07ba0759dc7489ba095d61bbca80a3d8cbcc6a2

Merge "move odl ml2 driver repo to parameter in order to run from local networking odl ml2 repository"

move odl ml2 driver repo to parameter in order to run from local networking odl ml2 repository

Change-Id: I6e29e3166a2a4513a11867cffb98daf3dc4623c7
Signed-off-by: Sandra Biton <sandra.biton@hpe.com>
7 years agoUpdated git submodules
Jakub Morvay [Mon, 7 Nov 2016 14:26:52 +0000 (14:26 +0000)]
Updated git submodules

Project: netconf master 639ae57b2f49dd93ce1f6312f84f906f1efd8f84

Merge "Bug 6903 - Implement Query parameters - fields"

Bug 6903 - Implement Query parameters - fields

- parse and verify fields parameter from URI
- nodes written to output are limited in
ParameterAwareNormalizedNodeWriter according to
parsed fields parameter value
- ParameterAwareNormalizedNodeWriter is used as writer
even if no parameters are used
- fields parameter is used together with depth
parameter, when node is selected by fields parameter
then value of depth parameter has no effect on selected
node and its *ancestors*
- contains unit tests for fields parameter parser and
ParameterAwareNormalizedNodeWriter class
- fixed depth for map nodes in way that when map node is
target and depth is 1 no map entries children are written
to output
- added support to read data (GET) from restconf/data path

Change-Id: I3896dba6faa3fdbcb00e07fdfd7b3fdc02ba57d9
Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
7 years agoUpdated git submodules
Jakub Morvay [Mon, 7 Nov 2016 14:26:30 +0000 (14:26 +0000)]
Updated git submodules

Project: netconf master 26754a8c040a9bcb9807dcbf2749d2a8d1105788

Merge "Bug 6895 - Implement Query parameters - depth"

Bug 6895 - Implement Query parameters - depth

- depth URI query parameter for new Restconf
- parse and verify all GET parameters in one method
- added tests for depth parameter writer
- added unit tests for content parameter

Change-Id: If9fece9c995dd52bb8ad00d29b6addb66fa4e32b
Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
7 years agoUpdated git submodules
Jakub Morvay [Mon, 7 Nov 2016 13:45:34 +0000 (13:45 +0000)]
Updated git submodules

Project: netconf master 60f1a5631a2e4834860ddb326dbeef123231561d

Merge "Remove netconf-config-dispatcher as moved to netconf-client"

Remove netconf-config-dispatcher as moved to netconf-client

Before merging this, USC project needs to merge
https://git.opendaylight.org/gerrit/#/c/46621/
as it is the only consumer of this artifact, it
has to be migrated to the new one.

See commit message of this patch for context:
https://git.opendaylight.org/gerrit/#/c/45735/

Change-Id: Iea4ea41137047fda11ee1276bb001790b772f114
Signed-off-by: Alexis de Talhouët <adetalhouet@inocybe.com>
7 years agoUpdated git submodules
Tomas Cere [Mon, 7 Nov 2016 13:06:52 +0000 (13:06 +0000)]
Updated git submodules

Project: netconf master 0a72a38acea22f4027ab9dd4331af4eba1b5dd9e

Merge "Specify type to NetconfClientDispatcher reference"

Specify type to NetconfClientDispatcher reference

Specify netconf-client-dispatcher type to NetconfClientDispatcher
reference in netconf-topology-singleton blueprint.

Change-Id: I357a10ae634787f1dcf1537c26cebdb9b14effce
Signed-off-by: Jakub Morvay <jmorvay@cisco.com>
7 years agoUpdated git submodules
Jakub Morvay [Mon, 7 Nov 2016 11:59:29 +0000 (11:59 +0000)]
Updated git submodules

Project: netconf master b1bd631429da8f69e269f8b5ebfa32653bda1c54

Merge changes from topic 'bug/6023'

* changes:
  Add netconf-util tests for package org.opendaylight.netconf.util.osgi
  Bug 6023 - Adress for config subsystem netconf endpoint is not configurable

Add netconf-util tests for package org.opendaylight.netconf.util.osgi

Change-Id: I3a4d476a98c68c7a9fdf0043b09102c72b9fbb2d
Signed-off-by: Andrej Mak <andrej.mak@pantheon.tech>
Signed-off-by: Jakub Morvay <jmorvay@cisco.com>
Bug 6023 - Adress for config subsystem netconf endpoint is not configurable

Follow-up patch to clean-up

Change-Id: I7bfb7ee0c5e07b00f8f55b37a327f3c4ced6b892
Signed-off-by: Alexis de Talhouët <adetalhouet@inocybe.com>
7 years agoUpdated git submodules
Jakub Morvay [Mon, 7 Nov 2016 11:39:18 +0000 (11:39 +0000)]
Updated git submodules

Project: netconf master 9f5a192d5ec582753f9b4fd86f85b557a3be9154

Merge "Bug 6637 - Make Netconf test-tool simulate buggy behavior"

Bug 6637 - Make Netconf test-tool simulate buggy behavior

Define new NetconfOperationServiceFactory which is used by testtool.
This implementation intercepts RPCs and checks if their behavior
is overriden by config. If it is, response defined in config file is
returned. If it is not overriden, handling is delegated to the normal
operation implementation.

Change-Id: I215b8bf52f8229ad54064226abdae0b7fea8f2ff
Signed-off-by: Andrej Mak <andrej.mak@pantheon.tech>
7 years agoUpdated git submodules
Andrej Mak [Wed, 14 Sep 2016 06:08:31 +0000 (08:08 +0200)]
Updated git submodules

Project: netconf master 63daf99a9f965b5931000cb7403dc7ca2bef4589

Bug 6696: Add transaction chain support to netconf connector

Change-Id: I3d680be67589e7f005ef470f0b3896c3256fca4b
Signed-off-by: Andrej Mak <andrej.mak@pantheon.tech>
Signed-off-by: Jakub Morvay <jmorvay@cisco.com>
7 years agoAdd first version of the Logical SFF documentation. 77/47477/5
David Suarez [Mon, 24 Oct 2016 21:22:54 +0000 (23:22 +0200)]
Add first version of the Logical SFF documentation.

First draft to add the Logical SFF documentation.

Change-Id: Ia8fa400466c8b3a97041519bec09e620d77a78f3
Signed-off-by: David Suarez <david.suarez.fuentes@ericsson.com>
7 years agoUpdated git submodules
Michael Vorburger [Fri, 4 Nov 2016 09:30:35 +0000 (10:30 +0100)]
Updated git submodules

Project: odlparent master d81e6b42a29aaf9de530ebc1e7b55f79dcffae7b

Checkstyle enforce space-instead-tab control for *.xtend

https://git.opendaylight.org/gerrit/#/c/47975/ must be merged before
this one, otherwise the build will break (because that affects a project
which is already enforcing CS compliance).

I've verified, using a simplified version of the
https://wiki.opendaylight.org/view/EvolvingCheckstyle procedure, that
this tightening of CS rules has no impacts anywhere else (other than
c/47975).

Change-Id: I772391310907b5890b5e64e5039f689a2f91e520
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Alon Kochba [Tue, 1 Nov 2016 09:29:56 +0000 (11:29 +0200)]
Updated git submodules

Project: integration/test master 691565bc0a854ffd08fbdc42d42e349f144c1975

Add SG configuration to netvirt vpnservice suite VMs

Change-Id: I836686f1a20481140d47f79a627067cc0c39a298
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Thanh Ha [Sun, 6 Nov 2016 00:43:50 +0000 (00:43 +0000)]
Updated git submodules

Project: releng/builder master 7ad2ccb06e9392540a79b65e683e0457c9ba46e5

Merge "Remove normal docs jenkins job from Boron"

Remove normal docs jenkins job from Boron

Change-Id: I629d8ef822c532228bd7f63811ea02ae8f603c89
Signed-off-by: Colin Dixon <colin@colindixon.com>
7 years agoUpdated git submodules
Thanh Ha [Sun, 6 Nov 2016 00:40:29 +0000 (00:40 +0000)]
Updated git submodules

Project: releng/builder master dfb1a18dff836b17718e5707dde05c55b94b60a4

Merge "Bump release tag for next Boron release"

Bump release tag for next Boron release

Change-Id: I943ddc2d21e6a0db69317358abf1c572db2e06df
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Alon Kochba [Sat, 5 Nov 2016 17:27:17 +0000 (19:27 +0200)]
Updated git submodules

Project: integration/test master 2986083f61898baf7e99b46bd72ba30aef9c4530

Correct filenames of configplans used for netvirt after rename

Change-Id: I3ea0ea456b0f81f899bb41ca0aab833d0e840e9a
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Ravit Peretz [Tue, 1 Nov 2016 15:07:15 +0000 (17:07 +0200)]
Updated git submodules

Project: netvirt master 74101611f2625a0c333905fdcfc12b2bef170411

Bug 7074
Fix wrong validation check in dynamic tunnel creation logic

Change-Id: I176e489b1aa4b54a905c0c9d86f58d9029dc5168
Signed-off-by: Ravit Peretz <ravit.peretz@hpe.com>
7 years agoUpdated git submodules
Shashidhar Raja [Thu, 27 Oct 2016 13:15:46 +0000 (18:45 +0530)]
Updated git submodules

Project: netvirt master 7b9be1c6d76d2f762db2007a17272ae833283b74

Bug 7045: ACL: Default flows are not programmed in Cluster environment

AclNodeListener (which is a DataTreeListener) had ACL service entity owner
check. Because of this check, default flows were not pushed to the switch
in clustered environment. As a fix for the issue, this check has been
removed now

Change-Id: Ia33d22dbf65db28c4963a9375a341702af2c5503
Signed-off-by: Shashidhar Raja <shashidharr@altencalsoftlabs.com>
7 years agoUpdated git submodules
Vivekanandan Narasimhan [Fri, 28 Oct 2016 07:01:33 +0000 (12:31 +0530)]
Updated git submodules

Project: netvirt master 6b4670098f97fd13685c42ff43f3c1a8fd7ce002

Bug 7055: Interface removals donot keep Op DS and Cfg DS consistent.

Southbound driven interface removals (if northbound
port-delete gets delayed), fail to keep the
operational and config DS in sync.

This fix makes sure the missing operTxn submission
happens and it happens before the config DS submission.

Change-Id: I3a1e404c5eee12c0d69dea4eddd7d202efb72d69
Signed-off-by: Vivekanandan Narasimhan <n.vivekanandan@ericsson.com>
7 years agoUpdated git submodules
Jaime Caamaño Ruiz [Fri, 14 Oct 2016 13:14:42 +0000 (15:14 +0200)]
Updated git submodules

Project: netvirt master 5a2d072b926a1cd8c48b2c90067fb63e32a9e4a7

BUG 6940 - Avoid TZ subnet per neutron subnet

Before this patch, each neutron subnet was being mapped to a transport
zone subnet. This is not correct, as the transport zone subnets relate
to the provider subnet each TEP belongs to and not to overlay subnets.
The observed problem is that the same TEP could be configured multiple
times on different transport zone subnets. This would result on ITM
getting confused and thinking that some TEPs are not longer needed and
removing them.

Since at this point there is not particular reason to group the TEPs by
subnets, this change proposes to configure the TEPs on the 0.0.0.0/0
subnet.

Change-Id: Id869fae5417aa9bff292b9bb1e738e05c7ea9bd1
Signed-off-by: Jaime Caamaño Ruiz <jaime.caamano.ruiz@ericsson.com>
(cherry picked from commit 8f0fabb08def29f6568ea74a6828491221be0e1c)

7 years agoUpdated git submodules
Thanh Ha [Fri, 4 Nov 2016 14:14:04 +0000 (10:14 -0400)]
Updated git submodules

Project: netvirt master 2e63df262489d00b741e610edfcbdce3fccdfff2

Remove unnecessary page headings

Otherwise "Indices and tables" will appear in the list of documentation
on the main docs.opendaylight.org page.

Change-Id: Id2433e24c28e8d66dcf2be9a00c98567d61499da
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Alon Kochba [Tue, 1 Nov 2016 19:18:37 +0000 (21:18 +0200)]
Updated git submodules

Project: netvirt master e98bb0e9da388c8f562fb6bb86324922472f52e9

clarify log message and reduce dbg level on rx of ARP requests

Change-Id: Ib0d915010e2de93965c0c6dc62fd073f420bb8b1
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Stephen Kitt [Thu, 11 Aug 2016 15:13:13 +0000 (17:13 +0200)]
Updated git submodules

Project: netvirt master fd04c42aadfb5128ecd4642859924697f93f2ffb

BUG-6341: use common Coda Hale Metrics

This depends on https://git.opendaylight.org/gerrit/43717

Change-Id: I5b9ae630df2b06567b382fb32939bb1b7a3930ab
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Jose Angel Mateos Ramos [Mon, 19 Sep 2016 14:23:14 +0000 (16:23 +0200)]
Updated git submodules

Project: integration/test master d9125d158ec0bd2272bc74fcddb89c8fcfacf6ed

Modified SFC test suite for creating flows in sff's and classifiers

Iptables must be flushed and one interface must be configured in the
classifiers before configuring classifiers

Add route in ODL system to reach the docker network in tools env.

Adjust SFC json configuration to the one used in SFC demo sfc-103
and remove dependance on static IPs in the config files.

Remove lithium configuration folder in variables directory and
remove condition linked to the release used at the time of
choosing configuration folder inside robot suites files.

Add new library to wrap the use of Docker containers within the
Robot framework tests. Library name: DockerSfc.robot
And another library for auxiliary functions used within the Sfc
tests. Libary name: SfcUtils.py

Change-Id: I9d6afbe2cdbcc3889a0267893a8003f9e074e175
Signed-off-by: ematejo <jose.angel.mateos.ramos@ericsson.com>
7 years agoUpdated git submodules
Luis Gomez [Fri, 4 Nov 2016 19:34:07 +0000 (19:34 +0000)]
Updated git submodules

Project: releng/builder master f6f001eafc178de00ca9e0e271ddf63692d48167

Merge "reverting 47860"

reverting 47860

Change-Id: I0d2f657bbb26208f7a90d0d25e0f8280dd6dc1d5
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Fri, 4 Nov 2016 17:26:17 +0000 (10:26 -0700)]
Updated git submodules

Project: integration/test master e093ecc632892982310408ba167a82fbb11a5714

use Resource for variables file with .robot extension

Change-Id: I2ffb6cfecbd21af9cdfef1cd7e9a4b7063034a33
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Peter Gubka [Fri, 7 Oct 2016 09:49:37 +0000 (11:49 +0200)]
Updated git submodules

Project: integration/test master 4268da33a8e910c6a0351052adfc18b37a7b4113

bgp prefixcount suite with nonreplicated bgp_rib

Change-Id: I28611ae8492c6e899be86e8f6309e777acf53d6f
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Peter Gubka [Wed, 5 Oct 2016 14:11:32 +0000 (16:11 +0200)]
Updated git submodules

Project: integration/test master 4353cd6f6b89aac78f7413706578ba4dabf10f76

adding library to generate initial configuration files

Change-Id: Ib7bf785e3896741048f2bbababe087a8c10bde40
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Thu, 3 Nov 2016 23:01:14 +0000 (16:01 -0700)]
Updated git submodules

Project: releng/builder master 0edf6d297a9bb174d2b1058d6b7ec7303090b388

use new name of netvirt csit job for genius patch test

the netvirt-vpnservice jobs have been renamed [0] to just netvirt now.
fyi, the old netvirt impl jobs are now using netvirt-legacy in their names.

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

Change-Id: Ie5e42a9c2ea3d05d89f8c74d1606cc9fc7962819
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Andrej Marcinek [Mon, 24 Oct 2016 08:35:00 +0000 (10:35 +0200)]
Updated git submodules

Project: integration/test master 8ff71cf1d3875a1fd4d7a466dedbae5b759255e4

Use singleton parsing if old way fails
Add keyword for parsing singleton repsonse
Add netconf device singleton parsing method

Change-Id: I0590741d83f14db03129803dda3ba2e099fdc8db
Signed-off-by: Andrej Marcinek <amarcine@cisco.com>
7 years agoLink to NetVirt main docs page 93/47993/1
Thanh Ha [Fri, 4 Nov 2016 14:11:56 +0000 (10:11 -0400)]
Link to NetVirt main docs page

Change-Id: I20fbe6d4d00d38b5b453eb9c339c462713742bdb
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoAdd netvirt submodule for docs 92/47992/1
Thanh Ha [Fri, 4 Nov 2016 14:06:38 +0000 (10:06 -0400)]
Add netvirt submodule for docs

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