docs.git
6 years agoFix syntax issue with glob pattern 07/69907/1 release/oxygen
Thanh Ha [Thu, 22 Mar 2018 20:13:45 +0000 (16:13 -0400)]
Fix syntax issue with glob pattern

Change-Id: Iff848044f3845909f20c86fcbdcb2794b7e20df4
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoImprove release process for parallization of work 04/69904/3
Thanh Ha [Thu, 22 Mar 2018 15:38:46 +0000 (11:38 -0400)]
Improve release process for parallization of work

Some steps steps can be performed in parallel so that
releasing happens as quickly as possible. Reword the docs such that
it is clearer how we can perform these parallel tasks.

Change-Id: Ie81b264b1a70ae0e93f310c2ac81f1bdaacab2dc
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate release notes index.rst for oxygen 00/69900/3
Charles La Voy [Thu, 22 Mar 2018 15:44:06 +0000 (10:44 -0500)]
Update release notes index.rst for oxygen

Change-Id: I788a8eb77eb0ff686ab35449fb3b1b27da440ae9
Signed-off-by: Charles La Voy <charleslavoy@gmail.com>
6 years agoRemove the RSTcheckBear 06/69906/1
Thanh Ha [Thu, 22 Mar 2018 19:32:47 +0000 (15:32 -0400)]
Remove the RSTcheckBear

We will strive to set the Sphinx -W flag instead which does some
basic checking. This allows us to use Sphinx specific features
like substitutions from conf.py which RSTcheckBear catches as
failures.

Change-Id: I9729358579668b04e0569baf311dc2c640fee865
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Michael Vorburger [Tue, 20 Mar 2018 14:23:52 +0000 (15:23 +0100)]
Update git submodules

* Update docs/submodules/infrautils from branch 'master'
  to bab83b30d97eb8b9fb3fc3502a7d9fdc883f12b5
  - expand meterWithOneDynamicLabel in MetricsExample with 2 keys, for demo

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

* Update docs/submodules/infrautils from branch 'master'
  to c6d59809f813b526147ccbc9b080e6a5742e7221
  - fix PrometheusMetricProviderImpl bug related to labels

    Change-Id: Ib09e02b646254c99c4278757e4767672e3644a2d
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdate git submodules
Michael Vorburger [Thu, 22 Mar 2018 14:56:39 +0000 (15:56 +0100)]
Update git submodules

* Update docs/submodules/infrautils from branch 'master'
  to 3435aeda05dd7f96b5524debbf8108793bd9626b
  - fix odl-infrautils-caches feature re. utils

    see https://lists.opendaylight.org/pipermail/integration-dev/2018-March/011342.html

    Change-Id: I5c394dead324caf202f6ceaef275d0d48cee8f16
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdate git submodules
Edw7n [Tue, 6 Mar 2018 06:11:17 +0000 (11:41 +0530)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 8b70a6ecfc0a63161bc2bd1e1a5bfc9204851d7b
  - Utils for itm performance enhancements

    Change-Id: Id0400bd56473550ebc49d2968024632fcdf5b265
Signed-off-by: Edw7n <n.edwin.anthony@ericsson.com>
6 years agoUpdate git submodules
Michael Vorburger [Tue, 20 Mar 2018 14:20:46 +0000 (15:20 +0100)]
Update git submodules

* Update docs/submodules/infrautils from branch 'master'
  to fb569f111b3c1e8e9b8482cae838daa836e3d786
  - add MetricsExampleTest

    just to make sure that the MetricsExample does not have any glaring bugs

    Change-Id: I6b31b1d5011b05e48e46417e66e3baeedfa7cfd9
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdate git submodules
Michael Vorburger [Tue, 20 Mar 2018 14:12:31 +0000 (15:12 +0100)]
Update git submodules

* Update docs/submodules/infrautils from branch 'master'
  to ebeb0870e54a5447f63d36d782eb2315a45f7803
  - remove meterWithTwoDynamicLabels from MetricsExample, to simplify

    Change-Id: I6998a9ef1512adbf95dfd42afe9f080fed603352
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoRemove release notes 14/69814/2
Kit Lou [Thu, 22 Mar 2018 14:30:41 +0000 (09:30 -0500)]
Remove release notes

Remove release notes of projects not participating in Oxygen

Change-Id: I7b156fbfa199f36a9cc8988e8e0f2352490caa6e
Signed-off-by: Kit Lou <klou.external@gmail.com>
6 years agoUpdate git submodules
Michael Vorburger [Mon, 19 Mar 2018 12:54:27 +0000 (13:54 +0100)]
Update git submodules

* Update docs/submodules/infrautils from branch 'master'
  to f9e091b590f8ac06b8e76812165998cfb708805f
  - add Karaf features and what else is required for Prometheus metrics demo

    new odl-infrautils-metrics-sample & odl-infrautils-metrics-prometheus

    This change has everything needed to be able to show it off in a fully
    working demo under OSGi with Karaf.  (Before this, only the standalone
    MetricsPrometheusExampleMain launcher was really usable.)

    The PrometheusMetricProviderImpl class will probably see further
    evolutions some day (depending on project's interest), but that can come
    later.

    Change-Id: I066068fcc75e7a0a4951139ad9b4164e893838ee
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdate git submodules
Michael Vorburger [Wed, 21 Mar 2018 01:10:37 +0000 (02:10 +0100)]
Update git submodules

* Update docs/submodules/infrautils from branch 'master'
  to fa6c87bb8fb0f0003db615b4181f6beec1a64838
  - fix bugs in MetricProviderImpl re. re-using instead of new metric object

    Change-Id: I877c6b40fafb861f3dc8aa1fccdd9bd2fc991d00
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdate git submodules
Faseela K [Thu, 15 Mar 2018 12:05:29 +0000 (17:35 +0530)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to e9a4a141a35483cef98617f3760090aca51dd414
  - Re-enable interface-manager l2vlan component tests

    Change-Id: I63d0a93da481003b701c5a1843cece7d50cf51d1
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoUpdate git submodules
Faseela K [Wed, 21 Mar 2018 08:47:45 +0000 (14:17 +0530)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 3ce4624ea18600a5cd0da4c4605bf0911eca4e6d
  - Make createVlanInterface APIs return ListenableFuture

    Note : This will require a remerge in netvirt repo.

    Change-Id: I91511a3b6e7aa6f4709c9ebb215c5ce5f4d49a55
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoMerge "Link to NetVirt RTD guides rather than local copy"
Charles La Voy [Thu, 22 Mar 2018 13:31:35 +0000 (13:31 +0000)]
Merge "Link to NetVirt RTD guides rather than local copy"

6 years agoUpdate git submodules
Edw7n [Mon, 12 Feb 2018 17:50:07 +0000 (23:20 +0530)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 04a7bbc3a1615be58aa25d14d933afba7d8ab3bb
  - yang changes for scaling,
    to support corresponding netvirt changes

    Change-Id: If29c11f61658a44f8b5614baddfe660782fb7c69
Signed-off-by: Edw7n <n.edwin.anthony@ericsson.com>
6 years agoMerge "vtn MF readout"
Kit Lou [Thu, 22 Mar 2018 13:05:27 +0000 (13:05 +0000)]
Merge "vtn MF readout"

6 years agoUpdate git submodules
Claudio D. Gasparini [Thu, 22 Mar 2018 09:27:56 +0000 (10:27 +0100)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to ca4c37c05d959ce80a25a8440d086fc078e045ad
  - BGPCEP-768: Fix switch case

    use break instead of wrong use of return.

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

* Update docs/submodules/genius from branch 'master'
  to 996053eb96e3cfa88f794cff7ff4b1f8f29824ae
  - deprecate ItmUtils' read() and write() methods

    Change-Id: I848145f71b3a3002898b34d26b9699514f14b684
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agovtn MF readout 52/69652/4
gvrangan [Tue, 20 Mar 2018 20:45:41 +0000 (02:15 +0530)]
vtn MF readout

Change-Id: I818fa7961d16cde5137deda4bd25f249d92be985
Signed-off-by: gvrangan <venkatrangang@hcl.com>
Signed-off-by: Kit Lou <klou.external@gmail.com>
6 years agoMerge "AAA mf status"
Kit Lou [Thu, 22 Mar 2018 12:37:11 +0000 (12:37 +0000)]
Merge "AAA mf status"

6 years agoUpdate git submodules
Stephen Kitt [Mon, 18 Dec 2017 17:19:50 +0000 (18:19 +0100)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 2ab4b1336ccb7c9debb9a9fd1f7878dc21657a1d
  - GENIUS-103: use a callback to start LLDP monitoring

    This ensures that the transaction is *processed* before we start LLDP
    monitoring.

    Change-Id: I61abc7e1d03321fd94c86fbe311aed2a2e3951ca
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Claudio D. Gasparini [Tue, 20 Mar 2018 08:54:25 +0000 (09:54 +0100)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to 8185249f461f92df89c3033a5c40a8a9d9e310d4
  - revert method name change

    Change-Id: Id3f00b6d224e61b9de2dc5ab9d85a6273883aaef
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdate git submodules
LiGuosheng [Mon, 19 Mar 2018 01:16:37 +0000 (09:16 +0800)]
Update git submodules

* Update docs/submodules/netconf from branch 'master'
  to 32c6b3e6afb7d118d5615ec001a9f53705b8eecb
  - Add the entry for using TLS protocol type

    Add TLS protocol type to the method getClientConfig of class
    AbstractNetconfTopology. Add test case.

    Change-Id: Ia0d32c629d21c48a65d12edc76bc0decc2a3a9f6
Signed-off-by: Li guosheng <li.guosheng6@zte.com.cn>
6 years agoUpdate git submodules
Claudio D. Gasparini [Wed, 21 Mar 2018 12:07:36 +0000 (13:07 +0100)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to 54a2b90ebcae908b1848d023f693f27999ff30b7
  - BGPCEP-578: Extended peer-group support

    - Add Peer Group to Operational state
    - Augment peer group model for support peer remote port.
    - Name augmentations missing naming.
    - Clean up OpenConfigMappingUtil and
      remove no longer required utility methods.

    Change-Id: I840dad2d6f3c49fa1c12462e21f241f36cda03dc
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoLink to NetVirt RTD guides rather than local copy 87/69787/1
Sam Hague [Thu, 22 Mar 2018 04:56:01 +0000 (21:56 -0700)]
Link to NetVirt RTD guides rather than local copy

Change-Id: If5ca7aa3d9f5ab71fd7bcea54ae49a4a13e051ba
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoAAA mf status 96/69696/2
Ryan Goulding [Tue, 20 Mar 2018 17:05:17 +0000 (13:05 -0400)]
AAA mf status

Final milestone status.  One question involved whether there were
test failures;  I said no.  There is a failing test suite for
keystone, but this has been broken for quite some time and is
scheduled for removal anyway.

Change-Id: I6c77218646dac1bf07423fa0b16b06168fa443a7
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
Signed-off-by: Kit Lou <klou.external@gmail.com>
6 years agoMerge "vtn Oxygen Release Notes"
Kit Lou [Thu, 22 Mar 2018 02:34:44 +0000 (02:34 +0000)]
Merge "vtn Oxygen Release Notes"

6 years agovtn Oxygen Release Notes 51/69651/2
gvrangan [Tue, 20 Mar 2018 20:22:35 +0000 (01:52 +0530)]
vtn Oxygen Release Notes

Change-Id: I1cfc5be404691b9ba1bd0744b727b7300009eab0
Signed-off-by: gvrangan <venkatrangang@hcl.com>
Signed-off-by: Kit Lou <klou.external@gmail.com>
6 years agoUpdate git submodules
Claudio D. Gasparini [Mon, 19 Mar 2018 16:18:18 +0000 (17:18 +0100)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to 889700a070e725f44ee3d4fe215d93312ac8f0bf
  - BGPCEP-764: Use full Ipv6 form under StrictBGPPeerRegistry

    Ipv6 equal is not capable of handle short or full form
    of Ipv6, returning false when comparing different versions.
    Therefore use full form under registry.

    Change-Id: I2127f20e847860792d0f1c18b0ae243825a9d86a
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoMerge "DluxApps Final Milestone readout"
Kit Lou [Wed, 21 Mar 2018 20:59:13 +0000 (20:59 +0000)]
Merge "DluxApps Final Milestone readout"

6 years agoMerge "Update DluxApps release notes for Oxygen"
Kit Lou [Wed, 21 Mar 2018 20:58:48 +0000 (20:58 +0000)]
Merge "Update DluxApps release notes for Oxygen"

6 years agoMerge "Dlux Final Milestone readout"
Kit Lou [Wed, 21 Mar 2018 20:58:24 +0000 (20:58 +0000)]
Merge "Dlux Final Milestone readout"

6 years agoMerge "Update Dlux release notes for Oxygen"
Kit Lou [Wed, 21 Mar 2018 20:57:46 +0000 (20:57 +0000)]
Merge "Update Dlux release notes for Oxygen"

6 years agoDluxApps Final Milestone readout 74/69774/2
Daniel Malachovský [Wed, 21 Mar 2018 16:49:44 +0000 (17:49 +0100)]
DluxApps Final Milestone readout

Change-Id: I191a6625d10f199f0f2b9c26d1c0125724b6e516
Signed-off-by: Daniel Malachovský <daniel.malachovsky@pantheon.tech>
6 years agoUpdate DluxApps release notes for Oxygen 73/69773/3
Daniel Malachovský [Wed, 21 Mar 2018 16:47:04 +0000 (17:47 +0100)]
Update DluxApps release notes for Oxygen

Change-Id: Id88464825d25d200f0da23db7d9a5a4a88952aab
Signed-off-by: Daniel Malachovský <daniel.malachovsky@pantheon.tech>
6 years agoDlux Final Milestone readout 72/69772/3
Daniel Malachovský [Wed, 21 Mar 2018 16:39:53 +0000 (17:39 +0100)]
Dlux Final Milestone readout

Change-Id: I553312b0e802aa617e93d967a5b2651630a178c6
Signed-off-by: Daniel Malachovský <daniel.malachovsky@pantheon.tech>
6 years agoUpdate Dlux release notes for Oxygen 71/69771/2
Daniel Malachovský [Wed, 21 Mar 2018 16:36:57 +0000 (17:36 +0100)]
Update Dlux release notes for Oxygen

Change-Id: If519298209a8e544dc03da4f1333351d3b71183b
Signed-off-by: Daniel Malachovský <daniel.malachovsky@pantheon.tech>
6 years agoUpdate git submodules
Robert Varga [Wed, 21 Mar 2018 11:22:10 +0000 (12:22 +0100)]
Update git submodules

* Update docs/submodules/odlparent from branch 'master'
  to 64e559b7c4fae36a372b8f974b51da3823e82686
  - Bump lmax disruptor to 3.4.1

    https://github.com/LMAX-Exchange/disruptor/releases/tag/3.4.0
    https://github.com/LMAX-Exchange/disruptor/releases/tag/3.4.1

    Change-Id: Ie702b3b97d2dc099b8402283b69eb18e114136ef
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
  - Bump javassist to 3.22.0

    https://github.com/jboss-javassist/javassist/compare/rel_3_21_0_ga...rel_3_22_0_ga

    Change-Id: Iae54ca698e04a55bfdfbcc6fd24ed46e9af1b647
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
    (cherry picked from commit 47fe27592502cbd042c269bf21e8e03ed5df4ac2)

  - Bump netty to 4.1.22

    http://netty.io/news/2018/02/05/4-0-56-Final-4-1-21-Final.html
    http://netty.io/news/2018/02/21/4-1-22-Final.html

    Change-Id: If7688af77baf5d9e1a3289d1cf5f42b0abf6f34e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
    (cherry picked from commit aae07f7a0cad6f94e4f511bcc3f466e14f93f235)

  - Bump scala to 2.12.5

    http://www.scala-lang.org/news/2.12.5

    Change-Id: I6a9fddc5ca58822367c146ec2d2cc547e61d7e7b
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
    (cherry picked from commit e44d7d01ea051fb3dd51bdccf783c0f3e32ea963)

  - Bump akka to 2.5.11

    https://akka.io/blog/news/2018/02/28/akka-2.5.11-released

    Change-Id: Ida5ba9a519ec7336f32521e259d587b8cca3e57d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
    (cherry picked from commit 9e31a398d1c8a8b3d76bc5596e2599d8ed6bd0eb)

6 years agoMerge "Update ODL Parent release notes for Oxygen"
Kit Lou [Wed, 21 Mar 2018 15:48:13 +0000 (15:48 +0000)]
Merge "Update ODL Parent release notes for Oxygen"

6 years agoMerge "Add SXP final milestone readout"
Kit Lou [Wed, 21 Mar 2018 15:45:58 +0000 (15:45 +0000)]
Merge "Add SXP final milestone readout"

6 years agoUpdate git submodules
Vishal Thapar [Wed, 21 Mar 2018 09:08:50 +0000 (14:38 +0530)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 13d6aa4afa8aa3161260d8140dff3c2908873b79
  - Fix ITM UT failures

    Yangtools has changed how IPAddresses are converted
    to string. ITM code is using different methods to
    convert String IPs to IpAddress. Fix is to use
    IpAddressBuilder, which is v4/v6 anogstic, at all
    places.

    Change-Id: I49649152a2f97b8b1cbdc19a3bb35fd0791ff2a8
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
6 years agoUpdate ODL Parent release notes for Oxygen 60/69760/1
Stephen Kitt [Wed, 21 Mar 2018 14:21:53 +0000 (15:21 +0100)]
Update ODL Parent release notes for Oxygen

Change-Id: I0e0c37809116e5e067b220535ca816bbe023cad9
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoAdd SXP final milestone readout 57/69757/1
Martin Dindoffer [Wed, 21 Mar 2018 14:15:36 +0000 (15:15 +0100)]
Add SXP final milestone readout

Change-Id: I38c76cbd3dd763c88994bd4deb9ab1be0ea85942
Signed-off-by: Martin Dindoffer <mdindoff@cisco.com>
6 years agoMerge "OVSDB Milestone Final readout"
Kit Lou [Wed, 21 Mar 2018 13:24:02 +0000 (13:24 +0000)]
Merge "OVSDB Milestone Final readout"

6 years agoMerge "Add Netconf M4 status"
Kit Lou [Wed, 21 Mar 2018 13:22:42 +0000 (13:22 +0000)]
Merge "Add Netconf M4 status"

6 years agoAdd SNMP4SDN final milestone status 44/69744/1
ylhsieh [Wed, 21 Mar 2018 10:32:46 +0000 (18:32 +0800)]
Add SNMP4SDN final milestone status

Change-Id: I90e4ccfb54e139ec883dafb6eff5373b7dcfedda
Signed-off-by: ylhsieh <ylhsieh@itri.org.tw>
6 years agoAdd Netconf M4 status 01/69701/2
Jakub Morvay [Tue, 20 Mar 2018 18:37:11 +0000 (19:37 +0100)]
Add Netconf M4 status

Change-Id: I08a08328f64a4b4301bc570807a6a110a3bfbaf1
Signed-off-by: Jakub Morvay <jmorvay@frinx.io>
6 years agoUpdate git submodules
JakubToth [Wed, 21 Mar 2018 08:02:42 +0000 (08:02 +0000)]
Update git submodules

* Update docs/submodules/netconf from branch 'master'
  to 2107ac257b05431611dd0f8cbdd9b5dddfe666fe
  - Merge "NETCONF-525: fix netconf AuthProvider packaging"
  - NETCONF-525: fix netconf AuthProvider packaging

    Change-Id: I79fe7d68d6f026ce22d2ced158531c26270d5105
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
6 years agoUpdate git submodules
Claudio D. Gasparini [Sun, 18 Mar 2018 20:54:04 +0000 (21:54 +0100)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to 2ff453840d511aff6a2e67f66e8eca0e07b87340
  - Enforce findbug on binding-parent

    fix findbug complains

    Change-Id: Ib05cded6d40994269e06d70ac78a7e534b0d29b6
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdate git submodules
Stephen Kitt [Mon, 12 Mar 2018 16:14:57 +0000 (17:14 +0100)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to c036a896e7a93bce1dac186e721051999eef9d58
  - Use Map::forEach instead of streaming maps

    Change-Id: I3419d9767571ecc2ed078c0dee010fb512523938
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoOVSDB Milestone Final readout 35/69735/1
Vishal Thapar [Wed, 21 Mar 2018 06:51:39 +0000 (12:21 +0530)]
OVSDB Milestone Final readout

Change-Id: Ided67d8bc91ce708a2ffdb99c8bcc54e92d67cd3
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
6 years agoUpdate git submodules
Prasanna Huddar [Wed, 21 Mar 2018 05:58:03 +0000 (05:58 +0000)]
Update git submodules

* Update docs/submodules/openflowplugin from branch 'master'
  to 177a0775dca8030031c01c6516f404b21abd5ba2
  - Merge "Make TCs to assert on actual values and remove toString asserts"
  - Make TCs to assert on actual values and remove toString asserts

    Make assert on getValue insteadOf on toString values.

    toString() method implementation change might break the ofp
    TCs, to avoid these errors assert on actual values

    Change-Id: I687ab07badca72f2f0489660ea5a8e0ebcaded07
Signed-off-by: D Arunprakash <d.arunprakash@ericsson.com>
6 years agoUpdate git submodules
D Arunprakash [Tue, 20 Mar 2018 08:56:16 +0000 (14:26 +0530)]
Update git submodules

* Update docs/submodules/openflowplugin from branch 'master'
  to 8c905d262a0b4dd91bc548750f235db0848b6a58
  - OPNFLWPLUG-988: Service Montitor commands shows OPENFLOW as ERROR

    Due to a NPE for a config file, showsvcstatus shows
    openflow as error. Openflowjava southbound queue size
    was missed in legacy switch config xml file.

    Change-Id: Ic44645ece18c902b136cca94d9c0a12cf030d85e
Signed-off-by: D Arunprakash <d.arunprakash@ericsson.com>
6 years agoMerge "Add final oxygen milestone for daexim project."
Kit Lou [Wed, 21 Mar 2018 02:01:33 +0000 (02:01 +0000)]
Merge "Add final oxygen milestone for daexim project."

6 years agoFix typos in yangtools release notes 22/69722/1
Robert Varga [Tue, 20 Mar 2018 15:08:14 +0000 (16:08 +0100)]
Fix typos in yangtools release notes

Two minor typos.

Change-Id: I7dae0c71d7a6a8499aab59e9a1f95899bc546e63
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoAdd MD-SAL Oxygen release notes 21/69721/1
Robert Varga [Wed, 21 Mar 2018 00:16:49 +0000 (01:16 +0100)]
Add MD-SAL Oxygen release notes

Update the document to reflect Oxygen.

Change-Id: I7f603fe7aad3ebb610bad781b9c043664fabbab9
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoUpdate git submodules
Robert Varga [Tue, 13 Mar 2018 14:57:10 +0000 (15:57 +0100)]
Update git submodules

* Update docs/submodules/netconf from branch 'master'
  to 4c94ec91f74e5d63d08198f5d7dd8b50748ddcad
  - Use YinExportUtils.writeModuleAsYinText()

    This removes the use of deprecated SchemaNode-based writer in favor
    of EffectiveModuleStatement-based one.

    Change-Id: I89b465ad25e34be6cb23344446a4078edacd8cf5
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoUpdate git submodules
Michael Vorburger [Wed, 7 Mar 2018 10:16:38 +0000 (11:16 +0100)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 12a701d338230974df80eb2fac8cbdec614b1e58
  - add real Lifecycle management to DataObjectCache

    by throwing an IllegalStateException if you get() or getAllPresent()
    after close(), to prevent it from being used after it's closed, as was
    attempted in Change-Id: I8d5f15757a805798f16b98b79b3ad03899b1130d (which
    would lead to quite weird behaviour)

    Change-Id: Id3a21afe5f297bebe15fc94bcd1fb24178bc334a
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoAdd final oxygen milestone for daexim project. 18/69718/1
Shaleen Saxena [Tue, 20 Mar 2018 21:57:25 +0000 (17:57 -0400)]
Add final oxygen milestone for daexim project.

Change-Id: I3af7010b3425476414651ac42ced64599a55e423
Signed-off-by: Shaleen Saxena <shaleen.external@gmail.com>
6 years agoMerge "Add Packetcabls final milestone status"
Kit Lou [Tue, 20 Mar 2018 21:53:59 +0000 (21:53 +0000)]
Merge "Add Packetcabls final milestone status"

6 years agoMerge "Infrautils mf status"
Kit Lou [Tue, 20 Mar 2018 21:42:22 +0000 (21:42 +0000)]
Merge "Infrautils mf status"

6 years agoMerge "COE mf status"
Kit Lou [Tue, 20 Mar 2018 21:37:55 +0000 (21:37 +0000)]
Merge "COE mf status"

6 years agoAdd Packetcabls final milestone status 11/69711/1
Kevin Kershaw [Tue, 20 Mar 2018 21:37:44 +0000 (15:37 -0600)]
Add Packetcabls final milestone status

Change-Id: Iff8d7464e45dc0629000e2f8aee118b94eed18d1
Signed-off-by: Kevin Kershaw <k.kershaw@cablelabs.com>
6 years agoMerge "Add Netconf final milestone status"
Kit Lou [Tue, 20 Mar 2018 21:29:01 +0000 (21:29 +0000)]
Merge "Add Netconf final milestone status"

6 years agoMerge "Add OpFlex final milestone."
Kit Lou [Tue, 20 Mar 2018 21:27:37 +0000 (21:27 +0000)]
Merge "Add OpFlex final milestone."

6 years agoMerge "Update netconf release notes for Oxygen"
Kit Lou [Tue, 20 Mar 2018 21:26:24 +0000 (21:26 +0000)]
Merge "Update netconf release notes for Oxygen"

6 years agoUpdate git submodules
Ryan Goulding [Tue, 20 Mar 2018 19:55:08 +0000 (19:55 +0000)]
Update git submodules

* Update docs/submodules/aaa from branch 'master'
  to 2d48fbbadb12232c6e8822be02cbf7b79a740e9e
  - Merge "introduce WebContextSecurer service API"
  - introduce WebContextSecurer service API

    This API allows other projects to secure their web context, but without
    directly relying on AAA Shiro internals.  Using this, other applications
    will be able to significantly reduce their dependencies, Package-Import
    etc. to AAA Shiro internals.  (This opens the door both to more
    independently evolve aaa-shiro internals, and allows for possible
    alternative implementations, later.)

    This also makes aaa-shiro secure its own IdmLightApplication REST
    endpoints using the same approach, which avoids copy/paste of the
    AAAShiroFilter and the KarafIniWebEnvironmentLoaderListener it needs
    between the WebInitializer and the ShiroWebContextSecurer.

    Change-Id: Ia3a16df71384610a75acf3d28205c973c554d477
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoCOE mf status 06/69706/1
Faseela K [Tue, 20 Mar 2018 19:15:50 +0000 (00:45 +0530)]
COE mf status

Change-Id: If3ebf3b5c4a60c55c646f6169784e72f61365d6b
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoInfrautils mf status 05/69705/1
Faseela K [Tue, 20 Mar 2018 19:12:28 +0000 (00:42 +0530)]
Infrautils mf status

Change-Id: Ia7065476c0cb8da6d3f96e96bde255d99606dc4b
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoMerge "Revert "BGPCEP-578: Peer Group configuration""
Charles La Voy [Tue, 20 Mar 2018 19:10:29 +0000 (19:10 +0000)]
Merge "Revert "BGPCEP-578: Peer Group configuration""

6 years agoRevert "BGPCEP-578: Peer Group configuration" 04/69704/1
Charles La Voy [Tue, 20 Mar 2018 19:09:54 +0000 (19:09 +0000)]
Revert "BGPCEP-578: Peer Group configuration"

This reverts commit f8c5ee5f3f4465ada736e1984040dd190bc6619c.

Change-Id: I66a405b6ee5405cb5bdb50dffc7530282ecf0932
Signed-off-by: Charles La Voy <charleslavoy@gmail.com>
6 years agoUpdate git submodules
Claudio D. Gasparini [Sun, 18 Mar 2018 20:36:28 +0000 (21:36 +0100)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to 06b10373c745aa41478cef5f4cc35ea5717e1e7a
  - Clean up

    - remove unnecesary imports
    - duplicated import
    - Use string instead of StringBuilder

    Change-Id: Ia4e7d83a582ae54a602fc213a55fff80d337beb5
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoAdd Netconf final milestone status 00/69700/1
Jakub Morvay [Tue, 20 Mar 2018 18:04:07 +0000 (19:04 +0100)]
Add Netconf final milestone status

Change-Id: Idc9fde87098537718abba7bc37db66991f4b9136
Signed-off-by: Jakub Morvay <jmorvay@frinx.io>
6 years agoUpdate git submodules
Ryan Goulding [Tue, 20 Mar 2018 17:58:58 +0000 (17:58 +0000)]
Update git submodules

* Update docs/submodules/aaa from branch 'master'
  to 490c0f4454f0c86098075a6eaa98b3ec382986f5
  - Merge changes from topic 'java-8-migration'

    * changes:
      Java 8 migration
      Java 7 migration

  - Java 8 migration

    As suggested by IntelliJ:
    * clean up lambdas;
    * use new Map methods.

    Change-Id: Icda29431e29a35849aa60be145b0029ae72ad055
Signed-off-by: Stephen Kitt <skitt@redhat.com>
  - Java 7 migration

    As suggested by IntelliJ:
    * remove redundant type specifiers;
    * use try-with-resources.

    Change-Id: Ie6b777fd9cbf9d1e9e3f98fecccdb2f8b2ee2caa
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoAdd OpFlex final milestone. 97/69697/1
Rob Adams [Tue, 20 Mar 2018 17:28:59 +0000 (10:28 -0700)]
Add OpFlex final milestone.

Change-Id: Ief00adfe187e1a0125ae1cf616d2965ecc81d0e6
Signed-off-by: Rob Adams <readams@readams.net>
6 years agoUpdate git submodules
Claudio D. Gasparini [Thu, 15 Mar 2018 11:31:28 +0000 (12:31 +0100)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to 8bea3aff5773004e74fc74cb9cb367e9dc69d668
  - BGPCEP-578: Introduce PeerGroup configuration

    allowing to configure neighbors using a common
    peer group config.

    Change-Id: I2385f5927146324b540c9cd416942c5166e2d6e8
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdate netconf release notes for Oxygen 90/69690/2
Jakub Morvay [Tue, 20 Mar 2018 15:50:13 +0000 (16:50 +0100)]
Update netconf release notes for Oxygen

Change-Id: I26e0aa338bfc2ab5be76081c65bc659908a167c5
Signed-off-by: Jakub Morvay <jmorvay@frinx.io>
6 years agoUpdate git submodules
Ryan Goulding [Tue, 20 Mar 2018 16:55:09 +0000 (16:55 +0000)]
Update git submodules

* Update docs/submodules/aaa from branch 'master'
  to d68c5a6101807648777b7f33b2e75e670da350c8
  - Merge "Java 5 migration"
  - Java 5 migration

    As suggested by IntelliJ:
    * use foreach loops;
    * use StringBuilder instead of StringBuffer;
    * drop unnecessary boxing constructors.

    Change-Id: Ic6d77c3413bc8ac04a83fb0cd42a34c0f09fc717
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Michael Vorburger [Tue, 20 Mar 2018 13:34:46 +0000 (14:34 +0100)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to cf19e95f9d7fae6de3bf9ee2f5d304698f5646ba
  - minor JavaDoc fix to ManagedNewTransactionRunner

    It should not @link to a (now) only package local class.

    Change-Id: I444cb537be04401740793724d41e7e1b1736c441
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoMerge "Update yangtools release notes for Oxygen"
Kit Lou [Tue, 20 Mar 2018 15:57:35 +0000 (15:57 +0000)]
Merge "Update yangtools release notes for Oxygen"

6 years agoMerge "LISP FM readout"
Kit Lou [Tue, 20 Mar 2018 15:56:33 +0000 (15:56 +0000)]
Merge "LISP FM readout"

6 years agoMerge "LISP Oxygen Release Notes"
Kit Lou [Tue, 20 Mar 2018 15:53:14 +0000 (15:53 +0000)]
Merge "LISP Oxygen Release Notes"

6 years agoAAA Oxygen release notes 79/69679/2
Ryan Goulding [Tue, 20 Mar 2018 14:56:43 +0000 (10:56 -0400)]
AAA Oxygen release notes

Change-Id: I31fa088e7bfcd8f2c49b23061f03313e5fb9bbe7
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
6 years agoLISP FM readout 84/69684/1
Lorand Jakab [Tue, 20 Mar 2018 15:21:47 +0000 (17:21 +0200)]
LISP FM readout

Change-Id: I5a0118ba87bcd42d88479dd2355affcec099c33c
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
6 years agoLISP Oxygen Release Notes 66/69666/3
Lorand Jakab [Tue, 20 Mar 2018 15:20:12 +0000 (17:20 +0200)]
LISP Oxygen Release Notes

Change-Id: I5e5d7bd16b44f39ef0097d9fd156dfe9f32589c3
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
6 years agoUpdate yangtools release notes for Oxygen 80/69680/2
Robert Varga [Tue, 20 Mar 2018 15:08:14 +0000 (16:08 +0100)]
Update yangtools release notes for Oxygen

This updates yangtools.rst with the changes between 1.2.x and 2.0.1.

Change-Id: I574e2617fff064b204ec3bd5232f3035d079d3bd
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoUpdate git submodules
Claudio D. Gasparini [Tue, 20 Mar 2018 11:05:59 +0000 (12:05 +0100)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to a8f483c50fd3da82bd41f926f03b9bd6b158e8cb
  - BGPCEP-769: Dont use path id

    under family(L3vpn) no supporting additional path.

    Change-Id: I738cea4694411f7a63f077b243600f09aee61878
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdate git submodules
Ryan Goulding [Tue, 20 Mar 2018 14:30:05 +0000 (14:30 +0000)]
Update git submodules

* Update docs/submodules/aaa from branch 'master'
  to aab6af25963f51c99e9aa3e9c4af5cf314420fbd
  - Merge "Remove unused code"
  - Remove unused code

    Removed unused code.

    Change-Id: I88d1a561dfd25ba6fe2908f7308c174f151c2ce4
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
6 years agoMerge "Add end tag peer group"
Charles La Voy [Tue, 20 Mar 2018 13:23:15 +0000 (13:23 +0000)]
Merge "Add end tag peer group"

6 years agoMerge "BGPCEP-578: Peer Group configuration"
Charles La Voy [Tue, 20 Mar 2018 13:22:10 +0000 (13:22 +0000)]
Merge "BGPCEP-578: Peer Group configuration"

6 years agoMerge "JSON RPC Release Notes"
Kit Lou [Tue, 20 Mar 2018 13:07:27 +0000 (13:07 +0000)]
Merge "JSON RPC Release Notes"

6 years agoMerge "Openflowplugin Oxygen Release Notes"
Kit Lou [Tue, 20 Mar 2018 13:05:33 +0000 (13:05 +0000)]
Merge "Openflowplugin Oxygen Release Notes"

6 years agoUpdate git submodules
Stephen Kitt [Tue, 20 Mar 2018 08:43:02 +0000 (09:43 +0100)]
Update git submodules

* Update docs/submodules/aaa from branch 'master'
  to ad289434af24199e5f40d5bfac13360cdc86b8b3
  - Add domain to the PasswordCredentials equality check

    Change-Id: Ib719afc87e43f905e460bdcfd3890f99c7b5f5dc
Signed-off-by: Stephen Kitt <skitt@redhat.com>
  - Remove EqualUtil

    This patch uses Objects.equals() instead. The equality checks are
    preserved as-is.

    Change-Id: Iaf3cd4723ddf17f38dd04c527b81ebd555b0df52
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoAdd end tag peer group 64/69664/2
Tomas Markovic [Tue, 20 Mar 2018 12:30:43 +0000 (13:30 +0100)]
Add end tag peer group

Missing end tag in docs for peer-group

Change-Id: Ifec7f2c8ca973f4ac9d109d724c453e4cd0de203
Signed-off-by: Tomas Markovic <tomas.markovic@pantheon.tech>
6 years agoJSON RPC Release Notes 54/69654/1
Anton Ivanov [Tue, 20 Mar 2018 08:09:24 +0000 (08:09 +0000)]
JSON RPC Release Notes

Change-Id: I77d0a6cf3867ab0b1bae3f767094ee7b68c1c692
Signed-off-by: Anton Ivanov <anton.ivanov@cambridgegreys.com>
6 years agoBGPCEP-578: Peer Group configuration 23/69623/5
Claudio D. Gasparini [Mon, 19 Mar 2018 14:47:47 +0000 (15:47 +0100)]
BGPCEP-578: Peer Group configuration

Change-Id: Ia085dae2fa6c7e5b122c409a0d1b621f0348d928
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoOpenflowplugin Oxygen Release Notes 48/69648/1
Anil Vishnoi [Tue, 20 Mar 2018 05:56:03 +0000 (22:56 -0700)]
Openflowplugin Oxygen Release Notes

Change-Id: I10122d2d4c352a2913ed265a180bf84cf4d49250
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
6 years agoAdd integration/packaging link to main page 45/69645/1
Thanh Ha [Tue, 20 Mar 2018 03:41:34 +0000 (23:41 -0400)]
Add integration/packaging link to main page

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