opnfvdocs.git
7 years agoUpdate git submodules
juraj.linkes [Thu, 18 May 2017 08:25:43 +0000 (10:25 +0200)]
Update git submodules

* Update docs/submodules/fds from branch 'master'
  - Added script for resource cleanup

    This script can be either run from jumphost or overcloud nodes.
    If run from jumphost, it will clean all resources on all nodes as well
    as openstack resources.
    If run from an overcloud node, it will clean resources on that node.
    The script supports whitelisting and exclusion of resources to be
    cleaned.

    Change-Id: I46c937dc31a1ed4b9be1d641183c9cc3b42bbb2d
Signed-off-by: juraj.linkes <jlinkes@cisco.com>
7 years agoUpdate git submodules
Yujun Zhang [Tue, 30 May 2017 15:18:18 +0000 (23:18 +0800)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Add more badges

    - license
    - jenkins
    - jenkins coverage
    - pypi version
    - docker pulls

    Change-Id: I771eaee093a5d4a404470f139a14baa42c1ba736
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
7 years agoUpdate git submodules
Linda Wang [Fri, 2 Jun 2017 08:38:03 +0000 (08:38 +0000)]
Update git submodules

* Update docs/submodules/promise from branch 'master'
  - Fix the wrong image path

    The images are put in the dir /home/opnfv/functest/images now.

    Change-Id: I15b41782cd7a7372bdb962da575edc5d1b54d509
Signed-off-by: Linda Wang <wangwulin@huawei.com>
7 years agoUpdate git submodules
Gerald Kunzmann [Fri, 2 Jun 2017 08:11:56 +0000 (08:11 +0000)]
Update git submodules

* Update docs/submodules/promise from branch 'master'
  - Add Masahito as Promise committer

    Change-Id: If607cfe7351413a006d55c3b2e7518bc6abaf47c
Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com>
7 years agoUpdate git submodules
Jose Lausuch [Fri, 2 Jun 2017 08:19:12 +0000 (08:19 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Use CONST to retrieve db_url rather than getter function"
  - Use CONST to retrieve db_url rather than getter function

    1. Remove get_db_url()
    2. If TEST_DB_URL declared in env, update test_db_url in
       config_functest.yaml file during env preparation
    3. No matter TEST_DB_URL declared in env or not,
       Result_DB = CONST.__getattribute__("results_test_db_url")

    JIRA: FUNCTEST-763

    Change-Id: I20da7ef98bbcc56731e0ff7061b05c1dde6cbfc3
Signed-off-by: Linda Wang <wangwulin@huawei.com>
7 years agoUpdate git submodules
Tim Rozet [Fri, 2 Jun 2017 01:33:32 +0000 (01:33 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Updating Linux kernel licensing info to GPL v2 with a new link"
  - Updating Linux kernel licensing info to GPL v2 with a new link

    Change-Id: I463a26299c9b76123b3c6d3374cd2ed391fcdc99
Signed-off-by: Ray Paik <rpaik@linuxfoundation.org>
7 years agoUpdate git submodules
zhihui wu [Fri, 2 Jun 2017 01:26:19 +0000 (01:26 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "metrics baseline in compute-baseline.json"
  - metrics baseline in compute-baseline.json

    - Previously, metrics baseline are defined in the spec file.
    In this patch, move metrics baseline to compute-baseline.json.
    - you can get qpi based with baseline file given in calculate.yml
    - you can generate a customized baseline file when baseline file is
    not given in calculate.yml

    And baseline will be removed from the spec file.

    Change-Id: I123d28e28543cb153b60120b5076306fa2fa3873
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
7 years agoUpdate git submodules
Tim Rozet [Thu, 1 Jun 2017 19:51:30 +0000 (15:51 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: fixes snapshot promotion be variables

    Since job names changed during the migration to multijob, we need to
    update the scripts which assume the the snapshot type is part of the job
    name.  Moving them to be jjb variables instead and not rely on job name.

    Change-Id: I18f3bd5488c36b2f82a7bc7cb80045ab6807fa57
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoUpdate git submodules
spisarski [Thu, 1 Jun 2017 18:27:03 +0000 (12:27 -0600)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Fixed RST warning.

    Change-Id: I45f6161c51a018d91c9363980d6a6b279532101c
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoUpdate git submodules
spisarski [Thu, 1 Jun 2017 18:16:50 +0000 (12:16 -0600)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Refactor keystone endpoint tests to the proper test class.
    Also added documentation for those three tests.

    Change-Id: I38a728ba9e258a821341621978953e0529a0c1a1
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoUpdate git submodules
Tim Rozet [Thu, 1 Jun 2017 15:30:00 +0000 (11:30 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: fixes scenario name for netvirt+vpp

    Change-Id: Ie3ca73a09cbea1aaf5c195fe319e5ec46e71f1bf
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoUpdate git submodules
Ross Brattain [Thu, 1 Jun 2017 15:25:07 +0000 (15:25 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Bugfix: AttributeError when run tc055"
  - Bugfix: AttributeError when run tc055

    JIRA: YARDSTICK-662

    When I run tc055, I got an error, see log:
    Traceback (most recent call last):
          File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in
          _bootstrap
              self.run()
            File "/usr/lib/python2.7/multiprocessing/process.py", line 114,
            in run
              self._target(*self._args, **self._kwargs)
            File
          "/usr/local/lib/python2.7/dist-packages/yardstick/benchmark/runners/iteration.py",
          line 46, in _worker_process
              initial_rate = options_cfg.get("rate", 100)
          AttributeError: 'NoneType' object has no attribute 'get'

    This is because in the former patch, we get 'options' by scenario_cfg['options'], it is
    unsafe since some test case do not have 'options' field. For tc055, 'options' is None.

    Change-Id: I18a4a7954c18c609f422da403fe65c4739c93648
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
7 years agoUpdate git submodules
mbeierl [Thu, 1 Jun 2017 14:30:39 +0000 (10:30 -0400)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - Fixing typo

    Change-Id: I40a2367de22afe4db46c7da7d774f0e646cb8a23
Signed-off-by: mbeierl <mark.beierl@dell.com>
7 years agoUpdate git submodules
mbeierl [Wed, 31 May 2017 18:41:52 +0000 (14:41 -0400)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - Daily Job Parameter Support

    Adds environment variables so that the daily jobs can be parameterized
    from Jenkins.

    Change-Id: I77518b90595460ca932f1e71f57b2b02ab3dd1f5
    JIRA: STORPERF-138
Signed-off-by: mbeierl <mark.beierl@dell.com>
7 years agoUpdate git submodules
tomsou [Mon, 22 May 2017 09:14:22 +0000 (09:14 +0000)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Cleanup after testcase running

    After every testcase running cleanup neutron and nova elements:
     - Allocated floating IPs (nova)
     - Created instances (nova)
     - Created images (nova)
     - Created router-subnet interfaces (neutron)
     - Created gateaway routers (neutron)
     - Created routers (neutron)
     - Created subnets (neutron)
     - Created networks (neutron)
     - Created bgpvpns (neutron)

    JIRA: SDNVPN-145
    JIRA: SDNVPN-148

    Change-Id: Id6df004bb9d0d394e2cf39692b624607167c9a6c
Signed-off-by: tomsou <soth@intracom-telecom.com>
7 years agoUpdate git submodules
Morgan Richomme [Thu, 1 Jun 2017 12:27:37 +0000 (12:27 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Added unit tests for the connection_check test case."
  - Added unit tests for the connection_check test case.

    JIRA: FUNCTEST-813

    Change-Id: Ib851a3942e181b1a91cad695504613868a340d15
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoUpdate git submodules
Jun Li [Thu, 1 Jun 2017 12:00:04 +0000 (12:00 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "dovetail: sdnvpn pre-image download into pre_config dir"
  - dovetail: sdnvpn pre-image download into pre_config dir

    JIRA: DOVETAIL-441

    Change-Id: I582dc2dbf9f875e95e19f413b7b3d8f81746df3f
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
7 years agoUpdate git submodules
helenyao [Thu, 1 Jun 2017 04:05:14 +0000 (12:05 +0800)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - [Functest] Fix the issue that no return_value exists

    Save the execution return code to file before exiting

    Change-Id: I73692754b4c4c4b584d5918db7ce446bad931920
Signed-off-by: helenyao <yaohelan@huawei.com>
7 years agoUpdate git submodules
Alex Yang [Wed, 31 May 2017 14:58:44 +0000 (22:58 +0800)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Remove iptables rules only in virtual deployment

    There are error messages "iptables: No chain/target/match by that name"
    in baremetal deployment:
    https://build.opnfv.org/ci/job/daisy-deploy-daily-master/298/console

    Change-Id: I7e2940222fd0a99ee42823a08a285bdd93892fe6
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
7 years agoUpdate git submodules
Michael Polenchuk [Wed, 31 May 2017 12:12:43 +0000 (16:12 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [mcp] Bring in dpdk scenario support

    Change-Id: Ifd6d61026a0e98e8faf59c7d218333122d70ffe9
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
7 years agoUpdate git submodules
Jing Zhang [Thu, 6 Apr 2017 13:38:20 +0000 (09:38 -0400)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Add a new runner to do binary search for max PPS

    A run consists of multiple (configurable) iterations. The first iteration starts from a configured packet rate. The subsequent iterations start from the observed rate from the previous run.
    An iteration is a binary search for maximum pps while not exceeding 10-6 packet loss rate. The upper rate is capped to the last pps when packet loss target is missed, the bottom rate is capped to the last pps when packet loss target is met. An iteration stops when the upper rate and the lower rate are close enough (configurable) or the received rate is well below the sending rate.
    The output observed rate is set to the bottom rate.

    Update-1: local run of run_tests.sh is good, but two lines are reported by Jekins as too long
    Update-2: Minor fix to cope with "pps" is not defined in test case yaml file.
    Update-3: Add pragma to skip unit test for this patch.

    JIRA: YARDSTICK-613

    Change-Id: I2411b173d18d928cc1cf08f883b08bc13a125ea2
Signed-off-by: Jing Zhang <jing.c.zhang@nokia.com>
7 years agoUpdate git submodules
Tim Rozet [Wed, 31 May 2017 16:04:43 +0000 (12:04 -0400)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Updates ODL source for netvirt+vpp

    Change-Id: I7ffb445ba44bfc904240658b0c3a137b44af28e8
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoUpdate git submodules
Jiang, Yunhong [Wed, 31 May 2017 17:33:06 +0000 (17:33 +0000)]
Update git submodules

* Update docs/submodules/kvmfornfv from branch 'master'
  - Merge "To publish the results on Grafana dashboard"
  - To publish the results on Grafana dashboard

    This patch includes few script updates to publish the packet forwarding
    test cases results on yardstick grafana dashboard. Also includes cleaning
    operations after publishing the results.

    Change-Id: I2946b6f3b9405513e6e3ac5e76eb873c870a3607
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
7 years agoUpdate git submodules
Aric Gardner [Wed, 31 May 2017 16:46:14 +0000 (16:46 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Adding docker tag"
  - Adding docker tag

    Adds the tag to use when running docker from the DOCKER_TAG environment
    variable.

    Change-Id: I8f616b5582c1724079fec11c09f4cd3fdc72803f
    JIRA: STORPERF-128
Signed-off-by: mbeierl <mark.beierl@dell.com>
7 years agoUpdate git submodules
Jiang, Yunhong [Wed, 31 May 2017 16:29:03 +0000 (16:29 +0000)]
Update git submodules

* Update docs/submodules/kvmfornfv from branch 'master'
  - Merge "Enabling kvmfornfv daily job test cases"
  - Enabling kvmfornfv daily job test cases

    This patch is used to enable kvmfornfv cyclictest and packet
    forwarding test cases execution as part of daily job.

    Revert "Revert "Disabling kvmfornfv daily job test cases""
    This reverts commit 4d13fcf59772c5dd2f577aedc1f3a1ab0c35c1d1

    Change-Id: I3859f0de937b683cb1f38cc0e1c57fb7a508f440
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
7 years agoUpdate git submodules
Cédric Ollivier [Wed, 31 May 2017 12:21:12 +0000 (14:21 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Return pylint status code for modules rated 10/10

    It ensures that no pylint errors or warnings can be introduced by a
    new change. The first pylint call (to report issues) will be safely
    removed when all pylint errors and warnings are fixed in functest.

    Change-Id: I9ff7b7d5a7738c3d6d769267a78c28828c3e4523
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Martin Klozik [Wed, 31 May 2017 13:04:31 +0000 (13:04 +0000)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - Merge "Qemu: Mechanism to pass extra qemu cpu features and pin vCPU threads"
  - Qemu: Mechanism to pass extra qemu cpu features and pin vCPU threads

    JIRA: VSPERF-510

    This patch is used to implement the mechanism to pass extra qemu
    cpu options required to achieve better results/performance. Also
    used to implement a mechanism to pin the vCPU threads to another
    pCPU core which helps in reducing the noise from housekeeping
    thread and packet loss.

    Change-Id: Ic40fd47d7c4f5556f7e240c6ca671a0535d06ece
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
7 years agoUpdate git submodules
Yujun Zhang [Wed, 31 May 2017 08:52:09 +0000 (16:52 +0800)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - Remove obsolete packages

    `os` and `sys` is no longer used in sample monitor, inspector and consumer

    Change-Id: I6d2a6ccf1cd68851a80e6e6cf0c50bf06c8d1cbb
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
7 years agoUpdate git submodules
Carlos Goncalves [Wed, 31 May 2017 07:50:33 +0000 (07:50 +0000)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - Merge "Adding PYTHON_ENABLE option"
  - Adding PYTHON_ENABLE option

    This option will be removed, once we confirmed tox/python testing code
    works fine and functest trigger has changed from 'run.sh' to 'tox'.

Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
    Change-Id: Ia4421f6e39a415bd7b6212af612249deb482e7af

7 years agoUpdate git submodules
Yujun Zhang [Wed, 24 May 2017 02:19:48 +0000 (10:19 +0800)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - Create devstack plugin for osprofiler configuration

    Change-Id: Ifd6f90ea1d39d7385f1ab099bc7b0b2ed59efac5
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
7 years agoUpdate git submodules
MatthewLi [Fri, 26 May 2017 06:35:03 +0000 (02:35 -0400)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - sdnvpn offline support in dovetail

    JIRA: DOVETAIL-441

    Change-Id: I709c62a36c65ef0b4da69c5508f7a8273e68dc2b
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
7 years agoUpdate git submodules
xudan [Wed, 31 May 2017 04:12:20 +0000 (00:12 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Dovetail CI job failed on lf-pod2

    JIRA: DOVETAIL-443

    Change Change the file path from /home/opnfv/cvp to $WORKSPACE/cvp to ensure
    Jenkins has all rights about the files.

    Change-Id: Ic83123956716f9e5d6467dc6e380352539027d46
Signed-off-by: xudan <xudan16@huawei.com>
7 years agoUpdate git submodules
Yujun Zhang [Wed, 31 May 2017 05:34:16 +0000 (05:34 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "Update getting started guide"
  - Update getting started guide

    Change-Id: Ic40c9f30dc2d803e047a5f39aa0b20de24b6a60b
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
7 years agoUpdate git submodules
Narinder Gupta [Tue, 30 May 2017 21:30:49 +0000 (16:30 -0500)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - another bug fix.

    Change-Id: I4aacad242b1c9cef56cfe0c1999c27fdce3dcc0a
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
7 years agoUpdate git submodules
JingLu5 [Thu, 25 May 2017 08:48:15 +0000 (08:48 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Imporve monitor_process pass criteria

    JIRA: YARDSTICK-660

    The monitor func()'s criteria in the monitor_process.py now is whether at least
    one process of the specific controller node service is recovered. But in reality
    is more resonable to use whether processes have been recoverd to it's original
    amount. This patch is aiming at improving the isssue

    Change-Id: I950ce2a89555801b96092735b0d670e892049927
Signed-off-by: JingLu5 <lvjing5@huawei.com>
7 years agoUpdate git submodules
Yujun Zhang [Wed, 31 May 2017 02:59:05 +0000 (02:59 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "Pass on all unhandled options"
  - Pass on all unhandled options

    Change-Id: Ic86002732c87d3b4ac5b5b3b664f116354d4bf9d
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
7 years agoUpdate git submodules
Dan Radez [Fri, 12 May 2017 16:37:33 +0000 (12:37 -0400)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Moving to forks on gerrit.opnfv.org

    Migrating off of github onto opnfv.org to host our forked
    projects that are side loaded into our builds

    apex-tripleo-heat-templates: Ic65cfeee4a55e993629f831c8c9d9addf6f3dff4
    apex-puppet-tripleo: If498c41d706c8f14a5b0bbee64cb4d26cd78c2d0
    apex-os-net-config: I5281a57640f388e984b061702362f9c82d08da78

    Change-Id: Ieb5cf293ad06d90fce7a9467e32ac0f2d8731a0a
Signed-off-by: Dan Radez <dradez@redhat.com>
Signed-off-by: Feng Pan <fpan@redhat.com>
7 years agoUpdate git submodules
zhouya [Wed, 31 May 2017 00:30:44 +0000 (08:30 +0800)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - add the missing openrc token

    Change-Id: Id9fca539f2f5a866376b12a11306a9ea97760a0d
Signed-off-by: zhouya <zhou.ya@zte.com.cn>
7 years agoUpdate git submodules
zhihui wu [Wed, 31 May 2017 00:48:09 +0000 (00:48 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "bugfix memory report"
  - bugfix memory report

    Change-Id: I2d09dbc2946c4ddfb33e1c415329e32c5ad818fe
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
7 years agoUpdate git submodules
zhihui wu [Wed, 31 May 2017 00:47:59 +0000 (00:47 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "give a sample compute baseline"
  - give a sample compute baseline

    This baseline is collected from one blade of ZTE E9000.
    For now, QTIP takes it as a initial baseline.

    Change-Id: Ia60e8b1fc2bb552186136bb205779daec777541a
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
7 years agoUpdate git submodules
Narinder Gupta [Tue, 30 May 2017 20:03:36 +0000 (15:03 -0500)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - modify openstack commands to use openstack tools.

    Change-Id: I8ffebc25bc21e1c9d4c1121bbc9ea293d9d82fae
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
7 years agoUpdate git submodules
Cédric Ollivier [Tue, 30 May 2017 17:59:57 +0000 (19:59 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Fix a typo in framework.md

    It completes [1].

    [1] https://gerrit.opnfv.org/gerrit/#/c/35551/

    Change-Id: I7b12cf48d9f47665f5d6a005d3cb8d448946409d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Cédric Ollivier [Tue, 30 May 2017 17:32:26 +0000 (19:32 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Fix a typo in docstring

    Change-Id: Ie03004474658bd3317a9be8a6b00f5bda1133f2c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Jose Lausuch [Tue, 30 May 2017 16:39:41 +0000 (16:39 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Fix name in setup.py"
  - Fix name in setup.py

    It fixes duplicated names between setup.py and modules/setup.py.

    We could also have considered listing releng utils as scripts in
    modules/setup.py which is mandatory if another OPNFV project needs
    them (eg Functest before [1] was merged).
    They could be required in case of functional or unit testing too.

    [1] https://gerrit.opnfv.org/gerrit/#/c/35199/

    Change-Id: Ic77f4e46d6d3396f9891b73105a0eb7aa037754f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Cedric Ollivier [Tue, 30 May 2017 15:02:06 +0000 (15:02 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Define create_snapshot() and clean() in TestCase"
  - Define create_snapshot() and clean() in TestCase

    They replace the former calls in run_tests which are not suitable for all
    test cases. Now any test case can define how to clean its resources.

    If the snapshot cannot be created, the test case is considered as
    failed. Only a message is printed if any failure during cleaning.

    It also defines a new class called OSGCTestCase useful for test cases
    which don't clean their OpenStack resources.
    All test cases located in opnfv_tests/openstack inherit from it to
    keep the global behavior unchanged.

    It also deletes exit instructions in openstack_clean and
    openstack_snapshot, removes clean flags in testcases.yaml and updates
    the related utils.

    All Docs are modified as well.

    JIRA: FUNCTEST-438

    Change-Id: I8938e6255708012380389763a24059ace4ce45d8
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Fatih Degirmenci [Tue, 30 May 2017 14:51:06 +0000 (14:51 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[fuel] Turn off upload action & checkout"
  - [fuel] Turn off upload action & checkout

    * turn off non-existent artifacts upload
    * use latest commit in master since there is no iso/image
      for mcp based deployments yet

    Change-Id: Ib92680ef9838fc2e11d61c806dfd9728514c364e
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
7 years agoUpdate git submodules
Narinder Gupta [Tue, 30 May 2017 14:28:58 +0000 (09:28 -0500)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - CArbon release of ODL integrated.

    Change-Id: I831448dfb43f74793141794184e7a6f9700adb7d
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
7 years agoUpdate git submodules
Narinder Gupta [Tue, 30 May 2017 14:26:11 +0000 (14:26 +0000)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - Revert "modified to use latest Carbon build release."

    This reverts commit f258a7449d73f54f6bae7089d59c030cdbed780c.

    Change-Id: Ia9890a11a9ffd6fb3fb5bff53868f956342eaa0f
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
7 years agoUpdate git submodules
Umar Farooq [Tue, 30 May 2017 13:42:11 +0000 (13:42 +0000)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - Fix session error with INSPECTOR_TYPE=congress

    In monitor.py, the self.session value is not defined
    in DoctorMonitorSample class. This commit fixes it.

    JIRA: DOCTOR-111

    Change-Id: Ib61caa4146d78d6fe4857299c4730f13a7ac7a27
Signed-off-by: Umar Farooq <umar.farooq@neclab.eu>
7 years agoUpdate git submodules
Serena Feng [Tue, 30 May 2017 12:18:07 +0000 (12:18 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "vping&snaps_xxx support not_hugepage_supported pod"
  - vping&snaps_xxx support not_hugepage_supported pod

    if flavor_metadata is set to {'hw:mem_page_size': 'any'}, it means
    hugepage must be support by pod. but actually hugepage is not supported
    by all pods

    Change-Id: Ib0b716ecedacf7eeba2c0d0080be2707b1a87e73
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoUpdate git submodules
Jose Lausuch [Tue, 30 May 2017 11:24:57 +0000 (11:24 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Pin paramiko to 2.1.2"
  - Pin paramiko to 2.1.2

    Change-Id: Iea6f80cd20f422bcbd02b07b16966b8f87d81d67
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdate git submodules
zhouya [Tue, 30 May 2017 08:48:12 +0000 (16:48 +0800)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - modify deploy script to deploy 1 lb and 4computer

    Change-Id: I654a27042ff9807a502773d48df1c26d12302de7
Signed-off-by: zhouya <zhou.ya@zte.com.cn>
7 years agoUpdate git submodules
Umar Farooq [Mon, 29 May 2017 15:18:42 +0000 (15:18 +0000)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - Add Keystone missing params

    The values of OS_USER_DOMAIN_ID and OS_PROJECT_DOMAIN_ID
    are needed as auth parameters else the nova API gives
    HTTP 400 error.

    JIRA: DOCTOR-108

    Change-Id: I58b746e5216c00d2f78b0ccf899b69fe66c15848
Signed-off-by: Umar Farooq <umar.farooq@neclab.eu>
7 years agoUpdate git submodules
Cedric Ollivier [Tue, 30 May 2017 07:11:55 +0000 (07:11 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Chmod 755 functest/ci/download_images.sh"
  - Chmod 755 functest/ci/download_images.sh

    It's designed to be called via Jenkins and was fixed by the next rule:

    $ find ${FUNCTEST_REPO_DIR} -name "*.sh" \
      |xargs grep \#\! |cut -d\: -f 1 |xargs chmod -c 755

    Change-Id: I186aa9c3227dbac4e80f9a463632efdb2512020e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Cedric Ollivier [Tue, 30 May 2017 07:11:41 +0000 (07:11 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Fix one email address in INFO"
  - Fix one email address in INFO

    Change-Id: I0ae2f2aaca547f47fa30dd2bf67f5e348c202ce7
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Cedric Ollivier [Tue, 30 May 2017 07:11:32 +0000 (07:11 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Switch shebangs to /usr/bin/env python"
  - Switch shebangs to /usr/bin/env python

    It modified the shebang to /usr/bin/env which is considered as more
    flexible.

    Change-Id: I9c8cdb4243d41a83d524499cc91060d3700e008b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Cedric Ollivier [Tue, 30 May 2017 07:11:22 +0000 (07:11 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Export the Pylint results via pylint.out"
  - Export the Pylint results via pylint.out

    It allows integrating Pylint with Jenkins (pylint.out can be defined
    as the "XML filename pattern" after installing the Violations plugin
    [1]).

    It's considered as fine to locally disable warnings such as docstrings
    in unit tests. No pylint rcfile is defined for only two options.

    Tox still prints the partial results in console to be interpreted by
    users. The persistent flag is removed to conform with nosetests args.

    [1] https://wiki.jenkins-ci.org/display/JENKINS/Violations

    Change-Id: I21662b27c8e4b61e65c4c3f5aab968e3e7dd6d90
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
valentin boucher [Tue, 30 May 2017 07:06:29 +0000 (07:06 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Rename framework.html to index.html"
  - Rename framework.html to index.html

    It simplifies the url of the presentation.

    Change-Id: I23c449d98d5efcbeb27802a62f607f55ec658ebf
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Narinder Gupta [Tue, 30 May 2017 03:06:03 +0000 (22:06 -0500)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - modified to use latest Carbon build release.

    Change-Id: I1e037c9f76032db68d516a33007d54f02a19d883
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
7 years agoUpdate git submodules
SerenaFeng [Mon, 29 May 2017 11:11:42 +0000 (19:11 +0800)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - bugfix: delete extra firewalls in virtual deployment

    Change-Id: I179b5aab51958c0cd4653e65bbd74df5cfd7c53e
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoUpdate git submodules
Michael Polenchuk [Mon, 29 May 2017 11:26:43 +0000 (15:26 +0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - [fuel] Disable iso build for master branch

    Change-Id: Id523ea140cb8fad92126f2ecb178d3b182ff022f
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
7 years agoUpdate git submodules
Mark Beierl [Mon, 29 May 2017 20:59:25 +0000 (20:59 +0000)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - Merge "Adding docker tag"
  - Adding docker tag

    Adds the tag to use when running docker from the DOCKER_TAG environment
    variable.

    Change-Id: Idde85510df01f8a809049dac62872db0c8a5bf25
    JIRA: STORPERF-128
Signed-off-by: mbeierl <mark.beierl@dell.com>
7 years agoUpdate git submodules
vijayendra Radhakrishna [Wed, 24 May 2017 10:12:57 +0000 (10:12 +0000)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - functest_logger changes fix

      - Recently there is removal of functest logger utils.
      - This uses the default python logging mechanism

    Change-Id: I3aba38041bbed8b1e5a3de93bc9f639253f262d8
Signed-off-by: Vijayendra Radhakrishna <vradhakrishna@mvista.com>
7 years agoUpdate git submodules
Nikolas Hermanns [Mon, 29 May 2017 16:27:49 +0000 (16:27 +0000)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Merge "Fix fail of pinging a floating IP- testcase8"
  - Fix fail of pinging a floating IP- testcase8

    -Raise the upper bound for ping action

    JIRA: SDNVPN-154

    Change-Id: Ifadf58f551f706a90cc17b0b1f8d05718e4908f9
Signed-off-by: tomsou <soth@intracom-telecom.com>
7 years agoUpdate git submodules
tomsou [Thu, 25 May 2017 12:58:33 +0000 (12:58 +0000)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Fix failure in router association- testcase8

    Due to some latency at the creation of the instance 8-1
    somitimes the router association between  'sdnvpn-8-1-router' and net 'sdnvpn-8-2'
    fails.

    The case could be more robust, increasing the number of ping tries from
    its current value (=1)

    JIRA: SDNVPN-102

    Change-Id: I3b9701c40f1221cfebc540d312b61bb881389762
Signed-off-by: tomsou <soth@intracom-telecom.com>
7 years agoUpdate git submodules
Yujun Zhang [Mon, 29 May 2017 14:46:18 +0000 (14:46 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "Add codeship badge to show pypi deployment status"
  - Add codeship badge to show pypi deployment status

    Change-Id: I638f66db2b54393813726c1a61a94d968068a72a
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
7 years agoUpdate git submodules
Cedric Ollivier [Mon, 29 May 2017 14:08:33 +0000 (14:08 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Move api out of the docs directory"
  - Move api out of the docs directory

    The docs directory can only contain static documentation.
    All generated html files should be pushed as artifacts at the end of
    functest-verify-master.

    Change-Id: I17aeab5687b9eb0c7aaf21cbc6b41e8f321c2e63
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Michael Polenchuk [Mon, 29 May 2017 09:36:25 +0000 (13:36 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [mcp] Mend installation scripts

    * add/unify ssh options
    * get base image to temporary directory
    * specify os type for virt install
    * fix symbolic link to reclass
    * remove outdated fuel submodules

    Change-Id: I6833ce78c8fff97e1b89f4e92e6e6b470e9ce99f
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
7 years agoUpdate git submodules
Cédric Ollivier [Tue, 23 May 2017 17:20:20 +0000 (19:20 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Rename logger to __logger in unit.py

    This mangling ensures that all info messages printed from core packages.

    Change-Id: I77ac1c80360d45ef19ed7c3fa05a894804c92216
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Cédric Ollivier [Tue, 23 May 2017 17:07:52 +0000 (19:07 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Protect against self.suite = None

    Change-Id: Ie3370ebfdd51b9aff707e50b754ca52796e49fbf
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Morgan Richomme [Mon, 29 May 2017 09:22:30 +0000 (09:22 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Re-Enable Promise testcases"
  - Re-Enable Promise testcases

    Change-Id: I438c8f5ad9a517a19b675205964a427e8b57ac44
Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com>
7 years agoUpdate git submodules
Morgan Richomme [Mon, 29 May 2017 08:58:45 +0000 (08:58 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Fix some pylint errors in onos package"
  - Fix some pylint errors in onos package

    Directories affected:
     - functest/opnfv_tests/sdn/onos/

    JIRA: FUNCTEST-796

    Change-Id: Iffbb0e9a021d31a32d940128435a9f6ed43a504f
Signed-off-by: Linda Wang <wangwulin@huawei.com>
7 years agoUpdate git submodules
dongwenjuan [Mon, 15 May 2017 07:31:31 +0000 (15:31 +0800)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - use password_plugin_loader for auth

    Change-Id: Ifb650f52fed641a7146358eada571e5c4beaf3d6
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
7 years agoUpdate git submodules
Tim Rozet [Sat, 27 May 2017 13:29:38 +0000 (09:29 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: fixes blocking per node with daily, verify

    apex-verify-*: we dont need blocking on this, since it can run on any
    node, and blocking is handled at lower layer jobs

    apex-build-{stream}: needs to block if apex-verify-iso-{stream} is
    running since apex-verify-iso will use the build directory of
    apex-build-stream to get the ISO from in daily

    apex-verify-iso does not need to block other deploys

    Change-Id: Icf69d23b7aeaf73f5ebc7103db24e309ab0e949f
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoUpdate git submodules
Yujun Zhang [Sun, 28 May 2017 05:05:42 +0000 (05:05 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "Add support for create new project from different templates"
  - Add support for create new project from different templates

    Change-Id: Ic260c59b12eb9882406d6172311f2e401963c64b
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
7 years agoUpdate git submodules
Tim Rozet [Sun, 28 May 2017 02:49:11 +0000 (22:49 -0400)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Adds networking-sfc package

    Until networking sfc is added by:
    https://review.openstack.org/#/c/468703/
    We need to include it in our build system.

    Change-Id: If0332d6fb9a342d46599ca4ca556b2c1c7f01272
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoUpdate git submodules
Zhijiang Hu [Sat, 27 May 2017 13:27:32 +0000 (13:27 +0000)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Merge "Call python script directly in preparation & post-phase"
  - Call python script directly in preparation & post-phase

    Avoid calling python though a bash in the deployment script of python.

    Change-Id: I655c7b919ea5970ff842ac03cafed11b82d03601
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
7 years agoUpdate git submodules
Zhijiang Hu [Sat, 27 May 2017 09:56:37 +0000 (09:56 +0000)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Merge "Add network name and update gateway of ext-net of baremetal env"
  - Add network name and update gateway of ext-net of baremetal env

    The configurations in securedlab has already been updated.

    Change-Id: I663c3c8a9bac7fe8ef1a5d16018f9c848ca5427c
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
7 years agoUpdate git submodules
Jun Li [Sat, 27 May 2017 09:28:29 +0000 (09:28 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Bugfix:  wrong results path"
  - Bugfix:  wrong results path

    JIRA: DOVETAIL-438

    Change-Id: I0fc2ec30c111ec870e5e03a008730b8e1f5c6304
Signed-off-by: xudan <xudan16@huawei.com>
7 years agoUpdate git submodules
Kubi [Sat, 27 May 2017 06:22:25 +0000 (06:22 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "This is the vote for yardstick new PTL"
  - This is the vote for yardstick new PTL

    Ross Brattain who is yardstick commtter has been nominated as
    new PTL candidate before the nomination end date. As we only
    have one candidate, we will use gerrit to vote instead of civs

    all yardstick committers, please vote +2 or -2 before this friday
    the vote will be closed at that time

    Reference: https://wiki.opnfv.org/display/yardstick/Yardstick+PTL+Election

    Change-Id: I561f70051ed2593581ab909f08bd8be88c5b0e77
Signed-off-by: kubi <jean.gaoliang@huawei.com>
7 years agoUpdate git submodules
Alex Yang [Sat, 27 May 2017 05:51:38 +0000 (05:51 +0000)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Merge "Create ceph disk in bash script"
  - Create ceph disk in bash script

    Change-Id: Ib80710c784d384ebc27eb0f51fcb4384017eecca
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
7 years agoUpdate git submodules
Alex Yang [Sat, 27 May 2017 03:55:08 +0000 (03:55 +0000)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Merge "create data disk for each node in virtual deploy"
  - create data disk for each node in virtual deploy

    Since the roles are assigned randomly now, data disk should be created
    for every node.

    Change-Id: Idd12191033844dad58676de65df0fbc99a51cfbc
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
7 years agoUpdate git submodules
Alex Yang [Sat, 27 May 2017 01:13:31 +0000 (09:13 +0800)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Increase the timeout to avoid possible deployment failure

    Multi-node virtual deployment takes longer than baremetal or all_in_one
    deployment. Increase the timeout to avoid possible failure.

    Change-Id: Ib6060ad34563724e9949e152fb41accb7a6528da
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
7 years agoUpdate git submodules
Jun Li [Sat, 27 May 2017 01:35:23 +0000 (01:35 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Bugfix: Dovetail CI fail because of no env variable and wrong results path"
  - Bugfix: Dovetail CI fail because of no env variable and wrong results path

    JIRA: DOVETAIL-438

    Change-Id: I8e5fa8cfbbcaf1828ecd7290fbbc8a6b0a80bae2
Signed-off-by: xudan <xudan16@huawei.com>
7 years agoUpdate git submodules
Mark Beierl [Fri, 26 May 2017 20:30:13 +0000 (20:30 +0000)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - Merge "Removal of Edgar StPierre from Committer List"
  - Removal of Edgar StPierre from Committer List

    Change-Id: Ia79fd87e5ef15d2226457efb2bb1a21845a1fdd5
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
7 years agoUpdate git submodules
Tim Rozet [Fri, 26 May 2017 18:45:34 +0000 (14:45 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: fixes downloading artifacts for rpms/iso

    We always update the latest properties file on daily builds.  We should
    be pulling that to find artifacts rather than the current date properties
    versions.

    Change-Id: I52d3b53fdd17ecb6cbb43759309568d0c22013f8
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoUpdate git submodules
Tim Rozet [Fri, 26 May 2017 18:12:50 +0000 (14:12 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: variablize concurrent builds per node

    only master branch supports more than 1 build per node at a time

    Change-Id: I4e4b105cda5ff4f870917abd62660c64a4b535ee
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoUpdate git submodules
spisarski [Thu, 25 May 2017 14:46:40 +0000 (08:46 -0600)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Updated installation documents and fixed problems found during investigation.

    The code changes are primarily required when the runtime environment is Windows.

    JIRA: SNAPS-75

    Change-Id: Ia2134861dd96e1d2c4b597f42fb348929e787a51
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoUpdate git submodules
Michael Polenchuk [Fri, 26 May 2017 08:12:15 +0000 (12:12 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [mcp] Replace reclass system models with submodule

    Change-Id: Id693f7b0f3542d605b0f71601f3bd21eb882c7ba
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
7 years agoUpdate git submodules
Tim Rozet [Fri, 26 May 2017 12:56:45 +0000 (12:56 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Update puppet-opendaylight git repo url"
  - Update puppet-opendaylight git repo url

    puppet-opendaylight moved from github to opendaylight.org, updating
    url for git clone.

    JIRA: APEX-455

    Change-Id: I8e4a919d9c8b3dedb62c12135cc1b2741413bc34
Signed-off-by: Feng Pan <fpan@redhat.com>
7 years agoUpdate git submodules
Feng Pan [Tue, 16 May 2017 01:19:43 +0000 (21:19 -0400)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Remove qemu install

    qemu-ev is now included in overcloud.

    Change-Id: I0d62793d267465c99fde489b8d39c27a87a20a4c
Signed-off-by: Feng Pan <fpan@redhat.com>
7 years agoUpdate git submodules
yuyang [Fri, 26 May 2017 09:33:56 +0000 (17:33 +0800)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - Bugfix: json format transform for report

    JIRA: BOTTLENECK-158

    The details part of report is not json formatted.
    This patch is to fix it.

    Change-Id: I089dae0c12e14935e4b7a5e7bdbe69f00e003f98
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
7 years agoUpdate git submodules
SerenaFeng [Fri, 26 May 2017 09:31:54 +0000 (17:31 +0800)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - add prepare and post process for baremental deployment

    Change-Id: I3026c4dd83cc19246c19ab568005c4c0b37ff9d9
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoUpdate git submodules
mei mei [Fri, 26 May 2017 09:25:58 +0000 (09:25 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add auto-report to MongoDB"
  - Add auto-report to MongoDB

    JIRA: BOTTLENECK-158

    The auto-report function has been added to POSCA testsuite.
    This patch is to add report into CI pipeline.

    Change-Id: Ie91eb806ca3b5fd185e547f63f142cea2d7aaed0
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
7 years agoUpdate git submodules
zhihui wu [Fri, 26 May 2017 09:05:24 +0000 (09:05 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "improve the regex for matching "cpu""
  - improve the regex for matching "cpu"

    CPU brand should not include cpu speed.

    Change-Id: I6938150313fda092b83df981d3622535bdf7decb
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
7 years agoUpdate git submodules
Gerald Kunzmann [Wed, 24 May 2017 21:44:57 +0000 (21:44 +0000)]
Update git submodules

* Update docs/submodules/promise from branch 'master'
  - Update to committer list

    Change-Id: I6bdda2e29b5d14c976081c9efa809911b03d3c88
Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com>
7 years agoUpdate git submodules
Jun Li [Fri, 26 May 2017 06:57:54 +0000 (06:57 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Bugfix: Permission denied when generate openrc file"
  - Bugfix: Permission denied when generate openrc file

    JIRA: DOVETAIL-438

    Error log:
    touch: cannot touch ‘/home/opnfv/cvp/pre_config/env_config.sh’: Permission denied
    fetch_os_creds.error: Cannot create the file specified. Check that the path
    is correct and run the script again.

    Change-Id: I46d1edacec58226bc6b5d6a88ab7b5b6cdea17f5
Signed-off-by: xudan <xudan16@huawei.com>
7 years agoUpdate git submodules
Jun Li [Fri, 26 May 2017 03:16:55 +0000 (03:16 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Change the directories of results and some files to DOVETAIL_HOME"
  - Change the directories of results and some files to DOVETAIL_HOME

    JIRA: DOVETAIL-438

    Dovetail tool has moved the results dir, pod.yaml, id_rsa and env_config.sh
    from /home/opnfv/dovetail/results and /home/opnfv/dovetail/userconfig to
    $DOVETAIL_HOME. See https://gerrit.opnfv.org/gerrit/#/c/35325/

    Change-Id: Ib47b68bd380bfedd4c0d84429d3bb41914a9a150
Signed-off-by: xudan <xudan16@huawei.com>
7 years agoUpdate git submodules
xudan [Thu, 25 May 2017 08:35:18 +0000 (04:35 -0400)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Change the directories of results and some files to DOVETAIL_HOME

    JIRA: DOVETAIL-438

    1. Need an env variable DOVETAIL_HOME in env_config.sh
    2. env_config.sh, pod.yaml and id_rsa should be put in path DOVETAIL_HOME/pre_config
    3. the results will also be put in this path
    4. no need to give the path of openstack credential file while running a testsuite
    5. if running with the code, source the env_config.sh file before running
          source $DOVETAIL_HOME/env_config.sh
          dovetail run --testsuite <testsuite_name>
    6. if running with Dovetail docker image
          docker run -it --privileged=true -e DOVETAIL_HOME=<dovetail_home_path>
                 -v <dovetail_home_path>:<dovetail_home_path>
                 -v /var/run/docker.sock:/var/run/docker.sock
                 opnfv/dovetail:latest /bin/bash

    Change-Id: Ia23078f27a34e293d0075e49c673930f41069cb6
Signed-off-by: xudan <xudan16@huawei.com>
7 years agoUpdate git submodules
Serena Feng [Fri, 26 May 2017 02:27:03 +0000 (02:27 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "define default parameters for daisy"
  - define default parameters for daisy

    missing default INSTALLER_IP, BRIDGE parameters for
    daisy-defaults
    daisy-baremetal-defaults
    daisy-virtual-defaults

    Change-Id: I2632e5d10c8a269c025a923c4759ff18adf311a7
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>