docs.git
6 years agofix archetype documentation in developer guide 92/68192/1
Michael Vorburger [Tue, 13 Feb 2018 14:56:44 +0000 (15:56 +0100)]
fix archetype documentation in developer guide

change settings.xml URL to be master not boron, to avoid confusion

mvn command as on https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL:Startup_Project_Archetype

see https://lists.opendaylight.org/pipermail/dev/2018-February/004620.html

Change-Id: If96384815a60c6a7572509ac1a4d03f8c79a0b2c
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdate git submodules
Robert Varga [Tue, 13 Feb 2018 12:49:37 +0000 (13:49 +0100)]
Update git submodules

* Update docs/submodules/netconf from branch 'master'
  to d2542903bc933dbc5a68a71baa66e6ffb606bc5e
  - Fix odl-restconf-noauth packaging yangtools bundle

    Depend on the corresponding feature and cleanup versions.

    Change-Id: Ic3086cab94515b6c508cacc472ddc7095a51436c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoUpdate git submodules
Robert Varga [Tue, 13 Feb 2018 12:26:42 +0000 (13:26 +0100)]
Update git submodules

* Update docs/submodules/odlparent from branch 'master'
  to 83f1302e2fcf2770da6a4c00de0f3dd1a63bd8c7
  - bundle-test-lib should be a bundle

    This prevents the jar from being wrapped by users.

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

6 years agoUpdate git submodules
Michael Vorburger [Tue, 13 Feb 2018 09:18:33 +0000 (10:18 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 400dba8bd79b05768dd405c2c51065fee0d10adf
  - fix completely broken distribution/karaf

    we broken this in I34584eccd14da25fde24779247e78db167d7587a,
    following Iaf56adcb93490f9b29e34a50d33b324bb24a9b07; this fixes it.

    Change-Id: Ie09a938bc1d36319a06acf8f46f00599d0ed0550
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdate git submodules
Anil Belur [Tue, 13 Feb 2018 03:27:01 +0000 (03:27 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to aacbb2d659c5d4b602d1a57d20e40e2c3e22c091
  - Merge "Set default java-version for distro-check"
  - Set default java-version for distro-check

    Configure the job to use the lf standard variable 'java-version'
    with default openjdk8.

    Change-Id: I7dd268092e1950c2c64c6f99db91b10918b047af
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Thanh Ha [Tue, 13 Feb 2018 01:31:34 +0000 (20:31 -0500)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 571860a204c1757ebc6acc817ae172e446e332a4
  - Update global-jjb to v0.16.0

    Change-Id: Ic1b535e89e4f2c18317fe9edf24f18b853f79112
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Kiran Kumar Darapu [Thu, 18 Jan 2018 06:18:31 +0000 (11:48 +0530)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 932c2ef85513830549968ec2a514aeb61e32d1df
  - Migrating BGP PM Counters to Infrautils Counters

    Existing BGP PM counters were using JMX MBeans,
    Now new BGP PM counters were imoplemented using
    Infrautils metrics counters APIs which will be common library
    to populate JMX MBeans for these counters by leveraging
    Codahale framework.

    Change-Id: Ib458d151ffed331ccd2b717ad3abef0ebecf3f80
Signed-off-by: Kiran Kumar Darapu <kiran.kumar@altencalsoftlabs.com>
6 years agoUpdate git submodules
Siva Kumar Perumalla [Mon, 12 Feb 2018 16:34:38 +0000 (22:04 +0530)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to fc7930f469c2d8c23abd971cd94d669874e98caf
  - BGP-EoS leader flap leads to NPE.

    Change-Id: Idfc5dec1416a93728eae2b9a307b456a3a6177cc
Signed-off-by: Siva Kumar Perumalla <sivakumar.perumalla@gmail.com>
6 years agoUpdate git submodules
Stephen Kitt [Mon, 12 Feb 2018 09:28:09 +0000 (10:28 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to a1de16dc8293e43030ca2ef39d60923cb0882148
  - cloud-servicechain: use transaction manager

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

    Change-Id: I42434cde5080a9bf940f8b329f962f5fe0b2aaff
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Stephen Kitt [Mon, 12 Feb 2018 09:43:37 +0000 (10:43 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 7bf1b70d05eeef7b9acb56a1f95ae37d0276749e
  - coe: use transaction manager

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

    Change-Id: Ida638029de40029ff93353665233d156a4164ff4
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Jamo Luhrsen [Mon, 12 Feb 2018 22:02:47 +0000 (22:02 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to cb972c998cbf008755aa2820e31fe1fde0c42d36
  - Merge "Enable distribution check job for jsonrpc"
  - Enable distribution check job for jsonrpc

    Add distribution check to the list of jobs

    Change-Id: I99884668b0fa2f52cd994fabe7a8b14fdf94f614
Signed-off-by: Anton Ivanov <anton.ivanov@cambridgegreys.com>
6 years agoMerge "Coe Oxygen M4 status"
Kit Lou [Mon, 12 Feb 2018 21:08:43 +0000 (21:08 +0000)]
Merge "Coe Oxygen M4 status"

6 years agoUpdate git submodules
Michael Vorburger [Mon, 15 Jan 2018 23:37:49 +0000 (00:37 +0100)]
Update git submodules

* Update docs/submodules/odlparent from branch 'master'
  to 0323e77d4ca4827ea756693b8c0f03bf1aa7c5fd
  - ignore web.xml and BP *.xml in duplicate-finder

    This avoids duplicate classpath errors when running the
    duplicate-finder-maven-plugin on projects depending on ODL Karaf feature
    artifacts (such as odl-netvirt-openstack), which will typically have
    dependencies on several web related OSGi bundles that include
    WEB-INF/web.xml, and allow any org/opendaylight/blueprint/*.xml,
    not just autowire.xml.

    Change-Id: Iacfb820d44febdcf20eafd99cf549e023ff47df9
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdate git submodules
Stephen Kitt [Thu, 8 Feb 2018 13:29:42 +0000 (14:29 +0100)]
Update git submodules

* Update docs/submodules/infrautils from branch 'master'
  to d66bf2571830604d34bf790cd3cb50f53d3c3fc2
  - Clean up Optional handling in LogCaptureRule

    Change-Id: I358a9b0c5bb8790281435f3980e6faaab91d2e85
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoCoe Oxygen M4 status 35/68135/2
Faseela K [Mon, 12 Feb 2018 01:42:27 +0000 (07:12 +0530)]
Coe Oxygen M4 status

Change-Id: I8ecd3185163a14f2fa7ffdc2e8d7bc0f78758e98
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoUpdate git submodules
eupakir [Tue, 12 Dec 2017 14:03:26 +0000 (19:33 +0530)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to d0a442c8d5d9fe0d42f3a1fa602a1fb7298b69a6
  - NETVIRT-1037: Upstream Fixes --- Review-3

    This reviews stores gwMac and lportTag into operational vpn interfaces,
    in-case retrieval of the same through ietf-interfaces state fails while
    handling an interface remove event

    Change-Id: Idbeeb9486087786ec38003d198d6ffc30fe0daf5
Signed-off-by: eupakir <kiran.n.upadhyaya@ericsson.com>
  - NETVIRT-1037: Upstream Fixes --- Review-2

    If an extra-route/learnt IP has the same IP as a primary adjacency on the
    interface, it is not processed.

    Change-Id: Ib2bd26da897896233e8ed5fb668780d0d0ce3d79
Signed-off-by: eupakir <kiran.n.upadhyaya@ericsson.com>
  - NETVIRT-1037: Upstream Fixes --- Review-1.

    1) Handle VrfEntry updates only for static routes/cluster reboot scenario
    2) Fix a few Exceptions seen in the logs during TEP events

    Change-Id: Ia992bda38a61b6787170aa7884f189584f82ca6d
Signed-off-by: eupakir <kiran.n.upadhyaya@ericsson.com>
6 years agoUpdate git submodules
HANAMANTAGOUD V Kandagal [Tue, 23 Jan 2018 12:25:00 +0000 (17:55 +0530)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 37224170436fc34cdd01c8ae69910b01e159aa9a
  - NETVIRT-1068: Upstreaming fixes

    Issue-1: When VpnInterface has a secondary adjacency like invisible ip, if tunnel
    EP is deleted , VpnInterface Op DS is updated with empty nexthoplist.
    During this time , invisible ip goes missing from VpnInterface Op DS due
    to MDSAL.syncwrite() being done in updateVpnInterfaceOnTepDelete. Another
    fix being done here is , invisible ip FIB entry is updated with empty
    nexthop and route is withdrawn/advertized to BGP

    Issue-2:  prefix-A part of subnet-A/network-A/VPN-A. The refcount for
    prefix-A is 1. When VPN-B is importing from VPN-A , refcount is 2. But
    when prefix-B part of VPN-B is deleted , refcount was not decremented.
    For self-imported routes , when the prefix is deleted , refcount is
    decremented.

    Change-Id: I2cabeaa1ae23e356b2d17a527e9bbc6a5b21afd0
Signed-off-by: HANAMANTAGOUD V Kandagal <hanamantagoud.v.kandagal@ericsson.com>
6 years agoUpdate git submodules
Deepthi V V [Fri, 12 Jan 2018 07:13:33 +0000 (12:43 +0530)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 1c3ae785f84659c2ad7c6f795a8990c8ee00884e
  - l3vpn app data clean up on vm delete.

    L3VPN application data is not cleaned up on vm delete and
    dissociate network/router scenarios. This review fixes the issue.

    Change-Id: Id1d7c89206c5bea77925320b67c0e12d6ffbf2bf
Signed-off-by: Deepthi V V <deepthi.v.v@ericsson.com>
6 years agoUpdate git submodules
Stephen Kitt [Wed, 22 Nov 2017 08:34:22 +0000 (09:34 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 4e97f4dcef6e58b48ab69325500e41b48960f527
  - ACL: use transaction manager for write transactions

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

    Change-Id: Id148f5f5dc1bee69805e096136d509f4f6c3209a
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Siva Kumar Perumalla [Thu, 8 Feb 2018 13:22:10 +0000 (18:52 +0530)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 2ba480ccf176bd424a7c0fec3013a958ce9c5d84
  - update thrift version in feature.xml
    from 0.9.1 to 0.9.3 as BgpConfigurationManager is dependent on 0.9.3

    Change-Id: I6a0c7acf6c7775f59bbce6b0c82aeb606618a795
Signed-off-by: Siva Kumar Perumalla <sivakumar.perumalla@gmail.com>
6 years agoMerge "M4 Report for JSON RPC"
Kit Lou [Sat, 10 Feb 2018 03:24:22 +0000 (03:24 +0000)]
Merge "M4 Report for JSON RPC"

6 years agoUpdate git submodules
Julien Courtat [Wed, 8 Feb 2017 17:16:42 +0000 (18:16 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 272bb4bea9e3c8469c289ddfb47e49954c602798
  - IPv6 BGPVPN DC to internet detailed description

    This blueprint spec change introduces a new solution that relies on
    external network from neutron router. The spec analyses the problem and
    gives a solution.

    Change-Id: I30c90380fa9b3cf2d8a7705090fa57b7d6043608
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoUpdate git submodules
Philippe Guibert [Tue, 22 Aug 2017 10:32:46 +0000 (11:32 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to e1ba59ccfb6dcd823c1f93ec9d67baacf9b3c34c
  - Bug-9029: Bgp Manager / End of Rib feature complements

    This commit change brings some complement of changes in the generated
    thrift files.

    Change-Id: I13e8c066039b9c27452e09915fbc518f62ef681f
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
6 years agoUpdate git submodules
Jamo Luhrsen [Tue, 10 Oct 2017 16:29:56 +0000 (09:29 -0700)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to c8ca9e4f2759c34207733b23d8cd21dfb2abf152
  - Remove security group mode config knob

    Stateful is the only security group mode we have now.

    Change-Id: Id30042b1a2ca1ef371079bd43640262613265924
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdate git submodules
Vishal Thapar [Fri, 27 Oct 2017 10:00:13 +0000 (15:30 +0530)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 477976941e5997cb9f4a5cc14571bc3a8aae5c61
  - Optimize NAPT switch selection logic

    NaptSwitch selection logic today sorts switches in descending order of
    weight and then uses iterator to find last entry. By changing the
    comparator and convreting it into ascending order, we can return the first
    entry without needing to iterate through list of switches.

    Change-Id: I6620d9e5a92ea60d100ed2d767e73fb1bdef998e
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
6 years agoUpdate git submodules
Vishal Thapar [Tue, 23 Jan 2018 08:13:06 +0000 (13:43 +0530)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to e683a4b2e40da00efc87b487fc3ec8bae46b133f
  - Refactoring and Duplicate Id detection

    Change-Id: I4c76953a9dec8bf044374ae1a6dd6afb007bf4b2
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
6 years agoUpdate git submodules
Josh [Mon, 29 Jan 2018 08:42:54 +0000 (10:42 +0200)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to ca1ff88e024180b9086c03d37b0b28df226a71bf
  - Remove illegal characters from yangs

    Change-Id: I32f933305dbfcc759501ce7e238e61a3d16698a0
Signed-off-by: Josh <jhershbe@redhat.com>
6 years agoUpdate git submodules
Aswin Suryanarayanan [Thu, 18 Jan 2018 08:02:09 +0000 (13:32 +0530)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 531ba08b7fa91f12272ff2126f8d260f24abda73
  - NETVIRT-1063 SNAT flows fails to install sporadically(conntrack SNAT)
    The vpind now retrieved using the subnet uuid from the router.

    Change-Id: I6e8c0ce53349e40a336db12b247822f33c483c75
Signed-off-by: Aswin Suryanarayanan <asuryana@redhat.com>
6 years agoUpdate git submodules
Stephen Kitt [Fri, 9 Feb 2018 16:55:59 +0000 (17:55 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 7cf4dba3edbede3a6db810bb60afd6b75de5a54f
  - Use NwConstants in ...StatefulIPv6.xtend

    This should avoid regressions once we start using the Xtext
    representation of IPv6 stateful flows entry objects.

    Change-Id: I221269f410f5e85bdefe72491977bb62ca3cc559
Signed-off-by: Stephen Kitt <skitt@redhat.com>
  - Drop obsolete “as short” .xtend conversions

    With the switch to constants, many “as short” conversions are no
    longer necessary.

    Change-Id: I4aee4183486a29c081ca8121dda81bf81d6aeed8
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
karthikeyan [Thu, 1 Feb 2018 11:41:42 +0000 (17:11 +0530)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 29955585c06776afc943b08fefc047c98600c9f0
  - NETVIRT-1074: DNAT traffic is not working if SNAT is Disabled

    Problem Description:
    ======================
    FIP to External Network or FIP to FIP traffic is not working if SNAT is
    disabled for the router. Since L3_FIB_TABLE (21) -> PSNAT_TABLE(26) flow
    is missing on the FIP associated switch.

    Solution:
    =========
    If SNAT is disabled, we need to take care of DNAT (FIP) traffic should
    work as expected. By default when router-gw is set with external
    network/subnet SNAT is enabled and default NAT flow on Table 21 will be
    getting programmed. In case of SNAT is disabled this flow won't get
    installed on the required FIP configured switches. Hence FIP traffic is
    getting dropped at Table 21. Have added the logic to program the NAT
    default flow in Table 21 if SNAT is disabled UC as well.

    Change-Id: Ie6c66c9571d5698408317718bfaa61ce677472c4
Signed-off-by: karthikeyan <karthikeyangceb007@gmail.com>
6 years agoUpdate git submodules
Vyshakh Krishnan CH [Fri, 9 Feb 2018 05:00:12 +0000 (10:30 +0530)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 72239607a8eed980d04b45e6925384857938eca9
  - Setting BGP default log to debugging

    BGP default log was set to error and due to which qbgp logs are not
    shown. making it to debugging now.

    Change-Id: I66826d34ce2cb6448261b6c9287fac63eacdcda0
Signed-off-by: Vyshakh Krishnan CH <vyshakh.krishnan.c.h@ericsson.com>
6 years agoUpdate git submodules
Stephen Kitt [Mon, 5 Feb 2018 09:56:16 +0000 (10:56 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 5ec2e570ea9ded40bbccf0acec82fd22375e3610
  - Switch some stragglers to odlparent 3.0.2

    Change-Id: I98d03a63001971dc526d89d3e2df580bf304c10b
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Victor Pickard [Fri, 26 Jan 2018 12:42:21 +0000 (07:42 -0500)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 05ac24ba9bef02af813769034d090ec108bd4306
  - Handle br-int dpid update for genius auto tunnels

    In OOO deployments, genius auto tunnels does not work,
    and vxlan tunnels are not created.

    When br-int is added by netvirt, the ovsdb node add
    comes in for br-int, without a dpid. The code bails
    if br-int does not have a dpid (tep not added).
    Then, a second notification comes in, as an ovsdbNodeUpdate,
    with the dpid for the node (br-int). But, the current code
    does not handle br-int updates, and the tep is never added.

    This code change checks for dpid being added to br-int
    in the update path, and triggers tep to be added when
    this condition occurs.

    Change-Id: I3a62283f1596dba3c6d734f5497c3f38a5be4b10
Signed-off-by: Victor Pickard <vpickard@redhat.com>
6 years agoUpdate git submodules
kaoru sueda [Wed, 29 Nov 2017 07:36:40 +0000 (16:36 +0900)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 69596c7ec3a01376a7310a578b0433eb07535fe7
  - NETVIRT-984: Fix of issue that l2gw connection creation failed in L2GW HA environment.

    Issue:
      Exception occurred in l2gw connection creation and caused OVSDB
      transaction is not executed to the end in L2GW HA environment.

    Cause:
      "replication-mode" is not set in HWVTEP logical-switches entry in
      network topology config DS. And this caused the
      NoSuchElementException in l2gw connection creation.

    Fix:
      Fix this by set replication-mode in the above entry.

    Change-Id: I022e493abdbd20d2279540be790bf018c8dc2032
Signed-off-by: kaoru sueda <k-sueda@zj.nes.jp.nec.com>
6 years agoUpdate git submodules
VinothB [Thu, 1 Feb 2018 18:32:20 +0000 (13:32 -0500)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 15da7fe17d3ffdb00a6d4fdf7586286e2d19d145
  - NETVIRT-1044  fix for Exception in karaf when delete neutron port

    Null check for port's dpId is missing in this particular method whereas
    all other methods having null check for dpId in AbstracAclServiceImpl

    Change-Id: I8c4f5768af2a04b7921915264b6f5089acb9a7bb
Signed-off-by: VinothB <vinothb@hcl.com>
6 years agoUpdate git submodules
JakubToth [Sat, 10 Feb 2018 00:10:54 +0000 (00:10 +0000)]
Update git submodules

* Update docs/submodules/netconf from branch 'master'
  to 9ba8344ed902bcb99a747372e926b01bb57e2fb1
  - Merge "NETCONF-506: fix YII deserialization in FilterContentValidator"
  - NETCONF-506: fix YII deserialization in FilterContentValidator

    Treat leafref keys in the same way as indentityref keys.
    Follows https://git.opendaylight.org/gerrit/#/c/53996/

    See also NETCONF-384.

    Change-Id: I36a67b12e23c7da43f4e5c6002de8ae031d18e6a
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
6 years agoUpdate git submodules
LiGuosheng [Tue, 6 Feb 2018 11:39:59 +0000 (19:39 +0800)]
Update git submodules

* Update docs/submodules/netconf from branch 'master'
  to a47bc2135615118eb8b99d9ca85f3363d4915137
  - Add test cases for NetconfSalKeystoreService

    Test cases for adding private keys and trusted certificates into
    the keystore.

    Change-Id: I493e3f88e636ee7c53363e1cbf54ba6c1714d156
Signed-off-by: Li guosheng <li.guosheng6@zte.com.cn>
6 years agoUpdate git submodules
Vishal Thapar [Fri, 2 Feb 2018 13:11:13 +0000 (18:41 +0530)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to f9fd0f4ec2cdc55e21238d67742d9ec385511dd2
  - Add dummy test suite for Genius tdd-wip

    Change-Id: I1eea7fc63bb8f13c3ee7e2667e9efc5120e4d306
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
6 years agoUpdate git submodules
Tomas Jamrisko [Thu, 8 Feb 2018 10:26:18 +0000 (11:26 +0100)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to c97210d403b181f11b66fc1a840398e7a3e911dd
  - Check cluster status after rejoin

    We want to check the cluster is in sync after rejoining. Same
    as the other recovery functions

    Change-Id: If4d4309dc71130a3d50b50f4f7d21aa5e63c25f4
Signed-off-by: Tomas Jamrisko <tjamrisk@redhat.com>
6 years agoUpdate git submodules
Jamo Luhrsen [Fri, 9 Feb 2018 21:58:40 +0000 (21:58 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 64419fab143dc1031610bdf57f3c4c19386fef66
  - Merge "Update builder minion labels"
  - Update builder minion labels

    Change-Id: I961900e9221a3f21cc6b6ca8492703b3d5f81745
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Victor Pickard [Thu, 7 Dec 2017 19:40:49 +0000 (14:40 -0500)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to dfc9ab118651001d58981877506eab854f2a031a
  - GENIUS-104 Genius auto-tz: use local_ip for TEP IP

    Currently, Genius auto tunnels is configured to read tep-ip from OVS
    external_ids tuple in the Open_vSwitch table.  Details can be found here:

    http://docs.opendaylight.org/en/stable-nitrogen/submodules/genius/docs/specs/itm-tunnel-auto-config.html

    This change will be to use the existing, supported field local_ip,
    from OVS other_config tuple in the Open_vSwitch table.

    The main reasons for this change are:

    1. Avoid duplicate data. Instead of introducing a new field, tep-ip, for
    source VTEP IP, reusing existing local_ip.

    2. Devstack and other installers already support local_ip. By reusing
    this field, there should be no changes required in any of the
    installers (devstack, OOO, etc).

    So, going forward, local_ip will be used as the source IP for the VTEP,
    instead of tep-ip.

    Change-Id: I529040c0da81a187927f9f91b9f50839c7fe340d
Signed-off-by: Victor Pickard <vpickard@redhat.com>
6 years agoUpdate git submodules
Tarun Thakur [Mon, 15 Jan 2018 11:49:03 +0000 (17:19 +0530)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 9e75967c39f1af1507ff800d91f11c1fbf9818a1
  - IFM stats params configured by Blueprint

    In interfacemanager-impl, new config file genius-ifm-config.xml is added
    and corresponding yang for it.

    It contains following params:
    - ifm-stats-poll-enabled
    - ifm-stats-def-poll-interval

    Change-Id: I592f9cbf8c18aa05fba3d4ecec4ba6edb52d79b5
Signed-off-by: Tarun Thakur <tarun.t@altencalsoftlabs.com>
6 years agoUpdate git submodules
eaksahu [Wed, 13 Dec 2017 11:06:01 +0000 (16:36 +0530)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 710268513620c941800333ab56ed1fbac309e708
  - Bug 8998 - Vlan Binding missing on connection add

    missing child entries when connection is deleted and added immediately.

    Since we are using batch manager previous delete
    is still not finished by the time next add request comes.

    Since the data is not deleted yet this add request will become no op.

    delete from batch manager eventually succeeds and we end up entry missing.

    make sure that add request does not proceed until the previous delete
    request has not completed.

    Change-Id: I88c887a4f40ad96ae2230e3a5362e8cc1cbde87f
Signed-off-by: eaksahu <a.k.sahu@ericsson.com>
6 years agoUpdate git submodules
Ryan Goulding [Thu, 8 Feb 2018 15:00:40 +0000 (10:00 -0500)]
Update git submodules

* Update docs/submodules/aaa from branch 'master'
  to 45546647f0460115c9301c4d9ddc5892dc9520de
  - AAA-134:  Cannot update domain name

    Modified the update SQL statement to include name.

    Change-Id: I8fce9cbbf403fcc627b927e5750750de4d04403c
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
6 years agoUpdate git submodules
Noel de Prandières [Tue, 5 Dec 2017 11:10:44 +0000 (12:10 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 0b8075768b3b8bce88fa7558b977d43b6877e649
  - vpnmanager: subnetopdataentry context creation

    Update Adjacencies to BGPVPN Internet, if the subnetmap handles refers
    to an IPv6 Subnet.

    Enhance the subnet-show command to display all the subnetmaps and
    subnetmapopdataentries.

    Change-Id: I7efba2cc94e65c1862aee96e3e3591a3d14bc630
Signed-off-by: Valentina Krasnobaeva <valentina.krasnobaeva@6wind.com>
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Signed-off-by: Noel de Prandières <prandieres@6wind.com>
Signed-off-by: Sam Hague <shague@redhat.com>
  - neutronvpn: subnetmap update for internet-vpn-id support

    Add internet-vpn-id leaf in the subnetmap list. This model change was
    needed to provide a capability to associate an external network with L3
    BGPVPN.

    Update internet-vpn-id field in subnetmap before associating provider
    neutron network with L3BGP VPN.

    Add an enumerate in vpn instance op data entry, to qualify the
    kind of BGPVPN: BGPVPN external, or BGPVPN internet.

    Change-Id: Icab050c89a25beb12b5be3a586d84ee97a7eb593
Signed-off-by: Valentina Krasnobaeva <valentina.krasnobaeva@6wind.com>
Signed-off-by: Noel de Prandières <prandieres@6wind.com>
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
  - neutronvpn: unlock multiple vpn configuration per iface

    This change unlocks the ability of neutronvpn to attach a vpn
    interface to two different vpns, or one router and a L3VPN, for
    instance.

    This is here the case for an internetVPN that is attached to a VPN
    interface, in addition to the router.

    Change-Id: I7c65b3ce981db0072ba2ab23323d44f2cf689f21
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
6 years agoUpdate git submodules
gobinath [Sun, 4 Feb 2018 20:38:48 +0000 (02:08 +0530)]
Update git submodules

* Update docs/submodules/openflowplugin from branch 'master'
  to 5a6c4a29a6da87ee50d8ac20cfb6252a64f9d45f
  - OPNFLWPLUG-974: Message deserialization failed

    Description:

    "Message deserialization failed...msgType: 36864 oxm_field: 6
    experimenterID: null was not found - please verify that all needed
    deserializers ale loaded correctly".

    Observation:

    The deserialization of this message failed due to the msg type of one of
    the oxm fields (CtMark) was getting decoded wrongly.

    This was due to the CtMarkCodec present in the packet(before the Metadata
    oxm field) was decoding the field wrongly. The field doesnt have mask field
    in it but still the mask it was read, ie, it was reading the next oxm field bytes too(Metadata)
    thereby skipping the bytes from which the oxm Metadata is supposed to be read
    and hence wrong data(skipped 4 bytes) is decoded in the next oxm field deserialization.

    Fix:

    The incorrect read of mask field in Ctmark codec has been removed now.

    Change-Id: I79b6899686b05217df533e9ef365e9909dfc048d
Signed-off-by: gobinath <gobinath@ericsson.com>
6 years agoUpdate git submodules
serngawy [Thu, 8 Feb 2018 22:51:00 +0000 (17:51 -0500)]
Update git submodules

* Update docs/submodules/coe from branch 'master'
  to 6adc1f7b57d4ea193de50bfbd38e6daae1b03510
  - Fix attached mac-address

    Set the container mac-address

    Change-Id: I7b75435c175e4ca45d4688c33cd442606f39284f
Signed-off-by: serngawy <m.elserngawy@gmail.com>
6 years agoUpdate git submodules
Luis Gomez [Fri, 9 Feb 2018 17:56:45 +0000 (17:56 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 4082eab9a06478550faa67b30f6c289585feffee
  - Merge "Switch mdsal-distcheck-oxygen to mvn35"
  - Switch mdsal-distcheck-oxygen to mvn35

    mvn35 does seem to help with the failures which we thing are caused
    by metadata corruption. Testing mvn35 seems to fare better, let's
    see if it helps long-term.

    Change-Id: I167707e6979c47ea9de266106f985685f3465102
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoUpdate git submodules
Luis Gomez [Fri, 9 Feb 2018 17:55:33 +0000 (17:55 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 0443cb92633b1ce9830b804fc8c8f818f908eb98
  - Merge "Allow mvn-version to be overrided in distro-check"
  - Allow mvn-version to be overrided in distro-check

    Defaults to mvn33 however allows projects to override the
    mvn-version variable if they wish.

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

* Update docs/submodules/infrautils from branch 'master'
  to 3aa1506d91422dda3121d41e50d8b88bfdc83c1c
  - LogCaptureRule can reall only accept error handler set once

    as every new @Test will get a fresh new instance from the @Rule

    and if its set multiple times it would override,
    most likely by mistake, a previously set expected error handler.

    Change-Id: If051d3a30e47530198e039b1f6c2b76996a7560d
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdate git submodules
K.V Suneelu Verma [Wed, 7 Feb 2018 04:57:31 +0000 (10:27 +0530)]
Update git submodules

* Update docs/submodules/infrautils from branch 'master'
  to 49cb34ec98d36015124350af0b362e919c67704f
  - make metrics file reporter configurable by fileReporterIntervalSecs prop

    A value of 0 on that new property means it's disabled; 0 is the default.

    Change-Id: I7d2f3506941877a59fe3db949aba66ec47e9c7ce
Signed-off-by: K.V Suneelu Verma <k.v.suneelu.verma@ericsson.com>
6 years agoUpdate git submodules
Ryan Goulding [Fri, 9 Feb 2018 13:43:58 +0000 (13:43 +0000)]
Update git submodules

* Update docs/submodules/aaa from branch 'master'
  to b224d96ab854e7fd7218c63922c80af958f975ac
  - Merge "AAA-147: Jolokia Credentials are backed by AAA"
  - AAA-147: Jolokia Credentials are backed by AAA

    Inject an Authenticator implementation into the service registry
    for use with odl-jolokia from controller.  Corresponding patch:

    https://git.opendaylight.org/gerrit/68069

    W/o this Authenticator installed, jolokia authentication fails.

    Change-Id: I8141336453f04052b617f322c94d6add8a37fcf5
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
6 years agoUpdate git submodules
Ryan Goulding [Fri, 9 Feb 2018 13:43:16 +0000 (13:43 +0000)]
Update git submodules

* Update docs/submodules/aaa from branch 'master'
  to 5ed7382260e82cac957ded98cd863557f9c0d1cd
  - Merge "Move AAAShiroProvider class in act into separate package"
  - Move AAAShiroProvider class in act into separate package

    There are two classes named AAAShiroProvider both in package
    org.opendaylight.aaa; one in artifact (and OSGi bundle) aaa-shiro and
    another one in aaa-shiro-act.

    As far as I understand the AAA code, this does not seem to be done
    intentionally for any particular reason, probably just historical
    copy/paste.

    Under OSGi, this doesn't really cause any major issues (other than it
    being "really not nice", possibly confusing, and theoretically causing
    issues if one were to use package import), as the two AAAShiroProvider
    are loaded into separate ClassLoaders in their respective bundles.

    When attempting to use AAA in a (non-OSGi) flat classpath environment
    however, then the present situation, leads to this error:

    [main] ERROR org.apache.shiro.web.env.EnvironmentLoader - Shiro
    environment initialization failed
    java.lang.NoSuchMethodError:
    org.opendaylight.aaa.AAAShiroProvider.getInstance()Lorg/opendaylight/aaa/AAAShiroProvider;
     at org.opendaylight.aaa.shiro.web.env.KarafIniWebEnvironment.init(KarafIniWebEnvironment.java:67)

    This change fixes above, for non-OSGi test envs, but seems a reasonable
    clean up if for the standard deployment model of running ODL in OSGi.

    Change-Id: Ia5d34e6f3ecf9d6539bdac9537b8628dcde59049
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdate git submodules
Riyazahmed [Mon, 22 Jan 2018 12:11:31 +0000 (17:41 +0530)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 22cd11dc2d6790b97f1e0993a964dadce4a9dee3
  - Scale-In Scale-Out RPC call to get DPN info

    Below changes exposes RPC call to get DPN details (DPN ID and Tep Ip of
    the DPN) by passing the compute node.

    Change-Id: I3d80e2d582e049e35bbd21d6f499e1e74c2c3b99
Signed-off-by: Riyazahmed <riyazahmed.d.talikoti@ericsson.com>
6 years agoUpdate git submodules
Michael Vorburger [Fri, 9 Feb 2018 11:41:51 +0000 (12:41 +0100)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 257f54655424c13577ed907d8638f714870bf374
  - minor fix InterfaceStateHelper import statement order

    I'm not sure why Checkstyle in mvn hasn't picked up on this?!

    Change-Id: Iade51c9350f32dc9bd8e37b4fc6b35b053a730c5
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdate git submodules
Michael Vorburger [Wed, 31 Jan 2018 00:58:27 +0000 (01:58 +0100)]
Update git submodules

* Update docs/submodules/odlparent from branch 'master'
  to f48bc51f9dd2ae64b16cd94bbaeb1867eaef2934
  - Remove <scope>test from mycila

    This allows odlparent-based projects to use Guice with Mycila more
    easily in non-test related Java environments, such as in a pure JSE
    opendaylight.simple (POC).

    As per the original commit message when Mycila was first added to
    odlparent, there is still no intention of using it (or Guice) in our
    standard deployment model of running ODL in OSGi.  Therefore, this
    contribution does still not include an OSGi MANIFEST.MF for Mycila,
    nor a Karaf wrap feature for it, as we still do not need that.

    Change-Id: I1f5586bd1dcf8d12756e33f4b74c4326b924058d
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdate git submodules
Hema Gopalakrishnan [Wed, 20 Sep 2017 09:32:25 +0000 (15:02 +0530)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 14c043eacab5c4dc9ed82c740e9ddb8044b8f3b5
  - Changed RPC to retrieve Vxlan DC GWY Ext. Tunnels

    Changed the ITM RPC to look for external tunnels towards DC gateway based on
    the tunnel type provided as input and removed the hard-coded MPLS Over GRE
    tunnel type.
    Fixed merge conflicts

    Change-Id: I1ac9da0390539adbaeaeb841ce95f31a122dda6b
Signed-off-by: Hema Gopalakrishnan <hema.gopalkrishnan@ericsson.com>
6 years agoUpdate git submodules
Michael Vorburger [Tue, 6 Feb 2018 12:59:41 +0000 (13:59 +0100)]
Update git submodules

* Update docs/submodules/infrautils from branch 'master'
  to 7d0260d1503317d7ef140d3d05bbdccccafdd933
  - LogCaptureRule with expectLastErrorMessageContains()

    this is "just" a handy short cut over the new more flexible general
    handleErrorLogs(...) method, but as it's more than 1 line to get it done
    right, it seems useful to have this here.

    Change-Id: I0d54b187fd58c6456708518a3886c3aedff3f86a
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdate git submodules
Michael Vorburger [Mon, 5 Feb 2018 21:11:40 +0000 (22:11 +0100)]
Update git submodules

* Update docs/submodules/infrautils from branch 'master'
  to 65ef80e787cc5ea0cf46029a987d93250b149596
  - LogCaptureRule with much more flexible handleErrorLogs(...) support

    this extends upon the much more basic existing expectError(String
    message, int howManyMessagesBack) feature that LogCaptureRule offered so
    far, and can be used e.g. to write tests that assert for error message
    that contain parts of known error messages, or specific conditions on
    the cause etc.

    Change-Id: I95c115fe67e3d615c865967ab25385066ff32c34
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdate git submodules
Ryan Goulding [Thu, 8 Feb 2018 21:25:13 +0000 (16:25 -0500)]
Update git submodules

* Update docs/submodules/odlparent from branch 'master'
  to b72bdc95df80bb964460a948c1ad0e3a93200638
  - AAA-147: Upgrade Jolokia to 1.5.0

    Upgrades Jolokia to 1.5.0.  This version provides the ability to
    delegate authentication for Jolokia to AAA, centralizing control
    of AAA mechanisms.

    Change-Id: Ic545ca2ad966e4ecee030bcaa6cfd3163c6dd606
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
6 years agoM4 Report for JSON RPC 94/68094/4
Anton Ivanov [Fri, 9 Feb 2018 08:08:30 +0000 (08:08 +0000)]
M4 Report for JSON RPC

Change-Id: I0410f831c6f57558002de5a959dffe8362144a2a
Signed-off-by: Anton Ivanov <anton.ivanov@cambridgegreys.com>
6 years agoUpdate git submodules
Thanh Ha [Thu, 8 Feb 2018 23:05:02 +0000 (23:05 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 4c80c4c6bdc68a7baf9576c2721915bffea4dd81
  - Merge "Rename jdk to java-version"
  - Rename jdk to java-version

    jdk is a keyword that is used for configuring the jdk configuration
    in a job. This means all templates are inheriting and trying to set
    this jdk regardless of if they jdk: '{jdk}' value in their configs
    and appears to override that value incorrectly with 'openjdk8'
    including the single quotes. This explains why many jobs are
    printing the message: No JDK named ‘openjdk8’ found

    Change-Id: I9bdf92bb759aec10f97ef355d4b04618cd58d2c8
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Stephen Kitt [Wed, 7 Feb 2018 14:17:40 +0000 (15:17 +0100)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to f2e4d85a68070e03e7fe0e8600d4a2993d408684
  - Add aaa-cli dependency for the distribution

    We need to *guarantee* that the aaa-cli JAR is available for
    maven-dependency-plugin to copy it correctly; adding the dependency
    explicitly ensures that the JAR will be in the local repository.

    Change-Id: I34584eccd14da25fde24779247e78db167d7587a
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Tomas Markovic [Fri, 26 Jan 2018 09:56:41 +0000 (10:56 +0100)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to 6b6d660d0fc8ea6f578ae1906c354e944612a9e4
  - Throughpcep test refactor

    Stop_pcc_mock with BGPcliKeywords
    add workers argument without math.
    Adjust topology_postcondition timeout.

    Change-Id: I15c05fc40488effa8e85b8d37b243cefc7312dbe
Signed-off-by: Tomas Markovic <tomas.markovic@pantheon.tech>
6 years agoUpdate git submodules
Tomas Markovic [Wed, 7 Feb 2018 15:58:03 +0000 (16:58 +0100)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to c80fd7a955441db143d530931c8798107fa4147e
  - Bgpcluster tests netconf removal

    Remove netconf configuration from
    bgpclustering test cases and libraries.

    Change-Id: I6e357b27fcbc5d40e6e9d89005326a56d7425f64
Signed-off-by: Tomas Markovic <tomas.markovic@pantheon.tech>
6 years agoUpdate git submodules
Tomas Markovic [Wed, 7 Feb 2018 16:10:49 +0000 (17:10 +0100)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 226bf1b7816c12f58bdaa99a3a07e703813291ee
  - Bgpcluster tests netconf feature removal

    Remove netconf-clustered-topology from
    bgpclustering-all tests.
    Remove trailing commas.

    Change-Id: Ie6e2c635f1edb0b9fbb904deeb9251c68e4e109d
Signed-off-by: Tomas Markovic <tomas.markovic@pantheon.tech>
6 years agoUpdate git submodules
Mohamed ElSerngawy [Thu, 8 Feb 2018 18:32:37 +0000 (18:32 +0000)]
Update git submodules

* Update docs/submodules/coe from branch 'master'
  to ac9cb50cde0ce3369e7de92348f2d0872836ad87
  - Merge "Fix build script and minior issues in cni"
  - Fix build script and minior issues in cni

    Change-Id: I70c7267ee6620b49f8793e2a901d09f336eab485
Signed-off-by: serngawy <m.elserngawy@gmail.com>
6 years agoUpdate git submodules
Michael Vorburger [Thu, 14 Dec 2017 00:40:00 +0000 (01:40 +0100)]
Update git submodules

* Update docs/submodules/odlparent from branch 'master'
  to b39dae9a75f1197cde19c127998130a6f7114966
  - Detect slf4j API misuse via FindBugs extension

    see http://kengotoda.github.io/findbugs-slf4j/

    Change-Id: I60b127526ccc057d37ef900b7502f4ea84517d8a
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdate git submodules
Aswin Suryanarayanan [Fri, 19 Jan 2018 15:17:50 +0000 (20:47 +0530)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to b4678dd41117df773bbca28a0baa4238525027a9
  - Include AClStatefulTest

    Change-Id: I899af0163ab811ed8bdece7ee5555c43b3340fbb
Signed-off-by: Aswin Suryanarayanan <asuryana@redhat.com>
  - Bug 8400 - ACL changes doesn't affect the existing connections

    Problem:
        Change in SG rules does not affect the existing traffic

    Fix provided:
        * "ct_mark" flag of conntrack module will be used to identify the
    change made in acl rules of specific instance.
        * When a Acl rule removed from the instance, Netvirt will reset the
    value of "ct_mark" flag value. Reset of ct_mark value will skip the further
    packets of existing traffic to not be matched by conntrack flow and these
    packets will be dropped by the DROP flow.

    Change-Id: If55070a7810b580af1cb922abde2880cf434b371
Signed-off-by: vinothb <vinothb@hcl.com>
6 years agoUpdate git submodules
Jaime Caamaño Ruiz [Fri, 2 Feb 2018 10:52:14 +0000 (11:52 +0100)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  to dea08add26d993cf9a3c91e97b4366ecc1b90a2e
  - SFC-208: Add hardening for create RSP RPC

    Change-Id: I05125e0e3486572b98c756a9fed6d525ba57c529
    JIRA: SFC-208
Signed-off-by: Jaime Caamaño Ruiz <jcaamano@suse.com>
6 years agoMerge "M4 status Groupbasedpolicy"
Kit Lou [Thu, 8 Feb 2018 15:15:55 +0000 (15:15 +0000)]
Merge "M4 status Groupbasedpolicy"

6 years agoMerge "M4 status Honeycomb/vbd"
Kit Lou [Thu, 8 Feb 2018 15:15:00 +0000 (15:15 +0000)]
Merge "M4 status Honeycomb/vbd"

6 years agoUpdate git submodules
Stephen Kitt [Tue, 30 Jan 2018 12:32:40 +0000 (13:32 +0100)]
Update git submodules

* Update docs/submodules/aaa from branch 'master'
  to 6072bf99ad96954f9fc663c3e26144989a5ac1d6
  - Clean up artifacts

    This removes a number of obsolete artifacts from aaa-artifacts, adds
    some new ones, and adds a new module to verify that listed artifacts
    are actually available.

    Change-Id: I2ab9600a5ffb1b99c1dee00b0b6ac456cae49f57
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoUpdate git submodules
Ankit [Wed, 10 Jan 2018 11:37:34 +0000 (17:07 +0530)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 818474250bca6e5de12f9f0575bb57cb88ac7429
  - Enforce deferred recycling of IDs by IDManager

    Cause - IDManager allocates released ids first if ids are
    avaliable in Released Ids holder. Hence, frequent recycling of ids by
    IDManager is resulting in dataplane failures.

    Following are changes done as part of this fix:

    i) Allocate id from child pools available holder. If that gets exhausted, allocate id from released ids holder.
    ii) If child pool is exhausted then get IdBlock from parent pools available ids holder. If that also gets exhaused, get IdBlock from parent pools released ids holder.

    Change-Id: Ia8648d599c70480ebce15f05cbe85d13d841ba1d
Signed-off-by: Ankit <ankit.j.jain@ericsson.com>
6 years agoM4 status Groupbasedpolicy 52/68052/1
Michal Cmarada [Thu, 8 Feb 2018 08:35:30 +0000 (09:35 +0100)]
M4 status Groupbasedpolicy

Change-Id: I516b07dbb57a35fc5b309e227f1eea2690a1aede
Signed-off-by: Michal Cmarada <michal.cmarada@pantheon.tech>
6 years agoM4 status Honeycomb/vbd 53/68053/1
Michal Cmarada [Thu, 8 Feb 2018 08:17:17 +0000 (09:17 +0100)]
M4 status Honeycomb/vbd

Change-Id: If9315d204022d0f6069ad215d0dee986d679aaec
Signed-off-by: Michal Cmarada <michal.cmarada@pantheon.tech>
6 years agoUpdate git submodules
Michael Vorburger [Tue, 6 Feb 2018 16:58:22 +0000 (17:58 +0100)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to e3662df244bf6b9d475af8c6a8fd3074d8fec365
  - remove IT, because SFT does that now

    and InterfaceManagerIT really had nothing about InterfaceManager anyway

    Change-Id: I96c34fc3f11c5b62aa91ac68a77434068ad98a54
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdate git submodules
Michael Vorburger [Tue, 6 Feb 2018 16:55:15 +0000 (17:55 +0100)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to aae16128eefc40c238c2b2fe7e4acbc7a0876b6d
  - refactor ResourceManagerTest into correct .genius. sub-package

    Change-Id: Ia345e480bfc91c66d968457fa87d4746df2c4c73
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdate git submodules
Luis Gomez [Thu, 8 Feb 2018 03:57:00 +0000 (19:57 -0800)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to acf55c42246a8591ed86364d62d2ed80d63857f6
  - Move bier, iotdm, nic to 8G build

    These projects fail the merge in carbon.

    Change-Id: Ic84827081b24070b3f0f8fd66150241b76a2bac6
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoUpdate git submodules
Tomas Markovic [Fri, 26 Jan 2018 12:40:55 +0000 (13:40 +0100)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to 7a967664b60a91b60a719476413f6086eeb78a20
  - Cleanup bgp-ingest tests

    Remove Boron, Beryllium compability.
    Remove netconf test cases, as it
    is no longer used.

    Change-Id: I02e980377541ddd37483f2282b738d3d3403f8d3
Signed-off-by: Tomas Markovic <tomas.markovic@pantheon.tech>
6 years agoUpdate git submodules
Jamo Luhrsen [Wed, 7 Feb 2018 21:53:46 +0000 (21:53 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to a6681ca88c3ad04559d15266350078bc77ffd405
  - Merge "Remove netconf-topology"
  - Remove netconf-topology

    Since Carbon, netconf-topology
    is no longer used in bgp-ingest tests.

    Change-Id: I1a1d3aba1050b540ad69036bd9f43d8a1b88b79a
Signed-off-by: Tomas Markovic <tomas.markovic@pantheon.tech>
6 years agoUpdate git submodules
Ryan Goulding [Wed, 7 Feb 2018 19:11:37 +0000 (14:11 -0500)]
Update git submodules

* Update docs/submodules/aaa from branch 'master'
  to c53aae6dc81a5e0b76320d342169366995da140b
  - AAA-158: remove exception output in HTTP response

    Change-Id: Icb3c2cfcf1d546bb365fb61d558cd3be428e5a15
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
6 years agoUpdate git submodules
Sam Hague [Wed, 7 Feb 2018 20:31:08 +0000 (15:31 -0500)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to 5127b9d620eb3fec11fd3d82191af08b9ed8603e
  - Remove unsused code after cleanup

    Change-Id: I65578e50d9cc9da7087b219985fbcaaa3c2636d1
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoUpdate git submodules
Daniel Farrell [Wed, 7 Feb 2018 19:33:00 +0000 (19:33 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 0f91b32d1d08a4698f6b4106edff96ecffbfbefa
  - Merge "Add nofeature port checks to RpM tests"
  - Add nofeature port checks to RpM tests

    Verify that expected ports are open after ODL is started with default
    features, and that ports that are only expected after
    odl-netvirt-openstack is installed are not open.

    Change-Id: I236e976a79147cc2096505feea8d4d689d042e28
Fixes: INTPAK-17
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
6 years agoUpdate git submodules
Sam Hague [Wed, 7 Feb 2018 15:55:51 +0000 (10:55 -0500)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to 737b6f1fbf7452dc76f1e728e320442358861ad0
  - Cleanup OpenStackOperations

    Change-Id: I56314796e1202ed94a113c568df1b1f4589c0cb5
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoUpdate git submodules
Jaime Caamaño Ruiz [Thu, 1 Feb 2018 18:31:30 +0000 (19:31 +0100)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to 695479f8ec60f3d7b7d5bbbc563bfa9a73d37646
  - Expect RSPs to be persisted from oxygen onward

    In oxygen, the configuration RSP spec has been implemented by which
    rendered service paths are now also as stored as configuration data
    so that they are persisted between reboots and as such the
    corresponding operational RSP are recreated after a reboot.

    Change-Id: I83aaeccd874a40e6ef3bd9c9dcca7f260735a92f
Signed-off-by: Jaime Caamaño Ruiz <jcaamano@suse.com>
6 years agoUpdate git submodules
Ryan Goulding [Wed, 7 Feb 2018 18:31:16 +0000 (13:31 -0500)]
Update git submodules

* Update docs/submodules/aaa from branch 'master'
  to 11f81213c027c60e6b9d0febe000b84e7ba2d3d9
  - Fix README refactor

    During the refactor that eliminated "impl" from the packaging
    structure, this README was not correctly updated.

    Change-Id: Ib367cb3410513a3477a4dbe75fa1a8468ffa0d76
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
6 years agoUpdate git submodules
Sam Hague [Wed, 7 Feb 2018 16:47:25 +0000 (11:47 -0500)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to 7f67568b1ce57408a52ec29ba80c28f9c99ca5de
  - Remove redundant logging of password

    Change-Id: Ibe61f367b70d66956e74720d491608cd49481d77
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoUpdate git submodules
Jaime Caamaño Ruiz [Wed, 7 Feb 2018 10:58:40 +0000 (11:58 +0100)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to 1a76069685ea573c9fa94abac263b30625548440
  - Harden check for running ovs in sfc full deploy

    Change-Id: I195d527ff6f101208dbf21b2a3b089ab56194abb
Signed-off-by: Jaime Caamaño Ruiz <jcaamano@suse.com>
6 years agoUpdate git submodules
serngawy [Fri, 26 Jan 2018 18:24:42 +0000 (13:24 -0500)]
Update git submodules

* Update docs/submodules/aaa from branch 'master'
  to ef6790744c656c0a34a9e81ea106c6cfe17679c1
  - AAA-160: Fix aaa-cli commands

    Adding final to the command line variable make the variable
    finally initalized and not re-assign value at runtime.

    Access the datastore using AaaShiroProvider and delete the
    old datastore service.

    Change-Id: I8c2f7d39bd5e9be5349a2b922bb8afdbbb0b15a3
Signed-off-by: serngawy <m.elserngawy@gmail.com>
6 years agoUpdate git submodules
Anton Ivanov [Wed, 7 Feb 2018 16:31:30 +0000 (16:31 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 40a9da429fd11e000497ffb89fdaaf0e4b088ab5
  - Fix branch for oxygen

    We have not branched yet - it should be building off master

    Change-Id: I75b19c42077c8f735a07be6a92cd60b64a92a601
Signed-off-by: Anton Ivanov <anton.ivanov@cambridgegreys.com>
6 years agoUpdate git submodules
Jaime Caamaño Ruiz [Mon, 5 Feb 2018 09:44:23 +0000 (10:44 +0100)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to f6c4a715ea86d4870b28dfd7e907ad4d200bfc0e
  - Dump module data at the end of full deploy suite

    Change-Id: I40e2cbc5c385347b2cfacbf21b2142525492b0c2
Signed-off-by: Jaime Caamaño Ruiz <jcaamano@suse.com>
6 years agoUpdate git submodules
Thanh Ha [Wed, 7 Feb 2018 15:13:11 +0000 (10:13 -0500)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to e1e7625441e9284709ddc84591031cdb32ae7449
  - Disable orphaned nodes script

    Temporarily disable the orphaned nodes script until we have
    a better solution in place. Refer to this Jira for more details:

    https://jira.linuxfoundation.org/browse/RELENG-780

    Change-Id: I50ca1219a6bd9a7a04632d8e5831a575789b3c1d
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Sam Hague [Wed, 7 Feb 2018 13:47:56 +0000 (13:47 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to b49129ea5bf5d7f8ba2fc0ce4e008ee062234d7e
  - Merge "Add install-common-functions"
  - Add install-common-functions

    Edit integration-templates.yaml so
    there is install-common-functions before
    integration-configure-clustering as that was
    changed as well in patch /c/67796/

    Change-Id: I74c7d430b969c2e34f3be2aea884b12313c840ce
Signed-off-by: Tomas Markovic <tomas.markovic@pantheon.tech>
6 years agoUpdate git submodules
Anil Belur [Wed, 7 Feb 2018 11:42:20 +0000 (21:42 +1000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 6f1204a6cb1348fec941746dbd14c8db8ded584d
  - Upgrade GBP jobs to 2c-8g VM

    Change-Id: Ib08bbc24ff9a88df2b906c0236c3359677200e0d
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdate git submodules
serngawy [Thu, 1 Feb 2018 19:32:30 +0000 (14:32 -0500)]
Update git submodules

* Update docs/submodules/coe from branch 'master'
  to ba310dad569b94ebcde852e3f52f59164f3f2279
  - Update the k8s version to 1.9.2

    Update the k8s cluster version to 1.9.2 and update
    the readme file.

    Change-Id: Ia38e971f7c43eb16d3c4e3aaccef61344d8b1b8d
Signed-off-by: serngawy <m.elserngawy@gmail.com>
6 years agoUpdate git submodules
David Suarez [Tue, 23 Jan 2018 10:04:45 +0000 (11:04 +0100)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 05adb1d5f6ca64cd3e9a7e0fc4715a7b35535c40
  - Migrate FlowBasedServicesNodeStateListener to use new listeners fw

    Change-Id: Ia78f1d641cd2bd004ca28a9f1e0a8680f56df1f8
Signed-off-by: David Suarez <david.suarez.fuentes@gmail.com>
6 years agoUpdate git submodules
Nidhi Adhvaryu [Mon, 29 Jan 2018 12:30:13 +0000 (18:00 +0530)]
Update git submodules

* Update docs/submodules/genius from branch 'master'
  to 9439f5621d25ca7221c265f272eb78651af1d165
  - Test Plan for ITM Scale Improvements

    Find Spec for newly added feature ITM Scale Improvements here
    https://git.opendaylight.org/gerrit/#/c/65809/

    Change-Id: I0990094f9e1edb0403da176474cc58a5b163d3cf
Signed-off-by: Nidhi Adhvaryu <nidhi.adhvaryu@ericsson.com>
6 years agoUpdate git submodules
Jamo Luhrsen [Wed, 7 Feb 2018 04:37:28 +0000 (20:37 -0800)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 53053f5567e7d3626cdc711f13e170f95c1de5f0
  - Remove unused integation4 templates yaml

    - I don't think this is needed any longer and is just a relic
    of our migration from karaf3 to karaf4

    Change-Id: Ic41c18cca818ce26511d1138be57c8ffb1afc004
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdate git submodules
Itzik Brown [Tue, 6 Feb 2018 09:35:53 +0000 (11:35 +0200)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to c24fa23eb1f6f1d149e5ee49f544511c886f0502
  - Fix for Get Router ID

    Instead of listing the routers which can be a problem when
    routers have similar names - using openstack router show instead.

    Change-Id: I759da4efa304820e26ace87bcde7be12da245780
Signed-off-by: Itzik Brown <itzikb@redhat.com>