docs.git
6 years agoUpdate git submodules
Thanh Ha [Fri, 12 Jan 2018 17:41:27 +0000 (12:41 -0500)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 36d2a3a840be009d4ebf469d41eae4ca2ebae8f5
  - Update to JJB 2.0

    Change-Id: I8345d43d769c981c9eaff9755ddc7393a56db695
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Stephen Kitt [Fri, 15 Dec 2017 14:09:52 +0000 (15:09 +0100)]
Update git submodules

* Update docs/submodules/ovsdb from branch 'master'
  to 0d5aac55f83f745656f047a8af1a4b63568882ce
  - Adjust for odlparent 3 / yangtools 2

    Change-Id: Ibdba54c92c44c63bef11df9f5fa9beca88c6ca3d
Signed-off-by: Stephen Kitt <skitt@redhat.com>
  - Adjust for odlparent 3 Checkstyle settings

    This fixes the enforcing modules, library-impl and southbound-impl,
    along with a few other violations in other modules.

    Change-Id: I79a4872df64c01ae7d7e6a0722fe473576b3cff1
Signed-off-by: Stephen Kitt <skitt@redhat.com>
  - OVSDB-445 Port creation not reflected in OperDS

    When a port is deleted and added in same ovs-vsctl command
    it doesn't show up in OperDS. This is because
    OvsdbOperationalCommandAggregator always processes removes
    after Updates. Since delete is being done for same port right
    after update, it ends up not adding it to datastore.

    Fix is to check if same port is present in updates or not
    before deleting it.

    Note: This may impact other such configuration too, though
    not sure of any valid use cases for bridges etc.

    Change-Id: I596ceaf579c4342a3e6bc282ce140cf15a295d60
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
  - OVSDB-440: Fixes detecting SSL mode with OVSDB nodes

    The OF controller in netvirt is set by detecting the mode used in the
    OVSDB manager connection.  However, this detection was absent for ssl
    and was only working with tcp/ptcp.

Fixes: OVSDB-440
    Change-Id: I66907a25e7ce5df14072218d33e0a5995081311a
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Sam Hague [Fri, 12 Jan 2018 16:47:27 +0000 (11:47 -0500)]
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to f31f8c37dc78307e26d1cb5a224f62e562666651
  - disable building odl-ovsdb-ui

    Change-Id: I71425eb83a3508b6f279d3e17206c2cafbd86926
Signed-off-by: Sam Hague <shague@redhat.com>
  - Move SFC dependencies to a dedicated profile

    This creates an “sfc” profile which must be enabled if SFC
    dependencies are to be built. It *is* enabled by default, so the
    current behaviour is preserved, but can be disabled by enabling the
    “no-sfc” profile.

    Change-Id: Ia890371dc50a144cde7489402daff70c15f23284
Signed-off-by: Stephen Kitt <skitt@redhat.com>
  - Convert VpnPseudoPortCache to non-static singleton

    Change-Id: I0847074e1a5170afdddb36997eaf8dd12e925fcb
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
  - NETVIRT-1038 Fix bind logic in policymgr

    TunnelStateChangeListener in policymanager seems to have
    inconsistency between when it does bind and unbind.

    Bind is called for vxlan tunnels while unbind for logicalGroups.

    Fix is to call bind also for logicalGroups only as captured
    in the feature spec [1].

    [1]
    http://docs.opendaylight.org/en/latest/submodules/netvirt/docs/specs/policy-based-path-selection.html#proposed-change

    Change-Id: I25946ef80a313028427f49378494324f06a7c8bf
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
  - Log level and message updated

    Log level updated from warn to error and
    added few more parameters into log messages of AclServiceUtils and
    NeutronSecurityRuleListener classes to help in debugging.

    Change-Id: Ia01c033a7b383de6bcf368f027d9b8e21f72b1a9
Signed-off-by: Tarun Thakur <tarun.t@altencalsoftlabs.com>
  - Bug 8998 - sriov vm connectivity broken

    Use the right dpn id while updating its broadcast group

    Change-Id: Ifd2d3f3a445a2621cfc1aae74e48037e95fac5ed
Signed-off-by: eaksahu <a.k.sahu@ericsson.com>
  - Convert L2GatewayCacheUtils to non-static singleton service

    Crrated an interface, L2GatewayCache, with an associated
    L2GatewayCacheImpl that is advertised as an OSGI service.
    The L2GatewayCacheUtils had a couple update* methods that
    only had one call site so I just inlined the code in the
    caller to keep L2GatewayCache as a simple cache.

    To avoid perpetuating circular bundle dependencies and having to
    use optional availability on reference import, I put the
    L2GatewayCacheImpl in a new bundle, cache-impl.

    Change-Id: I4c1dcc761afcdaa214e4bdcf53f9ddb85363539f
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
  - Remove unused static fields in HwvtepTerminationPointListener

    The static fields, waitingJobsList and teps, are essentially no
    longer used (ie have no effect now) so remove them.

    Change-Id: I18f6ca8703a1317648c1298ca593ce230840c116
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
  - Fix ConflictingModificationAppliedException with 3 retries

    see https://jira.opendaylight.org/browse/NETVIRT-916

    Change-Id: I13d9e0da2de10bda2fb913da9393991f7aef2392
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
  - Update cni specification link in coe spec

    Change-Id: Iebcfcd88b1edd0ace6160704cb34d5eb231afa9d
Signed-off-by: Faseela K <faseela.k@ericsson.com>
  - Deletion of POD is not deleting corresponding ietf-interface

    Change-Id: Ib0c87fd4a7e5e9403980c68907487e8e2dabce93
Signed-off-by: Faseela K <faseela.k@ericsson.com>
  - Updates to COE ELAN integration

    - All pods of same namespace within the same node
      should be part of same ELAN.
    - Pods of same namepsace, but under different node
      will not be part of same ELAN.
    - Ietf interface as well as elan-interface names
      should have a format namespace:podName to match
      with the external id coming from CNI plugin

    Change-Id: Ia33506190299ffb4cc6f2ff47209282ed437cf76
Signed-off-by: Faseela K <faseela.k@ericsson.com>
  - Adding compute node scale in scale out spec

    Change-Id: I382addbc8db175bf3a1f07640d28f5a83791f80d
Signed-off-by: K.V Suneelu Verma <k.v.suneelu.verma@ericsson.com>
  - Drop Karaf shell specifiers

    We no longer need to support Karaf 3, and the karaf.shell
    "[3.0.0,4.1)" declarations prevent us from upgrading to Karaf 4.1
    (which is coming with odlparent 3).

    Change-Id: I317dc1c99acf8de19c5341bd9b706ed8e09a0f1a
Signed-off-by: Stephen Kitt <skitt@redhat.com>
  - Spec for weighted NAPT selection

    Change-Id: If4e6540373a8caf2ef7f401c7ee11df7b9debf1d
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
  - NETVIRT-970: IPv6 Cluster Support

    This patch updates the listeners in ipv6service to be
    cluster aware and ensures that only the cluster owner
    does the following.
      a. programming the necessary ipv6 control path flows.
      b. sending out periodic router advertisements.

    Change-Id: I4b437b14e13da93701fcd94ac271ff3fe4426983
Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
  - NETVIRT 1029:Route label mismatch for Subnet route
    For an update of network,BGP was deleting the old network,sleeping for 5
    secs and adding a new network to QBGP.But if the same network update
    came in this 5 secs,it was creating issues.So removing 5 sec delay after
    checking with QBGP guys

    Change-Id: I9a4cb8f096b608e84e377eeb301d3bd52519b175
Signed-off-by: Loshmitha <loshmitha@ericsson.com>
  - Bug 8998 - Adding support for multiple PS

    Following Listners do following job
    onGlobalNodeAdd ------->copy child operational global node to parent node
     copy parent config global node to child node
     copy child ps operational node to parent ps
     copy parent ps config to child ps config
    onGlobalNodeUpdate ---->copy child operational global node update to parent
    onGlobalNodeDelete ---->delete parent operational global node if all child got deleted
    onPsNodeAdd ----------->copy child operational ps node to parent ps
                            copy parent config ps to child ps
    onPsNodeUpdate -------->copy child update to parent
    onPsNodeDelete -------->delete parent operation ps node if all child got deleted

    Change-Id: I27d2e6896cadc38fd7c88e5d469ae89603e687c7
Signed-off-by: eaksahu <a.k.sahu@ericsson.com>
  - Tools to troubleshoot netvirt

    Change-Id: Ie008f8f67dbff3ca980e3b48af121275c98e2014
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
  - Don't export packages in impl bundles

    Add empty <Export-Package> to the maven-bundle-plugin configuration
    to prevent any dependencies on the bundle and prevent @Singleton
    annotated classes from being accidently included in another bundle's
    blueprint XML.

    Change-Id: Iab1c2ea41fff3782770e17cf68eb8156221dcdff
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
  - Fix odlparent 3 Checkstyle issues

    This doesn’t upgrade to odlparent 3, but fixes all the issues that the
    new Checkstyle settings in odlparent 3 pick up; in particular, utility
    classes need private constructors and need to be final, and parameters
    and local variables mustn’t shadow fields.

    Change-Id: Ifb43f4177cd12766538b572299cb8f858b420476
Signed-off-by: Stephen Kitt <skitt@redhat.com>
  - Spec for coe-netvirt integration

    Change-Id: Ic2e739feaa6dbf3be8a69c7082046f47ae7eb1f9
Signed-off-by: Faseela K <faseela.k@ericsson.com>
  - Add findbugs plugin to the binding-parent pom

    Now that virtually all of the sub-projects have findbugs enabled, we
    can now add it to the binding-parent pom and remove it from each
    sub-project pom. This has the added benefit that new sub-projects will
    automatically pick it up.

    Also fixed remaining violations in:

      aclservice-shell
      fibmanager-shell
      neutronvpn-shell

    Change-Id: Ibeba7e83a7556a65afb2d7e82c26ad349625a2bf
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
  - Eliminate circular dependencies and convert to BP annotations in elanmanager

    ElanInstanceManager -> ElanInterfaceManager -> ElanUtils -> ElanInstanceManager

      Elimnated ElanUtils -> ElanInstanceManager by moving
      ElanInterfaceManager.getElanDPNByName to ElanUtils.

    Eliminated ElanInterfaceManager.setElanUtils and
    ElanUtils.getElanL2GatewayMulticastUtils that were put in to avoid circular
    dependencies between ElanUtils, ElanInterfaceManager, ElanInterfaceManager and
    ElanL2GatewayMulticastUtils. The circular dependencies were eliminated by
    eliminating the dependencies between

      ElanL2GatewayMulticastUtils -> ElanInterfaceManager and
      ElanL2GatewayMulticastUtils -> ElanInstanceManager.

    The former entailed moving
    ElanInterfaceManager.updateRemoteBroadcastGroupForAllElanDpns et al
    to ElanL2GatewayMulticastUtils.

    The latter entailed the caller looking up and passing the ElanInstance to
    updateRemoteBroadcastGroupForAllElanDpns via handleMcastForElanL2GwDeviceDelete,
    handleMcastForElanL2GwDeviceAdd. The call sites for these are
    DisAssociateHwvtepFromElanJob and LogicalSwitchAddedJob via
    L2GatewayConnectionUtils, AssociateHwvtepToElanJob and HwvtepLogicalSwitchListener.

    Change-Id: Ida1d3c64e6a122af6f96fad59b5295319a2098ef
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
6 years agoUpdate git submodules
Stephen Kitt [Fri, 12 Jan 2018 10:20:24 +0000 (11:20 +0100)]
Update git submodules

* Update docs/submodules/odlparent from branch 'master'
  to cc01127d8777b1ecf4fdcb5a366581a3a8350fd9
  - Start 3.0.3-SNAPSHOT

    Change-Id: Ie676ecbb5c74d7db8654cecb56e25c51d9156f80
Signed-off-by: Stephen Kitt <skitt@redhat.com>
  - odlparent 3.0.2 release notes

    Change-Id: Ic8bc02873149704d7673f2d8d594ffcd32416562
Signed-off-by: Stephen Kitt <skitt@redhat.com>
  - Use default upstream logging configuration

    Now that Karaf uses Log4J2, our custom configuration no longer works;
    this patch uses the default upstream setup for the time being.

    Change-Id: I1786d9f50d60a030dc3b265fdb70dc5130806c1a
Signed-off-by: Stephen Kitt <skitt@redhat.com>
  - Bump javadoc plugin to 3.0.0

    Proper release is now available, bump to it:
    https://mail-archives.apache.org/mod_mbox/maven-announce/201712.mbox/%3Cop.zaufhhzukdkhrr%40desktop-2khsk44.mshome.net%3E

    Change-Id: Icbb6bc02496e937320424a1ec8a4edac0ca09478
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
  - Remove JavaDoc <links> from odlparent

    because all of these, and more, are already in odlparent-lite now

    see also https://jira.opendaylight.org/browse/ODLPARENT-121

    This change does NOT fix that performance problem; only
    change I4ca0c9e81985c2827e16654e9d9413c7d93f6068 does that,
    whereas this one is just a clean up I stumbled upon.

    Change-Id: Ifd66f318dfc3b900ad6fe06fa26e80932783cce8
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
  - Disable hiddenField check for abstract methods

    There is a valid use case, where we are forwarding a private field
    to an abstract method. This clearly does not hide the field, as it
    is invisible to subclasses -- hence disable HiddenField on abstract
    methods.

    Change-Id: I00adfce58eea65660cae06649168a09a560713a4
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
  - ODLPARENT-134: ensure correct startup with BC

    In Karaf 4.1, Bouncy Castle no longer starts correctly; or rather,
    loading kpix results in prov being refreshed, which restarts sshd and
    most of Karaf.

    This patch cleans up the startup.properties construction, and enforces
    the correct order for Bouncy Castle. It also adds metatype and
    blueprint.core.compatibility which must be loaded at boot to avoid
    unwanted refreshes.

    Change-Id: Ic8e8e0e932b9d9eaea292003118ef1936b67b822
Signed-off-by: Stephen Kitt <skitt@redhat.com>
  - Add a javadoc-links profile

    ... to build with external links (which adds substantial time to the
    build).

    Change-Id: Iea9adc7ed49ae39609ecd5d6bd012a35fe36fc81
Signed-off-by: Stephen Kitt <skitt@redhat.com>
  - Bump maven-enforcer-plugin 1.4.1 => 3.0.0-M1

    https://mail-archives.apache.org/mod_mbox/maven-announce/201707.mbox/%3Cop.y37atexzkdkhrr%40desktop-2khsk44%3E

    Change-Id: I290370bb6619a6fe7c809646995877f73dd891a7
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoUpdate git submodules
Robert Varga [Thu, 23 Nov 2017 12:51:31 +0000 (13:51 +0100)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to 141ff6fd5b7304185bc81b4141d3a61540f16a67
  - Bump to odlparent-3.0.2 and yangtools-2.0.0

    This is a combined upgrade of dependencies, adopting them in one
    go. Since yangtools has switched to using java.util.Optional,
    mirror that decision in interfacing expected do directly interact
    with NormalizedNodes.

    Change-Id: I87977f2757777c3cefe2a59acb0ec1f2d3beed21
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdate git submodules
Sam Hague [Fri, 12 Jan 2018 16:37:18 +0000 (16:37 +0000)]
Update git submodules

* Update docs/submodules/coe from branch 'master'
  to efb453faa6c4019b386c4052ad2b05371af20060
  - Merge "Bump to yangtools-2.0.0 and odlparent-3.0.2"
  - Merge "COE Dev Setup Documentation"
  - Bump to yangtools-2.0.0 and odlparent-3.0.2

    Change-Id: Ia56e2c8fac3dfa697ef9fed1dbf44ac33f13e1f2
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
Signed-off-by: Stephen Kitt <skitt@redhat.com>
  - Set OVS manager to opendaylight

    The CNI will set the ovs manager target based
    on the config that exist in cni .conf file

    Change-Id: Ib2c79c9a8a1854000b8e5ae19b2aad606b941ce3
Signed-off-by: Mohamed ElSerngawy <m.elserngawy@gmail.com>
  - COE Dev Setup Documentation

    Change-Id: Ie38c4830807c100533406babd1dbbd8a7191c91c
Signed-off-by: Faseela K <faseela.k@ericsson.com>
  - External-ids should be part of interface table

    Change-Id: I368bd9aff391b9e7552b2f433d3a7372a8064224
Signed-off-by: Faseela K <faseela.k@ericsson.com>
  - Minor correction in K8s-ODL-Vagrant readme

    Change-Id: I1cf47734e5d28c9e0e409bfb0199f7f678130d84
Signed-off-by: Faseela K <faseela.k@ericsson.com>
  - Fix the external-id field name

    Change the external-id field name to iface-id to match
    netvirt specification

    Change-Id: I919e6508f9a4a3418990b6f1c685c5f5cb71f604
Signed-off-by: Mohamed ElSerngawy <m.elserngawy@gmail.com>
6 years agoUpdate git submodules
Robert Varga [Fri, 12 Jan 2018 15:29:08 +0000 (16:29 +0100)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to 726d96376a81ed2c6b24d8533345541394d60540
  - Fix yangtools feature reference

    The feature was renamed to odl-yangtools-data, fix the reference.

    Change-Id: I1f26a9206ff151bc90d8bb298bff8a83af755a1e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoUpdate git submodules
Claudio D. Gasparini [Fri, 12 Jan 2018 14:32:23 +0000 (15:32 +0100)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to 335e1f940e3003b74bcce307316eb4975bbb61bb
  - Bump to odlparent-3.0.0 and yangtools-2.0.0

    This is a combined upgrade of dependencies,
    adopting them in one go.

    Change-Id: I68206648e60f657a2d16f1160bd379c0a769ee75
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdate git submodules
Vishal Thapar [Fri, 12 Jan 2018 12:01:25 +0000 (17:31 +0530)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to c7ddf5b1940aa886a646a192d1a48076df33f250
  - Add trigger for genius cluster test

    Change-Id: I463207cb6e2da1164ceb7c82d89c2b5ea996bce0
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
6 years agoFaaS: Add M2 and M3 status 82/67082/4
xingjun [Thu, 11 Jan 2018 21:33:14 +0000 (16:33 -0500)]
FaaS: Add M2 and M3 status

Change-Id: I7e981cc57c60e741f625053996f5f53b6166d55b
Signed-off-by: xingjun <xingjun.chu@huawei.com>
Signed-off-by: Kit Lou <klou.external@gmail.com>
6 years agoMerge "ODL Parent Oxygen M4 read-out"
Kit Lou [Fri, 12 Jan 2018 13:00:42 +0000 (13:00 +0000)]
Merge "ODL Parent Oxygen M4 read-out"

6 years agoODL Parent Oxygen M4 read-out 02/67102/2
Stephen Kitt [Fri, 12 Jan 2018 10:15:42 +0000 (11:15 +0100)]
ODL Parent Oxygen M4 read-out

Change-Id: Ie985d65b867c259a8ef4a1e8d564c39640ef0d80
Signed-off-by: Stephen Kitt <skitt@redhat.com>
Signed-off-by: Kit Lou <klou.external@gmail.com>
6 years agoMerge "Infrautils Oxygen M4 status"
Kit Lou [Fri, 12 Jan 2018 12:26:43 +0000 (12:26 +0000)]
Merge "Infrautils Oxygen M4 status"

6 years agoMerge "add project p4plugin M2 status"
Kit Lou [Fri, 12 Jan 2018 12:25:00 +0000 (12:25 +0000)]
Merge "add project p4plugin M2 status"

6 years agoMerge "NetVirt Oxygen M3 Status"
Kit Lou [Fri, 12 Jan 2018 12:22:40 +0000 (12:22 +0000)]
Merge "NetVirt Oxygen M3 Status"

6 years agoMerge "COE Oxygen M3 status"
Kit Lou [Fri, 12 Jan 2018 12:02:27 +0000 (12:02 +0000)]
Merge "COE Oxygen M3 status"

6 years agoMerge "Neutron Northbound M3 offset 1 status for Oxygen"
Kit Lou [Fri, 12 Jan 2018 12:00:50 +0000 (12:00 +0000)]
Merge "Neutron Northbound M3 offset 1 status for Oxygen"

6 years agoNetVirt Oxygen M3 Status 69/67069/2
Sam Hague [Thu, 11 Jan 2018 18:31:54 +0000 (13:31 -0500)]
NetVirt Oxygen M3 Status

Change-Id: I6c065c2cba7b4599b8da726c60bbd47368b4f81b
Signed-off-by: Sam Hague <shague@redhat.com>
Signed-off-by: Kit Lou <klou.external@gmail.com>
6 years agoInfrautils Oxygen M4 status 00/67100/1
Faseela K [Fri, 12 Jan 2018 09:33:42 +0000 (15:03 +0530)]
Infrautils Oxygen M4 status

Change-Id: I9789f88e18113d67c9f5bcaa745789a2b14f7a30
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoadd project p4plugin M2 status 98/67098/1
wsx25289 [Fri, 12 Jan 2018 08:12:10 +0000 (16:12 +0800)]
add project p4plugin M2 status

Change-Id: I02d7f82b297fc22f6421b82e292ce644b121030d
Signed-off-by: Wsx25289 <10200860@zte.com.cn>
6 years agoCOE Oxygen M3 status 96/67096/1
Faseela K [Fri, 12 Jan 2018 07:23:15 +0000 (12:53 +0530)]
COE Oxygen M3 status

Change-Id: Ie804bcc220e4097c11176434176bc822556b4df5
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoUpdate git submodules
Thanh Ha [Fri, 12 Jan 2018 05:40:00 +0000 (00:40 -0500)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to cd1924fa52bc2d1e4e8b881993cfdbca1b8be152
  - Add support for build-node var to ar-release job

    This job type had the build-node hardcoded to a specific machine
    so did not allow variable overriding. Let's fix that.

    Change-Id: I6f722082728db8c39c6abb84b18e45b48d77fed5
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Thanh Ha [Fri, 12 Jan 2018 05:01:07 +0000 (00:01 -0500)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to d74d11086efae7deeeb7e8c37bf6dc287ee07e85
  - Use v1-standard-16 to build autorelease

    Autorelease needs 16G of RAM and 100 GB of disk in order to build
    so bump it to a standard vm flavor so that we can pick the
    appropriate disk size. We are not able to choose volume size with
    the Jenkins OpenStack cloud plugin and the performance flavor types.

    Change-Id: Ic7fb1e21ca7fe68b847d92c8bfb553db410f6634
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdate git submodules
Anil Belur [Tue, 9 Jan 2018 09:24:41 +0000 (19:24 +1000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 370b8abb4064ab2ea59b7be51da93bc2c3f10991
  - Add notify script start marker in the console logs

    Helps while searching through the console logs.

    Change-Id: I4d3a9aa001928c6d038089c10b39318b6f9a96dd
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdate git submodules
Jamo Luhrsen [Thu, 11 Jan 2018 06:05:06 +0000 (22:05 -0800)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to e70b662451a3509deda2f888effa5de9f3abf6ac
  - Add ability/flag to clean OS in suite setup

    it will make it easier for other environments to adopt our
    upstream CSIT if we can also easily provide the ability to
    clean up the environment from any left overs that their
    previous tests may have left over.

    Change-Id: I0b8347b98f864c70298647049836d128997fb7c4
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdate git submodules
Robert Varga [Thu, 11 Jan 2018 20:54:02 +0000 (21:54 +0100)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to f8ff067d3bf14fa405da95cffa1752e721c2dfbe
  - Reapply Switch mdsal to using new maven-merge job

    This reverts commit cfe8194b57be9fb0d3827b1be0e3f08ca433fd8d --
    the fault was not with the job, but with the patch being merged.

    Change-Id: Ie8e52d0a6b3505bca635bd7997fbaf388e278ab4
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoUpdate git submodules
Robert Varga [Thu, 11 Jan 2018 20:10:29 +0000 (21:10 +0100)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to cfe8194b57be9fb0d3827b1be0e3f08ca433fd8d
  - Revert "Switch mdsal to using new maven-merge job"

    This reverts commit 23f64b47684853e481bda28ae0f529144596c5b3.

    The job does not correctly deploy all artifacts, leaving
    yang-binding out for some reason.

    Change-Id: I258f1c6b084da8b9ffbf75398e3e45f4af725d2d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoNeutron Northbound M3 offset 1 status for Oxygen 71/67071/1
Isaku Yamahata [Thu, 11 Jan 2018 19:30:00 +0000 (11:30 -0800)]
Neutron Northbound M3 offset 1 status for Oxygen

Change-Id: I6c8398b04323df53c33d02ea938c68526dd6b0d9
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
6 years agoUpdate git submodules
Claudio D. Gasparini [Thu, 11 Jan 2018 14:59:46 +0000 (15:59 +0100)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to b323c783131390fbc70f41db19271ddc1e16cbc5
  - BGPCEP-742 Fix BGP NPE filter null BGP State

    from BGP State collector.

    Change-Id: Ic23277b22466140c2e17c429eea7467fd9d33ce8
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdate git submodules
jenkins-releng [Thu, 11 Jan 2018 11:06:08 +0000 (11:06 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to ca8d1e01967cc13ce2dfa0d5bd3c8902d832f10c
  - Update cloud image list docs

    Change-Id: I0c1be0fc76548bfbffe26b5494b19816008632df
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
6 years agoMerge "OpFlex Oxygen M3 status."
Kit Lou [Thu, 11 Jan 2018 15:59:20 +0000 (15:59 +0000)]
Merge "OpFlex Oxygen M3 status."

6 years agoOpFlex Oxygen M3 status. 26/67026/2
Rob Adams [Wed, 10 Jan 2018 18:18:45 +0000 (10:18 -0800)]
OpFlex Oxygen M3 status.

Change-Id: Ia3944172aedae22e101e3a4184233b23568fb3dd
Signed-off-by: Rob Adams <readams@readams.net>
Signed-off-by: Kit Lou <klou.external@gmail.com>
6 years agoUpdate git submodules
Sam Hague [Thu, 11 Jan 2018 14:42:58 +0000 (09:42 -0500)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to 27cea9853c089d128be4766347c9aba001877044
  - Fix list typo in tcpdump keyword

    Change-Id: I73982f0559a6fe621f047e6e1e6b587acb339aa6
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoMerge "Openflow Plugin Project M3 Miltestone"
Kit Lou [Thu, 11 Jan 2018 14:20:52 +0000 (14:20 +0000)]
Merge "Openflow Plugin Project M3 Miltestone"

6 years agoUpdate git submodules
Claudio D. Gasparini [Thu, 11 Jan 2018 08:52:34 +0000 (09:52 +0100)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to 524362f9fac7c4c008b1f79c13c329aac39fe941
  - BGPCEP-739: Improve logs under programming

    - make programming service closeable
    - close service when pcep-topology provider
    service is closed.

    Change-Id: I87ad85b3b4a54c71b1020f12b962277b7595b182
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoOpenflow Plugin Project M3 Miltestone 54/67054/1
Anil Vishnoi [Thu, 11 Jan 2018 10:30:23 +0000 (02:30 -0800)]
Openflow Plugin Project M3 Miltestone

Change-Id: I237b85a54e64a60e7c85f5ff339ebda6d346adb5
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
6 years agoUpdate git submodules
Sam Hague [Wed, 10 Jan 2018 21:56:21 +0000 (16:56 -0500)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to f3b0c1b14487a2ffe7cec2cc8b69e60c12af28f3
  - Add tcpdump filter

    Change-Id: I8d5c31098d9b31a42642a45d44cd5b15c10f20a5
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agomodify one feature name 39/67039/1
wsx25289 [Thu, 11 Jan 2018 01:03:22 +0000 (09:03 +0800)]
modify one feature name

Change-Id: I46a111a729745f92b3c66ea860af62aabc48fd27
Signed-off-by: Wsx25289 <10200860@zte.com.cn>
6 years agoUpdate git submodules
Sam Hague [Wed, 10 Jan 2018 21:55:16 +0000 (16:55 -0500)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to e0c5b2a0ebc05f53218ce4ad40341b83939c3c3c
  - Add additional OVS logs

    Change-Id: I3b076102d0ad716d8cf1fa1184563c899ed97abf
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoUpdate git submodules
Sam Hague [Wed, 10 Jan 2018 21:51:07 +0000 (16:51 -0500)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to 00068995deffafdd68bab92d0399ff843a6dac22
  - Add bound-services-state-list to model dump

    Change-Id: I537d9a896de37c8622c6de6c1136b5e9e808bf32
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoUpdate git submodules
Thanh Ha [Wed, 10 Jan 2018 21:39:15 +0000 (16:39 -0500)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 5d39970319316af4204599b165864090c3f7dc0c
  - Update to global-jjb v0.14.1

    Pulls in fix for verify-deps jobs in new CI, as well as updates to
    the packer ci jobs to handle common-packer, and a fix for the
    packer-install macro trying to cd into a directory that does not
    exist.

    Change-Id: Ib10be017dc41482109ace2bde8f0a0472942cf28
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Thanh Ha [Wed, 10 Jan 2018 21:03:20 +0000 (16:03 -0500)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to cc26881125d81efec74c4555d803cff4fdeb7a02
  - Allow 90 minutes build timeout for quagga

    Quagga appears to add pretty significant build time on our builds
    so let allow some extra build time for this.

    Change-Id: I5e107eab85e6ee5255fd6a20fb7838cbb5c4480a
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Luis Gomez [Wed, 10 Jan 2018 01:33:16 +0000 (17:33 -0800)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to 1e21b8b29eb2ad1e7fc178d0c4f5d62cd962de2e
  - Increase topology recover timeout

    In cluster setup, topology can take some time to recover.

    Change-Id: Ia6a752e363d8d2e7718783a5e24f5f6dc9e34471
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoUpdate git submodules
gvrangan [Tue, 9 Jan 2018 01:20:54 +0000 (06:50 +0530)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 6292a126503af27728e3ef73183c36f9fd3d4be9
  - Fix for Pike Jobs Failure

    Problems:
    a. qemu-img not installed in Control Node
    b. Images forcefully converted as raw in compute node
    Fixes
    a. Installed qemu-img in the nodes, before stacking
    b. set force_raw_images as False in nova.conf, this
    will ensurethe images arenot forcefully converted.

    Change-Id: I0305447504c676997fadd867954e43bd35f8c0ad
Signed-off-by: gvrangan <venkatrangang@hcl.com>
6 years agoUpdate git submodules
Tomas Markovic [Wed, 10 Jan 2018 12:44:06 +0000 (13:44 +0100)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to a886b508d5b6ace4f01edb91fe808980e56d527a
  - Tcpmd5 password reconfig

    Additional password change on pcc-mock side.
    Additional related tests.

    Change-Id: I011b6acfe8165742878a6d794338f9aa3747945e
Signed-off-by: Tomas Markovic <tomas.markovic@pantheon.tech>
6 years agoUpdate git submodules
Thanh Ha [Wed, 10 Jan 2018 19:42:31 +0000 (14:42 -0500)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 5d41133a56241c3d8d8fa6ba510c070ff1e554e4
  - Pull in libcurl-dev fix for Ubuntu systems

    Change-Id: I7bfcd932f26f387fd44c9a86df00295444de80fd
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Thanh Ha [Wed, 10 Jan 2018 18:29:38 +0000 (13:29 -0500)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to be40157f5a9a09ff8ab21732d088cd295d72e3d8
  - Pull in lf-ansible netcat patch

    Change-Id: I81ac21511c9f4e7f2d37197f136dcb9ec2205f38
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Sam Hague [Mon, 8 Jan 2018 18:13:24 +0000 (13:13 -0500)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to 420ee5077d60b50534e592a8fb222fc7efd5ed6c
  - disable ofp stats in netvirt csit

    Change-Id: I8edfe13fafbe266e5a8ddd2721527b95ed857667
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoUpdate git submodules
Thanh Ha [Wed, 10 Jan 2018 17:57:01 +0000 (12:57 -0500)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 3150ff8c2519ee8ba66b915b138405c886c8e8e7
  - Add maven-verify-dependencies job for int/dist

    Change-Id: I2dc2228a26acb926c6e33bafa1f43855efc8fc80
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Sam Hague [Wed, 10 Jan 2018 17:42:52 +0000 (17:42 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to bdc46412fc7bbc64740aec2f7eaad032d6d8f6d4
  - Merge "Add ability to karaf console install features"
  - Add ability to karaf console install features

    Change-Id: I30b64f6110439aa9dc80c1a22dff2b060f348082
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdate git submodules
Thanh Ha [Wed, 10 Jan 2018 17:12:34 +0000 (12:12 -0500)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 6b3ff90fe98be1dc18fd6fd3c7e21a84b184f29f
  - Add mininet-ovs-2.8 packer job

    Change-Id: Ia70fb4a5058875ea45bc882d4b8956084eefba8e
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Thanh Ha [Wed, 10 Jan 2018 17:09:25 +0000 (17:09 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to aa8f59aab22077507155898948fa58aeab2ea1e6
  - Merge "Archive some extra file for lispflowmapping"
  - Archive some extra file for lispflowmapping

    Change-Id: Id44243a5fddcd9733b3fa3344527529f353e8fca
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
6 years agoUpdate git submodules
Sam Hague [Wed, 10 Jan 2018 16:55:25 +0000 (16:55 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to a2cb658c68669e54d08ec48f8447a28c707e4ac2
  - Merge "Update user variables to match common-packer"
  - Update user variables to match common-packer

    common-packer changes some of the variable names in order to
    standardize with all the other clouds managed by LF. Let us update
    the variables to match.

    Change-Id: I7d3783fa728a51c86176a0325d0b69a1e0d9bea5
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Sam Hague [Wed, 10 Jan 2018 16:55:16 +0000 (16:55 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to c43275dfa29e4759c12eb34f0408bd7bb8bc382d
  - Merge changes from topic 'ansible'

    * changes:
      Use bash to run quagga build script
      Add mininet-ovs-2.8 image

  - Use bash to run quagga build script

    Change-Id: Ib47b9992e96f4b3791c67ba64f3b98d3686fcfa2
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
  - Add mininet-ovs-2.8 image

    Change-Id: Ida6424204a3d0c399ac4834176d06314f1ff23ce
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoUpdate git submodules
Thanh Ha [Wed, 10 Jan 2018 06:24:47 +0000 (01:24 -0500)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 1712067bbc56025ac325d623ed229a08c76e363f
  - Remove unused baseline template

    We do not actually use the baseline template in ODL. We only use
    the baseline.sh script provisioner to provision all the images so
    let us remove this unnecessary file.

    Change-Id: Ice2a263e17c1651ec469fbe2063f3fc297d67d9a
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Thanh Ha [Wed, 10 Jan 2018 04:06:28 +0000 (23:06 -0500)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to e7aa8488b238b529173545f7893f7ded8437d74f
  - Remove unused mininet image

    Change-Id: I5e3f0d7173841cd75729313f39d9055142af7eec
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoMerge "Netconf project Oxygen M3 status"
Kit Lou [Wed, 10 Jan 2018 14:28:51 +0000 (14:28 +0000)]
Merge "Netconf project Oxygen M3 status"

6 years agoMerge "Netconf project Oxygen M2 status"
Kit Lou [Wed, 10 Jan 2018 14:27:48 +0000 (14:27 +0000)]
Merge "Netconf project Oxygen M2 status"

6 years agoMerge "controller M4 readout"
Kit Lou [Wed, 10 Jan 2018 14:25:15 +0000 (14:25 +0000)]
Merge "controller M4 readout"

6 years agocontroller M4 readout 59/66959/2
Tom Pantelis [Tue, 9 Jan 2018 01:00:56 +0000 (20:00 -0500)]
controller M4 readout

Change-Id: I30f626641102892e6ed3b6afe31d5f8c116190fd
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
Signed-off-by: Kit Lou <klou.external@gmail.com>
6 years agoUpdate git submodules
Claudio D. Gasparini [Tue, 9 Jan 2018 12:24:33 +0000 (13:24 +0100)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to 2cc30953a3de465a122f05ac98c61ec795496828
  - Introduce testtool-parent

    to enforce findbug and checkstyle
    under testtools

    Change-Id: I971c273cbfd739e308d3548faf664af7812cc30c
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoUpdate git submodules
Thanh Ha [Wed, 10 Jan 2018 00:04:22 +0000 (19:04 -0500)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 6f0850aa18c3a58aaac9a37e21f71f63651eaef1
  - Resolve ShellCheck v0.4.7 linting in integration

    Change-Id: I1f7fbd407634367342587ede2fdeecd3699d3af3
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoNetconf project Oxygen M3 status 94/66994/2
Jakub Morvay [Tue, 2 Jan 2018 15:03:53 +0000 (16:03 +0100)]
Netconf project Oxygen M3 status

Change-Id: I126de61326e01c0d7e764937d6ad4085d681dc56
Signed-off-by: Jakub Morvay <jmorvay@frinx.io>
6 years agoNetconf project Oxygen M2 status 93/66993/2
Jakub Morvay [Tue, 2 Jan 2018 14:42:14 +0000 (15:42 +0100)]
Netconf project Oxygen M2 status

Change-Id: I07104b777b41c1daa71fec58ef39c17da3c6e898
Signed-off-by: Jakub Morvay <jmorvay@frinx.io>
6 years agoUpdate git submodules
Jamo Luhrsen [Tue, 9 Jan 2018 22:34:43 +0000 (14:34 -0800)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to b623e8ac4c19506cd394a72d5da658a02d49456d
  - Use > system prompt as that's robots expectation

    Change-Id: I479bdb17c1eab5cbda1f1c41aa773cc5bf77e366
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdate git submodules
Jamo Luhrsen [Tue, 9 Jan 2018 20:05:14 +0000 (12:05 -0800)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to fad6637067397f36d216e419b8ce41b2f0e43641
  - ODL is found by string builder, not java

    the below patch removed the string "java" from our image
    names, so we can't figure out the odl system with it.
    https://git.opendaylight.org/gerrit/c/66978/

    Change-Id: I08a84326c3f08fae5b6dfc2873a133cb8dd4c633
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdate git submodules
Claudio D. Gasparini [Tue, 9 Jan 2018 11:51:34 +0000 (12:51 +0100)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to 00656d6a42614fc6b750f8eefdcce70ac70be29e
  - Fix findbug and checkstyle issues

    Change-Id: Ia8fef246d76af79c9557f7cecf7cbd2740249ab9
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoMerge "Fix formatting in DAEXIM chapter"
Charles La Voy [Tue, 9 Jan 2018 19:56:10 +0000 (19:56 +0000)]
Merge "Fix formatting in DAEXIM chapter"

6 years agoUpdate git submodules
Jamo Luhrsen [Tue, 9 Jan 2018 18:52:16 +0000 (18:52 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 6a0710ee41f32d3a4db5e3f9012b78975ae6ed4c
  - Merge "Switch controller to using new maven-merge jobs"
  - Switch controller to using new maven-merge jobs

    Change-Id: Id0b679add1aa12db2e75242b3d4b2b38774110c1
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Andrew Grimberg [Tue, 9 Jan 2018 18:51:05 +0000 (18:51 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to dbb824ecaec067300d29a274769d5fe1c4ea24a3
  - Merge "Switch aaa to new maven-merge jobs"
  - Switch aaa to new maven-merge jobs

    Change-Id: I4809d61be15ab2e3a96510aae4bb9946c66400ca
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Andrew Grimberg [Tue, 9 Jan 2018 18:50:34 +0000 (18:50 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to cca6922869d17664b7fef38cc8e902b5e50bf6d4
  - Merge changes Ib6c87492,I5a1453d2

    * changes:
      Switch to new common-packer docker image
      Switch mdsal to using new maven-merge job

  - Switch to new common-packer docker image

    Change-Id: Ib6c8749211ba9b52173bfd44f98c52e62b0be8c6
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
  - Switch mdsal to using new maven-merge job

    Change-Id: I5a1453d25920fc5a2f5e38927c945b65cac98ebf
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoFix formatting in DAEXIM chapter 79/66279/4
Michael Vorburger [Wed, 6 Dec 2017 14:26:38 +0000 (15:26 +0100)]
Fix formatting in DAEXIM chapter

Change-Id: Ib592697d1e3f711fc766064b512529be3a3ed268
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoUpdate git submodules
Jamo Luhrsen [Tue, 9 Jan 2018 18:33:31 +0000 (18:33 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to f19596f505eb42b37970304b9ea526ae3f4673c5
  - Merge "Switch lf-ansible build-node to docker"
  - Switch lf-ansible build-node to docker

    lf-ansible needs to use docker to run it's molecule tests.

    Change-Id: I8486b3216bcbae7a6f5dee4fc58ecb90ac74768c
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Thanh Ha [Tue, 9 Jan 2018 16:31:59 +0000 (11:31 -0500)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 83fd299e3c0fd085a69be6ddd89747714fe38b93
  - Convert robot packer to ansible provisioner

    Change-Id: Icec7459c969446f19e4506f7501b5adf38188d4b
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Tomas Markovic [Mon, 8 Jan 2018 13:04:15 +0000 (14:04 +0100)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to 42df167958d0e40499f24508a5827a8892238143
  - PCEP Speaker Entity Identifier

    Additional configuration for PCEP Speaker.
    PCEP Speaker can skip session sync.
    Test Cases functionality doesn't change.

    Change-Id: Ide482afcc44b6c2a569530cd635cbb5237373ed6
Signed-off-by: Tomas Markovic <tomas.markovic@pantheon.tech>
6 years agoUpdate git submodules
Jamo Luhrsen [Tue, 9 Jan 2018 16:43:10 +0000 (16:43 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 9566e42bde234771bea9adc1c808aafe44e9a25f
  - Merge "Make netvirt use java-builder-4c-16g"
  - Make netvirt use java-builder-4c-16g

    Change-Id: I0de9f6bbf910245440b2a7511789485b9e2f66dd
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoUpdate git submodules
Andrew Grimberg [Tue, 9 Jan 2018 16:36:15 +0000 (16:36 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 2227feb68ce59ce859c6c23e13aa5bf3f198ee43
  - Merge "Fix Flavors table syntax"
  - Fix Flavors table syntax

    Change-Id: Id9d8d2c5d4fab8019ae1e17cf97d4bc4affd0023
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Andrew Grimberg [Tue, 9 Jan 2018 16:35:38 +0000 (16:35 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to b462494dcf3f975fbf165591f697bcfb3cfe5d66
  - Merge changes I6a150d66,I86f53018,I2c4db835,Ib0870a3c

    * changes:
      Remove java-builder packer scripts
      v1-standard-4 to get larger disk for autorelease
      Remove autorelease template
      Switch from java-builder to new builder systems

  - Remove java-builder packer scripts

    Migrated to the new "builder" scripts so java-builder is now
    unnecessary.

    Change-Id: I6a150d6697155001e42802153015897a01d358a4
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
  - v1-standard-4 to get larger disk for autorelease

    Create builder images on v1-standard-4 to get larger disk
    for autorelease jobs.

    Change-Id: I86f53018cd4ec71adb296a2f618ab4a8d6719d37
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
  - Remove autorelease template

    Originally thought we might need this in Vexxhost due to the
    volume requirements with performance nodes however we figured
    out a way around it so this can be removed.

    Change-Id: I2c4db835e14d2e648d9fc5108d1489f8df9a06c2
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
  - Switch from java-builder to new builder systems

    Change-Id: Ib0870a3c9edbb68e0fb255dfcb1ce22f37d8ef1c
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Tomas Markovic [Fri, 22 Dec 2017 09:19:06 +0000 (10:19 +0100)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 4165b70c9928a792b8303721aff25f2f749f26fd
  - Add features for bgpclustering ha

    Features for Bmp ha tests for Oxygen.
    Features for Pcep ha tests for Oxygen.

    Change-Id: Ic90326a309fb4c3dd3d995cff3ff134c49456373
Signed-off-by: Tomas Markovic <tomas.markovic@pantheon.tech>
6 years agoAdd bier M3 status 66/66966/2
Quan Xiong [Tue, 9 Jan 2018 09:54:37 +0000 (17:54 +0800)]
Add bier M3 status

Change-Id: I139fd8714126fd8f4f565d2fb51dc7f497b5a8bf
Signed-off-by: Quan Xiong <xiong.quan@zte.com.cn>
6 years agoUpdate git submodules
Thanh Ha [Mon, 8 Jan 2018 05:21:28 +0000 (00:21 -0500)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 237cf5d1ff1ab313fdb96f518b5dc12837a9e706
  - Add ODL custom builder

    This will replace java-builder as the default generic builder.

    Change-Id: I490f6eff6fce1521061150e1d8bd9131cbf288e5
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Thanh Ha [Mon, 8 Jan 2018 02:59:00 +0000 (21:59 -0500)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 86c47d5da2d909a96685dcb632447dfba436e005
  - Switch Docker template to common-packer

    Switch to the common-packer Docker template. Split out the merge
    job templates so that we do not need to maintain that epic
    exclusion list.

    Change-Id: Ia2f62e3c8f602d7f3232277864386ae9d53f9889
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Thanh Ha [Tue, 9 Jan 2018 03:09:09 +0000 (22:09 -0500)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 0a3c84bce0b23dfa756cf4ebfa275eabc344b1b3
  - Resolve ShellCheck 0.4.7 issues

    Disable ShellCheck in integration as there are too many issues for
    now that need to be resolved to work in SC 0.4.7. Also disable
    shellcheck in global-jjb since this is an external project.

    Change-Id: Ie449aeb708f0532626858168e2bfb606ce19066e
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Thanh Ha [Tue, 9 Jan 2018 02:01:36 +0000 (21:01 -0500)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 6e2271d4db59c027e4f6cd234becc827186546be
  - Switch releng jobs to using new builders

    Switch the releng jobs to using the new common-packer builders.

    Change-Id: Idaca2803ef000f6d251528c46b1b34e3975b95b7
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Thanh Ha [Tue, 9 Jan 2018 02:02:33 +0000 (21:02 -0500)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to d8d92802d808aa55d5c4aa1d5fabf61d694c4936
  - Update system_type script map builder

    Change-Id: I1226122d65487449e83d1d79437784a79c75af41
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Thanh Ha [Tue, 9 Jan 2018 01:26:17 +0000 (20:26 -0500)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to ef4e793c0485c0b6f60100c503ada6608fc30011
  - Update to latest lf-ansible and common-packer

    Change-Id: Ib0278f2a85cc11a89690e9de4d3c074f4e5bebdc
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Anil Belur [Tue, 9 Jan 2018 01:28:21 +0000 (01:28 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 43b4c9be24c6ecedd68e670fab6f163b482ca3f4
  - Merge "Add missing common-packer variables"
  - Add missing common-packer variables

    This is a temporary solution to allow us to pass packer while we
    transition over to common-packer templates. Ultimately we need to
    redesign the packer-verify job to work with common-packer too.

    Change-Id: Iceb86bbdf87340b6bce130af301be5cb96c7fc97
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Thanh Ha [Mon, 8 Jan 2018 23:47:51 +0000 (23:47 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to bdbb198f4adc0536a1c7e886d24f1f85d701c4bb
  - Merge "Add quotes around -z (empty or null) test"
  - Add quotes around -z (empty or null) test

    Change-Id: Ifac861abe0d34a50c20f0f7324b3b51e3083ce48
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoMerge "Add instructions to enable HTTPS on RESTCONF"
Charles La Voy [Mon, 8 Jan 2018 21:53:39 +0000 (21:53 +0000)]
Merge "Add instructions to enable HTTPS on RESTCONF"

6 years agoUpdate git submodules
Thanh Ha [Fri, 5 Jan 2018 01:11:58 +0000 (20:11 -0500)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to dab26cc1394c6a5ccec5b730b67cf2f53aef7400
  - Add lf-ansible and common-packer modules

    Will be used to build out the common-packer builders that
    can more easily be shared across projects.

    Change-Id: If6e5a360ed680b45ad280985ae2ce78239a3cc9e
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoAdd instructions to enable HTTPS on RESTCONF 46/66946/2
Ryan Goulding [Mon, 8 Jan 2018 16:48:42 +0000 (11:48 -0500)]
Add instructions to enable HTTPS on RESTCONF

Instructions that show how to add SSL over HTTP for a more
secure deployment.  These instructions utilize a self-signed
cert, but can be applied to a real world scenario in which a
cert is provided by a cert provider.

Change-Id: Ic49e2fee920d31241ed560e006b0cfaab841e593
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
6 years agoUpdate git submodules
Tomas Markovic [Thu, 7 Dec 2017 16:24:01 +0000 (17:24 +0100)]
Update git submodules

* Update docs/submodules/integration/test from branch 'master'
  to ca81509cca4d882ff6bfec081bc4c3beb2c86853
  - tcpmd5user test update

    Updated test to use new pcep MD5 authentication for oxygen.
    Added backwards compability for carbon and nitrogen.
    Basic tests specified for path-computation-client only
    Oxygen tests include pcep-session-state comparison

    Change-Id: I43066bec6ab835dec9b86bf04eed6b6256074ca8
Signed-off-by: Tomas Markovic <tomas.markovic@pantheon.tech>
6 years agoUpdate git submodules
Luis Gomez [Mon, 8 Jan 2018 17:31:18 +0000 (17:31 +0000)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to d5474af4789ce3a967337d5c443da27e55b045f5
  - Merge "Add jenkins param to use featuresBoot (or not)"
  - Add jenkins param to use featuresBoot (or not)

    This should only add a parameter and default everything to
    'True' so there will be no functional changes to the jobs.

    This is to prepare for the next step which will stop
    the netvirt csit from installing with featuresBoot in
    order to let those jobs install from the karaf console.

    Change-Id: I1ed9c28b3360a14286c6d512cabe3db7a696e531
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoUpdate git submodules
Thanh Ha [Mon, 8 Jan 2018 16:00:29 +0000 (11:00 -0500)]
Update git submodules

* Update docs/submodules/releng/builder from branch 'master'
  to 38e2d7f5a687ad2869657e245ef2a55fa7aff50a
  - Switch to using gjjb maven-merge jobs

    This new Maven merge job type does away with the Jenkins Maven
    project type and is capable of deploying at end.

    Change-Id: I7a39adb4de59c5626913379927acbcf0e18e043a
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
  - Update to global-jjb v0.13.1

    Pulls in the much awaited maven-merge job. We will deploy this to a
    few projects to test before making it available to all projects.

    Change-Id: Idcdf63bd76510481deef06c13fb9983a47e36486
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Claudio D. Gasparini [Sun, 7 Jan 2018 22:06:47 +0000 (23:06 +0100)]
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to aba60b111fb892f53e43763e68af8cc59d3491e4
  - Fix findbug issues under pcep modules

    Change-Id: Ia1fd4067479bc0bbdc8242ef7cc111394b62c059
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
  - Fix findbug issues

    for rib-spi & rib-impl module

    Change-Id: I76e4bebdab4581ec4475647af5ce87bcfc52d616
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoMerge "Oxygen - Infrautils M3 status"
Kit Lou [Mon, 8 Jan 2018 13:52:01 +0000 (13:52 +0000)]
Merge "Oxygen - Infrautils M3 status"

6 years agoMerge "Groupbasedpolicy M3 Status"
Kit Lou [Mon, 8 Jan 2018 13:51:30 +0000 (13:51 +0000)]
Merge "Groupbasedpolicy M3 Status"

6 years agoMerge "Honeycomb/VBD M3 status"
Kit Lou [Mon, 8 Jan 2018 13:51:24 +0000 (13:51 +0000)]
Merge "Honeycomb/VBD M3 status"

6 years agoMerge "VTN Oxygen M3 Status"
Kit Lou [Mon, 8 Jan 2018 13:50:58 +0000 (13:50 +0000)]
Merge "VTN Oxygen M3 Status"

6 years agoVTN Oxygen M3 Status 29/66929/1
ananth.y [Mon, 8 Jan 2018 20:08:16 +0000 (15:08 -0500)]
VTN Oxygen M3 Status

Change-Id: I8d2c254e120e749360b95c9e2a8695b8206ecb3b
Signed-off-by: ananth.y <ananth.y@hcl.com>