docs.git
6 years agoUpdate git submodules
Tom Pantelis [Fri, 23 Feb 2018 15:23:04 +0000 (10:23 -0500)]
Update git submodules

* Update docs/submodules/netconf from branch 'master'
  to ab99fd44ddf84e474491005ea2db7e4282ad3966
  - Fix findbugs violations in restconf-common

    - Non-transient non-serializable instance field in serializable class
    - Consider using Locale parameterized version of invoked method
    - Method invokes toString() method on a String
    - Return value of method without side effect is ignored

    Change-Id: I97eaadea79e0af6cc119b232c4df6016c17e55ee
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
6 years agoUpdate git submodules
Tom Pantelis [Fri, 23 Feb 2018 14:56:32 +0000 (09:56 -0500)]
Update git submodules

* Update docs/submodules/netconf from branch 'master'
  to 184594736e9dce133b9c0cd691494028f7414008
  - Add restconf binding parent pom

    Contains the common stuff including checkstyle and findbugs.

    Change-Id: I4629e897991c9ee3bf763208392cc54c56ccb0a5
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
6 years agoUpdate git submodules
Tom Pantelis [Fri, 23 Feb 2018 14:25:46 +0000 (09:25 -0500)]
Update git submodules

* Update docs/submodules/netconf from branch 'master'
  to 432fef94a0e2960a2422d335631dafa727e2cfc3
  - Fix checkstyle violations in restconf-common

    Change-Id: Ib57f7ba64c0804e2c3cdd81c264c0b2a80f24d5f
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
6 years agoUpdate git submodules
David Suarez [Sun, 18 Feb 2018 17:34:52 +0000 (18:34 +0100)]
Update git submodules

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

    sfc_vpp_renderer package is replaced by more canonical name:
    org.opendaylight.sfc.renderers.vpp

    Change-Id: I08a361eb9aab2f692a2a125b4447a1fc3dd5c7ad
Signed-off-by: David Suarez <david.suarez.fuentes@gmail.com>
6 years agoUpdate git submodules
Faseela K [Fri, 16 Feb 2018 11:31:02 +0000 (17:01 +0530)]
Update git submodules

* Update docs/submodules/openflowplugin from branch 'master'
  to bd4f5be8be698098c63f3656b48ee681eaff60b2
  - use feature for inter-project dependency

    Use feature to express inter-project dependency correctly instead of
    bundle.

    For details, refer to
    https://lists.opendaylight.org/pipermail/release/2018-January/013604.html
    https://lists.opendaylight.org/pipermail/release/2017-September/012356.html

    This depends on below patch to export necessary bundle as feature.

    https://git.opendaylight.org/gerrit/#/c/68318/

    Change-Id: I38b4244d7c7622099285669d0ef190bd23c3dc90
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoUpdate git submodules
Jaime Caamaño Ruiz [Tue, 27 Feb 2018 10:50:39 +0000 (11:50 +0100)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  to 75657d7e48faa7f662db3cee9faad317f9f478c4
  - SFC-214: Fix sb-rest wiring

    Missing build plugin and incorrect bean naming was preventing the
    blueprint wiring to actually happen. Fixed the SFF listener which
    was missing the wiring annotations. Got rid also of the unnecessary
    provider module.

    Change-Id: Id3b6ef73cd274a108b07a50fedbe94eab6123cf3
    JIRA: SFC-214
Signed-off-by: Jaime Caamaño Ruiz <jcaamano@suse.com>
6 years agoUpdate git submodules
JakubToth [Tue, 27 Feb 2018 19:48:28 +0000 (19:48 +0000)]
Update git submodules

* Update docs/submodules/netconf from branch 'master'
  to c7653334621ec772badc3584b8053b829862e584
  - Merge "Convert netconf-util, netconf-ssh, netconf-tcp to blueprint"
  - Convert netconf-util, netconf-ssh, netconf-tcp to blueprint

    netconf-util, netconf-ssh, and netconf-tcp still used a BundleActivator
    and accompanying ServiceTracker for service instantiation.  netconf-ssh
    and netconf-tcp depend on netconf-util for NetconfConfiguration, so it
    was decided to do the conversion of all three bundles in one patch.

    netconf-util utilizes blueprint-cm to instantiate NetconfConfiguration
    based on the ManagedService identified by the "netconf" PID.

    Tests that were aimed at testing bespoke Activator logic were removed,
    since the accompanying Activators were removed.  ServiceTrackers were
    removed in favor of bean references.  Scaffolding used to locate the
    NetconfConfiguration ManagedService was also removed since it is now
    directly referenced using blueprint.

    JIRA: NETCONF-510
    Change-Id: I27452ea509bc50333ffc00c6d1d8de3133e8b850
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoUpdate git submodules
Jaime Caamaño Ruiz [Tue, 27 Feb 2018 13:15:05 +0000 (14:15 +0100)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  to 2d10390b5c3b2fa63e82c82c39c8a893cf9499c7
  - SFC-216: Fix exception message check for bad macs

    The IllegalArgumentException message thrown when constructing a bad
    MacAddress (or any IllegalArgumentException thrown for any yang type
    value that fails a regex pattern check) changed with [1].

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

    Change-Id: I5b6a73773cb6b4742d004b6bc6ac7ae6e38e4d66
    JIRA: SFC-216
Signed-off-by: Jaime Caamaño Ruiz <jcaamano@suse.com>
6 years agoUpdate git submodules
Tomas Jamrisko [Mon, 26 Feb 2018 08:45:05 +0000 (09:45 +0100)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to c1b1d710d1612a2e976cc7c8bca48d092fd4c943
  - Run command on existing connection

    Adding a convenience function to Utils.robot to run a command
    on an already open and existing connection

    Change-Id: I7538f1e960a641d8ca79980ffc81904ff330b87d
Signed-off-by: Tomas Jamrisko <tjamrisk@redhat.com>
6 years agoUpdate git submodules
Jamo Luhrsen [Tue, 27 Feb 2018 18:39:41 +0000 (18:39 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to b145d129d43f578a34fe37dae2469d07db0076d1
  - Merge "Disable REST test until ODLPARENT-139 is fixed"
  - Disable REST test until ODLPARENT-139 is fixed

    As the Karaf expect script can't install odl-netvirt-openstack until
    ODLPARENT-139 is fixed, the REST script should't try to connect to the
    REST API since the expected port will not be open.

    Change-Id: I7083518a6455e52f1a080da21102f8a86ca47eb0
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
6 years agoUpdate git submodules
Faseela K [Tue, 27 Feb 2018 05:21:49 +0000 (10:51 +0530)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to cd59d927d1e06f3df310acff55d11805f4cde2ff
  - Add fluorine keywords to CompareStream lib

    Change-Id: I7350b6dc8fba7995ea0c2be0d0dd50aa0c15b43e
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoUpdate git submodules
Jamo Luhrsen [Tue, 27 Feb 2018 18:17:13 +0000 (18:17 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 8da7f26a734282a48599b236b59b8f10af16218d
  - Merge "Fix l2gw devstack plugin for queens"
  - Fix l2gw devstack plugin for queens

    Point to cloned repo until patch is merged
    upstream.

    Cleanup TEP-IP on compute nodes.

    Modify check for rabbitmq, I found this was
    a little more reliable during my testing,
    but still encountered failures
    where compute node started stacking too
    early, so this workaround is minimally
    better.

    Change-Id: Ic0a480e536a76e70b59a7381c179a96e3e768d90
Signed-off-by: Victor Pickard <vpickard@redhat.com>
6 years agoUpdate git submodules
Tom Pantelis [Sat, 24 Feb 2018 01:17:02 +0000 (20:17 -0500)]
Update git submodules

* Update docs/submodules/netconf from branch 'master'
  to c7e371eb1e23ba3b86747a27172acca78a449706
  - NETCONF-512: Add cases for missing NormalizedNode types

    ReadDataTransactionUtil.prepareData was missing cases for
    LeafSetNode, OrderedLeafSetNode, OrderedMapNode and UnkeyedListNode.

    Change-Id: Iaf44ce9b24044584e37d524835ec4a51843acd32
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
6 years agoUpdate git submodules
Thanh Ha [Tue, 27 Feb 2018 14:15:30 +0000 (09:15 -0500)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 64c5aac09d79b2e4db31ea36e7e3a55c7b3354dc
  - Switch jjb-merge jobs to 4c-4g systems

    With the addition of the Fluorine jobs the merge job now needs
    more than 4g of RAM to actually run. Considering the number of
    jobs ODL pushes bumping the CPU would save us some time with
    uploads as well.

    This patch breaks out the ci-jobs group so that we can individually
    override configuration.

    https://github.com/lfit/releng-global-jjb/blob/8e33e6ab798cd57a383cb8871d973de3fce6340c/jjb/lf-ci-jobs.yaml#L2-L9

    Change-Id: I415aee470901fc3d69ea875efcae94db6aa6c9da
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Jamo Luhrsen [Wed, 21 Feb 2018 01:01:56 +0000 (17:01 -0800)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to 360dabe9726142f778b9ae623059277adde0e144
  - Add trace:transactions to suite teardown

    this will only add the execution of the command. Only
    the output will be logged, and no pass/fail criteria
    yet.

    Change-Id: If8b1ce6b4a50ea7b1d4982a4ba7f5b3f7b7500b0
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdate git submodules
Sam Hague [Tue, 27 Feb 2018 13:25:24 +0000 (13:25 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 1cf091979847e0772201d46a668e0a90108a0215
  - Merge "Install odl-mdsal-trace in netvirt oxygen csit"
  - Install odl-mdsal-trace in netvirt oxygen csit

    this allows csit tests to run trace:transactions to
    look for leaking transactions

    Change-Id: I44b7f7b36debed7005f2312b3f4f2edf4c2241ec
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdate git submodules
Sam Hague [Tue, 27 Feb 2018 13:23:13 +0000 (13:23 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 54fcb7f47b64d22b2f95b59c65a891826c406248
  - Merge "Add MEMCONF as a function var to set_java_vars"
  - Add MEMCONF as a function var to set_java_vars

    - In light of the fix we needed recently for CONTROLLERMEM
      where other scripts were coming in on the fly to adjust
      it's value, we need to pass that in to set_java_vars when
      we call it so it's not just taking the default value
      defined when we source common-funcs.sh

    - also made the variables passed to set_java_vars() more
      appropriately named.

    NOTE: there is nothing currently that would change MEMCONF
          on the fly, but this will protect us if/when it is
          ever needed.

    see: https://git.opendaylight.org/gerrit/c/67989/

    Change-Id: I650b84338f9d20db9ce292ea3cdfab415cbc252b
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdate git submodules
Sam Hague [Tue, 27 Feb 2018 13:20:17 +0000 (13:20 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to b0ee3dcc9ba7c94a5969548f7e818894e65b05d9
  - Merge "Fix for Pike/Queens Jobs"
  - Fix for Pike/Queens Jobs

    Recently devstack has merged the patch
    https://review.openstack.org/#/c/547673/ that is breaking
    all the CSIT jobs. This patch will use the paramater introduced
    in that patch to make Nova in the compute node wait longer.

    Change-Id: Ib5826f4dd58e1a0d70172526fe5111c88ed60a19
Signed-off-by: gvrangan <venkatrangang@hcl.com>
6 years agoUpdate git submodules
Thanh Ha [Fri, 21 Apr 2017 23:41:51 +0000 (19:41 -0400)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to bb0c0d708a9f6175e0f97f4db0a24922b8e66fe6
  - Add job to perform branch cutting

    Provide a Jenkins job which:

    1) Creates stable/RELEASE branches
    2) Updates .gitreview on stable/RELEASE branches

    This job also archives relevant log information and creates reproducible
    patches in case manual intervention is necessary.

    Change-Id: Iebca81965ed59f82533cf0419425be0540bd14b8
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
SujaT [Fri, 15 Dec 2017 11:19:04 +0000 (16:49 +0530)]
Update git submodules

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

    Dependent on OF plugin patch https://git.opendaylight.org/gerrit/#/c/63261/

    The changes in openflowplugin includes, port removal event will come with proper
    reason flag set which will enable interface-manager to distinguish between a port
    removal and a "port removal due to node removal" from the info in
    the incoming event itself.

    Change-Id: I39c5cdc6f57052521cb0061ca97ab7518637a5fe
Signed-off-by: SujaT <suja.t@ericsson.com>
6 years agoUpdate git submodules
Claudio D. Gasparini [Thu, 11 Jan 2018 21:23:24 +0000 (22:23 +0100)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to c5e61e76a94f51595d01a5172f26cfb5c379e41c
  - BUG-6966: Openconfig policy config file loader.

    Loads from xml Openconfig rib policies and
    sets.

    Change-Id: I59153172cf5ab917420e3b1e182b84d5e0ef0abe
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
  - Remove deprecated methods

    Change-Id: I7abb75ae3b151e3ff3171b78fee47cb6853c2478
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdate git submodules
Claudio D. Gasparini [Wed, 17 Jan 2018 08:05:51 +0000 (09:05 +0100)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to d8cc346416f95ec242bc07a2fabc27c8038842c3
  - Reduce number of parameters for RIBImpl

    Change-Id: Ib9a9fff4e1d21673fec9251b32663106614fb8c1
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdate git submodules
Tom Pantelis [Thu, 22 Feb 2018 23:00:47 +0000 (18:00 -0500)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 5d808895c9915425e266592c6612c39f06af139b
  - Fix findbugs violations in srm-shell

    - Format string should use %n rather than \n
    - Consider using Locale parameterized version of invoked method

    Change-Id: Id3be0c9b70c104ec0a2214e28b347add451c873a
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
6 years agoUpdate git submodules
Claudio D. Gasparini [Sun, 7 Jan 2018 21:35:25 +0000 (22:35 +0100)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to 7ec819c1c9ca7e980887ed74608c9af0bb9717a1
  - Reduce number of parameters for path selection

    -enforce findbug.

    Change-Id: Idc9cb566e31b81c7d87cf544016525122487393b
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdate git submodules
Robert Varga [Fri, 23 Feb 2018 13:57:36 +0000 (14:57 +0100)]
Update git submodules

* Update docs/submodules/odlparent from branch 'master'
  to 5b70bbd2797d887c126b8d0927a1a47b131934be
  - Bump git-commit-id-plugin from 2.2.2 to 2.2.4

    https://github.com/ktoso/maven-git-commit-id-plugin/releases/tag/v2.2.3
    https://github.com/ktoso/maven-git-commit-id-plugin/releases/tag/v2.2.4

    Change-Id: I3890a63b83434751e39f1a3bccd9c0727c317715
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoUpdate git submodules
Anil Vishnoi [Mon, 26 Feb 2018 23:22:24 +0000 (23:22 +0000)]
Update git submodules

* Update docs/submodules/openflowplugin from branch 'master'
  to 80b2c2b6fc158ab853b3410e91b0fdc2dd3f5195
  - Merge "BUG-86: Fixed echo response processing"
  - BUG-86: Fixed echo response processing

    Change-Id: Ib83eb3463d101e872830d3985044c1154668baa1
Signed-off-by: Jalpa Modasiya <jmodasiy@luminanetworks.com>
6 years agoUpdate git submodules
Anil Vishnoi [Mon, 26 Feb 2018 21:58:59 +0000 (21:58 +0000)]
Update git submodules

* Update docs/submodules/openflowplugin from branch 'master'
  to 609cc7c27edc0a280e77bd66471c02e72698ad2d
  - Merge "OPNFLWPLUG-952: All links disappear from the topology"
  - OPNFLWPLUG-952: All links disappear from the topology

    In cluster split situations LLDP Speaker can get into a bad state, with
    incorrect number of node-connectors mapped locally. In some cases
    multiple controllers can start sending packet outs. The solution here is
    to use clustered DTCL to keep the node-connectors more consistent across
    all instances of LLDPSpeaker and use EOS to determine who should
    actually transmit the packet.

    Change-Id: I36df734dff23688e8ace27b42f85291aa62ac391
Signed-off-by: Evan Zeller <evanrzeller@gmail.com>
6 years agoUpdate git submodules
Claudio D. Gasparini [Mon, 26 Feb 2018 15:58:31 +0000 (16:58 +0100)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to 618f5ff2f9b864436170f6c9a40f9fb1db8fcbe8
  - Add missing copyrights

    Change-Id: I992492a29d54cd0d70e0a1289fb891754775584b
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdate git submodules
Josh [Tue, 20 Feb 2018 07:55:21 +0000 (09:55 +0200)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 70827aeff39830c4d16d7e2e9f7c32e9f5899631
  - DataTreeEventCallbackRegistrar: "add or update" param order

    Since functions receiving add or update events need to
    handle updates they have two params. As such, in event
    of an add the created object should be the second
    param passed to the function.

    Change-Id: If27121aa8af74038f775edca118bce4917dd2e51
Signed-off-by: Josh <jhershbe@redhat.com>
  - add new DataTreeEventCallbackRegistrarTest

    this requires infrautils' I0d54b187fd58c6456708518a3886c3aedff3f86a

    Change-Id: Iee7227d63c4ab995dae1642f6da3cd1c8f4bd91e
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdate git submodules
Stephen Kitt [Fri, 16 Feb 2018 11:04:25 +0000 (12:04 +0100)]
Update git submodules

* Update docs/submodules/infrautils from branch 'master'
  to 762d28cfd3f728bd0d701281e86f986f04112cd9
  - Use new Map methods

    computeIfAbsent() and forEach() allow some code simplification.

    Change-Id: I233b91f36b33fab56c13636507a7bf68d3319c6e
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Jaime Caamaño Ruiz [Mon, 26 Feb 2018 11:47:02 +0000 (12:47 +0100)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to 8372dd09af04eac48e3cefddf8372007bd51af28
  - Expect RSP to be persisted from oxygen onward (II)

    Previous patch did not account for the fact that CSIT is non versioned
    and that RSPs would not be persisted on nitrogen and before.

    Change-Id: Id897262add499063e6231778e202f3985dd3eff6
Signed-off-by: Jaime Caamaño Ruiz <jcaamano@suse.com>
6 years agoUpdate git submodules
Claudio D. Gasparini [Mon, 26 Feb 2018 13:00:22 +0000 (14:00 +0100)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to 8cfa8e465bc78276443779a9d2290780e68b1783
  - Add to git Ignore

    log files
    csv files
    out files

    Change-Id: Ie21e008a199c4d5ee12fa2092ca30c76e451d5bc
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdate git submodules
jenkins-releng [Mon, 26 Feb 2018 17:56:13 +0000 (17:56 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 0e1abe5ce7cdaccdc18817039bb3400e2e665604
  - Auto Update CSIT Jobs to run for fluorine

    Change-Id: Ie29fb5ddc2a00f0fb7a9741f24cd3596498e7d6e
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
6 years agoUpdate git submodules
Anil Belur [Mon, 26 Feb 2018 07:41:45 +0000 (17:41 +1000)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 662b6f9662655d99de805aa19d77b8dbe08606aa
  - Bump versions by x.(y+1).z for next dev cycle

    Change-Id: Ice1563468d8e2b032ff2c2399c87a91ecd84369e
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdate git submodules
Anil Belur [Mon, 26 Feb 2018 07:41:46 +0000 (17:41 +1000)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  to a4db3cc607819dd2bb251775a0a43a6ec8802b3d
  - Bump versions by x.(y+1).z for next dev cycle

    Change-Id: Ie6a846caecb2cdec46cced1398dcf0c8ab11e42f
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdate git submodules
Anil Belur [Mon, 26 Feb 2018 07:41:42 +0000 (17:41 +1000)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to f18ec8543fe46c27438f03aff91370986d050047
  - Bump versions by x.(y+1).z for next dev cycle

    Change-Id: I87a5d8d5d22dc66190d3af950bd6f802004fc3cf
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdate git submodules
Anil Belur [Mon, 26 Feb 2018 07:41:41 +0000 (17:41 +1000)]
Update git submodules

* Update docs/submodules/coe from branch 'master'
  to 90136d58eb0668462075b80f3619168fc0937372
  - Bump versions by x.(y+1).z for next dev cycle

    Change-Id: Id6e6f3cda49746abb4f2a3d2be93597174e4c884
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdate git submodules
Anil Belur [Mon, 26 Feb 2018 07:41:45 +0000 (17:41 +1000)]
Update git submodules

* Update docs/submodules/openflowplugin from branch 'master'
  to 19eed2cb09f607a77c8a84bb2a4935ab9c683078
  - Bump versions by x.(y+1).z for next dev cycle

    Change-Id: Ib83c016ca4bdfc87da9ab847c874afe29a9a710a
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdate git submodules
Anil Belur [Mon, 26 Feb 2018 07:41:46 +0000 (17:41 +1000)]
Update git submodules

* Update docs/submodules/ovsdb from branch 'master'
  to 6bfca872b1e392cc7aa660c48094f61f93368024
  - Bump versions by x.(y+1).z for next dev cycle

    Change-Id: I7bd594fb7b5413b8a6647bd49bd07d8fc3fbbe54
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdate git submodules
Thanh Ha [Mon, 26 Feb 2018 15:48:42 +0000 (15:48 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to c792dd0bbcd7293ac7097d12a5170e7f69369a68
  - Merge "Update branch cutting script"
  - Update branch cutting script

    - Update the script for Oxygen branch cutting.
    - Remove the tags which reference 'jdk' and 'jre'
    - Add extra mvn opts for integration jobs

    JIRA: RELENG-519
    Change-Id: I9834098c4a9878248cc3417780f88a4877fb223e
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdate git submodules
Anil Belur [Mon, 26 Feb 2018 02:43:21 +0000 (12:43 +1000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to d2dbe00f26c3fd709f069d917b6d466d7bda4115
  - Create Fluorine jobs and bump Oxygen branch

    Oxygen branch cutting to reflect new stable/oxygen branches and
    move master to Fluorine.

    JIRA: RELENG-794
    Change-Id: I21831211ab5b3a1458354355c3cfbb88bb5bb3ec
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdate git submodules
Anil Belur [Mon, 26 Feb 2018 07:41:40 +0000 (17:41 +1000)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to 1ac81228cbdea4256a0b065b52817f419a344117
  - Bump versions by x.(y+1).z for next dev cycle

    Change-Id: Ia32d405970372481dd25d9764f92c409a5e98c3e
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdate git submodules
Anil Belur [Mon, 26 Feb 2018 07:41:44 +0000 (17:41 +1000)]
Update git submodules

* Update docs/submodules/netconf from branch 'master'
  to 427ce04fcab7307276f66192c9ee25b0b35a89e6
  - Bump versions by x.(y+1).z for next dev cycle

    Change-Id: I5bc40f2e225853e1a98101ac8de0a5363d4677ea
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdate git submodules
Anil Belur [Mon, 26 Feb 2018 07:41:43 +0000 (17:41 +1000)]
Update git submodules

* Update docs/submodules/infrautils from branch 'master'
  to 02b0272e8e59cedf1b48a8425f57f05f994db2aa
  - Bump versions by x.(y+1).z for next dev cycle

    Change-Id: I43d4438c6e1c8f4756cc9bfb08bb8d7b45fdade7
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdate git submodules
Anil Belur [Mon, 26 Feb 2018 07:41:40 +0000 (17:41 +1000)]
Update git submodules

* Update docs/submodules/aaa from branch 'master'
  to 8e66f7e6c22ccbc344e36704590b9fbe98a29448
  - Bump versions by x.(y+1).z for next dev cycle

    Change-Id: I135cb265c0a637da0b34907025ede4f686c9bcc3
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdate git submodules
Anil Belur [Sun, 25 Feb 2018 22:32:26 +0000 (22:32 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 4dd0f93bdcc602f444719a3b5c95a5447866af85
  - Merge "Revert "Add a swap file to build machines""
  - Revert "Add a swap file to build machines"

    As reported by on the mailing list we would like to try backing this
    out to see if it caused some instability in the system.

    https://lists.opendaylight.org/pipermail/release/2018-February/014067.html

    This reverts commit 09b4491f2b61256a75df2547ee400bb02e5d2a71.

    Change-Id: Ifc28d2464b233c70b94b179d66a1fb3d49164288
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Stephen Kitt [Mon, 18 Sep 2017 09:43:35 +0000 (11:43 +0200)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 993aa2a49eb88f074aee0958f3740860e3d6d675
  - Remove unused parameters

    This patch removes unused parameters (except where they’re obviously
    WIP).

    Change-Id: I9e9e741c4c10df347ccb95099d7554ad53dd241f
Signed-off-by: Stephen Kitt <skitt@redhat.com>
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoUpdate git submodules
Claudio D. Gasparini [Fri, 23 Feb 2018 21:12:09 +0000 (22:12 +0100)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to 1d28c4c38a72578da0dde6ca71bc39b3b70d3c11
  - BGPCEP-760: Fix Dead lock

    when connecting multiple peers at
    the same time multiple routes are announced.
    Fix by improve sync under Peer export groups.

    Change-Id: I588db1bfc3cfca80308837084ac5088b8fc89cea
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdate git submodules
Nobin Mathew [Wed, 21 Feb 2018 18:57:45 +0000 (00:27 +0530)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to d15f144d157c6a11850b0f4dd5ea577cd3bf9dc7
  - Fix for GENIUS-112.

    This is a race condition, proper fix should remove Batching manager from add callback.

    Change-Id: Ia9de21864e82b2c8ded1ea121de615cafa6dab19
Signed-off-by: Nobin Mathew <nobin.mathew@ericsson.com>
6 years agoUpdate git submodules
Sam Hague [Fri, 23 Feb 2018 16:55:53 +0000 (11:55 -0500)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to 9de5d4b897143fce72245c12bb2c3ec495d486fb
  - Cleanup ovsdb cluster suites

    Change-Id: I8467e350ccfe2d9068ccf4f651d3114984ffba93
Signed-off-by: Sam Hague <shague@redhat.com>
  - Cleanup ovsdb suites

    Change-Id: I9ad8dde94f386df6cd9ef22c3c5cffbe3f804d43
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoUpdate git submodules
Sam Hague [Sat, 24 Feb 2018 04:45:04 +0000 (04:45 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 47733870592d1deaa9aab54d0922ab4dd4d79d80
  - Merge "Prepare for git-commit-id plugin upgrade"
  - Prepare for git-commit-id plugin upgrade

    We have an upgrade to 2.2.4 upcoming, which will eliminate gitid.skip
    property. Add its replacement, so we are ready for that change.

    Change-Id: I85a16b588a5a7b8312059170171353f3f8eb7e5c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoUpdate git submodules
Siva Kumar Perumalla [Wed, 21 Feb 2018 11:25:15 +0000 (16:55 +0530)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 5c9307ce4d4a8d9eb98ded50ca27f3377f2928a6
  - yang chages for : Faster DC-GW Failure Detection (L3VPN with BGP)

    Change-Id: I8f9c752ebcb48f0edbfa11ad2549a9bf6b7bfacc
Signed-off-by: Siva Kumar Perumalla <sivakumar.perumalla@gmail.com>
6 years agoUpdate git submodules
Somashekar Byrappa [Thu, 22 Feb 2018 15:07:28 +0000 (20:37 +0530)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to e64c27a6cc94dfa446bedf4340e8123a946370cb
  - ACL: Handle AAP update

    During port-update with add of allowed-address-pair (IP/MAC),
    corresponding flows were not added in table=210 for egressAclDhcpAllowClientTraffic()
    and egressAclDhcpv6AllowClientTraffic(). This issue is addressed with the
    patch.

    Also, avoided configuring flows related AAPs with multicast addresses in
    VM egress anti-spoofing table (table=210) as the source address will never be
    multicast address.

    Change-Id: Ibe66cc65a484864c53a085b70d2aa37486e662d4
Signed-off-by: Somashekar Byrappa <somashekar.b@altencalsoftlabs.com>
6 years agoUpdate git submodules
K.V Suneelu Verma [Thu, 18 Jan 2018 06:59:59 +0000 (12:29 +0530)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to ed5c7039dcb67a5085f913282b2926fa6cf97de9
  - avoid race in elan bc group update

    elan broad cast group update happens from
    1) first elan dpn interface add (runs in oper default shard leader node)
    2) l2gw connection add (runs in eos/cluster singleton owner node)

    To avoid the race between these two
    add the l2gw tep to operational elan external teps and keep the job key as
    elan name

    handle the tunnel ip change of l2gw gracefully

    Change-Id: I2e195dc2c35e75521b31c2a0f358b2034b99874e
Signed-off-by: K.V Suneelu Verma <k.v.suneelu.verma@ericsson.com>
6 years agoMerge "Update log server URL to new infra"
Charles La Voy [Fri, 23 Feb 2018 22:50:34 +0000 (22:50 +0000)]
Merge "Update log server URL to new infra"

6 years agoUpdate git submodules
Stephen Kitt [Tue, 20 Feb 2018 16:53:53 +0000 (17:53 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 4de3bd1a5f5df210020e2e9b8b49d5798fac1c21
  - statemanager: use transaction manager

    This replaces all direct invocations of
    DataBroker::newWriteOnlyTransaction() with calls to a
    ManagedNewTransactionRunner, ensuring all such transactions are
    closed.

    Change-Id: Ib5f19025c880b6c7b534355372488d7d8ad08158
Signed-off-by: Stephen Kitt <skitt@redhat.com>
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoUpdate git submodules
Jamo Luhrsen [Fri, 23 Feb 2018 20:42:57 +0000 (20:42 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to f2bb753ca34b150523d364b84618075edc6dd6f4
  - Merge "Don't allow retry to fail stacking"
  - Don't allow retry to fail stacking

    Change-Id: I99dbd98638e43e974bbb4ecd13a3d09dee94fc2f
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoUpdate git submodules
Thanh Ha [Fri, 23 Feb 2018 13:49:39 +0000 (08:49 -0500)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 3288bf34011a2e26273973fd8910afeb0dcf9f2b
  - Note hardcode validate-autorelease build node

    Change-Id: I275b5d063d1013d563b430dd5bbc85062ad729d4
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Jamo Luhrsen [Fri, 2 Feb 2018 22:54:05 +0000 (14:54 -0800)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to 5a4a47a218875b09cfac9ad4a0282ff399e0e266
  - Fix yangtools test tool installation

    Change-Id: I9f6d4e7dee3edfb5e3ae7b011420fd387c84476e
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdate git submodules
Victor Pickard [Thu, 22 Feb 2018 15:53:41 +0000 (10:53 -0500)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to fd9fde8a8ac92867b37e46c58b918285b857bab5
  - Fix some L2GW test cases for existing connections

    Fix some issues in newly added test cases that are
    now able to run in queens.

    Change-Id: I884c13531f24c5d77ba79a9781dabfb460854372
Signed-off-by: Victor Pickard <vpickard@redhat.com>
6 years agoUpdate git submodules
Claudio D. Gasparini [Fri, 23 Feb 2018 14:40:33 +0000 (15:40 +0100)]
Update git submodules

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

    when calling containsEqualConfiguration on Peer

    Change-Id: Idc674a8be808386c0a3050dca3a3895cf0491caf
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdate git submodules
Stephen Kitt [Thu, 22 Feb 2018 18:58:05 +0000 (19:58 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to a54923ba54a0866fccb5700f5264f7e4c18ea35e
  - Drop unused exceptions in elanmanager

    Change-Id: Ie8ee24a33ee711f6ad74d73f69ad8dbebfe1caa7
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Stephen Kitt [Thu, 22 Feb 2018 18:58:07 +0000 (19:58 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 3a0742171e2da6387b2966260d254cba0d34fd09
  - Drop unused exceptions in vpnmanager

    Change-Id: Id71667546ef98e8099fe28f83d4f054a9976c866
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Stephen Kitt [Thu, 22 Feb 2018 18:58:07 +0000 (19:58 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to b4dfea32f0493d543d48cdb9bc8842e1110c2bde
  - Drop unused exceptions in qosservice

    Change-Id: Iec3c5969cf736206f7f294bd08657e8fd3e2d087
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Stephen Kitt [Thu, 22 Feb 2018 18:58:06 +0000 (19:58 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to c229e2d630c5a4e7cfd7f7a2f348bec29ff9826e
  - Drop unused exceptions in neutronvpn

    Change-Id: I9666adff86ccfe70874d598846c8ba6b1974d533
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Stephen Kitt [Thu, 22 Feb 2018 18:58:06 +0000 (19:58 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 7de50e68503d4d354915f972b1f2bfa598a56ddd
  - Drop unused exceptions in natservice

    Change-Id: I173b17ca9b86a3e89bd402cbfda5757559ce0136
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Stephen Kitt [Thu, 22 Feb 2018 18:58:06 +0000 (19:58 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 79803c9c0e78a15feef0779f6ef3ce7a26c7f74f
  - Drop unused exceptions in ipv6service

    Change-Id: I7e8018a36308b193bf2c5d082e692777e787f99b
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Stephen Kitt [Thu, 22 Feb 2018 18:58:06 +0000 (19:58 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 136895a2a94f47aa90964b21c8f4677b8e3159ef
  - Drop unused exceptions in fibmanager

    Change-Id: I67f13c159b2b798f7515956a5746afdecca97a47
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Stephen Kitt [Thu, 22 Feb 2018 18:58:05 +0000 (19:58 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 39fb70730b9b0e56eed414c6876d62097660016b
  - Drop unused exceptions in dhcpservice

    Change-Id: I61412d7d2bc2838b0be928ff9f1761f977e33c87
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Stephen Kitt [Thu, 22 Feb 2018 18:58:05 +0000 (19:58 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 6a149ad3673bd208f41a40c69579e9124d07ab7f
  - Drop unused exceptions in bgpmanager

    Change-Id: I7edc49d7c3b7cf80660414b915ad9b948c2b51b5
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Victor Pickard [Thu, 22 Feb 2018 20:15:30 +0000 (15:15 -0500)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 6d55d040db8950c0b3dfe88c7acf06b1d2454e44
  - Update genius ITM Tunnel auto config spec

    The TEP-IP is now obtained from other_config:local_ip,
    so update the spec to reflect that change.

    Change-Id: I47d04acb4897cd4c8c5e0a952a08a65dc7e36259
Signed-off-by: Victor Pickard <vpickard@redhat.com>
6 years agoUpdate git submodules
Thanh Ha [Fri, 23 Feb 2018 13:44:09 +0000 (08:44 -0500)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to cc685f1b22224216f7be1d3726017bfc2229f7dc
  - Configure build-node from project

    Change-Id: I7b3c8f1842fccbe7c8be7460b029b1156af65905
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Sam Hague [Fri, 23 Feb 2018 12:25:39 +0000 (12:25 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 0a28f0362b904fe414c5dd269f969bf26a94fee1
  - Merge "Update AR version bump jobs to 4c-16g"
  - Update AR version bump jobs to 4c-16g

    The current version bump jobs are failing because they are
    running out of disk space.

    Change-Id: I960c173cec96a48430e24b8aea0e56488b06bc24
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdate log server URL to new infra 20/68520/1
Anil Belur [Fri, 23 Feb 2018 06:14:57 +0000 (16:14 +1000)]
Update log server URL to new infra

Change-Id: I88e3482b09ff716436844ed5b21482c74f00c289
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdate git submodules
Stephen Kitt [Thu, 22 Feb 2018 18:58:04 +0000 (19:58 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to c22939422dac1d5eaa864d55217668d0299bd784
  - Drop unused exceptions in aclservice

    Change-Id: Idc509375492f5938ba3ed85bc53ce93bcb379e0b
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Thanh Ha [Thu, 22 Feb 2018 20:42:06 +0000 (15:42 -0500)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 62d4a45fab9ab2d0ffb7ed62ef4573bc6740b8a4
  - Set build-timeout to 60 for lf-ansible-roles

    Roles can take long to build if they need to compile something
    so allow 60 minutes.

    Change-Id: I01616e8c47c0b3fa2e6ab8c964b563e305e5246e
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Sam Hague [Thu, 22 Feb 2018 19:15:24 +0000 (19:15 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to b2e851eb3a4fec03d4990847cc10741de6490447
  - Merge "Remove tinyrpc 0.6 workaround"
  - Remove tinyrpc 0.6 workaround

    tinyrpc 0.7 disappeared from PyPI.  The global requirements have
    been bumped to 0.8 for it in upper-constraints.txt upstream so
    the workaround is not necessary[0]

    [0] https://github.com/openstack/requirements/commit/8c314d04

    Change-Id: Ie5b421730f27e15c014874a37e14fa3ece905f9f
Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
6 years agoUpdate git submodules
Arun Sharma [Fri, 8 Sep 2017 07:47:39 +0000 (13:17 +0530)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to b80cb492c959add22a2e7a008ceab45852839626
  - NETVIRT-1079:Do not add a static route to Ubuntu

    VM when nexthop IP is set to its own VM IP

    Problem: Host route with next hop ip X is sent to VM with ip X.
             This creats a loop.

    Fix: Skip self route in DHCP response i.e. if next hop is self IP
         then do not add that route in DHCP response.

    Change-Id: I27a1ef1b6774659e817506535da2a0ed3546ed53
Signed-off-by: Arun Sharma <arun.e.sharma@ericsson.com>
6 years agoUpdate git submodules
Stephen Kitt [Tue, 13 Feb 2018 11:44:35 +0000 (12:44 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 349cebdee68408c99f38707bfbbbaea80e45ed5c
  - elanmanager: use transaction manager

    This replaces all direct invocations of
    DataBroker::newWriteOnlyTransaction() with calls to a
    ManagedNewTransactionRunner, ensuring all such transactions are
    closed. It also reworks a number of methods to use read/write
    transactions, ensuring that changes are made based on still-relevant
    data.

    This doesn’t address transactions in ElanInterfaceManager.

    Change-Id: Id38c7482cf2403a7751f0faa6134be7374e4a072
Signed-off-by: Stephen Kitt <skitt@redhat.com>
  - Split up creation/deletion, clean transactions

    This patch splits up creation/deletion methods in
    HwvtepNodeDataListener, avoiding the use of boolean parameters to
    control method behaviour.

    It also ensures the read transactions are closed, and cleans up
    generics as far as possible, along with removing uses of
    ResourceBatchingManager.

    Change-Id: I648be29aed85fed71acb344236ecfa40497f84fc
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Deepthi V V [Mon, 15 Jan 2018 08:42:38 +0000 (14:12 +0530)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 6e06959b20ac259af229f971992e4f036b0cbf56
  - Handle vpn removal from subnet correctly.

    Network-id in subnetmaps was set to null causing remove subnet from vpn
    event not being processed correctly. This fix ensures that network-id is
    not removed from subnet.
    Also, we do not store router-interfaces in subnetmap port list. Hence
    removed logic which checks for device-id info.

    Change-Id: I46955683a552b580b9ab3bb9930c98918c758a9c
Signed-off-by: Deepthi V V <deepthi.v.v@ericsson.com>
6 years agoUpdate git submodules
Jamo Luhrsen [Thu, 22 Feb 2018 17:40:51 +0000 (17:40 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 0c9327d2a048a8f5194ef257bd3aecfc67656e99
  - Merge "Set default controller VM to 4CPU+4GB"
  - Set default controller VM to 4CPU+4GB

    Change-Id: I6d69829865d249265df5df486e20f291d176b59e
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoUpdate git submodules
Mohammed Naser [Thu, 22 Feb 2018 17:01:41 +0000 (12:01 -0500)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to fdd432a1ea8e3e563b887d8764f119cb0fae6448
  - Add dstat to compute nodes to monitor performance

    dstat is currently installed on the controller nodes but not on the
    compute nodes, this patch will add performance monitoring on the
    compute nodes to troubleshoot performance issues.

    Change-Id: I37df6efc559dfe377cf744e2aa6a8e13b2b396ff
Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
6 years agoUpdate git submodules
Somashekar Byrappa [Tue, 20 Feb 2018 12:29:50 +0000 (17:59 +0530)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to f36b7eee856cf778ed11cdf639b6d568af63ada1
  - NETVIRT-1110: Fixed stale ACL service binding entries

    Issue:
    Stale ACL related service binding entries were found during CSIT run.

    Solution:
    ACL listeners are updated to handle even if the order of interface
    events changes.

    Change-Id: I69feca731e720e1ef50cd2a049c06fb4829da03b
Signed-off-by: Somashekar Byrappa <somashekar.b@altencalsoftlabs.com>
6 years agoUpdate git submodules
jenkins-releng [Thu, 22 Feb 2018 05:32:52 +0000 (05:32 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 363070a8fa87cc1c27b7648f8491867450103e96
  - Update validate autorelease projects for oxygen

    Change-Id: Ia5ae137a6c42a2fc44f1d012c921434ae53cd561
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
6 years agoUpdate git submodules
Stephen Kitt [Fri, 2 Feb 2018 15:57:30 +0000 (16:57 +0100)]
Update git submodules

* Update docs/submodules/netconf from branch 'master'
  to 59cfc16131c9eed2a706f59db527db0f47c735f0
  - Closed nested JSON writers

    With I9c597fe96937867cffdcbeeddd4b1507de20f2ee,
    JSONNormalizedNodeStreamWriter.createNestedWriter() leaves it up to
    the caller to close the provided JsonWriter. This patch ensures that
    that is the case.

    Change-Id: If20a596db06e40d1636de168dd11677372964364
Signed-off-by: Stephen Kitt <skitt@redhat.com>
    (cherry picked from commit b6be299466349d775d860ab45d785028e6b899f7)

6 years agoUpdate git submodules
jenkins-releng [Wed, 21 Feb 2018 17:56:05 +0000 (17:56 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 27d64a5541bc078fa5d759413905c7d658d553b8
  - Update validate autorelease projects for oxygen

    Change-Id: I7b6d51bccfa5c6fe3163e45b37508011c9de2ac0
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
6 years agoUpdate git submodules
Stephen Kitt [Wed, 21 Feb 2018 14:06:22 +0000 (15:06 +0100)]
Update git submodules

* Update docs/submodules/odlparent from branch 'master'
  to e560a47cc4dc0379ac47fb0f231dc2a3c26a14d9
  - Bump Karaf 4.1.4 → 4.1.5

    Release notes: http://karaf.apache.org/download.html#container-415

    Change-Id: I4af39685f9f5c69a0f5fa5b22f1035dcef0936ba
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Faseela K [Wed, 21 Feb 2018 08:23:25 +0000 (13:53 +0530)]
Update git submodules

* Update docs/submodules/infrautils from branch 'master'
  to c80eea45b03b6e3d24808eb57db1de0b34078361
  - acquireServiceStatusMap should report status as is.

    The API was reporting only ERROR or OPERATIONAL, and some
    of the transient states were getting wrapped.

    Change-Id: I541c17591a789e7dac5e657f4a85d53c384f41b9
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoUpdate git submodules
Stephen Kitt [Wed, 21 Feb 2018 15:02:14 +0000 (15:02 +0000)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 8e930e90502e5d40e36eb9a15a8b4baf5c3cc331
  - Revert "ifm changes for performance enhancements"

    This reverts commit 51d5fab28b9fbd2c165bd0c803ad768441385d0f as discussed on the TSC mailing list: https://lists.opendaylight.org/pipermail/tsc/2018-February/008919.html

    Change-Id: Icc95f983591f9c8c871dd14c1266642cba4eb9bb
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoOpenflow Plugin Project M4 Status 54/68454/2
Anil Vishnoi [Wed, 21 Feb 2018 08:48:09 +0000 (00:48 -0800)]
Openflow Plugin Project M4 Status

Change-Id: I2b1c1025d8055c19ac5dc5dd355966dda94870cb
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
Signed-off-by: Kit Lou <klou.external@gmail.com>
6 years agoUpdate git submodules
LiGuosheng [Wed, 7 Feb 2018 08:24:56 +0000 (16:24 +0800)]
Update git submodules

* Update docs/submodules/netconf from branch 'master'
  to 168c9371871390f6f0d1dcb4c948901124c798c6
  - Modify NetconfKeystoreAdapter to expose private keys and certificates

    Supply a method of using private keys and trusted certificates to
    create JDK KeyStore. Improve code and test cases.

    Change-Id: I56dff8cec16eeb320b4765a5d8c5bd3ffe562556
Signed-off-by: Li guosheng <li.guosheng6@zte.com.cn>
6 years agoUpdate git submodules
Edw7n [Sat, 17 Feb 2018 20:27:39 +0000 (01:57 +0530)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 51d5fab28b9fbd2c165bd0c803ad768441385d0f
  - ifm changes for performance enhancements

    Change-Id: Icdceb46e6453b6b1e503d14d89bd1b201f9a183b
Signed-off-by: Edw7n <n.edwin.anthony@ericsson.com>
6 years agoUpdate git submodules
Stephen Kitt [Fri, 16 Feb 2018 11:32:41 +0000 (12:32 +0100)]
Update git submodules

* Update docs/submodules/infrautils from branch 'master'
  to 539fbc86285f287f4daaaf93cdc2f80dd0e9c896
  - Improve StringBuilder use

    Avoid StringBuilder when direct String concatenation works; avoid
    String concatenation inside arguments to StringBuilder::append().

    Change-Id: Ic16e607bc2c0dc607a791edc7a7fbe7e4a66ebc4
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Sam Hague [Fri, 21 Jul 2017 20:49:33 +0000 (16:49 -0400)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to c5699336749712ecffbfe66944305efc8fb0f1c8
  - Add feature and compatibility docs

    Change-Id: I4becffa7fe574a8f2bcff3dc4523bc40b034c0f4
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoUpdate git submodules
Stephen Kitt [Tue, 20 Feb 2018 16:45:11 +0000 (17:45 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to aa312ba7adcd49199437be83f55728c4b888fa71
  - More transaction clean-up in ACL

    This involves splitting a couple of add/delete methods too, and
    converting a number of AclServiceUtils methods from static methods to
    instance methods.

    Change-Id: I769d4024d853fbfca99a3d9c253247ae2a35dd27
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
K.V Suneelu Verma [Fri, 16 Feb 2018 17:28:12 +0000 (22:58 +0530)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to e6b8042190ad399a0db49e44af030b4961fe8b4b
  - removed halisteners

    reused the existing node listeners to propogate child updates.
    now the data gets copied from node listener only

    added config manager listener to reconstruct ha cache upon restart
    even if the node is not connected back post restart

    fixed npe in ha ps node creation
    copied db version of child ps node to parent ps node

    Change-Id: Ic07bb876d05f02114e920ff270386b7f5324100b
Signed-off-by: K.V Suneelu Verma <k.v.suneelu.verma@ericsson.com>
6 years agoUpdate git submodules
K.V Suneelu Verma [Mon, 18 Dec 2017 12:50:33 +0000 (18:20 +0530)]
Update git submodules

* Update docs/submodules/ovsdb from branch 'master'
  to 5871c030272c102a91b34a97f77d0e233d958dc1
  - Added device transaction log cli

    Added a cli to display device transaction history

    Change-Id: I00d8f5bd287342691c7b69b0b75f79c2cdcee1e8
Signed-off-by: K.V Suneelu Verma <k.v.suneelu.verma@ericsson.com>
6 years agoUpdate git submodules
Jamo Luhrsen [Tue, 20 Feb 2018 22:18:40 +0000 (14:18 -0800)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to 9d0a8c8c4d5e5aecc09ecee25d9278996fcc2741
  - Fix mistake [0] in location of Variables.robot

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

    Change-Id: Ie0e1bc729258fe2355e4a37cdb22e3fefda2cee0
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdate git submodules
HANAMANTAGOUD V Kandagal [Thu, 15 Feb 2018 09:30:09 +0000 (15:00 +0530)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 2edcef8718a8452208a271c61f82b2dd22653be7
  - NETVIRT-1068: Upstreaming fixes 3

    When ARP response is received for the learnt IPs like MIP, its not
    processed due to wrong check of table-id. Hence this check is removed. One
    more bug was SrcIp and DestIP had junk chars which led formation of wrong
    MonitoringKey. Due to this , MIP IP Arp Response was not processed.

    Change-Id: If25bbc6fdc264ac866b5cd89c247c487d9f6ca6b
Signed-off-by: HANAMANTAGOUD V Kandagal <hanamantagoud.v.kandagal@ericsson.com>
6 years agoUpdate git submodules
Stephen Kitt [Tue, 20 Feb 2018 17:04:05 +0000 (18:04 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to cba2c4f55a16af012d4c762e658130f9016da548
  - sfc-classifier: use transaction manager

    This replaces all direct invocations of
    DataBroker::newWriteOnlyTransaction() with calls to a
    ManagedNewTransactionRunner, ensuring all such transactions are
    closed.

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