opnfvdocs.git
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 20 Jun 2018 16:32:45 +0000 (18:32 +0200)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - [unh-pod1] Increase MaaS timeouts

    Some targets (especially 96-cores computes) in UNH POD1 take longer
    than the average to commission/deploy, so adjust the timeouts
    accordingly.

    Change-Id: I9bf0b2ecccb3e8437cc5659688a84ee5ad0b5b87
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Michael Polenchuk [Wed, 20 Jun 2018 12:06:14 +0000 (16:06 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [noha] Rectify opendaylight+dpdk scenario

    Change-Id: Ie707de90617e7080a5eb87cad69a604cf5e0f9fc
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 20 Jun 2018 14:24:33 +0000 (14:24 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Update default DEPLOY_SCENARIO"
  - Update default DEPLOY_SCENARIO

    Change default deploy scenario
    to os-nosdn-nofeature-noha

    JIRA: FUNCTEST-972

    Change-Id: Iea609c055436dd59c9de90a767069fc484090db5
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
6 years agoUpdate git submodules
Cédric Ollivier [Mon, 18 Jun 2018 11:52:42 +0000 (13:52 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Publish tenantnetwork scenarios

    They ease creating all tenant network ressources.
    These scenarios should be reused by other more complex ones.

    Change-Id: I4ce1872065bde92408d34f2ca8823ce98275d8d5
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Wed, 20 Jun 2018 10:26:06 +0000 (11:26 +0100)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - NSB setup inventory name changed

    NSB setup script [1] fails when retrieving the inventory file. This script
    is going to be deprecated but we still support it.

    [1] https://github.com/opnfv/yardstick/blob/master/nsb_setup.sh

    JIRA: YARDSTICK-1247

    Change-Id: I3798531652b0e3a1a007d1d9434998fdd54645d7
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Periyasamy Palanisamy [Mon, 18 Jun 2018 10:30:55 +0000 (12:30 +0200)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Use Neutron API for attaching floating ip address

    The Nova API for attaching floating ip address with vm instance is
    removed in latest Openstack release. Hence moving to neutron API for
    attaching floating ip address with VM.

    JIRA: SDNVPN-217

    Change-Id: If321191eca0915cfd816eabc8890b28ed79cefc7
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 20 Jun 2018 12:32:46 +0000 (14:32 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump for duplicate interface IDs fix

    Change-Id: I764254a2d1d0992e40505c41f651a5e72c7a7275
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 20 Jun 2018 12:24:16 +0000 (14:24 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [ha] cmp: Fix duplicate PXE/admin interface IDs

    Change-Id: I99a8acfbfdddb79493bf3a191835927cef5fd5e3
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Tim Rozet [Wed, 20 Jun 2018 00:11:18 +0000 (20:11 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: Removes workaround route for ODL with CSIT

    This route was used as a hack for JIRA: APEX-112

    Change-Id: Ia7afc95389ed4e3c7a4128318868bfe562b34b62
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Wed, 20 Jun 2018 07:37:34 +0000 (07:37 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Refactor RFC2455 TRex traffic profile injection"
  - Refactor RFC2455 TRex traffic profile injection

    The TRex RFC2455 traffic profile configures the duration of the traffic
    injection. Once the traffic is started, the traffic profile should poll
    the traffic injector client for the injection status. When the injection
    is finished, the traffic execution should end.

    Instead of this, the traffic profile waits a fixed time (using time.sleep
    method) and then stops the traffic. This approach is not accurate and may
    cause shorter injection periods.

    JIRA: YARDSTICK-1197

    Change-Id: I5090df81ef4ec7945ff6c1aff070656b48e0fe77
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Wed, 20 Jun 2018 07:37:29 +0000 (07:37 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add "duration" parameter to test case definition"
  - Add "duration" parameter to test case definition

    Add "duration" parameter to test case definition, in scenario:options
    section. This parameter will be rendered in the traffic profile.

    If the parameter is not present in the test case scenario options, the
    default time written in the traffic profile options will be 30 seconds
    (TrafficProfile.DEFAULT_DURATION = 30). If the traffic profile
    injection time is not defined, the default injection time will be 30
    seconds.

      testcase:scenario:options:duration (default = 30)
          render --> traffic_profile:duration
              parse --> TrafficProfile.duration (default = 30)

    Target traffic profiles (RFC2544):
      - RFC2544Profile
      - IXIARFC2544Profile

    JIRA: YARDSTICK-1194

    Change-Id: I968922e6bb882d7ee15aa1c4db4037face7a3492
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Harry Huang [Wed, 20 Jun 2018 06:31:36 +0000 (06:31 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "set install nic as promiscuous model"
  - set install nic as promiscuous model

    JIRA: COMPASS-601

    Change-Id: I7dd64df7e07ae65290a9478ff59db6392702c422
Signed-off-by: wutianwei <wutianwei1@huawei.com>
6 years agoUpdate git submodules
wutianwei [Tue, 19 Jun 2018 02:52:26 +0000 (10:52 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - check ip_forward and set to 1

    JIRA: COMPASS-600

    Change-Id: I21ace213060d9d0dde7f7f4b5cf1f79d567ebeb0
Signed-off-by: wutianwei <wutianwei1@huawei.com>
6 years agoUpdate git submodules
Georg Kunz [Thu, 14 Jun 2018 18:42:45 +0000 (20:42 +0200)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Adding IDs to the list of OpenStack interop tests

    In Fraser, the RefStack / OpenStack interop tests are executed through
    Rally in Functest. Rally requires the fully qualified name of a tempest
    test, including its tier and ID, in order to find and run it. This patch
    add the missing information.

    JIRA: DOVETAIL-662

    Change-Id: I3a38b7b8d0fe79dd6ad0c0023c62c6647611d231
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 19 Jun 2018 13:56:28 +0000 (15:56 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump & rebase for static PXE/admin IPs

    Change-Id: Ic86aad4afb74f6254ae8362db03a88e5e8cf967a

6 years agoUpdate git submodules
Michael Polenchuk [Tue, 19 Jun 2018 14:24:39 +0000 (18:24 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [queens] Update Gnocchi version

    Change-Id: Ieea2c510ae4c6d4db0667f3341c877042a2c1846
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Sat, 7 Apr 2018 03:27:48 +0000 (05:27 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Enforce static configuration instead of DHCP

    - noha: 'accept_policy: open_mode' to align with ha scenarios;
    - s/cmp01/cmp001/g to align all scenarios and allow code reuse;
    - rename network params: s/dhcp/mcpcontrol/g, cleanup;
    - computes XDF data: drop 'opnfv_*' layer of params, cleanup;
    - local vPDF: add comments with default roles by node index;
    - parameterize all netmasks;
    - drop unused address/netmask for 'proto: manual' interfaces;
    - virsh_net: cleanup definitions, remove hardcodes, align IP on
      jumpserver and DHCP range with MaaS for pxebr;
    - maas: parameterize hardcoded '/24' cidr for PXE/admin, refactor
      maas.region.machines parameterization;
    - merge <all-mcp-arch-common/infra/config_*pdf.yaml.j2> templates;
    - move reclass.storage definitions of compute nodes to common dir;
    - drop 'openstack_compute_*' reclass params in favor of expanding
      them via j2 directly in reclass.storage params;
    - adopt `nm.cluster.has_*_nodes` where possible;
    - obsolete `runtime.yml` from reclass model;
    - refactor arch-specific reclass param selection;
    - remove unused defaults in favor of mandatory IDF properties;
    - noha: prepare for baremetal node support in cinder_lvm_devices;
    - interfaces: add interface_mtu and 'noifupdown: true' everywhere;
    - interfaces: use j2 macros to generate eth/vlan config;
    - states cleanup: remove DHCP route disable workaround on prx/cmp;
    - allow configuring NTP servers via:
      `idf.fuel.network.ntp_strata_host{1,2}`;
    - ovs_bridge: Allow setting gateway, dns-nameservers
    - apache: Adjust module list for novcp class inheritance;
    - glusterfs PPA: pin with same prio of MCP repos for novcp scenario;

    JIRA: FUEL-319
    JIRA: FUEL-326
    JIRA: FUEL-337

    Change-Id: Ia6ad64ba8cade85a75fb22c9a2505decc3834360
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Aaron Smith [Tue, 19 Jun 2018 18:32:46 +0000 (18:32 +0000)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - Merge "Disable lvm plugin build"
  - Disable lvm plugin build

    JIRA: BAROMETER-103

    The lvm plugin will not build due to a deprecated library.  This
    patch will disable the building of the plugin until upstream collectd
    can correct the issue.  Collectd issue #2820

    https://github.com/collectd/collectd/issues/2820

    Change-Id: Idcc8e274cef87e1ad0c62cbe9097a24b298adc5f
Signed-off-by: TsaLaGi <aasmith@redhat.com>
6 years agoUpdate git submodules
John O'Loughlin [Thu, 24 May 2018 09:06:33 +0000 (09:06 +0000)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - Configure collectd to load ipmi before PMU

    Collectd loads config files in alphabetical order.
    Ansible creates the config files for collectd.
    In this patch we change the name ipmi.conf to 0_ipmi.conf
    This will allow ipmi to be loaded before PMU.
    If PMU is loaded before ipmi the container will crash.
    This is a bug in collectd 5.8

    Change-Id: I3334a3a1970f596e36f665698649d6c04fd38fbb
Signed-off-by: John O Loughlin <john.oloughlin@intel.com>
6 years agoUpdate git submodules
Cedric Ollivier [Tue, 19 Jun 2018 15:24:52 +0000 (15:24 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Add functest in upper-constraints"
  - Add functest in upper-constraints

    It's required by OPNFV Features such as sfc.
    Functest is removed from constraints in Dockerfile else it would
    conflict with the local dir.

    Change-Id: I2df5cd151b43eb1a4f0320510183d0f28cdf84c3
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 19 Jun 2018 13:51:58 +0000 (15:51 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump & rebase for nova placement rectify

    Change-Id: I9a4c4a5b30147605d33fa7ea95c28eedcae4ede8
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Feng Pan [Tue, 19 Jun 2018 14:47:26 +0000 (14:47 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Fixes Ceph PG calculation"
  - Fixes Ceph PG calculation

    Baremetal deployments were failing because the ceph PG size was
    exceeding the max allowed. Virtual was still working because we lower
    the number of pools and pg/osd. This patch changes the values to a
    number which should work for both virtual and baremetal. Also includes a
    fix which adds the controllers back as OSDs and a few other cleanup
    issues.

    JIRA: APEX-614
    JIRA: APEX-569

    Change-Id: I2ad65727ecdcaa0454eb53d25e32b7f1a53cd3a4
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Thomas Duval [Tue, 19 Jun 2018 14:13:31 +0000 (16:13 +0200)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Update code to 4.5 official version

    Change-Id: I5075da0e2a3247ae1564f21b358748f482b75aa4

6 years agoUpdate git submodules
Paul Vaduva [Mon, 18 Jun 2018 14:34:41 +0000 (16:34 +0200)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - unh-pod1: restrict public ip range to avoid conflict

    Change-Id: I7644fe6eedc71b4e67ea6b6d112a06685ea26602
Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
6 years agoUpdate git submodules
Cedric Ollivier [Tue, 19 Jun 2018 09:08:38 +0000 (09:08 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Clean requirements"
  - Clean requirements

    It cleans dependencies asked by removed modules.

    Change-Id: I3a2013bd5a77e4b99219475fc2c1fc3dc06787be
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Tue, 19 Jun 2018 05:14:42 +0000 (07:14 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Fix pylint errors

    They are highlighted by the last pylint version.

    Change-Id: I473212a413013492716993fb536903b13bff66ed
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Emma Foley [Tue, 19 Jun 2018 08:58:27 +0000 (08:58 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Update pmd/lcore mask for OVS-DPDK context"
  - Update pmd/lcore mask for OVS-DPDK context

    Added default values for pmd/lcore mask to the SampleVNF test case for
    Trex TG.
    lcore mask - specifies the CPU cores used for non-datapath OVS-DPDK
    threads.
    pmd mask - specifies the CPU cores used for data path packet processing.
    Updated documentation for Standalone OVS-DPDK context.

    JIRA: YARDSTICK-1246

    Change-Id: I8d008a185c94d2047ffa4769d7974bc4d283fd7f
Signed-off-by: Stepan Andrushko <stepanx.andrushko@intel.com>
6 years agoUpdate git submodules
mei mei [Tue, 19 Jun 2018 07:29:11 +0000 (07:29 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[Dovetail] Increase frequency of Dovetail runs on Compass"
  - [Dovetail] Increase frequency of Dovetail runs on Compass

    Run Dovetail tests on every deployment of os-nosdn-nofeature and
    os-odl_l3-nofeature-ha to improve testing turn-around time as we are
    approaching the next release of Dovetail.

    Change-Id: Idb5580871c47651eb1c01e917d9d93be73b9cd17
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
mei mei [Tue, 19 Jun 2018 07:29:02 +0000 (07:29 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[Dovetail] Bugfix a typo"
  - [Dovetail] Bugfix a typo

    Change-Id: I919e2510aea75dc530c5769a09d3c678f2246ea4
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
mei mei [Tue, 19 Jun 2018 07:28:50 +0000 (07:28 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Use Ipmi info provided with PDF"
  - Use Ipmi info provided with PDF

    For one HA test case, it needs the ipmi info to shutdown controller node.
    Use PDF to get the impi info.
    1. For Apex, it runs on lf-pod1, currently there is no PDF about this pod.
    2. For Compass, it runs on huawei-pod2, also there is no PDF about this pod.
    3. For Fuel, it runs on ericsson-pod1 and lf-pod2, use their PDFs.

    Change-Id: I7d3d0b4ed6b16840ca25093d3ea877da203f58f8
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Georg Kunz [Fri, 15 Jun 2018 08:13:00 +0000 (10:13 +0200)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Removing test_mtu_sized_frames Tempest test

    This test fails in CI on all installers (Apex, Compass, Fuel) and on
    virtual deployments.

    Change-Id: I3a451e880c2a5d2151cb88aaf8e5a6895368e63b
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
6 years agoUpdate git submodules
Georg Kunz [Fri, 15 Jun 2018 20:20:01 +0000 (22:20 +0200)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Create specific flavor for neutron-l3-agent HA test

    The neutron-l3-agent test assumes that a default image and flavor are
    available. On current OPNFV deployments, these resources do not exist
    anymore by default and hence the test case fails.

    This patch enables Dovetail to create a specific flavor as part of the
    test case config. This is temporary workaround until the test case
    itself takes care of checking and creating all resources needed. A
    ticket for the HA project has been created accordingly:
    https://jira.opnfv.org/browse/HA-36

    Change-Id: I6523d8411fe853a5645566b2fabe1409b5715491
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
6 years agoUpdate git submodules
Georg Kunz [Thu, 14 Jun 2018 13:25:46 +0000 (15:25 +0200)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Running BGPVPN Tempest tests as tempest_custom test

    We need to disable one BGPVPN tempest test due to a bug in ODL. Since
    the SDNVPN test framework does not allow for disabling a single test
    case, we are switching to tempest_custom.

    Change-Id: Ifbd7c1dc5e799d6a6c774e08e9fc1a3b2294b47c
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
6 years agoUpdate git submodules
Tim Rozet [Mon, 18 Jun 2018 15:28:35 +0000 (11:28 -0400)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Fetch mistral logs from undercloud

    /var/lib/mistral path contains logs for when ansible is invoked by
    TripleO for Ceph configuration as well as config download. This patch
    now archives and fetches that directory. Logs in previous releases
    like Queens store the Ceph logs in /var/log/mistral.

    Change-Id: I50c43e55efaa5dbcf8b7fb00b0e11cd3288fdd05
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Cédric Ollivier [Mon, 18 Jun 2018 17:48:29 +0000 (19:48 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Add minimal docstings in clearwater_ims_base.py

    It will allow forcing 10/10 in any new patchset.

    Change-Id: I4cc52a9fb66fdd2c0dcbf9915be262acedac8672
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Christian Trautman [Mon, 18 Jun 2018 19:13:58 +0000 (19:13 +0000)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - Merge "Xena_Flow_Fix: Fixes multistream of greater than 64k values"
  - Xena_Flow_Fix: Fixes multistream of greater than 64k values

    Adds calculations to deal with values greater than 64k by doing
    a square root of the multistream value and using two mods
    to create the closet possible value that will work within the
    current implementation of multistream in VSPerf.

    JIRA: VSPERF-575

    Change-Id: I9dab4bbac094a394a11ed74fe2cd88fbe7079fc7
Signed-off-by: Christian Trautman <ctrautma@redhat.com>
6 years agoUpdate git submodules
Martin Klozik [Mon, 18 Jun 2018 18:40:11 +0000 (18:40 +0000)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - Merge "connections: Introduction of generic API"
  - connections: Introduction of generic API

    Redesign of vSwitch and vSwitch controller classes, to use generic
    connection methods for configuration of vSwitch. This API
    is more generic and vSwitch agnostic, thus deployment scenarios like
    P2P, PVP, PVVP (i.e. PVVPx) can be used for all (currently)
    supported vSwitches. Usage of new API will simplify an introduction
    of new vSwitches in the future.

    This patchset introduces following changes:
    * OVS: implementation of add_, del_, dump_ connection(s) and their
      validation methods
    * VPP: bidir parameter removed - it is up to the deployment scenario
      implementation to take care about bidirectional connections
    * P2P and PXP controllers were updated to use connection methods
      instead of flow related methods. Thus standard TCs will support
      both OVS and VPP. NOTE, PVPV is not supported for VPP (yet?).
    * refactoring of vSwitch interfaces and inherited classes
    * VPP step driven TCs were replaced by standard TCs with appropriate
      deployment scenarios. This is for backward compatibility with
      TC reporting. Once reporting of VPP TC results into results DB will be
      modified, this TCs can be removed.
    * OVS routing tables support was generalized to support P2P and
      PXP deployments and step driven TCs. Usage of OVS routing tables
      is now configurable (turned off by default) for better comparison of
      results among various vSwitches.
    * Multistream pre_installed_flows feature was generalized to
      support P2P and PXP deployments and step driven TCs.
    * IxNet: TRAFFIC['l4']['dstport'] will be used as a start value for port
      iteration if L4 multistream feature is enabled.
    * OVS: default flow template is now configurable via OVS_FLOW_TEMPLATE
    * OVS: support of TRAFFIC['flow_type']='ip' was generalized to work
      with connection methods (i.e. with P2P and PXP deployments and
      step driven TCs)
    * integration TCs: modification of integration TCs and their macros to
      utilize new generic connection based API
    * CI: list of TCs for VERIFY & MERGE jobs was changed to run
      the same generic tests for both OVS & VPP
    * documentation update
    * small fixes and improvements

    JIRA: VSPERF-579

    Change-Id: If4e6e6037929eab9f16c2bbcb8a0fb30e5d6f9b0
Signed-off-by: Martin Klozik <martin.klozik@tieto.com>
Reviewed-by: Richard Elias <richard.elias@tieto.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>
6 years agoUpdate git submodules
Dimitrios Markou [Mon, 18 Jun 2018 12:49:52 +0000 (15:49 +0300)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - [Bug fix] Fix broken urls

    Change-Id: Ide4d6f8a2a54f70522a01a7467bddcd69daf8531
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
6 years agoUpdate git submodules
Martin Klozik [Tue, 5 Jun 2018 08:12:49 +0000 (10:12 +0200)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - ovs: Change default bridge names

    Default names of OVS bridges used by vsperf were changed
    to avoid accidental collision with 3rd party bridges
    (e.g. linux bridges) already configured at DUT.
    Step driven testcases, which extend existing deployment
    scenarios, were updated to use appropriate configuration
    options instead of hardcoded bridge names.

    JIRA: VSPERF-580

    Change-Id: I8c7eee6d8f6532485ec3a2cc06f26515e665fb7e
Signed-off-by: Martin Klozik <martin.klozik@tieto.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>
Reviewed-by: Richard Elias <richard.elias@tieto.com>
6 years agoUpdate git submodules
Tim Rozet [Mon, 18 Jun 2018 14:47:10 +0000 (10:47 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: Enable OS master clients with Tempest

    We want to use OS master clients when testing with master OpenStack
    (scenarios without any branch in the name).

    Change-Id: I6b2814dcb6fd7e8a650782e13c1a765320e8cf98
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
valentin boucher [Mon, 18 Jun 2018 14:39:50 +0000 (14:39 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Leverage on new opnfv/functest-tempest"
  - Leverage on new opnfv/functest-tempest

    It simplifies components, features and smoke containers and they can
    now leverage on tempest.

    Change-Id: Ie5564b8ba8a58670827af74371194d2583801f1b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 18 Jun 2018 14:35:19 +0000 (14:35 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[patch] OVS bridges should not use 'auto'"
  - [patch] OVS bridges should not use 'auto'

    Change-Id: I0db7b9ee5af77f9e2d580c4ace9fa7d7f17c8d85
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Michael Polenchuk [Mon, 18 Jun 2018 12:46:25 +0000 (16:46 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Rectify nova placement API check

    * make a GET request to placement service as it returns 200 with
      version data starting from nova 17.0
    * turn on nova image preallocation mode on baremetal computes
    * double salt worker threads by number of available CPU

    Change-Id: I509cbab3b4b8460452f5e487e457edfedd5da29a
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Trevor Bramwell [Mon, 18 Jun 2018 14:23:07 +0000 (14:23 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Update tox jjb command to use jjb 2.0.3"
  - Update tox jjb command to use jjb 2.0.3

    2.0.3 is the current JJB version being used by OPNFV.

    This removes 'jjb/global' from the positional arguments as overriding
    with '-- jjb' will throw errors files are included twice.

    Change-Id: If9014fd8a5b92ade89d97994ea1b58f0b227c65a
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Abhijit Sinha [Mon, 18 Jun 2018 10:54:49 +0000 (10:54 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge changes from topic 'convert-sla-asserts-to-raises'

    * changes:
      Replace MagicMocks with Mocks from SearchRunner UTs
      Add vsperf_dpdk SLA validation unit test cases
      Cleanup vsperf unit tests

  - Replace MagicMocks with Mocks from SearchRunner UTs

    This patch replaces unneeded MagicMocks with Mocks from TestSearchRunner
    and TestSearchRunnerHelper.

    JIRA: YARDSTICK-1169

    Change-Id: I30a7bbc71c0b1062e6c0dfe634a5a8f1ecb7c684
Signed-off-by: Miikka Koistinen <miikka.koistinen@nokia.com>
  - Add vsperf_dpdk SLA validation unit test cases

    JIRA: YARDSTICK-1228

    Change-Id: Ic32f2bcd7f8bdf718c9c266666409d32ecab4924
Signed-off-by: Miikka Koistinen <miikka.koistinen@nokia.com>
  - Cleanup vsperf unit tests

    Remove unneeded mock return values and improve the test execution.

    Add unit test cases about SLA validation.

    JIRA: YARDSTICK-1227

    Change-Id: I90b8b9c4cb6a57ae4b0869e84af0da43ee22a670
Signed-off-by: Miikka Koistinen <miikka.koistinen@nokia.com>
6 years agoUpdate git submodules
Abhijit Sinha [Mon, 18 Jun 2018 10:53:37 +0000 (10:53 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Convert SLA asserts to raises"
  - Convert SLA asserts to raises

    This commit converts Python assertions to a custom exception in all
    places where SLA validation is checked with an assertion.

    This commit also fixes all emerged pylint errors.

    JIRA: YARDSTICK-966

    Change-Id: If771ed03b2cbc0a43a57fcfb9293f18740b3ff80
Signed-off-by: Miikka Koistinen <miikka.koistinen@nokia.com>
6 years agoUpdate git submodules
Emma Foley [Tue, 20 Feb 2018 16:19:50 +0000 (16:19 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Stop running tests from tests/unit

    Since all tests have been moved into yardstick/tests,
    temperary code to run tests in both tests and yardstick/tests
    should be removed.

    JIRA: YARDSTICK-837
    Change-Id: I3bf3c9ece9bc8457d992e53ee8cc5cadb1dec8f0
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Mon, 18 Jun 2018 08:42:12 +0000 (08:42 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Cleanup BaseMonitor unit tests"
  - Cleanup BaseMonitor unit tests

    Stop multiprocessing queues to avoid BrokenPipe exception.
    Assert correctly the raise of exceptions.

    JIRA: YARDSTICK-1229

    Change-Id: I1a1c92c49a439283a35c9a69b59d6866f35ec09a
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Cedric Ollivier [Mon, 18 Jun 2018 08:00:55 +0000 (08:00 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Config flavor metadata via functest - docs update"
  - Config flavor metadata via functest - docs update

    Related to the merged patch :
    "SNAPS via functest with flavor metadata configurable"

    Functest documents are updated accordingly.

    Change-Id: I874f041935f64b7240a5ec5de6e9c89b0f4a09fd
Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
6 years agoUpdate git submodules
Cédric Ollivier [Sun, 17 Jun 2018 12:58:36 +0000 (14:58 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Add functest-tempest jjbs

    Change-Id: I235be16a5f6818801cc1ba2ba2f67ec27e43a90c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Sun, 17 Jun 2018 10:29:12 +0000 (12:29 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Allow overriding the default OPENSTACK_TAG

    It allows building containers vs other upper-constraints and then
    reusing our Dockerfiles for an older or newer OpenStack versions.

    Change-Id: I160e6f7175a11684846cad86c3d47269c88a08ea
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Sun, 17 Jun 2018 08:31:15 +0000 (10:31 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Run unit tests as travis-ci job

    tox doesn't run perm and py35:
      - travis-ci doesn't set the classical umask
      - ubuntu 14.04 doesn't provide any python 3.5 package

    Change-Id: I72ba109b183f079a833a4bab4ab4853d4870ce49
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Sun, 17 Jun 2018 11:36:12 +0000 (13:36 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Fix invalid method names in vnfs

    Change-Id: Icff1a53ffd7b59d46543b79571b45872a9f243c3
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Sun, 17 Jun 2018 09:41:08 +0000 (11:41 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Mock os.makedirs() in test_odl.py

    os.makedirs() is called before calling robot.run.

    Change-Id: Id651428343510683cd616d8101d22a73ccbf3dad
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Sun, 17 Jun 2018 08:15:01 +0000 (10:15 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Run unit tests vs different upper-constraints

    It allows setting different upper-constraints (i.e. run unit test vs
    OpenStack master).

    Change-Id: Ie4f433a9f6b4c68a43ea259abb0f95270fc908ad
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Sun, 17 Jun 2018 07:18:13 +0000 (09:18 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Add functest-tempest container

    It avoids duplicating operations between functest-smoke,
    functest-components, functest-vnf...

    It eases building new containers for new tempest-based testcases.

    Change-Id: I73b973588f4eb70d1e5874d06d030c5a5d729e95
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Sat, 16 Jun 2018 16:07:25 +0000 (18:07 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Update travis-ci config

    It stop cross-compiling for arm and creating functest-parser
    manifests.

    Change-Id: Ic9567232d876e36b3adbff4bc1d4d23ff9ef3b81
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Fri, 15 Jun 2018 15:55:23 +0000 (17:55 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Fix pylint warnings in clearwater_ims_base

    Change-Id: I663bd2826e43ce888990b012df27ca94e2d49a8d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Sun, 17 Jun 2018 12:54:48 +0000 (14:54 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Update FUNCTEST suite and tier names

    Change-Id: I0bef73cf17e845faf3e1da42a07c5ada767fd731
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
  - Update Functest testcase list

    Change-Id: I1f9d2d594d1bd0e09edf4dd51cae2355623de7c2
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
  - Run opnfv/functest-parser in Fraser daily jobs

    Change-Id: I0a114482bdcb09beb634afd747b7c32f29d356cf
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Sat, 16 Jun 2018 05:40:58 +0000 (07:40 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Stop running containers in privileged mode

    It should be useless in case of Functest.

    Change-Id: Iac214dc484079bf17bbbfc08c28554835fac3f69
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Luc Provoost [Fri, 15 Jun 2018 20:39:28 +0000 (22:39 +0200)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - Adding centos.json to be used with packer to generate a VM with PROX

    Based on a CentOS cloud image downloadable from the web, you can now use
    packer to create an image that has DPDK and PROX installed in the
    proper directories. The VM is also tuned for guest VNFs.
    A service is also created to deal with the proper isolated_cpu settings
    for tuned. The service will also make sure uio and igb_uio are loaded.
    The prox_user_data.sh is not needed any more and hence deleted.
    ctrl-c of runrapid.py will now also stop prox in all the VMs so a new
    test can be started.

    Change-Id: I16cc59878e2d4912757f42e05f98d51dff5feb89
Signed-off-by: Luc Provoost <luc.provoost@intel.com>
6 years agoUpdate git submodules
Tim Rozet [Sat, 16 Jun 2018 03:00:48 +0000 (23:00 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: Adds missing nosdn scenarios to daily

    Change-Id: Ib1f508461c22e01ea2e9a7d855f79ed7aa25f68a
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Tim Rozet [Sat, 16 Jun 2018 02:54:52 +0000 (22:54 -0400)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Adds missing queens deploy settings files

    Change-Id: I87508e6d486ade6e4acd8dec69a4c867b0d81252
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Tim Rozet [Tue, 5 Jun 2018 01:19:22 +0000 (21:19 -0400)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Fixes deployment failure with allNodesConfig

    This pulls in upstream patch to revert a bad commit that causes the
    "Unknown Property controller_ips". Also includes a fix for being able to
    detect if patches that are merged upstream are also promoted into
    TripleO images or container images. This happens by comparing the time
    the patch was submitted to the time when the TripleO Image or Docker
    Image was last updated.

    JIRA: APEX-610
    JIRA: APEX-612

    Change-Id: I1c2ab7fb4425b407acd7b6d9ebab914ed3a24478
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Tim Rozet [Fri, 15 Jun 2018 19:34:07 +0000 (19:34 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[Dovetail] Increase frequency of Dovetail runs on Apex"
  - [Dovetail] Increase frequency of Dovetail runs on Apex

    Run Dovetail tests on every deployment of os-nosdn-nofeature to improve
    testing turn-around time as we are approaching the next release of
    Dovetail.

    Change-Id: Ie4baf3c2f607aaf09135c4021258e9afb0aec826
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
6 years agoUpdate git submodules
Yang (Gabriel) Yu [Wed, 13 Jun 2018 09:23:12 +0000 (17:23 +0800)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - Update Dockerfile

    1. Openstack command lines keep poping up warnings which
    cause reading comand results wrongly.
    2. Update the ubuntu version and packages to remove redundance
    which is a historical debt.

    Change-Id: I3cdb7a9ec3f0bc41ecfe5b8bf9d44878485de40f
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
6 years agoUpdate git submodules
Periyasamy Palanisamy [Fri, 15 Jun 2018 15:16:10 +0000 (15:16 +0000)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Merge "[Bug Fix] Determine the BGP entity owner in ODL Cluster"
  - [Bug Fix] Determine the BGP entity owner in ODL Cluster

    In HA deployments is essential to determine which is the ODL
    BGP entity owner and transform that ODL to BGP speaker.
    This is necessary because of this bug [0] in netvirt. So
    we can consider this as a workaround for the testcase_3.

    Note: This patch is dependent on this task resolution [1]
          for master branch.

    Note: This patch works fine in stable/fraser branch.

    [0] https://jira.opendaylight.org/browse/NETVIRT-1308
    [1] https://jira.opnfv.org/browse/SDNVPN-217

    Jira: SDNVPN-214

    Change-Id: I383987e650da45400a3a6437dbdaaea904db9265
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
6 years agoUpdate git submodules
Cédric Ollivier [Fri, 15 Jun 2018 06:22:38 +0000 (08:22 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Remove parser container

    Parser conflicts with OpenStack project namespaces due to bad fork
    conception. Functest should stop maintaining containers to bypass
    issues created by Parser (2 releases).

    Change-Id: If52084dc9cb7165a6f53051ad84604bc999dd69c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Fri, 15 Jun 2018 06:19:18 +0000 (08:19 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Remove cloudify_ims_perf

    All that modules are uncovered, unverified and deprecated.
    They will be safely reverted as soon as they are updated, verified by
    gates and unit tests are added.

    Change-Id: Iac0893f9f0ccb485d91cd17305e744aff9bf9414
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Fri, 15 Jun 2018 06:15:10 +0000 (08:15 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Remove cli and api

    cli has been deprecated for a while and restapi is uncovered and
    unverified. This patch will be partially reverted as soon as next
    unit tests cover functest/api.

    It partially updates troubleshooting docs which has to be completed
    in a second change [1].

    [1] https://jira.opnfv.org/browse/FUNCTEST-982

    Change-Id: I08e0bd212fcf5f5c5c220eb2500a6b0a6ff46df7
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Steven Pisarski [Fri, 15 Jun 2018 14:51:28 +0000 (14:51 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Fixes additional legacy problems found when reviewing patch 58483"
  - Fixes additional legacy problems found when reviewing patch 58483

    Second revision removes an unnecessary check on self.ext_net_name.

    Change-Id: I0611d0130824fb0c2fa147d3fa503b2826a61ed5
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 15 Jun 2018 13:01:11 +0000 (15:01 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump for Salt downgrade

    Change-Id: I84b06396923ba122a8434039b8d2ac7938336ee5
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
xudan [Fri, 8 Jun 2018 08:27:26 +0000 (04:27 -0400)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Copy tempest_conf.yaml file for neutron_port and patrole

    Change-Id: I58e37c14cb4a287436e86b345919deff3d3674d0
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Bill Morrisson [Thu, 14 Jun 2018 12:48:27 +0000 (12:48 +0000)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Fix "Remove the annoying WARNINGS when using XCI"

    When executing the SFC tests in XCI, we constantly get a whole bunch of
    annoying "InsecureRequestWarning" messages which does not allow to
    follow what is going on in the test.
    This patch filters all those errors leaving the output of the functest
    results clean.

    Change-Id: I3bd9519676222d00ee4a2c8d47084737cd9768aa
Signed-off-by: Bill Morrisson <billmorrissonjr@gmail.com>
6 years agoUpdate git submodules
Morgan Richomme [Fri, 15 Jun 2018 10:08:45 +0000 (10:08 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Remove functest-parser"
  - Remove functest-parser

    Parser should be fixed and then added to functest-smoke.

    Change-Id: I4f9e6fa736589b1ed01feae580df18c93de168cd
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Harry Huang [Fri, 15 Jun 2018 06:18:50 +0000 (14:18 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Specify netmask for install NIC

    JIRA: COMPASS-599

    Interface that be used as install NIC may
    have uncertain netmask which may cause
    network issue.

    Change-Id: Ic10709ca82a0d16af614ac327160f97a654d2294
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
6 years agoUpdate git submodules
Markos Chandras [Fri, 15 Jun 2018 09:07:41 +0000 (09:07 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: dynamic_inventory: Add new entry for deployment_host"
  - xci: dynamic_inventory: Add new entry for deployment_host

    The deployment host is normally the host which runs the various
    playbooks so we add a new entry in the inventory for localhost.

    Change-Id: I43baddf4fabd69579c1a02f55ece230a062c2d9b
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Fri, 15 Jun 2018 08:41:37 +0000 (08:41 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "assert[Greater,Equal] -> assert_{,not_}called"
  - assert[Greater,Equal] -> assert_{,not_}called

    assertEqual(mock_xxx.call_count, 1) -> mock_xxx.assert_called_once
    assertEqual(mock_xxx.call_count, 0) -> mock_xxx.assert_not_called
    assertGreater(mock.call_count, 0) -> mock.assert_called()
    assertGreaterEqual(mock.call_count, 1) -> mock.assert_called()

    JIRA: YARDSTICK-1069
    Change-Id: I890084d120c8e78304e169e2a0e5d30011a41525
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
6 years agoUpdate git submodules
Michael Polenchuk [Thu, 14 Jun 2018 17:45:29 +0000 (21:45 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Get back to salt 2016.11

    Change-Id: Id024ed22dd1760f41ae18aeb8e680c2f07a5dc63
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Cédric Ollivier [Thu, 14 Jun 2018 19:20:59 +0000 (21:20 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Support py3 in uncovered packages

    It has to be noted that cloudify_rest_client doesn't support py3 then
    next unit tests vs cloudify-based testcases would be excluded.

    Change-Id: I0b0e64929d1238665c778ce51fd6abd5ccf06b6c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Thu, 14 Jun 2018 18:51:41 +0000 (20:51 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Add py3 support in tempest and rally

    Change-Id: I009d38a0db409ab4ec641cba9173ab2386d0ce2a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Georg Kunz [Thu, 14 Jun 2018 17:43:47 +0000 (19:43 +0200)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Cosmetic cleanup of tempest test case lists

    There are some superflouos lines separating the list of tempest test
    cases. These are restructuring artifacts which can be deleted.

    Change-Id: I7b3474090fa3d7b1506d5a4f3dcd1b32dd68900a
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
6 years agoUpdate git submodules
Stephen Wong [Fri, 15 Jun 2018 00:24:57 +0000 (00:24 +0000)]
Update git submodules

* Update docs/submodules/clover from branch 'master'
  - Merge "Streaming logs from application container"
  - Streaming logs from application container

    Change-Id: I6a1e526bec4160bcdac32d4124acb110b9cf6959
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
6 years agoUpdate git submodules
Stephen Wong [Fri, 15 Jun 2018 00:24:19 +0000 (00:24 +0000)]
Update git submodules

* Update docs/submodules/clover from branch 'master'
  - Merge "Add support for node level logging"
  - Add support for node level logging

    Change-Id: Ib5b2240de3276164fe9e272bf36f0d1f89f409c0
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
6 years agoUpdate git submodules
Stephen Wong [Fri, 15 Jun 2018 00:23:46 +0000 (00:23 +0000)]
Update git submodules

* Update docs/submodules/clover from branch 'master'
  - Merge "fix the sdc sample deploy issue"
  - fix the sdc sample deploy issue

    there is a issue "No module named google.protobuf",
    when trying to run the services docker.
    Add the protobuf in services Dockerfile.

    Change-Id: I280dc1d5908bcec784e9e1e7c4d07e145f092cdb
Signed-off-by: wutianwei <wutianwei1@huawei.com>
6 years agoUpdate git submodules
Stephen Wong [Fri, 15 Jun 2018 00:22:11 +0000 (00:22 +0000)]
Update git submodules

* Update docs/submodules/clover from branch 'master'
  - Merge "Fix typo of Jaeger port"
  - Fix typo of Jaeger port

    Change-Id: I70b766fe26e750fef6a622344d69ad4f6e2b8962
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
6 years agoUpdate git submodules
Stephen Wong [Fri, 15 Jun 2018 00:21:42 +0000 (00:21 +0000)]
Update git submodules

* Update docs/submodules/clover from branch 'master'
  - Merge "Fix error in logging installation"
  - Fix error in logging installation

    It must be done in two steps otherwise the mixer adapter may not
    be initialized correctly.

    Change-Id: Ie59e811fc287fbd52a007be45f0f9c74983149b3
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
6 years agoUpdate git submodules
spisarski [Thu, 14 Jun 2018 21:42:11 +0000 (15:42 -0600)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Removing flavor metadata from test heat template.

    Tests can break with this setting.

    Change-Id: Idab15bc5d83f8d88a08c46c71fb179c1e3d0282b
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Thu, 14 Jun 2018 17:07:41 +0000 (17:07 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add "host_name_separator" variable to Context class"
  - Add "host_name_separator" variable to Context class

    This feature will provide Kubernetes context the ability to handle the
    context name inside the class itself, providing to the developer an
    abstraction of the possible naming limitations in Kubernetes. E.g.:
    "dot" character in Pod names is no allowed [1].

    [1] https://github.com/fabric8io/fluent-plugin-kubernetes_metadata_filter/issues/58

    JIRA: YARDSTICK-1188

    Change-Id: I82121f970b550170357a443b6340be7900602a57
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 14 Jun 2018 15:33:34 +0000 (17:33 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump for keyserver proxy support rebase

    Change-Id: Ic0cd824c7156a93ee8c8d9afe5d2796ff7dba889
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Emma Foley [Thu, 14 Jun 2018 14:50:01 +0000 (14:50 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Install dependencies: bare-metal, standalone"
  - Install dependencies: bare-metal, standalone

    This will install all dependencies needed on the bare-metal and standalone
    physical nodes.

    JIRA: YARDSTICK-1177

    Change-Id: I719ca64d4da098d6dd60597e5fc4ad6f4715f79e
Signed-off-by: Stepan Andrushko <stepanx.andrushko@intel.com>
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Thu, 14 Jun 2018 13:14:27 +0000 (14:14 +0100)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Stop time.sleep mocks in unit tests

    tVpeApproxVnf and TestProxSocketHelper classes mock "time.sleep" in
    the setUp method without deleting it at the end of the test execution.

    JIRA: YARDSTICK-1243

    Change-Id: Iff31d9c7b400ad8a47f37792aeb0d20328b9d9e1
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 14 Jun 2018 13:41:13 +0000 (15:41 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [patch] Rebase keyserver proxy support (3)

    Rebased on top of [1].

    [1] https://github.com/salt-formulas/salt-formula-linux/commit/9f30456

    Change-Id: Iad5aef674c47d622a94d1c21cae3f46fbb3c52d8
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
xudan [Tue, 29 May 2018 06:42:11 +0000 (02:42 -0400)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Replace openstack commands with shade

    Use openstack shade to get endpoint infomation rather than executing
    openstack commands directly.

    The next step can replace openstack commands by shade for some test cases that
    need to create openstack resources (images, flavors) if we agree to use shade.

    JIRA: DOVETAIL-659

    Change-Id: I72b302fb2d4a61e9249a7e53f81ea9464944dcd3
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Daniel Farrell [Tue, 5 Jun 2018 13:54:33 +0000 (09:54 -0400)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Add k8-odl-coe spec

    This spec proposes adding an XCI senerio that uses OpenDaylight COE and
    NetVirt with Kubernetes for pod networking.

    Change-Id: I3418542cf22df0f4d04e167903f2bb59151fa0a6
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
6 years agoUpdate git submodules
Trevor Bramwell [Wed, 13 Jun 2018 20:13:34 +0000 (20:13 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Update repo archive script to handle empty repos"
  - Update repo archive script to handle empty repos

    After an empty repo is cloned, and we attempt to pull in changes, git
    fails due to not know which branch to pull from. Explicitily pulling
    from origin into master should resolve this.

    Change-Id: I6bed85779c1bb571559c263800e8ea55ece3aa62
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Trevor Bramwell [Wed, 13 Jun 2018 20:13:24 +0000 (20:13 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Remove jjb-sandbox as we now have jjb-deploy"
  - Remove jjb-sandbox as we now have jjb-deploy

    Now that the sandbox is available and we can easily deploy jobs using
    'jjb-deploy' or upload them through the cli, this outdated directory can
    be removed.

    Change-Id: I680dbc84eeba140adac7b69ea0af4ed26d160362
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Paul Vaduva [Wed, 13 Jun 2018 17:26:26 +0000 (19:26 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Remove quotes from PROJECT env

    Change-Id: I0e169b8ea3135a49ccfed9fe9fe3550017faab95
Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
6 years agoUpdate git submodules
Cedric Ollivier [Wed, 13 Jun 2018 17:25:07 +0000 (17:25 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Abort vping_userdata test if IP address is missing"
  - Abort vping_userdata test if IP address is missing

    Do not start checking the result of ping test if the first instance has
    no IP address.

    JIRA: FUNCTEST-976

    Change-Id: I2da3154e63a6a97f86efe8274be84abc437aa133
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 13 Jun 2018 16:22:57 +0000 (18:22 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - [auto] Fix missing yaml block marker

    Change-Id: Ia1e95dce8f272cb53186314025fdd81419fc9d4d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>