docs.git
6 years agoUpdate git submodules
Faseela K [Tue, 13 Mar 2018 09:09:43 +0000 (14:39 +0530)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to bf9f0a15da33fc0d3e24d189a17e7729b020ef80
  - Re-enable bindings of interfacemanager junits

    Change-Id: I6618539c8349ad1fd3e83959377eb08ea8a597e6
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoUpdate git submodules
Stephen Kitt [Tue, 13 Mar 2018 16:46:46 +0000 (17:46 +0100)]
Update git submodules

* Update docs/submodules/odlparent from branch 'master'
  to 93b18bf5416688b3d5bffecc3e688fe5a671217f
  - Update usage information for odlparent properties

    This patch updates the usage information for all active projects in
    ODL, and removes some unused properties:
    * maven.clean.plugin.version
    * compiler.version
    * releaseplugin.version
    * akka.version
    * leveldb.version

    This is technically a breaking change, so this is 4.0 material only.

    Change-Id: Ia68136adef7c6ab3c40544546908653e81d8ba11
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
D Arunprakash [Wed, 14 Mar 2018 02:00:40 +0000 (07:30 +0530)]
Update git submodules

* Update docs/submodules/openflowplugin from branch 'master'
  to 45fd23a1cca4ee31343ab6664810827955634b8f
  - TCs in ofp failing as yang class toString method defintion changed

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

    Due to patch in mdsal [1], yang generated toString is giving
    different output and it is causing someof the TCs to fail in
    openflowplugin.

    Modified the comparision equivalent to the generated toString
    output

    Change-Id: Ibf7b4f629b296ffe59897f2206f8ab54fea5907b
Signed-off-by: D Arunprakash <d.arunprakash@ericsson.com>
6 years agoMerge "Neutron Northbound: release note update for Oxygen"
Kit Lou [Wed, 14 Mar 2018 02:29:42 +0000 (02:29 +0000)]
Merge "Neutron Northbound: release note update for Oxygen"

6 years agoNeutron Northbound: release note update for Oxygen 61/69461/2
Isaku Yamahata [Tue, 13 Mar 2018 20:07:16 +0000 (13:07 -0700)]
Neutron Northbound: release note update for Oxygen

Change-Id: Ide5a82a62bb3db0d0da8955b1850e4de32828ac5
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
6 years agoMerge "Coe Oxygen Release notes"
Kit Lou [Wed, 14 Mar 2018 01:23:46 +0000 (01:23 +0000)]
Merge "Coe Oxygen Release notes"

6 years agoMerge "Final Oxygen release notes for SFC"
Kit Lou [Wed, 14 Mar 2018 01:03:52 +0000 (01:03 +0000)]
Merge "Final Oxygen release notes for SFC"

6 years agoMerge "NEMO Oxygen Release Review"
Kit Lou [Wed, 14 Mar 2018 00:52:23 +0000 (00:52 +0000)]
Merge "NEMO Oxygen Release Review"

6 years agoMerge "USC Oxygen Release Review"
Kit Lou [Wed, 14 Mar 2018 00:50:30 +0000 (00:50 +0000)]
Merge "USC Oxygen Release Review"

6 years agoUpdate git submodules
Victor Pickard [Mon, 12 Mar 2018 18:02:48 +0000 (14:02 -0400)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 7a700bf1fd3e0f5a642b013e0d8f1f1a9fbfbd16
  - NETVIRT-1132: NPE in TunnelInterfaceStateListener

    Fix NPE caused by auto boxing by initializing
    boolean in yang model to "false" so that the
    Boolean object will not be null when checked,
    for example, in if statements.

    Details of analysis can be found in the JIRA
    https://jira.opendaylight.org/browse/NETVIRT-1132

    Change-Id: Iffa77778c178d7362e69b7cde3b0243a3d481de6
Signed-off-by: Victor Pickard <vpickard@redhat.com>
6 years agoUpdate git submodules
K.V Suneelu Verma [Mon, 12 Mar 2018 06:02:43 +0000 (11:32 +0530)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to e3fee34afc75b60b6677f4b90a9b769f1edf6929
  - csit error log cleanup

    when l2gw use case is not executed oper elan instance is not present
    do not put error log if oper elan instance is absent.

    Change-Id: Ie462ee96ce9239d5159b3a5809e0cce1558423f8
Signed-off-by: K.V Suneelu Verma <k.v.suneelu.verma@ericsson.com>
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoUpdate git submodules
ebrjohn [Tue, 13 Mar 2018 20:55:25 +0000 (15:55 -0500)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  to f38fb202460338230e3b41f1cb146e4273dc86cb
  - Clean up fragile Unit Test

    Change-Id: If23f0d1acda11a57d52686608dce43785071dea1
Signed-off-by: Brady Johnson <bjohnson@inocybe.com>
6 years agoUpdate git submodules
eupakir [Sat, 10 Mar 2018 16:23:13 +0000 (21:53 +0530)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 6f1010d2e583ec27ef8c6c41a12b54ea870a6e82
  - NETVIRT-1134 : ModifiedNodeDoesNotExistException bgp/networks in CSIT

    This exception was being thrown when a delete was performed on a
    non-existent node.
    This was because of the data-remaining in the data-stores that were
    created during the initial_create-networks on devstack bringup.

    This patch aims at proper handling of deletion of those bgp routes that
    have no nexthop.
    It also prevents withdrawal of extra-routes from bgp when such the router
    for the extra-routes is not associated to a bgpvpn

    Change-Id: Ia666014c03b3f3454878487d3d42ef756a8bd2b2
Signed-off-by: eupakir <kiran.n.upadhyaya@ericsson.com>
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoUpdate git submodules
Nishchya Gupta [Tue, 27 Feb 2018 09:02:24 +0000 (14:32 +0530)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to e930f4d27c52722186cb7f9220fb5d5b202703a3
  - NETVIRT-1141: Remote ACL count missing in acl stats data

    While displaying the stats for acl it is not considering remote acl
    drop in the count.
    Providing implementation to consider that also.

    Jira Id:https://jira.opendaylight.org/browse/NETVIRT-1141

    Change-Id: I72fa8ad261ada769a65ae7e992e670523ed99b83
Signed-off-by: Nishchya Gupta <nishchyag@altencalsoftlabs.com>
6 years agoUpdate git submodules
LiGuosheng [Thu, 8 Mar 2018 01:52:46 +0000 (09:52 +0800)]
Update git submodules

* Update docs/submodules/netconf from branch 'master'
  to b002fe13889544c888e5308d6acffc5984ecbe69
  - Add TLS client channel initializer

    The initializer will use the SslHandlerFactory to create
    SslHandler each time the channel is active.

    Change-Id: Id7010f3e47d60723b4be4bd0d6f99ffcf3a67aa2
Signed-off-by: Li guosheng <li.guosheng6@zte.com.cn>
6 years agoUpdate git submodules
Robert Varga [Tue, 13 Mar 2018 18:10:42 +0000 (19:10 +0100)]
Update git submodules

* Update docs/submodules/ovsdb from branch 'master'
  to 443462fa015ee9edf758f0b69d5d4744289d53eb
  - Fix odl-ovsdb-utils

    This feature should depend on odl-mdsal-broker-local to pull
    in the dependencies.

    Change-Id: Iae9cbdcd48e598a7c9becc55b5a547e7bb1895b7
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoUpdate git submodules
Tom Pantelis [Sat, 3 Mar 2018 18:43:55 +0000 (13:43 -0500)]
Update git submodules

* Update docs/submodules/netconf from branch 'master'
  to 4cbd10f1bd2b2bfb623e20e0828d603eb8879eec
  - Convert rfc8040 ListenerAdapter to DOMDataTreeChangeListener

    DOMDataChangeListener is scheduled for removal - the bierman02
    ListenerAdapter was already converted. Also modified the
    ListenerAdapter to use the org.json lib instead of the jackson
    lib as the UT revealed that the jackson lib doesn't convert
    the XML to JSON correctly and the bierman02 ListenerAdapter
    was recently converted to use org.json.

    Change-Id: I9e6778a206f412bb8498297cdcb94b77ebba25dd
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
6 years agoUpdate git submodules
Michael Vorburger [Mon, 12 Mar 2018 16:52:19 +0000 (17:52 +0100)]
Update git submodules

* Update docs/submodules/infrautils from branch 'master'
  to 91f180353d7e0c55f2ddbe32cffa6cbb7a4c02cb
  - enforce Error Prone's BoxedPrimitiveConstructor check

    see http://errorprone.info/bugpattern/BoxedPrimitiveConstructor

    Change-Id: I7876809de025cac1dce0b4d7f8a32f95c5631121
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdate git submodules
Stephen Kitt [Mon, 12 Mar 2018 09:33:20 +0000 (10:33 +0100)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 22f8235a379b80ae536e3298b03916c72e47ed0f
  - Remove unnecessary boxing/unboxing

    Change-Id: I06fee32b08066e3b1d95b7c2ca0220cef9800ab1
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Tom Pantelis [Mon, 12 Mar 2018 22:01:26 +0000 (18:01 -0400)]
Update git submodules

* Update docs/submodules/infrautils from branch 'master'
  to 92ee8ff9a6d6edda603452fc087e170e52af9d75
  - Add asMap method to the Cache interface

    Change-Id: Ie977d4c24041ef5a2e09aef38c684bbd6effcbe8
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
6 years agoUpdate git submodules
Robert Varga [Sun, 4 Feb 2018 19:24:23 +0000 (20:24 +0100)]
Update git submodules

* Update docs/submodules/odlparent from branch 'master'
  to 7f56e62cf7e36c5fffddf34fe38fadae9bed5323
  - Bump jacoco to 0.8.0

    https://github.com/jacoco/jacoco/releases/tag/v0.8.0

    Change-Id: Ibca747463e8c568bdc48147999f3d6f232ff6599
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoUpdate git submodules
LiGuosheng [Thu, 8 Mar 2018 08:40:15 +0000 (16:40 +0800)]
Update git submodules

* Update docs/submodules/netconf from branch 'master'
  to 401f9ee77a87da5096e1a369ce4ca9172819cf43
  - Add SslHandlerFactory to NetconfClientConfiguration

    If client protocol is TLS, then add a SslHandlerFactory instance to
    NetconfClientConfiguration instead of SSH AuthenticationHandler.

    Change-Id: Ie0d06a31e1cfca7f78dc0721a76b4995d69cd529
Signed-off-by: Li guosheng <li.guosheng6@zte.com.cn>
6 years agoUpdate git submodules
Claudio D. Gasparini [Tue, 13 Mar 2018 06:25:45 +0000 (07:25 +0100)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to 30ce0b59f7b38123a39706469fbd07e140c9b98c
  - Fix RIB SPI checkstyle complains

    Change-Id: Ia1862f8db58413ca284f4d76f1d24c0a2d818ac9
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
  - BGPCEP-574: Apply Export Config policy

    Change-Id: Ia117f0676edb02b2d92aba46aa99d2ba5fa52ce5
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
  - BGPCEP-574: Remove old Export Policy

    Change-Id: I99c774cfb9c40469f2880307b2b9e2427f9b9dfa
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdate git submodules
Robert Varga [Thu, 18 Jan 2018 00:21:17 +0000 (01:21 +0100)]
Update git submodules

* Update docs/submodules/odlparent from branch 'master'
  to 8c1daff6db22606b614348a6574d0f6834809dc2
  - Add odl-jackson-2.8

    This a package containing a pre-configured jackson software package.

    Change-Id: I459cfda5fb147b21a1e5339360fac06522307fbc
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
  - Bump akka to 2.5.10

    https://akka.io/blog/news/2018/02/23/akka-2.5.10-released

    Change-Id: I10d598a96e4a08078e10551517cee7f3882fc49d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoUpdate git submodules
Robert Varga [Thu, 8 Mar 2018 14:25:07 +0000 (15:25 +0100)]
Update git submodules

* Update docs/submodules/netconf from branch 'master'
  to 523c395e95ca8ce8373344fd75cedf45890e41d2
  - Bump yangtools to 2.0.2

    This patch bumps yangtools to 2.0.2.

    Change-Id: I35fce822efbf72b0f88e842e6f078e646c8161d0
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoUpdate git submodules
Tom Pantelis [Mon, 12 Mar 2018 22:55:08 +0000 (18:55 -0400)]
Update git submodules

* Update docs/submodules/netconf from branch 'master'
  to f4b565fa5729237f88466358fb32bc558009a77a
  - Fix compile errors in UTs

    This was caused by a recent controller patch which converted
    CDS to implement the msdal APIs. Modified the affected UTs
    to use the SerializedDOMDataBroker so as not to depend in CDS
    implementation.

    Change-Id: I1317310fe601387c03892a1ddd53ac79f1704f71
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
6 years agoUpdate git submodules
Robert Varga [Thu, 8 Mar 2018 14:30:55 +0000 (15:30 +0100)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to 6051a6cab0737a1235f5c4a6c3aa363d4decf839
  - Bump yangtools to 2.0.2

    This patch bumps yangtools 2.0.2.

    Change-Id: I21576a27323dff34e77db70f290e3a4e5b6beeb6
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoCoe Oxygen Release notes 53/69253/4
Faseela K [Thu, 8 Mar 2018 08:07:23 +0000 (13:37 +0530)]
Coe Oxygen Release notes

Change-Id: Ie22834a52e3dd0f620c9836d7d561fde424518cf
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoUpdate git submodules
Faseela K [Wed, 7 Mar 2018 10:51:37 +0000 (10:51 +0000)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 1c26ba35a1c6e03534151bbddeed8ec4d460c109
  - Revert "GENIUS-116: Efficient Handling of DPN disconnect"

    This reverts commit 3cf5a4776c2b8dcd77049ecb3ba4e1b28bc1aa4c.

    Change-Id: I7a377a9b4cd74fe9052843882e7b730a63cb0036
Signed-off-by: Faseela K <faseela.k@ericsson.com>
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoUpdate git submodules
Tom Pantelis [Sun, 4 Mar 2018 21:54:13 +0000 (16:54 -0500)]
Update git submodules

* Update docs/submodules/ovsdb from branch 'master'
  to 8c9a1e772abc55ead1b4bf6b2825643101c44524
  - Fix findbugs violations in hwvtepsouthbound-impl

    - Method call passes null for non-null parameter
    - Nullcheck of value previously dereferenced
    - Method ignores exceptional return value
    - Inefficient use of keySet iterator instead of entrySet iterator
    - Should be a static inner class
    - Private method is never called
    - Unread field
    - Result of integer multiplication cast to long
    - Dead store to local variable
    - Method uses the same code for two switch clauses
    - Write to static field from instance method
    - Parameter must be non-null but is marked as nullable
    - Redundant nullcheck of value known to be non-null
    - Field not initialized in constructor but dereferenced without null check
    - Useless object created

    Change-Id: I78b60ea44fe72475b931bcb066a776fcd8dfa32d
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
6 years agoUpdate git submodules
Tom Pantelis [Sat, 3 Mar 2018 17:04:27 +0000 (12:04 -0500)]
Update git submodules

* Update docs/submodules/ovsdb from branch 'master'
  to e6b469e18d5f72402ccb817ce1fb1469dd2a9d6c
  - Fix findbugs violations in utils

    - Naked notify
    - An apparent infinite recursive loop
    - Field isn't final but should be
    - Boxing/unboxing to parse a primitive
    - Method concatenates strings using + in a loop
    - Method ignores exceptional return value
    - Reliance on default encoding
    - Should be a static inner clas
    - Could be refactored into a static inner class
    - Result of integer multiplication cast to long

    Change-Id: Ie10a638f81490f9ddc1c27f651c4471168c50bd6
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
  - Fix findbugs violations in library

    - Possible null pointer dereference
    - Equals method should not assume anything about the type of its argument
    - Method ignores exceptional return value
    - Equals checks for incompatible operand
    - Unusual equals method
    - Class is Serializable, but doesn't define serialVersionUID
    - Consider using Locale parameterized version of invoked method
    - Field isn't final but should be
    - Incorrect lazy initialization of static field
    - Inefficient use of keySet iterator instead of entrySet iterator
    - Should be a static inner class
    - Boxing/unboxing to parse a primitive
    - Unread field
    - Return value of method without side effect is ignored
    - Write to static field from instance method
    - Load of known null value

    Change-Id: I5f7ae7b280919d2f1cfcd86be41cab5d8370a752
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
  - Fix checkstyle violations in ITs

    Change-Id: I8f65b5b04e2ce67629ed24c07a0f728436c6c6c4
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
  - Enable checkstyle enforcement in the parent pom

    Change-Id: Ib084479d03b9406a9a629be93b22675d126a8648
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
  - Fix checkstyle violations in hwvtepsouthbound-impl

    Change-Id: I833e09a7dd8ff3894ea069ade257defee61881de
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
6 years agoUpdate git submodules
Michael Vorburger [Mon, 12 Mar 2018 21:19:40 +0000 (22:19 +0100)]
Update git submodules

* Update docs/submodules/infrautils from branch 'master'
  to 58f79f2239354e6c6996aeea7eb3948b64d32bcb
  - make AbstractIntegrationTest more extensible

    Change-Id: I9aca5843fb79a147d6388b56e0f4d636179b640b
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdate git submodules
Michael Vorburger [Mon, 12 Mar 2018 20:22:44 +0000 (21:22 +0100)]
Update git submodules

* Update docs/submodules/infrautils from branch 'master'
  to b0bf87790bd63b52e28444c3428fafaa767a680e
  - fix POM problems in itestutils-parent

    This change makes it possible to re-use itestutils
    in other ODL projects (which was always its idea).

    Change-Id: I9cdb24d7a173e17eb544feec2c3fed4e118bb7d3
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoFinal Oxygen release notes for SFC 09/69409/1
ebrjohn [Mon, 12 Mar 2018 20:51:20 +0000 (15:51 -0500)]
Final Oxygen release notes for SFC

Change-Id: I3dcbc288b924d8fc5fec1f4bf71480a040577528
Signed-off-by: Brady Johnson <bjohnson@inocybe.com>
6 years agoUpdate git submodules
Tom Pantelis [Thu, 8 Mar 2018 13:34:17 +0000 (08:34 -0500)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 6790a32a102747cdf6432ad7f1936208b32f7f24
  - Switch to InstanceIdDataObjectCache

    Change-Id: Ie6a2d4676d978d3f6ad192cfc1fb913b137b0b93
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
6 years agoUpdate git submodules
K.V Suneelu Verma [Sat, 24 Feb 2018 03:35:31 +0000 (09:05 +0530)]
Update git submodules

* Update docs/submodules/ovsdb from branch 'master'
  to 2840ce8b2af0c3264ed94b5f060777686a5623c1
  - distinguish between controller and device logs

    Change-Id: I5fe0a7015f100e20747ab01b514b8190b527faaf
Signed-off-by: K.V Suneelu Verma <k.v.suneelu.verma@ericsson.com>
6 years agoUpdate git submodules
Anil Vishnoi [Mon, 12 Mar 2018 18:22:56 +0000 (18:22 +0000)]
Update git submodules

* Update docs/submodules/openflowplugin from branch 'master'
  to 051ea1f9550e40e4fb824ae860dc5c9e08a06dd2
  - Merge "OPNFLWPLUG-981: per-capability configuration for stats polling"
  - OPNFLWPLUG-981: per-capability configuration for stats polling

    Implemented granular config knobs to enable or disable statistics
    polling for each of the OpenFlow capabilities. Only if supported by
    device and enabled by this configuration will the plugin poll the
    statistics. By default all are enabled.

    Change-Id: Ic0bc81f1f2efc51f96dc6ccd94e803b70ad14174
Signed-off-by: Evan Zeller <evanrzeller@gmail.com>
6 years agoUpdate git submodules
Yrineu Rodrigues [Thu, 22 Feb 2018 18:01:09 +0000 (10:01 -0800)]
Update git submodules

* Update docs/submodules/openflowplugin from branch 'master'
  to f9011c83241fe1fab1caaedde95643aa364cfa43
  - OPNFLWPLUG-951: Adding equal role functionality

    Change-Id: Ief56ad88f05ce8c89e04243d655d5f89d73a8d00
Signed-off-by: Yrineu Rodrigues <yrineu.rodrigues@luminanetworks.com>
6 years agoMerge "Add Fluorine release goals"
Thanh Ha [Mon, 12 Mar 2018 17:57:58 +0000 (17:57 +0000)]
Merge "Add Fluorine release goals"

6 years agoUpdate git submodules
Tom Pantelis [Mon, 12 Mar 2018 16:32:28 +0000 (12:32 -0400)]
Update git submodules

* Update docs/submodules/infrautils from branch 'master'
  to 6ba57a80fce11326adac7d85059fd32642d7f6eb
  - Change the CachePolicy.maxEntries default to unlimited

    Change-Id: Iff95c22a39818f199e8b2ba40f882fe769d6f231
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
6 years agoUpdate git submodules
Claudio D. Gasparini [Sun, 11 Mar 2018 20:35:48 +0000 (21:35 +0100)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to 23bc75bd38a35de52062120d412a08f047c50448
  - Use long instead of PathId wrapper

    until the moment a PathId is required.

    Change-Id: Idc2ce010fe4f2081f0d8131f2af226dfe88aec72
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdate git submodules
Michael Vorburger [Fri, 9 Mar 2018 20:43:07 +0000 (21:43 +0100)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 4088dbf9a82943c5349a9c08969553a2056abfb3
  - simplify TestableJobCoordinatorEventsWaiter

    Change-Id: Ic9e5ab1e695e296d983b5ed3783e40c0373b6189
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdate git submodules
David Suarez [Sat, 10 Mar 2018 10:41:25 +0000 (11:41 +0100)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  to f5927529bbc90c26d273df838ddbfabf40d27588
  - Fix some unit tests for listeners

    Change-Id: Idbee6a8ae6047af5fb377b4f1f13535e95c8cccb
Signed-off-by: David Suarez <david.suarez.fuentes@gmail.com>
6 years agoUpdate git submodules
David Suarez [Thu, 8 Mar 2018 09:11:20 +0000 (10:11 +0100)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  to 75a11d0689ed5eeace41c86f7a67cd9d5528c70b
  - Refactor to change packages' names

    org.opendaylight.sfc.ofrenderer package is replaced by a more canonical
    name: org.opendaylight.sfc.renderers.openflow

    Change-Id: I170fefdca841d7deeb86d42d587a4478c4073467
Signed-off-by: David Suarez <david.suarez.fuentes@gmail.com>
6 years agoUpdate git submodules
Ankit [Mon, 12 Mar 2018 09:39:28 +0000 (15:09 +0530)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 5ada1f8034fae6acbcb75e393865ab162edeb9ee
  - LockManager test failure

    Looks like underlying error message has changed. After changing the
    expected error message accordingly, test is passing.

    Change-Id: I46829aa23c353c3c7a7de9968d54462f8d0ba7ba
Signed-off-by: Ankit <ankit.j.jain@ericsson.com>
  - fix ItmManagerRpcServiceTest ExternalTunnelBuilder destinationDevice

    but ... the fact that this destinationDevice is a "String typed" instead
    of "strongly typed" (a real YANG model) seems really wrong, to me.

    Change-Id: Ibfab110a7488c3dfd1a8cecd3cace773c55bc277
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdate git submodules
Claudio D. Gasparini [Mon, 12 Mar 2018 09:21:55 +0000 (10:21 +0100)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to 440ecfa6ac007ce8ca05c43c20d59cf6dde5d1b6
  - Fix Test values comparison

    use { instead of [

    Change-Id: I2750e4d00a389f6ca1051851749cb6f21f9f5538
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdate git submodules
Michael Vorburger [Tue, 27 Feb 2018 20:21:14 +0000 (21:21 +0100)]
Update git submodules

* Update docs/submodules/aaa from branch 'master'
  to ba4a45d76d9391785b1c61d0ca09c49b613f2f68
  - add web API implementation for OSGi environment, based on Pax Web

    usage of this in AAA can be seen in the next commit ("chained")

    Change-Id: If298047e2b295ca88d0494dc9733e1d91ee44a12
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdate git submodules
Michael Vorburger [Tue, 27 Feb 2018 18:43:56 +0000 (19:43 +0100)]
Update git submodules

* Update docs/submodules/aaa from branch 'master'
  to b2bdc6b2d086944014c3f035f18763c7aad7e021
  - add new API for programmatic registration of web Servlet, Filter, etc.

    implementation & usage of this can be seen in the next "chained" commits

    The purpose of this API is to let projects with web components, such as
    neutron, aaa or restconf, ditch their respective web.xml.  This will have
    a number of advantages, some of which are documented in the JavaDoc of
    the new WebServer interface and WebContext class.

    see also discussion and interest from project neutron re. adoption on:
    https://lists.opendaylight.org/pipermail/neutron-dev/2018-February/001587.html

    This is the change originally raised in infrautils as
    Ib2df87ca31a2bde547efbf73e0475a1cd64ea6ea, but now instead proposed
    to aaa, as discussed during the Kernel Projects call on 2018/02/27.

    Change-Id: Ib2fb02aa19e49aa482062f18ba84124a9a623364
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdate git submodules
Claudio D. Gasparini [Sun, 11 Mar 2018 19:07:04 +0000 (20:07 +0100)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to 9e43bfa0f29a49c151a61eef76742a3042c79cfc
  - Clean up

    Remove unused ribsupport method

    Change-Id: I7d0867e51faf6f420c14e5df65ac8b4b43c794e8
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdate git submodules
Claudio D. Gasparini [Sun, 11 Mar 2018 12:28:18 +0000 (13:28 +0100)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to ae65429b47dddf682bb54c6b3217b4c1dddbee2f
  - BGPCEP-574: Remove unnesary methods

    - remove extract key
    - remove extract changed routes

    Change-Id: I6bc6e83be77edcc8312dde8509ebd18051d888ee
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdate git submodules
Kiran N Upadhyaya [Sun, 11 Mar 2018 15:32:29 +0000 (21:02 +0530)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to c7fe6444a950fb6cb325b758f36ea1496b5bccad
  - Modify data-store URLs for NetVirt data collection

    1) Added config/ebgp:bgp
    2) operational/l3vpn:vpn-interfaces is not used anymore from Oxygen. It
    has been replaced by operational/odl-l3vpn:vpn-interface-op-data. Keep
    both models and just let it be empty for the different branches.

    Change-Id: Ie82adead893060f1dc70ae39b4fd28556148e9d0
Signed-off-by: Kiran N Upadhyaya <kiran.n.upadhyaya@ericsson.com>
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoUpdate git submodules
Sam Hague [Sun, 11 Mar 2018 13:15:42 +0000 (13:15 +0000)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 9f84d41f2670bdd0296f53d2af963dbe18aaddce
  - Revert "NETVIRT-1134 : ModifiedNodeDoesNotExistException bgp/networks in CSIT"

    This reverts commit eead978ce7038d1709ff0456134650ca603acf72.

    Change-Id: I73248f5fef1cd799c87e3a2b593e0c22c702aef9
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoUpdate git submodules
eupakir [Sat, 10 Mar 2018 20:12:10 +0000 (01:42 +0530)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to b91e22d22a9addfbb7ffc9be81377c24fb47f9fa
  - NETVIRT-1146 : Exception IllegalArgumentException due to null subnet-id
    during extra-route vrf-entry deletion

    A bug in one of the checks during extra-route creation was leading
    to exceptions in the delete path.
    Label-Mapper is a bgpvpn exclusive data-store and should not be populated
    for router based interal-vpn adjacencies. Such a population lead to
    iRT/eRT code execution during the delete extra route life-cycle for plain
    router case, leading to this exception.

    Change-Id: I9bbfcd55a56f64793a322c647ad63f60c2a8ca1a
Signed-off-by: eupakir <kiran.n.upadhyaya@ericsson.com>
6 years agoUpdate git submodules
xcheara [Thu, 8 Mar 2018 12:36:05 +0000 (18:06 +0530)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to e4b4b449ecf361b72f41bf52e3f6ee12a587234b
  - NETVIRT-1144 : Using JC for ExternalNetGroup Installation

    Description:
    Due to OptimisticLockFailedException during installtion of external
    network subnet group, the installation of default FIB rule for
    external-subnet CIDR been not installed resulting in PNF UC failure.

    Change done to use JobCordinator fo installing this group there by
    preventing multiple listeners attempting to install the same group
    symultanously.

    Change-Id: I667077eb2750e9e48019e5a2ad70520d3ada4d8b
Signed-off-by: xcheara <chetan.arakere@altencalsoftlabs.com>
6 years agoUpdate git submodules
eupakir [Sat, 10 Mar 2018 16:23:13 +0000 (21:53 +0530)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to eead978ce7038d1709ff0456134650ca603acf72
  - NETVIRT-1134 : ModifiedNodeDoesNotExistException bgp/networks in CSIT

    This exception was being thrown when a delete was performed on a
    non-existent node.
    This was because of the data-remaining in the data-stores that were
    created during the initial_create-networks on devstack bringup.

    This patch aims at proper handling of deletion of those bgp routes that
    have no nexthop.

    Change-Id: I0035866fdd4154680ca3f5a2f1ff67900b26a569
Signed-off-by: eupakir <kiran.n.upadhyaya@ericsson.com>
6 years agoUpdate git submodules
sathwik boggarapu [Fri, 2 Mar 2018 09:18:08 +0000 (14:48 +0530)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 5afaa94807ef30906ade745b6fe0ed0163a98a34
  - Updating rst doc, how to run CSIT

    Change-Id: I285bd34e687945801f1b1443d523a6c3b3908915
Signed-off-by: sathwik boggarapu <b.sathwik@ericsson.com>
6 years agoUpdate git submodules
Aswin Suryanarayanan [Tue, 20 Feb 2018 15:56:57 +0000 (21:26 +0530)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to f21c738e609b3c4fa037cb495bf270aa62224f94
  - NETVIRT-1045 No connectivity between instances on different
    networks connected to the same router when using VLAN setup

    A pseudo port is added to ElanDPNList  when a vlan becomes a part of the
    VPN for all the dpn which has the VPN. This ensures that the patch
    ports to the physical interfaces are created and necessary FIB flows are
    programmed.

    The pseudo port will be add a subnet becomes a part of the VPN or when
    the first vpn port is added to the DPN.

    Change-Id: I722ac54c33d091e7f3820a32e86422bc29511905
Signed-off-by: Aswin Suryanarayanan <asuryana@redhat.com>
6 years agoUpdate git submodules
Stephen Kitt [Fri, 9 Mar 2018 17:24:36 +0000 (18:24 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to a4aa988c5e3d95cc2baf5a0eef12b1d741ab856c
  - statemanager: document the unused dependencies

    StateManager appears to have a number of service dependencies which it
    doesn’t use; but its whole point is to signify that the set of
    services it depends on is ready, as a proxy for the system as a whole
    being ready. This patch suppresses unused warnings.

    Change-Id: I2777d89381ea9a02321645afe45d166a33ff21ad
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Faseela K [Sat, 10 Mar 2018 15:02:17 +0000 (20:32 +0530)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to 82a835aa8b6dea6301d1ec23765d03da22d531a3
  - Remove dummy.robot

    Now that itm-direct-tunnels suite is added here, removing dummy.robot

    Change-Id: Ifcadafe4820ab7d45bff12d2a7122f398fd9c40a
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoUpdate git submodules
Luis Gomez [Tue, 6 Mar 2018 21:19:15 +0000 (13:19 -0800)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to e084fad0389b0e10ca73ec53414c9adaa8e55fec
  - NETCONF-521: Fix netconf test

    There is new API for add/remove netconf device keys in Oxygen.
    There is new API for configuring netconf device in Oxygen.

    Change-Id: Ia5740a86e16de6754a20bb37136de9e85ee2699a
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoUpdate git submodules
Sathwik Boggarapu [Wed, 21 Feb 2018 08:19:07 +0000 (13:49 +0530)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to a529868b71cb9d5fd913d80c778b30859cb68722
  - Test Suite For ITM_Direct_Tunnels

    Change-Id: If8f70065d50279fb28a734f21e727e906fae76b7
Signed-off-by: Sathwik Boggarapu <b.sathwik@ericsson.com>
6 years agoUpdate git submodules
Faseela K [Fri, 9 Mar 2018 06:49:42 +0000 (12:19 +0530)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to d1ffae9d45dc60eb8a145122a3b7a11a8e5e289a
  - Change Genius IdManager Start and Stop Suite

    Idmanager does not have any testcase where switches are needed.
    Changing the start suite for this, so that we can save
    some time during CSIT runs as it saves a lot of unnecessary
    operations.

    Change-Id: I55bb06f21e0a277d4d1f8c0226c6c67a405462ad
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoUpdate git submodules
Faseela K [Fri, 9 Mar 2018 14:49:52 +0000 (20:19 +0530)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 67c10d7844d918319254ec60b5210312d10a2939
  - JobCoordinatorEventsWaiter to wait for specific job count completion

    Change-Id: I88fb852a5bae667716044b61f4689f9fe258a151
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoAdd Fluorine release goals 32/69232/2
Daniel Farrell [Wed, 7 Mar 2018 21:18:49 +0000 (16:18 -0500)]
Add Fluorine release goals

Change-Id: Ib639f93e4648772f8de4f02921d7fbb61d98c4e6
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
6 years agoUpdate git submodules
Michael Vorburger [Fri, 9 Mar 2018 15:59:38 +0000 (16:59 +0100)]
Update git submodules

* Update docs/submodules/odlparent from branch 'master'
  to dc22a3e66869033f14424f024ad7e017a2499373
  - suppress CRLF_INJECTION_LOGS in TestBundleDiag

    https://find-sec-bugs.github.io/bugs.htm#CRLF_INJECTION_LOGS

    Change-Id: I1969245de6d4e95e44787311fb61c0cc3adc7a15
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdate git submodules
Claudio D. Gasparini [Fri, 9 Mar 2018 13:39:36 +0000 (14:39 +0100)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to 302bd078052e2835a00804617d17f8abd538bc9c
  - Rename Base Route Entry classes

    to keep consistency with
    Add Path Route Entry classes.

    Change-Id: I742540b51cfae5ee6935cf5340ff617858e9c31a
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
  - BGPCEP-754: Fix NPE and rework

    - Fix npe
    - Simplify PeerTracker
    - Fix test name

    Change-Id: I239d634a98799c73220e55cbb9b295b84576f7ec
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdate git submodules
Stephen Kitt [Tue, 6 Mar 2018 14:36:24 +0000 (15:36 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 6b5cf71d10051548a4115d3569052dd737513fba
  - Enable fingbugs-slf4j enforcement in binding-parent

    This ensures we won’t have any regressions in log handling in modules
    based on binding-parent. We will update the dependency on odlparent
    once the 3.0.3 or 3.1.0 release is available.

    Change-Id: I91f21504c9a18580733a1eedd3ba379de79d37c2
Signed-off-by: Stephen Kitt <skitt@redhat.com>
  - Fix logging issues in sfc

    Change-Id: I251aafafc48dd3b52de968750869c3ac3253d347
Signed-off-by: Stephen Kitt <skitt@redhat.com>
  - Fix logging issues in vpnmanager

    Change-Id: I06ada5f51eb2afcdfaa9516a7943a4962dc3f7ca
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Claudio D. Gasparini [Fri, 9 Mar 2018 10:33:24 +0000 (11:33 +0100)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to 159c826f01f817eb7f0da1d40c5f492c47a35a3e
  - BGPCEP-574: Install RIB policy config file

    by default.
    Make config file loader depency between them
    in order to avoid race condition when loading
    configurations.

    Change-Id: I35ab0886c64502c3ec9961d83dbae330667c0ea3
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdate git submodules
Edw7n [Fri, 2 Mar 2018 05:23:32 +0000 (10:53 +0530)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 472a2c7f07d92295d082509cf2ede81ca9ac57f6
  - Immutables for performance enhancements

    Change-Id: I150d8edc58ad91724679dba15a1f269bd9e2e674
    Depends-on: I250b75fea3ae29e8adb351693e7eeb0a596e18fe
Signed-off-by: Edw7n <n.edwin.anthony@ericsson.com>
6 years agoUpdate git submodules
Claudio D. Gasparini [Thu, 8 Mar 2018 11:54:00 +0000 (12:54 +0100)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to 9750617ec3535602e096e6c95d756fe47f6b1578
  - BGPCEP-754: Rework EffectiveRibInWriter

    use ClusteredDataTreeChangeListener instead
    of ClusteredDOMDataTreeChangeListener

    Change-Id: I773ada0d2b593afad1c63dc8ed54c88e48fee500
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoMerge "Add Managed Release Model docs"
Kit Lou [Fri, 9 Mar 2018 01:34:30 +0000 (01:34 +0000)]
Merge "Add Managed Release Model docs"

6 years agoUpdate git submodules
Stephen Kitt [Tue, 6 Mar 2018 17:31:28 +0000 (18:31 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 172e0fca37e86041c222825bedeb0c8abf850561
  - Fix logging issues in alarm

    Change-Id: I1701c010e1646b70b76a01a0704ce45769854074
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Stephen Kitt [Tue, 6 Mar 2018 18:12:36 +0000 (19:12 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 4db998d513507d4ea42238928402e1fad57a0bc9
  - Fix logging issues in cloud-servicechain

    Change-Id: Iea8c9652d0350345c2148e1c18730a185cc176ad
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Stephen Kitt [Tue, 6 Mar 2018 16:55:12 +0000 (17:55 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 86cbbdc67ef0fd95fa7e044e69ecd7475cdf8b09
  - Fix logging issues in neutronvpn

    Change-Id: Ib1a7e63a5bef3158ad73f632acf825548ab66fcc
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Stephen Kitt [Thu, 8 Mar 2018 14:41:44 +0000 (15:41 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 48849ed78394591d1fa00694e901e0c6e76d9dc1
  - Fix logging issues in natservice

    Change-Id: I249b8d5805c552e4f569a16aa764e864f00f8950
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Stephen Kitt [Wed, 7 Mar 2018 09:05:11 +0000 (10:05 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to e351fb4ec8d7565a6d306677ed3f55667273b2c9
  - Fix logging issues in coe

    Change-Id: I5792e150df21ec22584e8c1307317f529e06fa86
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Stephen Kitt [Thu, 8 Mar 2018 13:37:39 +0000 (14:37 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to cdb52d6c19e7b53320fc6d23a88fc0c00bf47f93
  - Fix logging issues in fibmanager

    Change-Id: I392f9d26b237ac3de756efff1da26bcd0a1a6a87
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Stephen Kitt [Wed, 7 Mar 2018 09:18:06 +0000 (10:18 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 40cdf67551f6b7873ea58cc2faa2dbcb5b684b4c
  - Fix logging issues in dhcpservice

    Change-Id: If7a7e8f95dfc7509169c470068f1179c2c99730e
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Stephen Kitt [Tue, 6 Mar 2018 18:10:32 +0000 (19:10 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to f1b259db75d8aff990d1686bc7d0163a41be5d24
  - Fix logging issues in bgpmanager

    Change-Id: I54f233c1912c422190defd21b961581a71c457d6
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Stephen Kitt [Tue, 6 Mar 2018 17:14:45 +0000 (18:14 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 512864fae7cc59ce6e0f06639047d5fa6b320819
  - Fix logging issues in aclservice

    Change-Id: Id3bfc4dcb205cce9d31b47da961e24f507b33d91
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Jaime Caamaño Ruiz [Thu, 8 Mar 2018 20:56:23 +0000 (21:56 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 46254ff111fbd693f964a091e704df9b3878db4f
  - NETVIRT-1142: Fix mistakenly switched port pair ports

    When translating a port pair to data plane locators, the ingress port
    was set as the reverse DPL and the egress port as forward DPL which is
    inverse as to what it should be: the ingress port is the forward DPL and
    the egress port is the reverse DPL.

    Change-Id: I1251aaad0ce3fee336b8544858ce43c5b057c4f0
    JIRA: NETVIRT-1142
Signed-off-by: Jaime Caamaño Ruiz <jcaamano@suse.com>
  - NETVIRT-1142: sfc classifier bind to proper egress interface

    SFC classifier binds on the SF egress interface of the last RSP hop to
    be able to properly route the traffic to its original destination in
    case it is on the same compute as the original source of the traffic.

    With the introduction of directional data plane locators for symmetric
    paths in SFC, the ingress and egress interfaces of a SF might be
    different and the classifier has to take care to bind to the correcti
    one depending on the direction of the path, wether it is the reverse
    direction or the forward direction of the symmetric path.

    Before this patch, the classifier binds to any interface of the SF, as
    only one was expected.

    Change-Id: I98090ea21d14a62cd19e5ad9065e8c9a90e03c11
    JIRA: NETVIRT-1142
Signed-off-by: Jaime Caamaño Ruiz <jcaamano@suse.com>
  - NETVIRT-1139: Invert matches for reverse path classification

    When an ACL translated from a flow classifier includes a logical
    destination port, ACL matches should be inverted to classify traffic on
    that port to the reverse path, while the original matches are used to
    classify traffic on the logical source port to the forward path.

    Change-Id: Iaaff8106d9bfa6d1e8bd346b9c6f2f0ff0659817
    JIRA: NETVIRT-1139
Signed-off-by: Jaime Caamaño Ruiz <jcaamano@suse.com>
  - NETVIRT-1138: Fix classifier on multiple RSPs per SFP

    When there are more than two RSPs per SFP, it is possible that the
    classifier will classify uplink/downlink traffic into paths that are not
    symmetric to each other.

    This fix includes:

    - Translator no longer explicitly creates the RSPs. SFC will
      automatically create the required RSPs for a SFP. This prevents that
      there are more than two RSPs per SFC as long as no third party
      creates more RSP, which will not be possible once the RSP create rpc
      is removed in Fluorine.
    - Classifier will ensure that there is no more than two RSPs for a SFP
      and that they are symmetric to each other.
    - Since the RSPs are no longer created explicitly, a new listener on the
      SFP state is required to react at the time the RSPs are automatically
      created.

    Change-Id: Ifd44ab12ab12464351ecb4cf45bf9b9704accdf6
    JIRA: NETVIRT-1138
Signed-off-by: Jaime Caamaño Ruiz <jcaamano@suse.com>
6 years agoUpdate git submodules
Tom Pantelis [Thu, 8 Mar 2018 18:52:09 +0000 (13:52 -0500)]
Update git submodules

* Update docs/submodules/ovsdb from branch 'master'
  to 2bf4e48b7cd97c74e2086b79b68ca2e114849736
  - OVSDB-453: Use findModules instead of findModule by specific revision

    findModules returns a list sorted by latest revision so take the first
    element.

    Change-Id: Ib2fb52e59c45476f6e3ec6aff63a2ea3333514fa
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
6 years agoAdd Managed Release Model docs 82/68382/35
Daniel Farrell [Sat, 17 Feb 2018 00:17:42 +0000 (19:17 -0500)]
Add Managed Release Model docs

TSC approval vote:

https://meetings.opendaylight.org/opendaylight-meeting/2018/tsc/opendaylight-meeting-tsc.2018-03-08-17.58.log.html#l-85

Change-Id: I71dda12df7e3ed04f905ca41faee47fe3aa631dc
Co-Authored-By: An Ho <an.ho@huawei.com>
Co-Authored-By: Anil Vishnoi <vishnoianil@gmail.com>
Co-Authored-By: Daniel Farrell <dfarrell@redhat.com>
Co-Authored-By: Jamo Luhrsen <jluhrsen@redhat.com>
Co-Authored-By: Kit Lou <klou.external@gmail.com>
Co-Authored-By: Luis Gomez <ecelgp@gmail.com>
Co-Authored-By: Sam Hague <shague@redhat.com>
Co-Authored-By: Thanh Ha <thanh.ha@linuxfoundation.org>
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
Signed-off-by: Kit Lou <klou.external@gmail.com>
Signed-off-by: Sam Hague <shague@redhat.com>
Signed-off-by: klou <klou.external@gmail.com>
6 years agoUpdate git submodules
Tom Pantelis [Thu, 8 Mar 2018 12:42:36 +0000 (07:42 -0500)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 549075f9f3c8b562c3893c4b3655e8164262d0ed
  - Add InstanceIdDataObjectCache

    DataObjectCache will be extended to allow for custom key so
    add implementation that keys by InstanceIdentifier.

    Change-Id: I16450c794512afde8d1091dc88f43a43ef8639b5
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
6 years agoUpdate git submodules
Josh [Tue, 27 Feb 2018 05:49:56 +0000 (07:49 +0200)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to c900ce4eb40eba0be4d4b061cbe963211023001a
  - Bug: GENIUS-115 OVS Nodes Connect Quickly, Not All Get TransportZone TEPs

    1) In ItemTepAddWorker do NOT use cached DPNTEPsInfos, read from DS instead
    2) In ItmInternalTunnelAddWorker do not queue the new DPNTEPsInfos via
    ITMBatchingUtils, instead write synchronously and unbatched in that thread

    Change-Id: I91be9de8e7d098fbe94abc480605f460dfecef79
Signed-off-by: Josh <jhershbe@redhat.com>
6 years agoNEMO Oxygen Release Review 92/69292/1
anipbu [Thu, 8 Mar 2018 19:09:39 +0000 (11:09 -0800)]
NEMO Oxygen Release Review

Change-Id: I65260e1d4b6ec2c778f4781029ac645604f608a2
Signed-off-by: anipbu <an.ho@huawei.com>
6 years agoUSC Oxygen Release Review 91/69291/1
anipbu [Thu, 8 Mar 2018 19:08:44 +0000 (11:08 -0800)]
USC Oxygen Release Review

Change-Id: I04a9797cc1e6f91e08c397f0ecfffc202b9a144e
Signed-off-by: anipbu <an.ho@huawei.com>
6 years agoUpdate git submodules
Faseela K [Wed, 7 Mar 2018 06:39:12 +0000 (12:09 +0530)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 15b7af5ac2df6373ccdfaf70492b361bb2747e17
  - Issues with SRM service recovery

    service recovery logic was doing a close of the already registred
    listeners. However the close method of the AsyncListener base classes
    were shutting down the dataTreeChangeHandlerExecutor as well, which
    will cause issues when we again register the listeners.

    Change-Id: I2e39c9ba0226c298fbd10f114ad33be39ae961a0
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoMerge "Infrautils Release notes"
Charles La Voy [Thu, 8 Mar 2018 16:05:40 +0000 (16:05 +0000)]
Merge "Infrautils Release notes"

6 years agoUpdate git submodules
Faseela K [Thu, 8 Mar 2018 14:29:57 +0000 (19:59 +0530)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to d6aa490f6186d40254567ffa53d8e06dfb1851d0
  - fix logging issues in statistics

    Change-Id: Id5c2f0d980f3fa50d2da791d60e7c6e9c915258c
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoUpdate git submodules
Faseela K [Thu, 8 Mar 2018 14:16:05 +0000 (19:46 +0530)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 0c3f06c01af80dd73ab74cff968ab563c40d7a41
  - logging issues in ipv6service

    Change-Id: I0d7d727ea2072918b7a3370dd90ccb934f57afcb
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoUpdate git submodules
Tom Pantelis [Thu, 8 Mar 2018 14:12:28 +0000 (09:12 -0500)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 3854b682a5aa06027e6eca47cca60752b9d560eb
  - Fix logging issues in policyservice

    Change-Id: I190ba9e6095ffb8939225fb13a93e001771c53db
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
6 years agoUpdate git submodules
Tom Pantelis [Thu, 8 Mar 2018 14:03:48 +0000 (09:03 -0500)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 7b0e41cd61d2f3670abbc16ff5e030b6a0f336d5
  - Fix logging issues in qosservice

    Change-Id: Ifbd19817d7bcff940d521f74d8014f3129b9f1bf
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
6 years agoUpdate git submodules
Faseela K [Thu, 8 Mar 2018 12:23:46 +0000 (17:53 +0530)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to cf8a16020e2beb992e12e84387d2060a0d17c81f
  - logging issues in elanmanager

    Change-Id: I9209c3be150064bf230f5b56663a5a0ba8c311d0
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoUpdate git submodules
Michael Vorburger [Tue, 6 Mar 2018 13:55:54 +0000 (14:55 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to ce0dc0bcd3acd7de1b51e5e54b49e47f636b7902
  - Fix more bad logging in vpnmanager

    Change-Id: If437bcf5a27cd9f66e256143a7d6623407b25c33
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoMerge "Update BGPCEP release notes"
Charles La Voy [Thu, 8 Mar 2018 14:05:39 +0000 (14:05 +0000)]
Merge "Update BGPCEP release notes"

6 years agoInfrautils Release notes 51/69251/2
Faseela K [Thu, 8 Mar 2018 07:14:19 +0000 (12:44 +0530)]
Infrautils Release notes

Change-Id: I932b23c92ba36d57b23e1a0043f565ec4774bd15
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoUpdate BGPCEP release notes 55/69255/2
Claudio D. Gasparini [Thu, 8 Mar 2018 08:51:44 +0000 (09:51 +0100)]
Update BGPCEP release notes

Change-Id: Iea66edc60521ee674c62ab67b3b47b39f08ac0fd
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdate git submodules
Luis Gomez [Thu, 8 Mar 2018 04:21:20 +0000 (20:21 -0800)]
Update git submodules

* Update docs/submodules/netconf from branch 'master'
  to c188d560dbb324b97e39b4d0480eb17562e5d1be
  - NETCONF-521: Replace literal '\n' by newline

    This fixes the private key decoding error in NETCONF-521.

    Change-Id: Iddcd29ea8ce513068e49071c0bdabbb788c11064
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoMerge "controller release notes"
Charles La Voy [Thu, 8 Mar 2018 01:31:51 +0000 (01:31 +0000)]
Merge "controller release notes"