docs.git
6 years agoDOC-68: Update ODL introduction 79/71279/3
Luis Gomez [Tue, 24 Apr 2018 23:48:36 +0000 (16:48 -0700)]
DOC-68: Update ODL introduction

Change-Id: I517de4b0f929020cd99c5fe663ed5dd8f5a8e0fa
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoUpdate git submodules
Claudio D. Gasparini [Tue, 24 Apr 2018 16:05:05 +0000 (18:05 +0200)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to 6ab99020ed1abe5324ff33075e5642be4feb9564
  - Fix NPE

    Remove wrong null assignment for effRibInWriter

    BGPCEP-792
    Change-Id: Ie3df9b0b98e2cd6578554c53b0e6c3a1979677bf
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdate git submodules
Michael Vorburger [Fri, 20 Apr 2018 15:28:08 +0000 (17:28 +0200)]
Update git submodules

* Update docs/submodules/infrautils from branch 'master'
  to 61f3a374264b8e6c6c0d8bce6b05431c77fa7a06
  - fix logging of (supposedly) "CRITICAL" condition

    if it's "CRITICAL", it most probably better be LOG.error() instead info,
    and it would REALLY help to have the cause included; see also
    https://github.com/KengoTODA/findbugs-slf4j/issues/74.

    actually, perhaps this really should re-throw... let me propose that in
    a follow-up change, and we can discuss if there is any reason to only go
    half the way or merge both steps.

    Change-Id: Ie824d8e8b1155c6bfd604dd83da2969c4d9cdb33
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdate git submodules
Jamo Luhrsen [Fri, 20 Apr 2018 20:58:40 +0000 (13:58 -0700)]
Update git submodules

* Update docs/submodules/infrautils from branch 'master'
  to 2973a58b30f6c02ff9de769e14358794ec2fd534
  - Print isOperational() in statusSummary

    this was commented out as it would have broken CSIT. Once
    this CSIT patch [0] is merged, this should be safe to
    go in without that breakage.

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

    Change-Id: I25dfef779e5607fc94e95707229b235cbca51d1f
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdate git submodules
Claudio D. Gasparini [Tue, 24 Apr 2018 11:11:58 +0000 (13:11 +0200)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to 000d4e060863c209fb7da9fc0c56d82af40ef81f
  - Remove unnecesary tests

    Change-Id: Ic4e22341bc7b65b2eb6d90f22793eec1e9548666
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdate git submodules
Robert Varga [Wed, 24 Jan 2018 20:03:55 +0000 (21:03 +0100)]
Update git submodules

* Update docs/submodules/odlparent from branch 'master'
  to 761c4442083577cb262f9e8206360ff016e9d9c0
  - Upgr. maven-site-plugin → 3.7, asciidoctor → 1.5.6

    maven-site-plugin:
    https://mail-archives.apache.org/mod_mbox/maven-announce/201712.mbox/%3C1970630.7WseVgZzlZ%40giga%3E

    Notable fix here is java9 compatibility, allowing us to remove
    a dependency override.

    asciidoctor-maven-plugin:
    https://github.com/asciidoctor/asciidoctor-maven-plugin/releases/tag/asciidoctor-maven-plugin-1.5.4
    https://github.com/asciidoctor/asciidoctor-maven-plugin/releases/tag/asciidoctor-maven-plugin-1.5.5
    https://github.com/asciidoctor/asciidoctor-maven-plugin/releases/tag/asciidoctor-maven-plugin-1.5.6

    Notable fix is alignment with doxia, allowing us to get to a sane
    configuration again.

    Change-Id: I0b26797128b19ac4cb2a93ebc3d6588e61104e0a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoUpdate git submodules
Edw7n [Tue, 24 Apr 2018 06:35:01 +0000 (12:05 +0530)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 07d4963f56ec994d53a2f3a8e8584f371ede44c7
  - Support for ITM direct tunnels in ITM workers

    Modified the ItmInternalTunnel Add and Delete workers
    to support creation/deletion of tunnels directly by ITM
    Fixed issues while testing
    Fix for bfd CSIT failure

    Change-Id: I1bd9c0edf1f549168d95bc2e7c1e7c3caf6b5967
Signed-off-by: Edw7n <n.edwin.anthony@ericsson.com>
  - Updating tunnel status based on tp status update

    Update the ITM tunnel status by listening to the termination point status
    Fixed issues while testing

    Change-Id: I5b9b5389b4a2073d6648b164f2a5975484874ab1
Signed-off-by: Edw7n <n.edwin.anthony@ericsson.com>
  - Implemented tunnel state updation

    Listening to the inventory DS and create tunnel state information and also
    program the ingress flows related to the tunnel
    Fixed issues while testing

    Change-Id: I83b0b6e95156ad7013cd8b3ff9902dcfed0a35ee
Signed-off-by: Edw7n <n.edwin.anthony@ericsson.com>
  - Support for tunnel creation directly by ITM

    Implemented creation of tunnels directly by ITM when the switch connects.
    Conditional creation of listener if the itm-direct-tunnel flag is enabled.
    Removed unused constants from ITMConstants.
    Fixed some issues while testing

    Change-Id: Ib5bef52ca85f7589057fadc2614e97de14e0109a
Signed-off-by: Edw7n <n.edwin.anthony@ericsson.com>
6 years agoUpdate git submodules
Michael Vorburger [Fri, 20 Apr 2018 14:25:14 +0000 (16:25 +0200)]
Update git submodules

* Update docs/submodules/infrautils from branch 'master'
  to 58e7f7d207880bd04c59c4920ec9bb134b761922
  - add diagstatus.web with /diagstatus servlet

    JIRA: INFRAUTILS-33
    Change-Id: Ic763cce5455cdae5fe1653cccdaeb2020d5fabba
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdate git submodules
Claudio D. Gasparini [Tue, 17 Apr 2018 12:27:40 +0000 (14:27 +0200)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to 982f86c03406c4b102cd353a5d7bdba596e31ab1
  - Remove duplicated code

    - extension ribsupports should use
      provided routeKeyQname and routeQname
      method provided by abstract rib support.
    - fix email contact address

    Change-Id: I74200558d7bf1d8300c83e7c48e047b674908ba8
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdate git submodules
Prasanna Huddar [Tue, 24 Apr 2018 08:54:48 +0000 (08:54 +0000)]
Update git submodules

* Update docs/submodules/openflowplugin from branch 'master'
  to 947fe149bdc8bf1337c5b8d23faa05d57076f22c
  - Merge "OPNFLWPLUG-989: Counter for Administrative Reconciliation on multiple/all Nodes"
  - OPNFLWPLUG-989: Counter for Administrative Reconciliation on multiple/all Nodes

    The implementation is done to find number of times admin reconcilation is
    being triggered for each node.The counter value will be reseted during
    controller restart and maintains the same during device disconnect.

    Change-Id: I278a2875caef5f4cd7e9520ac48cd3f22c03724e
Signed-off-by: SujaT <suja.t@ericsson.com>
6 years agoUpdate git submodules
Somashekhar Javalagi [Wed, 28 Mar 2018 09:37:36 +0000 (15:07 +0530)]
Update git submodules

* Update docs/submodules/openflowplugin from branch 'master'
  to ce31b87f8529f9e607472effb6bbf84c4f2bbed2
  - OPNFLWPLUG-992 : Device connection rate limiter implemenation

    By default the device connection ratelimitter wll be disabled.

    device-connection-rate-limit-per-min is the property available in
    openflowplugin.cfg, which can be changed to control the rate at
    which number of devices connecting the controller. This will be
    useful in reducing load on the controller if there is more number
    of switches connected at the time during cluster reboot.

    Default value is set to 0, which disables device connection ratelimitter.

    Change-Id: I02a53719114e63748ffaa340650927f7b11d6dc1
Signed-off-by: Somashekhar Javalagi <somashekhar.manohara.javalagi@ericsson.com>
6 years agoUpdate git submodules
Robert Varga [Mon, 23 Apr 2018 16:49:35 +0000 (18:49 +0200)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to e2002f45f22b537d6cb1ac4421df79c8c101c918
  - Return ListenableFuture from RPCs

    This future-proofs a couple of places, so we do not need to change
    them when RPC methods change.

    Change-Id: I8eba6f27377c683184d7b2ce539b37393b8d1b3a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoUpdate git submodules
Claudio D. Gasparini [Sat, 21 Apr 2018 21:09:45 +0000 (23:09 +0200)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to 275c993b75fb54aa3c764efb74218af245503d78
  - Remove duplicated code

    by implementing default behaviour under
    interface.

    Change-Id: Ida088bc8d78df7d5cc4bb04fe94fb7946b50073b
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdate git submodules
Claudio D. Gasparini [Fri, 20 Apr 2018 09:32:17 +0000 (11:32 +0200)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to 71912a37697b99eb495b8dececc802011f682347
  - Fix linkstate Route Distinguishers model

    actual model do no correspond with
    https://tools.ietf.org/html/rfc4364#section-4.2.
    - Fix by use correct existent model.
    - Remove duplicated grouping models

    Change-Id: I870d100d3ce441aa2d7c197be3fb4243ab1846d8
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdate git submodules
Claudio D. Gasparini [Fri, 20 Apr 2018 05:42:46 +0000 (07:42 +0200)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to 543cefddd7d993a4720fe676bb9108fe75e13b20
  - MVPN RFC6514 Extendend communities

    Implement parser/serializer for new
    extended communities

    JIRA: BGPCEP-396
    Change-Id: I3e5dd62e906d40ef4cd8239256539010acfb83d0
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdate git submodules
Robert Varga [Sat, 21 Apr 2018 13:19:36 +0000 (13:19 +0000)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to a852e2c8436f1382d01bb3f2445b7d5147b94e97
  - Revert "Fix compilation issues related to IpAddress"

    This reverts commit b673aa2e43295f2d4359f39982574c323c1f16e4.

    Change-Id: Ib3749d1a852de67b5a22efff2623a6c84608bf2f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoUpdate git submodules
Michael Vorburger [Fri, 20 Apr 2018 13:08:43 +0000 (15:08 +0200)]
Update git submodules

* Update docs/submodules/infrautils from branch 'master'
  to 84dda62d0d2a46c8fa964f8454cea5881af39767
  - add isOperational() to diagstatus, and expose it in JSON and CLI

    also includes very minor change from "\n" to '\n'

    JIRA: INFRAUTILS-33
    Change-Id: I946482032eec522a413285deea542ff387472bf2
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdate git submodules
Claudio D. Gasparini [Fri, 20 Apr 2018 09:23:47 +0000 (11:23 +0200)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to 5317764f6692688690228f21385fc382830f2a56
  - Fix BmpMockTest random failing

    Change-Id: I13761faf48e210bbfb7310ce02a044a5c17bfb7a
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdate git submodules
Claudio D. Gasparini [Fri, 20 Apr 2018 05:33:31 +0000 (07:33 +0200)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to 108c60f69f75c76bd11aa1c07875ee7b1924ef03
  - MVPN RFC6514 Extendend communities

    Update imports generate revision date

    JIRA: BGPCEP-396
    Change-Id: Id99f5ffac750a278b8f966b682c1f8659765afe5
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
  - MVPN RFC6514 Extendend communities

    - Source AS
    - VRF Route Import

    JIRA: BGPCEP-396
    Change-Id: Ib19270ad50c30d805008497e35b33fbcf7030aac
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdate git submodules
Claudio D. Gasparini [Thu, 19 Apr 2018 21:08:56 +0000 (23:08 +0200)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to 62b937f5bb8498cb3cd22ad60056174db2902e63
  - Remove no longer required karaf.shell imports

    Change-Id: I8157504ba60b9fe8ccd9c49a39b7029b11d5a119
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdate git submodules
Michael Vorburger [Fri, 13 Apr 2018 17:30:08 +0000 (19:30 +0200)]
Update git submodules

* Update docs/submodules/infrautils from branch 'master'
  to b7b85d5cced3cc4ef91bcf18bd80b20326656ca5
  - fix CPD problem re. ClasspathHellDuplicatesCheckRule & LogCaptureRule

    Change-Id: I3ce4bbe497652a52011443cef711605147e2f2f8
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoMerge "Bgp policies guide minor corrections"
Charles La Voy [Thu, 19 Apr 2018 15:01:39 +0000 (15:01 +0000)]
Merge "Bgp policies guide minor corrections"

6 years agoUpdate git submodules
Michael Vorburger [Wed, 18 Apr 2018 09:50:48 +0000 (11:50 +0200)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 28edc62257aa83313a337ad4fa8e24916b03d169
  - remove duplicate pax-cdi-api dependency in mdsalutil-impl

    [WARNING] Some problems were encountered while building the effective model for org.opendaylight.genius:mdsalutil-impl:bundle:0.5.0-SNAPSHOT
    [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.ops4j.pax.cdi:pax-cdi-api:jar -> duplicate declaration of version (?) @ line 115, column 17

    Change-Id: I6a470db91686a790c76270386821bb364d75eae6
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdate git submodules
Stephen Kitt [Sun, 25 Mar 2018 22:13:17 +0000 (15:13 -0700)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to a00f8c2847328fe108d4af175ab6470f417b5822
  - Use OVSDB features instead of bundles

    odl-genius-api depends on OVSDB’s utils.config, and currently attempts
    to embed it; instead, depend on the odl-ovsdb-utils feature which
    provides it.

    Change-Id: I98da04b8978525946fcdeb98da4b989ef2571485
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Faseela K [Wed, 11 Apr 2018 05:52:42 +0000 (11:22 +0530)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to d87b5785552cebd3aac6f16f7a610421ab8d95df
  - Remove deprecated utils in mdsalutil-api

    Listener base classes as well as FutureRpcResults are moved to genius/tools
    and all the usages are also migrated to the new utils. Let us remove
    the deprecated utils asap, so that new usages will not creep in :)

    Change-Id: I27a004694ae762fc7420156be11e0a34e76cc7a7
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoUpdate git submodules
Faseela K [Mon, 16 Apr 2018 09:15:20 +0000 (14:45 +0530)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 536f1ed23663e91e65e7f9709d4928a3b62da528
  - BFD status not reflected accurately on controller restart

    Itm-direct-tunnels code patches had modified a check for handling
    BFD, in a wrong manner, so that controller restart cases won't be handled
    properly. Fixing the same.

    Change-Id: I0a674fc337534355c45f40d0f40e134301dca1f0
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoUpdate git submodules
Tom Pantelis [Fri, 13 Apr 2018 23:19:10 +0000 (19:19 -0400)]
Update git submodules

* Update docs/submodules/netconf from branch 'master'
  to cb1d2f74b370c16357af975a136e687fba3303e6
  - Use ControllerContext non-statically

    This is a preliminary patch for removing the web.xml and converting
    to the new programmtic web API which will allow us to remove the
    static instances that bridge between the web-instantiated
    and blueprint-instanriated components. First up is the
    ControllerContext - this patch keeps the static instance temporarily
    for the RestconfApplication but converts the rest of the code to
    inject the ControllerContext instance and reference it non-statically.

    This patch touches a lot of files but most are UTs.

    Change-Id: I08e2ee24e518c01bb1d5fdb5796abd9354dccfa2
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
6 years agoBgp policies guide minor corrections 95/71095/4
Tomas Markovic [Thu, 19 Apr 2018 06:40:33 +0000 (08:40 +0200)]
Bgp policies guide minor corrections

Change-Id: I96cd9a3e9cc32204db2b56a75beac8ab1c0e51ad
Signed-off-by: Tomas Markovic <tomas.markovic@pantheon.tech>
6 years agoUpdate git submodules
Claudio D. Gasparini [Thu, 12 Apr 2018 18:44:08 +0000 (20:44 +0200)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to 5c3f49c036dd00b333d866704f823640ac14f5c0
  - Remove duplicated Peer code

    - improve tx synchronization

    Change-Id: I6a87b0e90aa53f8f3a224535b988da08229d873b
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoMerge "Remove namespace docs"
Thanh Ha [Wed, 18 Apr 2018 18:43:13 +0000 (18:43 +0000)]
Merge "Remove namespace docs"

6 years agoUpdate git submodules
David Suarez [Mon, 2 Apr 2018 21:48:59 +0000 (23:48 +0200)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 4d79a7054afa0285be4b6366936e4f751aa32769
  - Migrate the last two listeners in itm-impl module

    Migrate the last two listeners in itm-impl module to use the new
    listeners framework.

    Change-Id: I0a7bc5ed17634f72b7dffcd1f8818d454e3cc489
Signed-off-by: David Suarez <david.suarez.fuentes@gmail.com>
6 years agoUpdate git submodules
Robert Varga [Fri, 13 Apr 2018 15:08:40 +0000 (17:08 +0200)]
Update git submodules

* Update docs/submodules/aaa from branch 'master'
  to 1f41c70c0fb1dce125292056afc56cc7847c488a
  - Add web/servlet-api and jersey2 implementation

    web/servlet-api provides implementation-agnostic entrypoints for
    creating Clients and HttpServlets.

    web/servlet-jersey2 provides an implementation based on jersey-2.25.1.

    This split allows us to have applications independent of the
    implementation.

    Change-Id: I77d92fb8764aa28817d5dcac9f8450dc42017429
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoRemove namespace docs 89/71089/1
Daniel Farrell [Wed, 18 Apr 2018 17:27:23 +0000 (13:27 -0400)]
Remove namespace docs

Not particularly useful, not relevant to Release Process.

Issue: DOCS-84
Change-Id: I9c52d423c61c2de750eaaadd3f63e43482dadd16
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
6 years agoRemove feature installation via karaf console info 47/71047/2
Charles La Voy [Tue, 17 Apr 2018 16:38:57 +0000 (11:38 -0500)]
Remove feature installation via karaf console info

Change-Id: I8c5e15f931340b819696f84e9ed987a5c677fbda
Signed-off-by: Charles La Voy <charleslavoy@gmail.com>
6 years agoMerge "Remove old milestone reports"
Charles La Voy [Wed, 18 Apr 2018 16:16:59 +0000 (16:16 +0000)]
Merge "Remove old milestone reports"

6 years agoRemove old milestone reports 88/71088/1
Daniel Farrell [Wed, 18 Apr 2018 15:39:18 +0000 (11:39 -0400)]
Remove old milestone reports

These are for Oxygen or before. We will not have similar readouts
Fluorine and later, with the new Managed Release process.

Issue: DOCS-85
Change-Id: I6bbdca142d9f9a2e4f18641124832d144829d271
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
6 years agoUpdate git submodules
Robert Varga [Wed, 18 Apr 2018 07:40:43 +0000 (09:40 +0200)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to b673aa2e43295f2d4359f39982574c323c1f16e4
  - Fix compilation issues related to IpAddress

    Use IpAddress containing Ipv4/Ipv6, instead
    of the IpAddress containing *nozone generated by
    IetfInetUtil.

    Change-Id: I4537b31e9561cb645881400358d54bfecd643bc1
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdate git submodules
Faseela K [Wed, 18 Apr 2018 08:46:24 +0000 (14:16 +0530)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 060f20b1787b005ad821f3606af4ab5a5acbb45d
  - Fix issues with SRM test plan

    Change-Id: I91bfc8a1fc37d5ea4a673d6b2c26b11a0310a6ce
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoUpdate git submodules
K.V Suneelu Verma [Wed, 11 Apr 2018 12:07:49 +0000 (17:37 +0530)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to f144ab7b1bc167d98b32574e55ce98d94b6dfc85
  - add l2gw and dhcp for service recovery

    Change-Id: Ia01f6c99016573802efce726396856dda2326138
Signed-off-by: K.V Suneelu Verma <k.v.suneelu.verma@ericsson.com>
6 years agoUpdate git submodules
David Suarez [Tue, 17 Apr 2018 23:07:23 +0000 (01:07 +0200)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  to 8f24202cbd59e400dfb7a8a629bc13e954f90105
  - Migrate listener's methods

    Migrate add, update and remove methods to use the new ones.

    Change-Id: I7652b596be36afdb69b8516b0376feace083d175
Signed-off-by: David Suarez <david.suarez.fuentes@gmail.com>
6 years agoUpdate git submodules
Faseela K [Fri, 13 Apr 2018 06:31:28 +0000 (12:01 +0530)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 90c0bc94b08a89085a79cf651a91193613b213ea
  - Re-enable FindBugs and ignore the null violations

    Change-Id: I6d5e905119dfa3f57b9b6a0ce2f61f16fb924e4a
Signed-off-by: Faseela K <faseela.k@ericsson.com>
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Nidhi Adhvaryu [Fri, 16 Mar 2018 11:03:59 +0000 (16:33 +0530)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 624946f8c6cc73d99b4316aa43de0a429603d410
  - TestPlan for SRM

    Change-Id: I7ebd5ed2eff066de0f1d8b373615847e65a030fe
Signed-off-by: Nidhi Adhvaryu <nidhi.adhvaryu@ericsson.com>
6 years agoMerge "rm milestone/release-plan. Promote Managed Release"
Charles La Voy [Tue, 17 Apr 2018 19:13:48 +0000 (19:13 +0000)]
Merge "rm milestone/release-plan. Promote Managed Release"

6 years agoUpdate git submodules
Anil Vishnoi [Tue, 17 Apr 2018 18:06:53 +0000 (18:06 +0000)]
Update git submodules

* Update docs/submodules/openflowplugin from branch 'master'
  to d2d32cbb3371be0d42e58136663f4d53b23dd7f4
  - Merge "add default value to channel-outbound-queue-size"
  - add default value to channel-outbound-queue-size

    We ran into an issue with puppet-opendaylight that if we
    create the default-openflow-connection-config.xml without
    channel-outbound-queue-size attribue opendaylight doesn't
    listen to Openflow Port 6653.

    This commit add default value to channel-outbound-queue-size
    so that we won't need to spacify it in the
    default-openflow-connection-config.xml

    Change-Id: Ia13382973eab51369929a71c0864d62c240e01f7
Signed-off-by: Moshe Levi <moshele@mellanox.com>
6 years agoUpdate git submodules
Michael Vorburger [Thu, 12 Apr 2018 16:06:17 +0000 (18:06 +0200)]
Update git submodules

* Update docs/submodules/aaa from branch 'master'
  to e69ba6f6ead5e59957cc52e5514bc55291472e8b
  - add full implementation in web-jetty-impl

    Change-Id: I649336bcaf51f683e52284cc549332c4c1815836
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoMerge "Remove milestone concept from branch cutting docs"
Charles La Voy [Tue, 17 Apr 2018 15:40:19 +0000 (15:40 +0000)]
Merge "Remove milestone concept from branch cutting docs"

6 years agoMerge "Remove integration/packaging submodule"
Charles La Voy [Tue, 17 Apr 2018 15:38:56 +0000 (15:38 +0000)]
Merge "Remove integration/packaging submodule"

6 years agoMerge "Clarify local-as description"
Charles La Voy [Tue, 17 Apr 2018 15:37:37 +0000 (15:37 +0000)]
Merge "Clarify local-as description"

6 years agoUpdate git submodules
Stephen Kitt [Tue, 17 Apr 2018 10:59:03 +0000 (12:59 +0200)]
Update git submodules

* Update docs/submodules/odlparent from branch 'master'
  to c22004e4a754e82544ff7ad90b989e911da60bad
  - Disable more null-related FindBugs checks

    These produce false-positives with Guava 23.6+. This effectively
    neuters null-pointer analysis using FindBugs unfortunately (but is
    necessary to avoid having lots of irrelevant @SuppressFBWarnings
    statements throughout the project).

    Change-Id: I10445789b1266b8636fae1ae1130d7e64e0f67b3
    JIRA: ODLPARENT-146
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Michael Vorburger [Wed, 11 Apr 2018 18:39:40 +0000 (20:39 +0200)]
Update git submodules

* Update docs/submodules/aaa from branch 'master'
  to bf5ca7cb18050c06ee31dcd9acebb63267660f34
  - add skeleton web-jetty-impl (to be implemented)

    This lets one use the new WebServer API outside of OSGi, e.g. in
    component tests; specifically, I would like to use this in project
    Neutron.

    Change-Id: I7035078b877daaebceeb71a5e664386f6a85969a
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdate git submodules
Michael Vorburger [Mon, 16 Apr 2018 16:36:15 +0000 (18:36 +0200)]
Update git submodules

* Update docs/submodules/infrautils from branch 'master'
  to 92dbf832c8263f5c113204c72cdf08a92fdc956c
  - move diagstatus JSON from MBean into core Service

    so that a TBD DiagStatusServlet in INFRAUTILS-33 can call it, because
    DiagStatusService is the @OsgiServiceProvider for DiagStatusService; and
    DiagStatusServiceMBean is just for JMX, not an OSGi service (and should
    not be).

    including some minor changes to the JSON format, specifically:
    [as discussed on the infrautils-dev mailing list in today's thread]

    * renamed reportedStatusDes to reportedStatusDescription
    * removed lastReportedStatus as it is redundant with effectiveStatus
    * removed outputType, to simplify (no harm in always having everything)

    also very minor implementation changes; renamed strWrtr to stringWriter,
    and now using try for AutoCloseable StringWriter and JsonWriter,
    although in this case it probably makes absolutely no difference VS
    plain GC.

    JIRA: INFRAUTILS-33
    Change-Id: I9464443346929e6880892a079c74242c0f267639
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdate git submodules
sathwik boggarapu [Thu, 12 Apr 2018 07:35:26 +0000 (13:05 +0530)]
Update git submodules

* Update docs/submodules/infrautils from branch 'master'
  to c55ea9d06a32215348ef9cdccb0724ceea0d62d4
  - Diagstatus : Remote vs Local Status Optimization

    checking the memberaddress equals to self address.If its equal get
    local status, if not get remote status

    Change-Id: Iab53e17dd5e38dc4d1e6fe2364f04a35e427fc38
Signed-off-by: sathwik boggarapu <b.sathwik@ericsson.com>
6 years agoUpdate git submodules
Stephen Kitt [Mon, 16 Apr 2018 09:34:58 +0000 (11:34 +0200)]
Update git submodules

* Update docs/submodules/odlparent from branch 'master'
  to 57078d53bf5337cc9292ee801680aae9eb6e7b5d
  - Add jersey-client to odl-jersey-1

    The Jersey feature needs to include the client.

    Change-Id: Ifa9d3d5a7b6ffe46bb4c20c68740178b85cbecbc
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Faseela K [Wed, 11 Apr 2018 05:06:30 +0000 (10:36 +0530)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  to fe84ad63ca7a15818f4790ec607df30f847bfbfb
  - Migrate from genius mdsalutil-api/utils to tools-api/utils

    Change-Id: I9293be18ee02bbe0ab2562c6d2249097d729c78f
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoUpdate git submodules
Claudio D. Gasparini [Mon, 16 Apr 2018 08:26:13 +0000 (10:26 +0200)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to e0a4b2109aa44a52a4da349ca612316b9e02e085
  - Initialize effective rib in for App Peer

    Effective Rib in has splitted constructor and
    initializer. Add missing initialization under
    AppPeer

    BGPCEP-789
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
    Change-Id: Iee2bde3ebf5f786b78ff5c4dd387da7decf20b0d

  - Support Local AS only when configured as eBGP

    Change-Id: Iac5d463fdf3849148e5845aa9265806e25c8ba76
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoClarify local-as description 18/71018/1
Tomas Markovic [Tue, 17 Apr 2018 07:24:50 +0000 (09:24 +0200)]
Clarify local-as description

It is unclear from the picture, which
router is the ebgp one.

Change-Id: I84bc040e21c642d2ffa7e1c18966d4c47d95ba15
Signed-off-by: Tomas Markovic <tomas.markovic@pantheon.tech>
6 years agoRemove integration/packaging submodule 04/71004/1
Thanh Ha [Tue, 17 Apr 2018 01:04:02 +0000 (21:04 -0400)]
Remove integration/packaging submodule

They produce separate docs now and no longer need to be a
submodule project.

Change-Id: I7272c04fac117fb5752bc730786419fb96e050bd
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Stephen Kitt [Thu, 22 Mar 2018 17:24:30 +0000 (18:24 +0100)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  to 7ceee57c52ddb8b5f7c649cfe28312321010a99c
  - Bump to odlparent 3.1.0 and yangtools 2.0.3

    Change-Id: Iab5a1c87fae57ec45524f8be10ceef3aee716ab5
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Ryan Goulding [Mon, 16 Apr 2018 16:43:25 +0000 (12:43 -0400)]
Update git submodules

* Update docs/submodules/aaa from branch 'master'
  to e6c8e126c6b2b5b0b11584a8717bca22261ba01c
  - Align with odlparent version of jolokia

    Change-Id: I123be8cd1732c467f692df11b183606d01e78d51
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
6 years agoUpdate git submodules
Stephen Kitt [Mon, 16 Apr 2018 09:16:32 +0000 (11:16 +0200)]
Update git submodules

* Update docs/submodules/aaa from branch 'master'
  to 8d6293258dba49846729c201389dacfcf07e6b59
  - Ensure Jersey is initialised before AAA-Shiro

    When we group the Jersey bundles with bundles using them, we run into
    initialisation races where AAA-Shiro ends up trying to use Jersey
    before the latter’s activators have run.

    All credit to Robert Varga for figuring out that we need an ordering
    constraint between Jersey as a whole and the rest of AAA-Shiro. The
    new odl-aaa-jersey-1 feature will eventually be replaced by ODL
    Parent’s odl-jersey-1 feature, once we’ve added jersey-client to
    that.

    Issue: RELENG-85
    Change-Id: I3d87dc28c8067bbeb0ca32be96ccdb4f6d359573
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Thanh Ha [Sun, 15 Apr 2018 09:45:43 +0000 (09:45 +0000)]
Update git submodules

* Update docs/submodules/openflowplugin from branch 'master'
  to dc6692613365847e6095bc3bd8cf7c826abb69b4
  - Merge "Bump to odlparent 3.1.0 and yangtools 2.0.3"
  - Bump to odlparent 3.1.0 and yangtools 2.0.3

    Change-Id: I49aefcaf2b8a1f0649afe37316bb9f024b05deec
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Stephen Kitt [Thu, 22 Mar 2018 17:24:27 +0000 (18:24 +0100)]
Update git submodules

* Update docs/submodules/ovsdb from branch 'master'
  to 107450f59231a570b31059c8cbc79c0cbae25b61
  - Bump to odlparent 3.1.0 and yangtools 2.0.3

    Change-Id: I9bf484eac11e52cbad3e825b128bd13a5421f7e7
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Stephen Kitt [Thu, 22 Mar 2018 17:24:33 +0000 (18:24 +0100)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to 92db286cf23f795bc7217b6ae104aabbaf5495ff
  - Bump to odlparent 3.1.0 and yangtools 2.0.3

    Change-Id: I89ac7aec458dd9b567697bd2449bacb92e192369
Signed-off-by: Stephen Kitt <skitt@redhat.com>
  - Fix findbug complains

    Change-Id: Ifeb808d6890c6150057ade9693b0730e9bf515fd
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdate git submodules
Stephen Kitt [Thu, 22 Mar 2018 17:24:32 +0000 (18:24 +0100)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to f68552780cd3cef8b33d56f08a24835564f25cf8
  - Bump to odlparent 3.1.0 and yangtools 2.0.3

    Change-Id: If99df255661c177c6424ee7eb7f77fdb00522d63
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Robert Varga [Fri, 13 Apr 2018 17:34:17 +0000 (19:34 +0200)]
Update git submodules

* Update docs/submodules/aaa from branch 'master'
  to c0ec187d399f5015d6ee40a0ca6bd1520e38a0e3
  - Remove  javax.ws.rs-api dependency

    Let's not pull javax.ws.rs-api-2.0.1 and see what gives.

    Change-Id: I7c8656f4423e87818c844f49019f83fe39731bc4
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoUpdate git submodules
Stephen Kitt [Fri, 13 Apr 2018 09:01:31 +0000 (11:01 +0200)]
Update git submodules

* Update docs/submodules/netconf from branch 'master'
  to 72bcb09b111b10f7db3af61b9e4a628291eec209
  - Add missing synchronisation

    AbstractNetconfSessionNegotiator synchronises access to state in
    changeState(); this also needs to be done in ifNegotiatedAlready.
    (FindBugs now flags this and fails the build.)

    Change-Id: Id2209e1987429f3b754a2c7afc1a7e47dc4135ab
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Thanh Ha [Thu, 12 Apr 2018 17:08:29 +0000 (17:08 +0000)]
Update git submodules

* Update docs/submodules/ovsdb from branch 'master'
  to b6c2a309e186e74200ea785055ba4692c5139f3b
  - Revert "Add Karaf build profile"

    This reverts commit f2d14686bf2ad4d8086974b2709676fde167b634.

    Change-Id: Id1bab084e93493bfde7b5ed4060c5e4e2da90a3f
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Stephen Kitt [Fri, 13 Apr 2018 11:20:11 +0000 (13:20 +0200)]
Update git submodules

* Update docs/submodules/aaa from branch 'master'
  to 9614c934f21f851f6152be31a0a8395bcb46f921
  - Align pax-web-api with Karaf 4.1.5

    Karaf now uses version 6.0.9.

    Change-Id: I08b9440448247234e1c9a15e557033deb9d467be
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Michael Vorburger [Thu, 12 Apr 2018 13:56:33 +0000 (15:56 +0200)]
Update git submodules

* Update docs/submodules/odlparent from branch 'master'
  to c89e7a16d7cb82c78f0132a9576025ff2899f6b1
  - SingleFeatureTest preserves target/SFT/karaf.log

    see issue for background; reason why, and impact

    Issue: ODLPARENT-148
    Change-Id: I15eeac652057fabb0dbc161e554dbe81164ebe0a
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
    (cherry picked from commit 4e5972854acffbe2faca51d8884f97475a433d3c)

6 years agoUpdate git submodules
Ryan Goulding [Thu, 12 Apr 2018 19:04:31 +0000 (15:04 -0400)]
Update git submodules

* Update docs/submodules/odlparent from branch 'master'
  to 01d5c07dd2dd10462fea8cc4be81958aa9bcf119
  - Remove ancient thirdparty jersey 1.17 packaging

    We apparently used to ship an inlined version of jersey.  This is
    no longer needed, and is removed here.

    Change-Id: Id926a4d84140d8084e73f5228b47c38e428aec81
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
6 years agoUpdate git submodules
Stephen Kitt [Thu, 22 Mar 2018 17:24:32 +0000 (18:24 +0100)]
Update git submodules

* Update docs/submodules/coe from branch 'master'
  to 460cf6e2fd7cb207b75e429d9ee482b1ec7cf97a
  - Bump to odlparent 3.1.0 and yangtools 2.0.3

    Change-Id: I4e1497c6c31e35e5b4ed00a055a6c215cc645982
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Anil Belur [Fri, 13 Apr 2018 02:49:10 +0000 (02:49 +0000)]
Update git submodules

* Update docs/submodules/netconf from branch 'master'
  to 4e39e49ef541d25099afc4c2ff80d89b04b24103
  - Merge "Bump to odlparent 3.1.0 and yangtools 2.0.3"
  - Bump to odlparent 3.1.0 and yangtools 2.0.3

    Change-Id: I9a3afa42f9995598686daf3b2d3885e556fff70b
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Stephen Kitt [Thu, 22 Mar 2018 17:24:27 +0000 (18:24 +0100)]
Update git submodules

* Update docs/submodules/aaa from branch 'master'
  to 8b50914a6a8211ff2488ea3a248a5f9af0219eca
  - Bump to odlparent 3.1.0 and yangtools 2.0.3

    Change-Id: Idca8474f104b93a7c4a2e5148ad4d414306cfa69
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Stephen Kitt [Thu, 22 Mar 2018 17:24:32 +0000 (18:24 +0100)]
Update git submodules

* Update docs/submodules/infrautils from branch 'master'
  to 650fde6b707961223bfcc85db08f827903066d0f
  - Bump to odlparent 3.1.0 and yangtools 2.0.3

    Change-Id: Ic40708ad8cc3f52111d0da6080e70331ed8f4dfc
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Michael Vorburger [Thu, 12 Apr 2018 17:00:16 +0000 (19:00 +0200)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 5fffe9712447d2d3d8f2cfa793bd244e930513cf
  - remove un-used org.osgi.core from tools-api

    Change-Id: I34b353fedafe908baacd536c58a26670e2f09a4f
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdate git submodules
Faseela K [Thu, 12 Apr 2018 15:23:30 +0000 (20:53 +0530)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to f1e02fd8577e35a3035e72dc580aae0266111f6b
  - wrong feature dependencies in newly added features.

    Change-Id: Ie592de3ee8f6ba01c86e7d411dad8d5c411cf59c
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoMerge "Remove milestone status reports"
Charles La Voy [Thu, 12 Apr 2018 16:28:43 +0000 (16:28 +0000)]
Merge "Remove milestone status reports"

6 years agoUpdate git submodules
Dimitrios Markou [Thu, 12 Apr 2018 08:01:32 +0000 (11:01 +0300)]
Update git submodules

* Update docs/submodules/integration/packaging from branch 'master'
  to f0e8458f5d519b66a6311d12ee6f5b0aa4abe656
  - Add missing opendaylight.service template file

    ODL debian packages were building succesfully but when they were
    getting installed the ODL service was not started because
    of missing opendaylight.service file which is essential so the
    systemd can start the ODL service.

    Change-Id: I3b01d9e258529fbf68ce16266f3358c163dc19e4
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
6 years agoUpdate git submodules
Michael Vorburger [Wed, 11 Apr 2018 13:04:30 +0000 (15:04 +0200)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 3cee8cb0d16b363f8e8647252e246b36d4bf8b91
  - remove un-used it-parent

    Change-Id: I32eaa7da323298780035b2b9080ac9f9fbe36c76
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdate git submodules
Jakub Morvay [Thu, 12 Apr 2018 14:20:59 +0000 (14:20 +0000)]
Update git submodules

* Update docs/submodules/netconf from branch 'master'
  to afce5ad359932ef84f239e59888fe041ac7113c9
  - Merge "fix failure during connecting device when channelActive happens later than handleMessage"
  - fix failure during connecting device when channelActive happens later than handleMessage

    fix bug NETCONF-533
    --https://jira.opendaylight.org/browse/NETCONF-533

    Change-Id: I46e4a85fc7be1bc221cfbb43386eae95768ac5ac
Signed-off-by: jiang.wei <351183359@qq.com>
6 years agoUpdate git submodules
Tarun Thakur [Wed, 28 Mar 2018 09:58:45 +0000 (15:28 +0530)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to daaa3e10f63a4985cc72029f43b0171538105972
  - Support for dynamic update of local_ip from SBound

    This change will enable support for dynamic change in TEP's local_ip.
    No need to explicitly remove tep and then add to achieve update
    operation.
    Simply update other_config's local_ip in openvswitch table of OVSDB to
    update tep in the transport-zone inside ODL.

    Change-Id: Ia3ba618dd95945f8bb4b14aa8c8f9b4b74ac0e92
Signed-off-by: Tarun Thakur <tarun.t@altencalsoftlabs.com>
6 years agoUpdate git submodules
Tarun Thakur [Mon, 2 Apr 2018 10:42:38 +0000 (16:12 +0530)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 9bb2a0d81d6056a18fc835708fe2e234bb606be4
  - Change ext ID tzname key to transport_zone

    This is for changing external_id's tzname key to transport_zone
    which seems more understandable and better for long run.

    Change-Id: I2d932b7a74bb2a21cf811e7feb27c4f372d81ec2
Signed-off-by: Tarun Thakur <tarun.t@altencalsoftlabs.com>
6 years agoUpdate git submodules
Tarun Thakur [Wed, 4 Apr 2018 08:31:15 +0000 (14:01 +0530)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to d45da5e00aa9f588e19a40a4a525dcf2a58d36da
  - Spec update against reviews #70100, #70246, #70319

    Spec is updated against below reviews:
    Review ID: 70100
    Move tepsNotHosted from Config DS to Oper DS

    Review ID: 70246
    Change ext ID tzname key to transport_zone

    Review ID: 70319
    Support for dynamic update of local_ip from Southbound

    Change-Id: I99a47049f1fe850560754239d00465eaa11556db
Signed-off-by: Tarun Thakur <tarun.t@altencalsoftlabs.com>
6 years agoUpdate git submodules
Jaime Caamaño Ruiz [Tue, 3 Apr 2018 12:11:50 +0000 (14:11 +0200)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  to c47d7733402e6ddf68f19c70f006784888d2e394
  - RELENG-63: Fix duplicate bundles in features

    Change-Id: I921a0b78e2a6da5ff9f23a9d2a5357ecbf86b5a0
    JIRA: RELENG-63
Signed-off-by: Jaime Caamaño Ruiz <jcaamano@suse.com>
6 years agoUpdate git submodules
Nishchya Gupta [Fri, 6 Apr 2018 14:02:22 +0000 (19:32 +0530)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 7c634b723383f3513cbad57847dda05db417ef8f
  - NETVIRT-1198: Acl Stats does not support Anti Spoof drop stats.

    Support has been added in netvirt which requires few new definations in genius.

    Change-Id: I9a4750209e134338e4f06506dea6e1273ecaa922
Signed-off-by: Nishchya Gupta <nishchyag@altencalsoftlabs.com>
    (cherry picked from commit 754e9833ac42a6fa937894144a0b5b255faf616f)

6 years agoUpdate git submodules
Faseela K [Tue, 10 Apr 2018 17:41:55 +0000 (23:11 +0530)]
Update git submodules

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

    This reverts commit 1c26ba35a1c6e03534151bbddeed8ec4d460c109.

    Change-Id: Ie09689a0d1596c09e0a18d4e4ed462cbca46106e
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoUpdate git submodules
Michael Vorburger [Fri, 6 Apr 2018 19:24:57 +0000 (21:24 +0200)]
Update git submodules

* Update docs/submodules/infrautils from branch 'master'
  to 5ef613b5167b5c5c74306ab0d135cd6b8862f728
  - enforce ErrorProne'e UnnecessaryDefaultInEnumSwitch

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

    we need this in some places with this:

      @SuppressWarnings("checkstyle:MissingSwitchDefault") // http://errorprone.info/bugpattern/UnnecessaryDefaultInEnumSwitch

    but as Error Prone adoption becomes more wide spread in OpenDaylight,
    we should perhaps remove MissingSwitchDefault from our Checkstyle
    rules configuration, eventually.

    Change-Id: I4a3b83b11a7193facdc333989999d5d7b1cdf667
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdate git submodules
Lorand Jakab [Wed, 11 Apr 2018 14:34:04 +0000 (17:34 +0300)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  to 5c077e687643462efb632193ca882f9b2fa6c6ca
  - Use ietf-ip.yang from mdsal instead of our own

    Change-Id: I692e6301fc0e3303e13e5dd1893443bd7cab0b05
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
6 years agoUpdate git submodules
Michael Vorburger [Fri, 6 Apr 2018 19:15:22 +0000 (21:15 +0200)]
Update git submodules

* Update docs/submodules/infrautils from branch 'master'
  to ade54b2d78c49572e10eb919011b645ecf46ae56
  - enforce ErrorProne's StringSplitter

    also StringSplit, because in the version of EP we
    use there seem to have been both, but in the latest
    version those seem to be have been combined.

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

    Change-Id: I171cf329c4152cbb4aa234c4a8521d581325fd48
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdate git submodules
Tom Pantelis [Wed, 11 Apr 2018 13:18:55 +0000 (09:18 -0400)]
Update git submodules

* Update docs/submodules/ovsdb from branch 'master'
  to cc96b221fa61bbe672e3400b3d1426f4ec24d7bb
  - Convert to mdsal EntityOwnershipService APIs

    The controller APIs are deprecated and being removed.

    Change-Id: Ibf4c55cff0dc2e84b3a7ff0e85b5f1a505d74b84
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
6 years agoUpdate git submodules
Jakub Morvay [Thu, 12 Apr 2018 07:13:10 +0000 (07:13 +0000)]
Update git submodules

* Update docs/submodules/netconf from branch 'master'
  to 5a32bcd2c7752cb3a90a721e17079af9c6d049ad
  - Merge "Specify necessary dependencies"
  - Specify necessary dependencies

    odl-restconf-common relies on AAA bringing in Jersey 1.X dependencies.
    Relying on transitive dependencies is not good practice, since it
    binds the upstream to providing them continuously.  AAA is undergoing
    cleanup related to Jersey implementation, part of which is an experiment
    to switch on Jersey 2.  In order to do this, we remove the Jersey 1
    "com.sun.jersey" dependencies.  This causes RESTCONF to have missing
    runtime dependencies.  This patch fixes this issue properly.

    Change-Id: Idb32f44573684770b9a57675dfadf010d8a16c9e
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
6 years agoUpdate git submodules
D Arunprakash [Wed, 11 Apr 2018 08:18:44 +0000 (13:48 +0530)]
Update git submodules

* Update docs/submodules/openflowplugin from branch 'master'
  to f7f94785f7500aec344b036ac8f14fa26e5e12cb
  - Remove controller lldp dependency

    Few pom files still has controller lldp dependency

    Change-Id: I353cddb05a845bc354254d3a25261d0e6ac822ed
Signed-off-by: D Arunprakash <d.arunprakash@ericsson.com>
6 years agoUpdate git submodules
Daniel Farrell [Thu, 12 Apr 2018 01:51:25 +0000 (21:51 -0400)]
Update git submodules

* Update docs/submodules/integration/packaging from branch 'master'
  to 6b57ae5081274412f4aa22fc4f0dbf8b18806739
  - Add tests for Oxygen release, Fluorine pre-release

    Add packaging logic unit test coverage for Oxygen formal release and
    Fluorine snapshot builds.

    Issue: INTPAK-154
    Change-Id: I78f5636baa5387b2a39c7754ab22c00a50881b55
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
6 years agoUpdate git submodules
Claudio D. Gasparini [Wed, 11 Apr 2018 10:57:42 +0000 (12:57 +0200)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to 424125c4174cb19be25532160f11d2e70efd967a
  - Migrate deprecated OsgiCommandSupport

    Change-Id: I3fabc2af08746b2690a8e1ca8cb87e6ec84ad411
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdate git submodules
Tom Pantelis [Thu, 28 Dec 2017 20:10:29 +0000 (15:10 -0500)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 689e566173fad0c84d247b14a2f20b6fe94ae21f
  - Replace HwvtepHACache with HwvtepNodeHACacheImpl

    HwvtepHACache is replaced by HwvtepNodeHACacheImpl in the
    mdsalutil-impl bundle.

    Change-Id: Id29450416ae0f738b0e91d108e22418341d70b22
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
6 years agoUpdate git submodules
Claudio D. Gasparini [Tue, 10 Apr 2018 18:35:42 +0000 (20:35 +0200)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to cf8410dbfd1b2fff815e3f9cc0182a45157a58da
  - Rework Cluster-Id config

    BGPCEP-564
    Change-Id: I96557eca0c599e0934b7fada91bfc35162eae7bc
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
  - Delete routes under eff-rib-in

    only if there are present.

    Change-Id: I7c863999b54a16dec2bcaddd256c6ff7121b0cb5
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
  - Rework OffsetMap.remove() and share empty arrays

    Empty arrays are immutable, hence we can share those instances,
    reducing overheads. Also updates OffsetMap.remove() to take an
    empty array argument, which will be used when the map would become
    empty.

    Change-Id: I58116eddce3d8b1a1f7d049c0c1f12fcd9f79966
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoUpdate git submodules
Faseela K [Sat, 7 Apr 2018 02:36:21 +0000 (08:06 +0530)]
Update git submodules

* Update docs/submodules/infrautils from branch 'master'
  to 4d05345dba60bfb59ad63ff7b524b48311b32c4d
  - diagstatus not able to retrieve status in certain clustered deployments.

    Whenever the ODL cluster deployment has different namespaces where the
    host is, and where ODL runs, diagstatus has difficulties in running the
    query as we were not passing the targetHost in the jmx URL. When the targetHost
    was not passed, JMXServiceURL was doing a InetAddress.getLocalHost().getHostName()
    to resolve the same, which will point to a wrong IP.

    Change-Id: I07cd24a8e1c4ef2c4df6ffe71ec6d895fd10cc27
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoUpdate git submodules
Prasanna Huddar [Wed, 11 Apr 2018 09:08:37 +0000 (09:08 +0000)]
Update git submodules

* Update docs/submodules/openflowplugin from branch 'master'
  to a04cf3e41f894bf4b7fdd107a593ac962dfd33f7
  - Merge "Logs are added to identify the flows and groups being added in the node for the corresponding transaction ID when it's pushed in the form of bundle messages going via bundle experimenter messages."
  - Logs are added to identify the flows and groups being added in
    the node for the corresponding transaction ID when it's pushed in
    the form of bundle messages going via bundle experimenter messages.

    Change-Id: I880a7f9e88535a6215912f9b17b63c9a9e9ce9de
Signed-off-by: eeiillu <suja.t@ericsson.com>
6 years agoUpdate git submodules
Prasanna Huddar [Wed, 11 Apr 2018 09:07:59 +0000 (09:07 +0000)]
Update git submodules

* Update docs/submodules/openflowplugin from branch 'master'
  to 98172cb6fe9af5bb8a54686d32ab19973f037793
  - Merge "OPNFLWPLUG-986: Administrative Reconciliation for multiple/all Nodes"
  - OPNFLWPLUG-986: Administrative Reconciliation for multiple/all Nodes

    The mechanism that is currently used for switch reconciliation implies
    either a switch or a controller restart.To avoid this force restarting
    technique and to make the user more flexible administrative reconciliation
    can be used.Here, the implementation is done to trigger switch reconciliation
    operation between controller and switch through CLI command and
    RESTCONF operation.

    Change-Id: I11255685b12c73f1c7cb20a27b5176d6aad51199
Signed-off-by: eeiillu <suja.t@ericsson.com>
6 years agoUpdate git submodules
Jakub Morvay [Wed, 11 Apr 2018 07:23:04 +0000 (07:23 +0000)]
Update git submodules

* Update docs/submodules/netconf from branch 'master'
  to 65e365b57106b134ac29f274db520995b59bb154
  - Merge "Fix yanglib SFT failure"
  - Fix yanglib SFT failure

    For some reason the YangLibRestApp doesn't get created which causes
    BP to timeout b/c it advertises an OSGi service referenced by the
    BP xml. Instead of using a service I changed it to use a static
    to bridge between BP and the web app, as is done elsewhere.

    Change-Id: Ia606514258d2082bf041ac81ab890f53f999ee2c
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
    (cherry picked from commit c734a43d922f4603c0463e6de86c99f0ca317887)