opnfvdocs.git
6 years agoMerge "Add section on Resiliency, Stress and long duration testing"
Sofia Wallin [Thu, 28 Sep 2017 11:03:19 +0000 (11:03 +0000)]
Merge "Add section on Resiliency, Stress and long duration testing"

6 years agoUpdate git submodules
Jose Lausuch [Thu, 28 Sep 2017 11:03:03 +0000 (11:03 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Update Functest documentation for Euphrates"
  - Update Functest documentation for Euphrates

    - Better description of Alpine docker (default artifact)
    - Reorganization of config and user guide
    - Upgrade of the developer guide

    Change-Id: Ie8e10f027bfcdb01c992cd161a1af2d6d6e29536
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
6 years agoUpdate git submodules
Deepak S [Thu, 28 Sep 2017 02:45:57 +0000 (08:15 +0530)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - Fix cgnapt status output

    Change-Id: I37ef70ae324e258da16b7bd67baf0e939d88b3ec
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
6 years agoUpdate git submodules
Deepak S [Thu, 28 Sep 2017 02:14:52 +0000 (07:44 +0530)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - Fix the cgnapt pipeline stat issues

    Change-Id: I58d4a1b6c47fa204a8af67c725b22f797ec19755
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
6 years agoUpdate git submodules
hongbo tian [Thu, 28 Sep 2017 09:28:41 +0000 (09:28 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Merge "add api&web services for cvp"
  - add api&web services for cvp

    JIRA: DOVETAIL-512

    add api&web services for cvp

    Change-Id: I9ef9525e980fe61dc3108035ef9a3ff8783b2697
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
6 years agoUpdate git submodules
Morgan Richomme [Thu, 28 Sep 2017 09:17:19 +0000 (09:17 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "reporting adoption for Euphrates"
  - reporting adoption for Euphrates

    Danube -> Euphrates in euphrates.html
    add euphrates dir
    fix CONFIG_REPORTING_YAML value
    fix import error in scenario.py

    Change-Id: Ic0457bf8d1c67bd21ef6a31564792eb98cfca9ad
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Morgan Richomme [Thu, 28 Sep 2017 09:16:31 +0000 (09:16 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[Functest] Block daily job if healthcheck fails"
  - [Functest] Block daily job if healthcheck fails

    Change-Id: I3ec48bd337f8dc9100ff82f53067954925245dfa
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Jose Lausuch [Thu, 28 Sep 2017 08:46:19 +0000 (08:46 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[Functest] Add argument in function run_tiers()"
  - [Functest] Add argument in function run_tiers()

    Replace single by double quotes, variables should
    be within double quotes.

    Change-Id: I5dae42178f5638689a8c46e03a01c12bd42b65e1
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
6 years agoUpdate git submodules
Leo wang [Thu, 28 Sep 2017 08:34:50 +0000 (08:34 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Merge "Don't generate tar file when run without pushing results to DB"
  - Don't generate tar file when run without pushing results to DB

    1. Dovetail generate a tar file for uploading results to CVP web portal.
    2. If users don't run with option --report, it shouldn't generate the tar file.
       Because users can not upload results to CVP if they don't run with --report.
    3. If it generates the tar file when user run dovetail without --report,
       the tar file is invalid because it lacks of results.json.

    JIRA: DOVETAIL-511

    Change-Id: I4d21f21f0b278962564d810369df03100b38f003
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Markos Chandras [Thu, 28 Sep 2017 07:43:34 +0000 (07:43 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge changes from topic 'fix-vm-on-jenkins'

    * changes:
      xci: scripts: start-new-vm.sh: Fix paths for default XCI test
      xci: Replace ANSIBLE_VERBOSITY with XCI_ANSIBLE_VERBOSITY
      xci: scripts: start-new-vm.sh: Print dib output when running on CI
      xci: scripts: start-new-vm.sh: Use 'unsafe' cache for the clean vm disk
      xci: xci-deploy.sh: Make sure all local Ansible installations are gone
      xci: scripts: start-new-vm.sh: Do not allow multiple build-dib-os processes

  - xci: scripts: start-new-vm.sh: Fix paths for default XCI test

    The XCI test is located in ~/releng-xci inside the new VM so we need
    to look there for an existing one or for executing it after the default
    one has been created and copied to the remote host.

    Change-Id: Ieb195293da7832bcb5d29c8a28cc3477205f2e5e
Signed-off-by: Markos Chandras <mchandras@suse.de>
  - xci: Replace ANSIBLE_VERBOSITY with XCI_ANSIBLE_VERBOSITY

    The ANSIBLE_VERBOSITY env variable is actually used internally by
    Ansible and exporting it actually makes Ansible super verbose even if
    the variable is empty. This feature is going away in the future so we
    introduce our own XCI_ANSIBLE_VERBOSITY variable which is simply passed
    to the command line to control verbosity in a proper and deterministic
    way.

    Change-Id: I8a32eeb1a86b4cb0a9872a51bbe9f9624d096e39
Signed-off-by: Markos Chandras <mchandras@suse.de>
  - xci: scripts: start-new-vm.sh: Print dib output when running on CI

    Until we are able to fetch the dib images from external resources, we
    need to build them as part of the job. diskimage-builder can sometimes
    fail so we need to be able to see the log for debug purposes.

    Change-Id: Iab8bfba08daa7095cf76537f629c8e7bf6330b17
Signed-off-by: Markos Chandras <mchandras@suse.de>
  - xci: scripts: start-new-vm.sh: Use 'unsafe' cache for the clean vm disk

    This is not a production virtual machine and we don't care
    if we lose data in case it's killed unexpectedly so we can just
    ignore the 'flush' commands from the guest. This will also improve
    the overall I/O in the VMs.

    Change-Id: Ib486a073f667e22f4a1e65a220ac553874f708cc
Signed-off-by: Markos Chandras <mchandras@suse.de>
  - xci: xci-deploy.sh: Make sure all local Ansible installations are gone

    We need to ensure that all Ansible installations are gone before we
    install it again so we can ensure that a local or system wide
    installation will not take precedence over the one we try to install.

    Change-Id: I9daf66d661697baf63340ba4af1cd58fbd81f143
Signed-off-by: Markos Chandras <mchandras@suse.de>
  - xci: scripts: start-new-vm.sh: Do not allow multiple build-dib-os processes

    apt-get is really unhappy when another instance is running and fails
    with the following error:

    E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
    E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?

    Change-Id: I2fe343fdab8438cb112cce0a4f81c7e3977c55f9
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Linda Wang [Thu, 28 Sep 2017 07:08:46 +0000 (07:08 +0000)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Fix the argument error

    Change-Id: Idc4ba350a8bf77ec555109ad4e7a2649e2b0880d
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Leo wang [Thu, 28 Sep 2017 07:36:57 +0000 (07:36 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Merge "Make Yardstick log level can be set by CLI"
  - Make Yardstick log level can be set by CLI

    1. Currently, the log level of yardstick is DEBUG and cannot be modified.
    2. Make it can be changed from CLI.
    3. When use dovetail run --debug, can see all Yardstick logs (including DEBUG)
       in dovetail.log.
    4. When run without debug option, cannot see Yardstick debug logs in
       dovetail.logs.
    5. yardstick.log always doesn't include debug logs.

    JIRA: DOVETAIL-506

    Change-Id: Iaafb61232a22e16fff2fa4605bf7e262b022085e
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Manuel Buil [Wed, 27 Sep 2017 19:00:38 +0000 (21:00 +0200)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Remove the quotes from the IP

    Functest complains that it cannot connect to the installer because it does
    not understand the ip or hostname. The cause for this is the quotes in the
    template

    Change-Id: I75c30b7f1bbcee3f968692b4347ceb13ab1131d2
Signed-off-by: Manuel Buil <mbuil@suse.com>
6 years agoUpdate git submodules
Benoit HERARD [Wed, 27 Sep 2017 12:01:28 +0000 (14:01 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Add log details on SDK first connection.

    On first call to energy recording API, if API
    is unreachable, SDK don't do anything anymore.
    This change add logs on error for this first connection.

    Change-Id: I88892c769d6208c6ddf5d714d438ab584826844e
Signed-off-by: Benoit HERARD <benoit.herard@orange.com>
6 years agoUpdate git submodules
chenjiankun [Thu, 28 Sep 2017 03:03:42 +0000 (03:03 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Create test suite for Euphrates release

    JIRA: YARDSTICK-814

    Test suite:
    "opnfv_os-odl-fdio-ha_daily.yaml",
    "opnfv_os-odl-dvr-noha_daily.yaml",
    "opnfv_os-odl-sfc-noha_daily.yaml"
    are missing in yardstick-apex-baremetal-daily-euphrates job.
    We need to create them.

    Change-Id: I6d8bbeb17cd887776f1f3b401ec80523ea90d3c1
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 28 Sep 2017 03:27:48 +0000 (05:27 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump & rebase for MaaS missing inc fixup

    Change-Id: I041d51eeebfe77aee9a519584f6cfb6f7b740e93
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 26 Sep 2017 16:22:06 +0000 (18:22 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump & rebase for full PDF support

    Change-Id: I7ae833b429c018345d0ab061877d27e3183b3dc7
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Vishwesh M Rudramuni [Sun, 24 Sep 2017 22:06:02 +0000 (03:36 +0530)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - REST_API: rest api client implementation

    JIRA: SAMPLEVNF-78

    This patch implements rest api's for VNF clients. This
    comprises of
            * vnf api's for common functionality
            * vnf api's for CGNAPT
            * vnf api's for VFW

    Change-Id: I56d22c64bf3ee5b0a2e536da8169ac7583499041
Signed-off-by: Vishwesh M Rudramuni <vishwesh.m.rudramuni@intel.com>
6 years agoUpdate git submodules
Anand B Jyoti [Thu, 10 Aug 2017 20:58:13 +0000 (02:28 +0530)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - UDP_Replay: changes for gateway packet forwarding

    JIRA: SAMPLEVNF-70

    Integrating gateway packet forwarding to UDP_Replay VNF.

    Change-Id: I00f2bc498563b81260c2c98275f7a73dbc2cb445
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
6 years agoUpdate git submodules
Anand B Jyoti [Thu, 10 Aug 2017 06:46:53 +0000 (12:16 +0530)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - vCGNAT: changes for gateway packet forwarding

    JIRA: SAMPLEVNF-61

    Integrating gateway packet forwarding to CGNAT VNF.

    Change-Id: Ifd528b40134da2d12644a406b2da05a5f044aa1c
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
6 years agoUpdate git submodules
Anand B Jyoti [Wed, 2 Aug 2017 07:11:02 +0000 (12:41 +0530)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - vACL: changes for gateway packet forwarding

    JIRA: SAMPLEVNF-60

    vACL changes to support gateway packet forwarding.

    Change-Id: I1435254e4f18bc26bf2b37be2e3ed2df0fb29153
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
6 years agoUpdate git submodules
Anand B Jyoti [Fri, 28 Jul 2017 07:49:09 +0000 (13:19 +0530)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - vFW: changes for gateway packet forwarding

    JIRA: SAMPLEVNF-59

    Changes to support gateway packet forwarding to vFW.

    Change-Id: Ie9164b092f6864cfcdb02e7b325c4e8796a7e422
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
6 years agoUpdate git submodules
Anand B Jyoti [Fri, 28 Jul 2017 07:41:19 +0000 (13:11 +0530)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - common: Changes to common code for gateway support

    JIRA: SAMPLEVNF-58

    Common code changes for gateway packet forwarding.

    Change-Id: Ie002c94b8febab9c0923e1bb261e5ea931cd4712
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
6 years agoUpdate git submodules
Anand B Jyoti [Tue, 18 Jul 2017 04:15:41 +0000 (09:45 +0530)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - gateway: Created common code for routing in gateway

    JIRA: SAMPLEVNF-58

    Adding the common code for routing functionality in gateway config.

    Change-Id: I2a2f085a3555db52c8aff87f1bab1b00d11481ea
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
6 years agoUpdate git submodules
Jun Li [Thu, 28 Sep 2017 01:54:19 +0000 (01:54 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "bottlenecks: enable euphrates docker"
  - bottlenecks: enable euphrates docker

    Change-Id: I5bcd55f30745f71aedda1e60df57b761e2657c22
Signed-off-by: liyin <liyin11@huawei.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 27 Sep 2017 23:40:47 +0000 (01:40 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - MaaS: Fix missing service.maas.cluster.single inc

    Upstream change [1] made the inclusion of service.maas.cluster.single
    mandatory by using some default reclass definitions which we don't
    override explicitly.

    [1] https://github.com/salt-formulas/salt-formula-maas/commit/
        ce118a238bae4bcf19d2f10bca591a40405f7c3c

    Change-Id: I5746b6906b341a7257e0cd2b4b0bed8ea25840f4
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Zhijiang Hu [Thu, 28 Sep 2017 01:02:24 +0000 (01:02 +0000)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Merge "Switch to upstream daisy's master branch"
  - Switch to upstream daisy's master branch

    Change-Id: I7a88d8b65168356420aee2042ac3902834633477
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
6 years agoUpdate git submodules
Kerim Gokarslan [Thu, 28 Sep 2017 00:08:41 +0000 (17:08 -0700)]
Update git submodules

* Update docs/submodules/nfvbench from branch 'master'
  - Updated docker tag

    Change-Id: If7b1d56d099bf8aae374baff91e8ab41572d4311
Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
6 years agoUpdate git submodules
Kerim Gokarslan [Wed, 27 Sep 2017 23:43:36 +0000 (16:43 -0700)]
Update git submodules

* Update docs/submodules/nfvbench from branch 'master'
  - NFVBENCH-35 Runlogdate is 0 in resultnfvbench

    Change-Id: Ib062a7c655b1e2f8bd9304e32e3ffc92948c02c4
Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
6 years agoUpdate git submodules
Ross Brattain [Wed, 27 Sep 2017 23:42:32 +0000 (23:42 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "[PATCH] Patch for Yardstick arm64 netperf_install.bash"
  - [PATCH] Patch for Yardstick arm64 netperf_install.bash

    Change-Id: Ic384c4603e7482f150fd4c4d2d6a6448a45ddb9e
Signed-off-by: Trevor Tao <trevor.tao@arm.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 27 Sep 2017 20:15:22 +0000 (22:15 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - pharos git submodule: Bump for latest PDF adapter

    Change-Id: I658c1dfeb369adf74038abd0ce1b593d40303527
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Ross Brattain [Wed, 27 Sep 2017 20:59:34 +0000 (20:59 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "collectd: write config file from Jinja2 template"
  - collectd: write config file from Jinja2 template

    We have the collectd.conf inside the python package
    so instead of copying it from various places,
    write the template directly to the remote system.

    collectd: read collect.conf template with pkgresources

    read the collectd.conf file as a string directly
    and upload without creating temp file

    use Jinja2 template, disable failing plugins

    use proper Jinja2 template, disable the plugins that
    were failing to load and blocking startup

    add support for per-testcase collectd.conf config
    using YAML

    add support for custom interval, default is 25 seconds

    Change-Id: Id904f7b7c9f41a9dd7adf5dfa06c064d65c25d2d
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 27 Sep 2017 19:23:40 +0000 (21:23 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - xci: Switch to multijob for verify jobs

    Change-Id: Ic059a0eff23b203056cdb54cdd1ae2f17f01a09c
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 27 Sep 2017 19:18:00 +0000 (19:18 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "PDF parsing support"
  - PDF parsing support

    - add new git submodule pointing to OPNFV Pharos;
    - use Pharos 'generate_config.sh' to parse the PDF using the Fuel
      installer adapter and generate <pod_config.yml> dynamically;
    - build <pod_config.yml> outside current git repo and sync separately
      to prevent sensitive data leak;
    - add <pod1.yaml> PDF sample based on LF-POD2, should be used with
      'ci/deploy.sh -l local -p pod1';

    Change-Id: I4e1b95f180bcd5ade5d86f516628eb8edbe64b1c
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 27 Sep 2017 19:16:47 +0000 (19:16 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "xci: Fix skip-vote for distro jobs"
  - xci: Fix skip-vote for distro jobs

    Change-Id: I6dd25dca121dd6531bc2f0862da65497582bb407
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
6 years agoUpdate git submodules
Alec Hothan [Wed, 27 Sep 2017 18:01:25 +0000 (18:01 +0000)]
Update git submodules

* Update docs/submodules/nfvbench from branch 'master'
  - Merge "NFVBENCH-34 Pass configuration file to entrypoint script"
  - NFVBENCH-34 Pass configuration file to entrypoint script

    Change-Id: If44d5d9fb2db58b3e1a3ebd1c8d94c1452f84409
Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
6 years agoUpdate git submodules
Tim Rozet [Wed, 27 Sep 2017 17:20:11 +0000 (13:20 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: disable daily job for master

    Even with a timed trigger that shouldn't execute more than once a year,
    the apex-daily-master job is still triggering every day or so.  Using an
    explicit disable to disable the job.

    Change-Id: I3b014c0d0899dba617fcb7cfee17ca758b291f9f
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Guillermo Herrero [Wed, 27 Sep 2017 13:23:16 +0000 (15:23 +0200)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - Updated fuel adapter (vlan1000, interfaces format)

    Change-Id: I848f13acca08c4c8a24eeecd3554ea6d50bbb565
Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 27 Sep 2017 16:03:25 +0000 (18:03 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - xci: Skip voting from Centos and OpenSUSE jobs

    Change-Id: I263417a7c2ae7a185a75a53e0352112ae5900afe
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
6 years agoUpdate git submodules
Deepak S [Wed, 27 Sep 2017 06:02:15 +0000 (23:02 -0700)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Terminate the run traffic if initiated after traffic is closed

    Change-Id: I89fc4bccb5b5a0d49d804fca72b59e53ff77a805
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
6 years agoUpdate git submodules
Christian Trautman [Mon, 25 Sep 2017 21:22:38 +0000 (17:22 -0400)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - trex_prom: Add promiscuous option for trex for SRIOV tests

    Adds option to enable promiscuous mode for Trex traffic
    generator to allow for SR-IOV tests to work correctly.
    Trex by default only accepts packets based on destination
    MAC address matching what is configured on server in
    /etc/trex-cfg.yaml. This removes that limitation since
    SR-IOV tests require mac addresses to be modified in the
    generated packets to correctly route packets to the relevant
    VFs.

    JIRA: VSPERF-531

    Change-Id: I19b64f364c8a1b656994c82c96f47a68b92486d8
Signed-off-by: Christian Trautman <ctrautma@redhat.com>
6 years agoUpdate git submodules
Bin Hu [Wed, 27 Sep 2017 13:33:37 +0000 (06:33 -0700)]
Update git submodules

* Update docs/submodules/ipv6 from branch 'master'
  - Polish wording in ODL Gap Analysis

    Change-Id: I72766cc15358a63bb6dba6a1afb18014bc9bb55c
Signed-off-by: Bin Hu <bh526r@att.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 27 Sep 2017 12:47:30 +0000 (14:47 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - xci: Pass project parameter to downstream jobs and adjust build blocker

    Change-Id: I25a8eb8606134255cc77d0b3d5c387e2cf4ee082
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 27 Sep 2017 12:46:11 +0000 (12:46 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "lib.sh: Use host bridge in favor of virsh network"
  - lib.sh: Use host bridge in favor of virsh network

    If a linux bridge already exists on the jump host, with the same
    name as the value passed via `-B` or the default, use it instead
    of trying to create a virsh network.

    Change-Id: If7f0753ec366d429ff101c2b37dd68f895903404
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 27 Sep 2017 12:33:54 +0000 (14:33 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - xci: Switch to freestyle for xci-verify jobs

    Change-Id: I7a2fa9e3e2bb78ccc2dc6f26be7848019e6de6b8
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
6 years agoUpdate git submodules
Feng Pan [Wed, 27 Sep 2017 12:33:11 +0000 (12:33 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Fixes BgpVpn service name and tht fixes"
  - Fixes BgpVpn service name and tht fixes

    BgpVpn service was spelled incorrectly and there were syntax issues with
    the corresponding heat templates.

    apex-tripleo-heat-templates: If39072c687dcfb3fcb5c2dab33ecc3755b3396df

    Change-Id: I94155f4a32af2338bcd58afe3fb602860346a555
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 27 Sep 2017 12:14:28 +0000 (14:14 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - xci: Switch to freestyle for xci-verify jobs

    Change-Id: I0e1d922ec303bf71e0683b624c51a254da0b9c88
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
6 years agoUpdate git submodules
Michael Polenchuk [Tue, 26 Sep 2017 06:05:36 +0000 (10:05 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Change vlan tag of lf-pod private network

    Change-Id: I66f5b4ac4ab58d3dbc983b0e1bed359a58602dba
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Maryam Tahhan [Wed, 27 Sep 2017 12:03:05 +0000 (12:03 +0000)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - Merge "doc: Update IPMI/Hugepages/SNMP instructions"
  - doc: Update IPMI/Hugepages/SNMP instructions

    Change-Id: I2070aaa7fe20a0a486eb64700129935a80a37ae3
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 27 Sep 2017 11:11:47 +0000 (13:11 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - xci: Enable multi-distro verify

    Change-Id: I82e5db83092b5f4d6f4ea25464f416ce879d4709
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Mon, 25 Sep 2017 19:47:11 +0000 (21:47 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - xci: Enable multi-distro verify

    Only ubuntu job votes. The rest is still non-voting.

    Change-Id: I0fa2398d3a3d3c5e6e9570488f9e2c15db1c371c
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
6 years agoUpdate git submodules
xudan [Wed, 27 Sep 2017 08:30:38 +0000 (04:30 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Remove extra tempest config item

    Dovetail has deleted some tempest test cases.
    So their config item can be removed.

    Change-Id: I331b8082c5a9ff40297a8e525564f222a77cb182
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
chenjiankun [Wed, 27 Sep 2017 08:53:08 +0000 (08:53 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - remove redundant docker push job

    Change-Id: Ife140195cf5f863a389e983e4ae0c759ca347793
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 27 Sep 2017 08:50:00 +0000 (08:50 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: scripts: Fix script to run on Jenkins CI"
  - xci: scripts: Fix script to run on Jenkins CI

    A couple of tweaks are necessary to get it working with Jenkins
    - Jenkins jobs could contain the 'xci' string so make the regexp
    more accurate.
    - Rename VMs to use a more accurate name
    - Fix ssh public key location
    - Create a fresh /etc/hosts since distro may not have one.
    - Set hostname on VM

    Change-Id: I332a424bc8b2de98d7b326c192996b7b12c79dd7
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Manuel Buil [Fri, 15 Sep 2017 12:20:39 +0000 (14:20 +0200)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Create a role which prepares xci for functest

    Functest requires xci deployment to have:

    - A public neutron network
    - A subnet attached to the public neutron network
    - The gateway from the subnet attached to one interface

    The network and subnet creation are done via a script
    instead of using Ansible OpenStack module in order to
    get things working asap.

    These three tasks are implemented in a role

    This patch depends on a pending patch:

    https://gerrit.opnfv.org/gerrit/#/c/39517/2

    Change-Id: I0635227153087fd9e25b76f0859f82bf48bfb930
Signed-off-by: Manuel Buil <mbuil@suse.com>
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
6 years agoUpdate git submodules
Leo wang [Wed, 27 Sep 2017 07:02:19 +0000 (07:02 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Merge "Update the script for building local DB and testapi"
  - Update the script for building local DB and testapi

    1. When test dovetail, users can build local DB and testapi to store and
       report the results.
    2. The script for building local DB and testapi needs some updates.

    JIRA: DOVETAIL-507

    Change-Id: I8bc96bfea27f424468cafaa2e05894065ef44ad9
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
xudan [Tue, 26 Sep 2017 07:44:13 +0000 (03:44 -0400)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Bugfix: tar results dir cannot be parsed by web portal

    The directory tree of results tar file is wrong, so web portal cannot parse it.
    Reset the tar file.

    JIRA: DOVETAIL-508

    Change-Id: I8475323294e84ca51242b700570926d5c0177390
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Jose Lausuch [Wed, 27 Sep 2017 06:55:51 +0000 (06:55 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add docker image tag for euphrates"
  - Add docker image tag for euphrates

    Update aarch64 jjb yml patch file with euphrates BRANCH

Signed-off-by: Delia Popescu <delia.popescu@enea.com>
    Change-Id: Idbad0fdc1721182781fe26bf1963167fe8dd844a

6 years agoUpdate git submodules
dongwenjuan [Tue, 26 Sep 2017 07:33:14 +0000 (15:33 +0800)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - fix the path of log file

    Change-Id: I823bdc453c32decb0160f0915d749af4ac664908
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
6 years agoUpdate git submodules
Bin Hu [Wed, 27 Sep 2017 05:06:42 +0000 (22:06 -0700)]
Update git submodules

* Update docs/submodules/ipv6 from branch 'master'
  - Update ODL Carbon status

    Updated ODL Carbon status by indicating deprecated old-netvirt

    Change-Id: I480788e6ef6ff3ba801651e4aa37ea4ab5929833
Signed-off-by: Bin Hu <bh526r@att.com>
6 years agoUpdate git submodules
Taseer Ahmed [Wed, 27 Sep 2017 05:12:43 +0000 (05:12 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "Nomination of committer promotion for Taseer Ahmed"
  - Nomination of committer promotion for Taseer Ahmed

    Taseer is one of the active QTIP contributors in Euphrates release[1]
    He has contributed a lot in qtip-cli[2]. It would be a great help to the
    project to have him as a committer.

    Current committers please vote +1/-1 for this nomination[3]

    [1] http://stackalytics.com/?project_type=opnfv-group&metric=commits&module=qtip&release=pike
    [2] https://git.opnfv.org/qtip/log/?qt=author&q=taseer94@gmail.com
    [3] https://wiki.opnfv.org/display/DEV/Committer+Promotions

    Change-Id: I019f3f3ba6303ad952b16da3e192ebc50a9f06dc
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
6 years agoUpdate git submodules
Zhijiang Hu [Wed, 27 Sep 2017 03:29:17 +0000 (03:29 +0000)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Merge "Fix delete_virtual_network function call"
  - Fix delete_virtual_network function call

    create_daisy_server_network method in VirtualEnvironment class
    calls self.delete_virtual_network, but it doesn't exist,
    actually it should be delete_virtual_network function in module
    libvirt_utils.py.

    Change-Id: I381e916097744827a22d311b275611df38d8e1be
Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
6 years agoUpdate git submodules
chenjiankun [Wed, 27 Sep 2017 02:02:03 +0000 (02:02 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Add docker push job for arm

    Change-Id: Id7e9e0b3a28102b6efa1e4fbd4c648eca10d9456
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Guo Ruijing [Wed, 27 Sep 2017 09:02:14 +0000 (02:02 -0700)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - add dummy build/deploy scripts

    Change-Id: I498ff7ebc7994df6e3cca024038295952c0702e9
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
6 years agoUpdate git submodules
Zhijiang Hu [Tue, 26 Sep 2017 03:27:00 +0000 (23:27 -0400)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - securelab parameter bug fix

    This is a bug fix of 02e1f1c8ab3f3857ca2370f98575ccbf41f12a01

    Change-Id: I628c5e33a76bc28e0af139e338b29a7393700525
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
6 years agoUpdate git submodules
shangxdy [Wed, 27 Sep 2017 01:24:14 +0000 (09:24 +0800)]
Update git submodules

* Update docs/submodules/parser from branch 'master'
  - Fix user role list bug

    Currently the query misses a option of --user,
    the patch will fix it.

    JIRA: PARSER-158

    Change-Id: I324d843b00271f7fb333b02c5372cb061d09ae70
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
6 years agoUpdate git submodules
Yujun Zhang [Wed, 27 Sep 2017 00:45:03 +0000 (00:45 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "Update CLI docs for release E"
  - Update CLI docs for release E

    Change-Id: I5f08251a71e62a0440db66da08506af7243b9704
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
6 years agoUpdate git submodules
Ross Brattain [Tue, 26 Sep 2017 23:48:08 +0000 (23:48 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Adding multi-port support for ixia taffic generator"
  - Adding multi-port support for ixia taffic generator

    Change-Id: Ic8aa130f3cdc7bd8dec39d06a6b824340bf658b2
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Ross Brattain [Tue, 26 Sep 2017 23:30:06 +0000 (23:30 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Fix vPE VNF characterization issues."
  - Fix vPE VNF characterization issues.

    Change-Id: Ia934128777d2839f6d2b940857c266fc3e2bd4a1
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
6 years agoUpdate git submodules
Aric Gardner [Tue, 26 Sep 2017 20:51:34 +0000 (20:51 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "yardstick: enable euphrates docker"
  - yardstick: enable euphrates docker

    Change-Id: I745287911eab7414adccd99e9e2385bf5b7438f7
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Tim Rozet [Tue, 26 Sep 2017 20:47:54 +0000 (20:47 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Fix Neutron data_plane_status extension path"
  - Fix Neutron data_plane_status extension path

    This way is easier to patch than patching file
    neutron.egg-info/entry_points.txt, plus this feature is backported
    to Ocata so it's temporary and only applicable for Euphrates.

    From Pike we can move it back to 'data_plane_status' as it was before.

    Change-Id: I1c2ebc55e782463793e7a8e463cc17fdf899457a
Signed-off-by: Carlos Goncalves <mail@cgoncalves.pt>
6 years agoUpdate git submodules
Kerim Gokarslan [Fri, 22 Sep 2017 22:02:17 +0000 (15:02 -0700)]
Update git submodules

* Update docs/submodules/nfvbench from branch 'master'
  - NFVBENCH-33 STLError exception when the packet path drops all packets

    Change-Id: Ibe48bb04e1e8a11e920c46792fda261855edc20d
Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
6 years agoUpdate git submodules
Feng Pan [Tue, 26 Sep 2017 13:22:19 +0000 (09:22 -0400)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Fix ovs-dpdk failures

    - Add quotes to ovs config options in opnfv-environment.yaml
    - Fixed an error where we don't populate kernel paramaters when ovs-dpdk is enabled

    Change-Id: I7579358411a844e9d0c34ca53701f12f46ef7c13
Signed-off-by: Feng Pan <fpan@redhat.com>
6 years agoUpdate git submodules
Aric Gardner [Tue, 26 Sep 2017 18:41:48 +0000 (18:41 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Remove Restriction on Total Docker Builds per Node"
  - Remove Restriction on Total Docker Builds per Node

    The docker build script will only allow one docker build at a time. As
    docker builds are now restricted to one per-node by project through the
    throttle-build plugin, this restriction can be lifted.

    JIRA: RELENG-315

    Change-Id: I4c430f99eaaed831fa0c49284280a8fa9fbe13c8
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
shravani paladugula [Tue, 26 Sep 2017 17:13:39 +0000 (17:13 +0000)]
Update git submodules

* Update docs/submodules/kvmfornfv from branch 'master'
  - Merge "Adding new packet forwarding test cases"
  - Adding new packet forwarding test cases

    This patch is used to add new packet forwarding test cases as part
    of kvmfornfv daily job. Also used to publish the throughput results
    of packet forwarding test cases on to yardstick grafana dashboard.

    Change-Id: Ic0c2ee4af69b8eae3a9edb05d3f22b06540b02e3
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
6 years agoUpdate git submodules
shravani paladugula [Tue, 26 Sep 2017 17:11:23 +0000 (17:11 +0000)]
Update git submodules

* Update docs/submodules/kvmfornfv from branch 'master'
  - Merge "To update vsperf/packet-forwarding configuration files"
  - To update vsperf/packet-forwarding configuration files

    This patch is used to update the vsperf configuration files for
    enabling thread binding and to select the loopback application
    for tests with VMs.

    Change-Id: Id561475a56e6b262eb90fcab1b07bfeb51df6147
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
6 years agoUpdate git submodules
Navya [Tue, 12 Sep 2017 11:23:55 +0000 (16:53 +0530)]
Update git submodules

* Update docs/submodules/kvmfornfv from branch 'master'
  - To update the documentation for E-release

    This patch is used for updating the documentation to include the
    features implemented as part of KVMFORNFV E-release.

    Change-Id: I3de63ffbd0761445ec57291c966792ef2932fd72
    Co-Authored by:RajithaY<rajithax.yerrumsetty@intel.com>
    Co-Authored by:Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
    Co-Authored by:Shravani Paladugula <shravanix.paladugula@intel.com>
    Signed-off-by:Navya <navyax.bathula@intel.com>

6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 26 Sep 2017 03:27:51 +0000 (05:27 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump & rebase for yamllint cleanup

    Change-Id: I1144c523596feb64251f08375501cdb73a0d76f6
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 26 Sep 2017 16:01:04 +0000 (16:01 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "Extended PDF support to all baremetal scenarios"
  - Extended PDF support to all baremetal scenarios

    JIRA: FUEL-275

    Change-Id: I67e8d7ab95e35c78a4f960a12733124fe7bffaec
Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
6 years agoUpdate git submodules
Michael Polenchuk [Tue, 26 Sep 2017 09:21:23 +0000 (13:21 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [virtual] Switch compute nodes to uca repo

    Test of snaps_health_check gets console output of instance, which is
    empty (https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1667033),
    therefore take affected packages of computes from UCA repo.

    Change-Id: I4e13a40dd47caf305efd9f393b3c3cf5a17ef312
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Markos Chandras [Tue, 26 Sep 2017 12:46:49 +0000 (13:46 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - jjb: xci: xci-verify-jobs: Fix clean VM job

    According to
    https://docs.openstack.org/infra/jenkins-job-builder/definition.html#macro-notes
    we only need to use ${{x}} when the macro has parameters. However, none
    of our macros has so the correct way to use the shell variable is ${x}.
    Moreover, we set the missing execute bit in the jenkins test script.
    Additionally, we fix the OPNFV_RELENG_DEV_PATH parameter to point to the
    directory inside the VM where the releng-xci repo is located.
    Finally we fix the parent directory in which the test is executed.

    Change-Id: Ic6157caa5042274a3a3d0de276bdacc15a90a82d
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Ross Brattain [Tue, 26 Sep 2017 15:25:09 +0000 (15:25 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Enable IP_ROUTING for netperf UDP_STREAM test"
  - Enable IP_ROUTING for netperf UDP_STREAM test

    To avoid the following ERROR when netperf test between
    2 different subnets:
    ERROR netperf: send_omni: send_data failed: Network is unreachable

    For detail, please see:
    https://serverfault.com/questions/802320/netperf-iptables-\
    masquerade-network-unreachable
    Or:
    https://stackoverflow.com/questions/11981480/error-in-running-\
    netperf-udp-stream-over-openvpn

    Change-Id: I62b202844861440deaf3bf0f65b41561bd87ae87
Signed-off-by: Trevor Tao <trevor.tao@arm.com>
6 years agoUpdate git submodules
Harry Huang [Mon, 25 Sep 2017 01:59:11 +0000 (09:59 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - fix yaml install

    move yaml install out of if block to
    install pyyaml whenever apt packages
    is installed

    Change-Id: Icbad66e0d8070afcb183c31af4759443bf0cf7f1
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
6 years agoUpdate git submodules
Jack Morgan [Tue, 26 Sep 2017 14:29:42 +0000 (14:29 +0000)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - Merge "Updated fuel adapter (ODL)"
  - Updated fuel adapter (ODL)

    Change-Id: I4ff233460bb4fbd88277f2798f5f6380ff3b367d
Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
6 years agoUpdate git submodules
Aric Gardner [Tue, 26 Sep 2017 12:33:12 +0000 (12:33 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "jjb: xci: Create XCI test script"
  - jjb: xci: Create XCI test script

    We need to respect the environment during testing so we need to create
    a proper test script which exports all the variables that matter for our
    tests. We do that before we create the VM so the VM creation script can
    rsync the test for us. We also properly escape the DISTRO variable when
    destroying the VM.

    Change-Id: Ic3fff40868155af31762e458c1faee24354c0712
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Jack Morgan [Tue, 26 Sep 2017 12:06:53 +0000 (05:06 -0700)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - Move POD descriptor file template to its own directory (pdf/pod1/yaml)

    Change-Id: Ibb481d57e3c154c409c2635096330f2e63dce9db
Signed-off-by: Jack Morgan <jack.morgan@intel.com>
6 years agoUpdate git submodules
Aric Gardner [Tue, 26 Sep 2017 11:40:21 +0000 (11:40 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "run for E release."
  - run for E release.

    As JOID do not have access to any other POD so changing from
    master to E release for E release build.

    Change-Id: I1ba9b92be0c3056023eac0e5869de041cf429344
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
6 years agoUpdate git submodules
Serena Feng [Tue, 26 Sep 2017 09:40:15 +0000 (09:40 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Monitor all .ipynb for notebook preview"
  - Monitor all .ipynb for notebook preview

    JIRA: QTIP-273

    Change-Id: I8d192c70b881cc826fa37d15eec7eb4173a51e35
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
6 years agoUpdate git submodules
Deepak S [Tue, 26 Sep 2017 01:12:15 +0000 (18:12 -0700)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - Remove default section in the createrapid

    Change-Id: Id9c22f92955b64242971ff768a64132451c8350e
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
6 years agoUpdate git submodules
Rex Lee [Tue, 26 Sep 2017 08:22:36 +0000 (08:22 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Read user & password from yardstick.conf in Grafana configuration"
  - Read user & password from yardstick.conf in Grafana configuration

    JIRA: YARDSTICK-812

    Currently grafana data source configuration is hardcoding .
    It is a risk.
    so I read it from yardstick.conf.

    Change-Id: I8a9c8afbce6c4534fc43a0bfb5c56d67a8b59db0
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Jing Lu [Tue, 26 Sep 2017 08:19:42 +0000 (08:19 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "bugfix: tc055 fail due to options with no value"
  - bugfix: tc055 fail due to options with no value

    JIRA: YARDSTICK-816

    Change-Id: Ib7eb411b940775915c6c9f87ac5cdc9825069467
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
Rex Lee [Tue, 26 Sep 2017 08:19:13 +0000 (08:19 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add nodeSelector to enable selecting the desired Kubernetes running node when creating containers for Kubernetes context"
  - Add nodeSelector to enable selecting the desired
    Kubernetes running node when creating containers for
    Kubernetes context

    For example, a yaml file may looks like:
     servers:
        host:
          image: xxx
          command: /bin/bash
          nodeSelector:
              xxx: yyy

    Synchronously change the unit test for this function

    Change-Id: If74c9dad9b1a70395bb79f34708a0fde04e7e650
Signed-off-by: Trevor Tao <trevor.tao@arm.com>
6 years agoUpdate git submodules
Linda Wang [Tue, 26 Sep 2017 02:23:07 +0000 (02:23 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - [Functest] Avoid reporting results for suite job

    Change-Id: I182962570fc88e181f312ad432daf774b79e44f1
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Yujun Zhang [Mon, 25 Sep 2017 08:27:23 +0000 (16:27 +0800)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Fix bug in ``qtip/scripts/quickstart.sh``

    - line 29: error: command not found

    Change-Id: I0256ae89aaf4938b883cfae72d30f73d43b1da76
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
6 years agoUpdate git submodules
Ross Brattain [Tue, 26 Sep 2017 05:23:36 +0000 (22:23 -0700)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - task: fixup s/exe_info/exc_info

    JIRA: YARDSTICK-785

    Change-Id: Ib37498e8df6a520f1d03256b73346fcedab3a177
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Linda Wang [Tue, 26 Sep 2017 03:31:51 +0000 (03:31 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Fix timeout for socket connection

    Change-Id: I0688761ba7224f40f79310295efadd9b40bfeefb
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Alex Yang [Tue, 26 Sep 2017 03:42:09 +0000 (11:42 +0800)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Fix unittest

    Change-Id: I82086b85da488e183589af7b4adbd6c80835c039
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 26 Sep 2017 02:44:21 +0000 (04:44 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump for linux/map.jinja fix

    Change-Id: I751c89fd38047fcf2bf06594db0482ee478e39d1
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Zhijiang Hu [Tue, 26 Sep 2017 02:12:23 +0000 (02:12 +0000)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Merge "Add some unittest files such as test_nova.py"
  - Add some unittest files such as test_nova.py

    1.Add test_glance.py, test_neutron.py and test_nova.py unittest
    files, and modify the neutron.py to adapt the unittest.
    2.Add some unittest functions in test_post_execute.py,
    test_deploy.py, test_keystoneauth.py.
    3.rename test_prepare_execure.py to test_prepare_execute.py.

    Change-Id: Ie0640d133e27c558648416a6a5cf044a00ffa67f
Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
6 years agoUpdate git submodules
Linda Wang [Tue, 26 Sep 2017 01:53:00 +0000 (01:53 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - [Functest] Fix syntax error in alpine job

    Change-Id: I1bb751e1df37bb00347f5597c95066041b37ead2
Signed-off-by: Linda Wang <wangwulin@huawei.com>