opnfvdocs.git
6 years agoUpdate git submodules
Cedric Ollivier [Tue, 20 Mar 2018 07:16:48 +0000 (07:16 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Update the details of tempest results"
  - Update the details of tempest results

    Change-Id: Idb18c7784e44030a48208ea64c21cde2536a3387
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Cédric Ollivier [Mon, 19 Mar 2018 16:56:42 +0000 (17:56 +0100)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Conform with vyos descritor updates

    The new inputs [1] must be set else the testcase simply fails [2].

    JIRA: FUNCTEST-936

    [1] https://github.com/oolorg/opnfv-vnf-vyos-blueprint/commit/794f8a0594ed4c461c7d1d08d6b0ef9fb12004e2
    [2] https://build.opnfv.org/ci/view/functest/job/functest-daisy-baremetal-daily-master/12/console

Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
    Change-Id: I1113581feac7d4dc901ba197caed4fddd5994929

6 years agoUpdate git submodules
zhihui wu [Tue, 20 Mar 2018 00:39:24 +0000 (00:39 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "mount a ubuntu 16.04 image into qtip container"
  - mount a ubuntu 16.04 image into qtip container

    Downloading image time can be saved.

    Change-Id: I71de2cd14bdc0f279a75bfeffe959a603e8a7026
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
6 years agoUpdate git submodules
spisarski [Mon, 19 Mar 2018 17:54:34 +0000 (11:54 -0600)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Added ability to set several quota settings upon project creation.

    JIRA: SNAPS-275

    Change-Id: Ibab81e835dddcb666fb3c829857b1c4676b57ed1
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Manuel Buil [Mon, 19 Mar 2018 11:25:15 +0000 (12:25 +0100)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Pass the OSA version to functest container

    OPNFV scenarios are forced to support at least two versions of OSA.
    If there are API changes between two supported versions of OpenStack,
    the testing code must have two versions. However, without knowing what
    OpenStack version is deployed, it is impossible to automate the
    decision of which testing code to use

    Change-Id: I3ca8c6f33c05826a5d69417da774b7218bbd59e2
Signed-off-by: Manuel Buil <mbuil@suse.com>
6 years agoUpdate git submodules
Ross Brattain [Tue, 13 Mar 2018 22:10:42 +0000 (15:10 -0700)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - yardstick image: use growpart instead of parted

    parted doesn't handle growing GPT partition correctly, so switch to
    growpart

    see https://github.com/opnfv/fuel/blob/master/mcp/scripts/lib.sh#L133

    for example

    If the yardstick image uses GPT then parted complains about the GPT
    table

    The warning is "Warning: Not all of the space available to
    DEVICE appears to be used, you can fix the GPT to use all
    of the space (an extra 500 blocks) or continue with the
    current setting?"

    The backup GPT table is not at the end of the
    disk, as it should be. This might mean that
    another operating system believes the disk is
    smaller. Fix, by moving the backup to the end
    (and removing the old backup)?

    echo 'f' to fix the GPT table

    Instead use growpart

    JIRA: YARDSTICK-1058

    Change-Id: Ib0e90feef1e3766408b4f742036f2a48af942f32
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Trevor Bramwell [Mon, 19 Mar 2018 19:03:56 +0000 (19:03 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Initial Release files from Euphrates Release"
  - Initial Release files from Euphrates Release

    These files normally contain the start point of the stable/release branch,
    but as this is the initial setup starting from the previous release,
    they contain the tip of the stable branch.

    When a project is ready to being the stable branch process, they will
    copy their project's release file and modify the 'branches' mapping to
    create their stable branch.

    Change-Id: I0244da5eeb94c431d83f217ec07b08553fdf0639
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Fatih Degirmenci [Mon, 19 Mar 2018 14:57:07 +0000 (14:57 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "xci: Enable deployment and testing for post merge jobs"
  - xci: Enable deployment and testing for post merge jobs

    Change-Id: I61fdcf11cc8008bde1c4e26e7b4fd6f16b6e5a78
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Mon, 19 Mar 2018 14:18:34 +0000 (15:18 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - xci: Fix envInject and remove scenario distro support check

    envInject doesn't play well with variable expansion so it is fixed. [1]
    Scenario support check is not necessary for promotion since the
    promotion job is common for all scenarios/distros and check is done
    as part of earlier distro jobs accordingly. [2]
    gsutil upload is also made quiet.

    Fixed version can be seen from [3].

    [1] https://build.opnfv.org/ci/job/xci-merge-promote-virtual-master/2/console
    [2] https://build.opnfv.org/ci/job/xci-merge-promote-virtual-master/4/console
    [3] https://build.opnfv.org/ci/job/xci-merge-promote-virtual-master/5/console

    Change-Id: Ie36394cab631826209dda4cea6daa456aca3c276
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Manuel Buil [Mon, 19 Mar 2018 14:19:16 +0000 (14:19 +0000)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Merge "Add support for Compass installer"
  - Add support for Compass installer

    JIRA: SFC-122

    Add support for Compass installer in SFC repo which will make
    Compass SFC scenarios be verified by SFC testcase daily.

    Change-Id: I8129ebe837d54cdcd163158990fccf40451b98ad
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Mon, 19 Mar 2018 14:03:55 +0000 (14:03 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "xci: Store the metadata for promoted scenario"
  - xci: Store the metadata for promoted scenario

    Change-Id: I1048be7e7a41c56d25c7689678d3811f0a5eae44
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
chigang [Wed, 14 Mar 2018 03:18:04 +0000 (11:18 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - committer nomination for Harry Huang

    Hi team, I propose to nominate Harry as a committer of Compass4nfv.
    Harry did a lots of work in containized compass core and he is so kind to
    help fix Compass4nfv issues in Fraser release.

    More detailed contributions are listed:
    https://gerrit.opnfv.org/gerrit/#/q/owner:huangxiangyu5%2540huawei.com+status:merged+projects:compass4nfv

    please vote +2 if you agree with Harry's nomination.

    Change-Id: I3a8cbbe649688cb60271375bbfc09aa0eadfae3b
Signed-off-by: chigang <chigang@huawei.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Mon, 19 Mar 2018 13:53:52 +0000 (13:53 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "xci: Make post merge job common across all scenarios"
  - xci: Make post merge job common across all scenarios

    It is difficuly to have post-merge jobs per scenario since we set
    the scenario during job runtime and having jobs per scenario makes
    things unnecessarily complicated. Apart from that, there is no
    reason to have scenario specific merge jobs either since this is
    some kind of verify job and everything is same except the scenario
    name itself which we extract via set-scenario script.

    Daily and further jobs will be scenario specific since they will
    be run on timer and we will have ability to specify the scenario.

    Change-Id: I3bf6d5ce0fbc48b2d2b2b9695e198bad229ce08d
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
chigang [Wed, 14 Mar 2018 03:47:27 +0000 (11:47 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - committer nomination for Tianwei Wu

    Hi committers, I propose to nominate Tianwei as a committer of Compass4nfv.
    He did a great work in OpenStack and Ceph integration and very kind to help others to
    fix the issues of OpenStack-ansible.

    More detailed contributions are listed:
    https://gerrit.opnfv.org/gerrit/#/q/owner:wutianwei1%2540huawei.com+status:merged+projects:+compass4nfv

    Please vote +2 if you agree with Tianwei's nomanation.

    Change-Id: Ic5a534c6617d5c159ac18fa36ae63028d8a1e266
Signed-off-by: chigang <chigang@huawei.com>
6 years agoUpdate git submodules
chigang [Wed, 14 Mar 2018 03:18:04 +0000 (11:18 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - committer nomination for Yibo Cai

    Hi committers, I propose to nominate Yibo as a committer of Compass4nfv.
    Yibo did a great work in supporting Kubernetes running on ARM64 servers and
    Kubernetes scenarios integration in Fraser release.
    More detailed contributions are listed:
    https://gerrit.opnfv.org/gerrit/#/q/owner:yibo.cai%2540arm.com+status:merged

    Please vote +2 if you agree with Yibo's monination.

    Change-Id: Ie9ed38f9aac2a672e54d8ffac75c8e13eaf27871
Signed-off-by: chigang <chigang@huawei.com>
6 years agoUpdate git submodules
Cédric Ollivier [Mon, 19 Mar 2018 09:29:57 +0000 (10:29 +0100)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Update xtesting to 0.31

    It mainly fixes regex when INSTALLER_TYPE is unset [1]

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

    Change-Id: I57430e87ec7b988337697417e319cf4f9b207e0d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Mon, 19 Mar 2018 13:02:05 +0000 (13:02 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Remove iptables and unset privileged flag"
  - Remove iptables and unset privileged flag

    Change-Id: I83aafd2cf6317efefaa4b4208b286d5d26231767
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Linda Wang [Mon, 19 Mar 2018 08:43:59 +0000 (08:43 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Create an initial file for return value

    Change-Id: I7c19dbe853124272bbf7203ab2778b616c847048
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Cédric Ollivier [Mon, 19 Mar 2018 10:20:40 +0000 (11:20 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Use /root/.kube/config for all installers

    There is no reason to use one specific dir per installer in Functest
    containers.

    Change-Id: Ib2e1443b14c15aa385e65194f70f6442e0c9f7b9
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Justin chi [Mon, 19 Mar 2018 12:48:45 +0000 (12:48 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "Committer_nomination_rama"
  - Committer_nomination_rama

    Hi committers, I propose to nominate Rama as a committer of Compass4nfv.
    Rama did a great work in integration Barometer and Stor4nrfv, she did lots of
    contributrion in Compass4nfv scenarios integration in Fraser release.
    More detailed contributions are listed:
    https://gerrit.opnfv.org/gerrit/#/q/owner:ramamani.yeleswarapu%2540intel.com+status:merged

    Please +2 vote for Rama,if you agree with Rama's nomination.

    Change-Id: I08113e8b5eae5e6c461a47e83186d5e80c6e0946
Signed-off-by: chigang <chigang@huawei.com>
6 years agoUpdate git submodules
Zhijiang Hu [Mon, 19 Mar 2018 11:08:30 +0000 (11:08 +0000)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Merge "Add scenarios docs"
  - Add scenarios docs

    Change-Id: Ice02ae39569fe2efb1fbd3544afa1e5dd47d5e1d
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
6 years agoUpdate git submodules
Alex Yang [Mon, 19 Mar 2018 09:14:23 +0000 (09:14 +0000)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Merge "Fix Licence header missing issues"
  - Fix Licence header missing issues

    Change-Id: I186f94b6e7580974a32a3c3c48fdc891b8445937
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
6 years agoUpdate git submodules
rexlee8776 [Mon, 19 Mar 2018 03:57:09 +0000 (03:57 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Bugfix: storperf fails on ci when install plugin

    JIRA: YARDSTICK-1060

    Change-Id: I6356bf16c547a1bd15f83f3ff6390822b7980f28
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Mon, 19 Mar 2018 08:53:19 +0000 (08:53 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "xci: Adjust the recorded scenario metadata for promotion"
  - xci: Adjust the recorded scenario metadata for promotion

    PROJECT_NAME is added into scenario metadata to use for promotion and xci dashboard.
    Also, the metadata collected is aligned across different type of patches including
    the skipped ones.

    Change-Id: I3751884b48f5d9306d0cae35c757b976484b26a3
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Markos Chandras [Mon, 19 Mar 2018 08:41:37 +0000 (08:41 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "kubespray: Do not grep log text to determine failure"
  - kubespray: Do not grep log text to determine failure

    Pipefail should be sufficient to determine the failure so this
    change gets rid of grepping the logs for failure and unreachable
    to leave the evaluation to bash itself.

    Change-Id: I0fcd6016ddc19eb11b3eb2402347032a11c5a32a
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Markos Chandras [Mon, 19 Mar 2018 08:41:09 +0000 (08:41 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: playbooks: Drop .gitignore file"
  - xci: playbooks: Drop .gitignore file

    There is probably no good reason anymore to be so strict with file
    inclusions in the roles directory so drop the .gitignore file.

    Change-Id: I84569c8c82c4aeb5da6c6e39e02ff514566e5213
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Ross Brattain [Mon, 19 Mar 2018 08:22:57 +0000 (01:22 -0700)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - temp unblock unittests

    ======================================================================
    ERROR: common.test_packages (unittest.loader._FailedTest)
    ----------------------------------------------------------------------
    ImportError: Failed to import test module: common.test_packages
    Traceback (most recent call last):
      File "/usr/lib/python3.5/unittest/loader.py", line 428, in _find_test_path
        module = self._get_module_from_name(name)
      File "/usr/lib/python3.5/unittest/loader.py", line 369, in _get_module_from_name
        __import__(name)
      File "/home/jenkins/opnfv/slave_root/workspace/yardstick-verify-master/yardstick/tests/unit/common/test_packages.py", line 17, in <module>
        from pip.operations import freeze
      File "/home/jenkins/opnfv/slave_root/workspace/yardstick-verify-master/.tox/py3/lib/python3.5/site-packages/pip/__init__.py", line 45, in <module>
        from pip.vcs import git, mercurial, subversion, bazaar  # noqa
      File "/home/jenkins/opnfv/slave_root/workspace/yardstick-verify-master/.tox/py3/lib/python3.5/site-packages/pip/vcs/mercurial.py", line 9, in <module>
        from pip.download import path_to_url
      File "/home/jenkins/opnfv/slave_root/workspace/yardstick-verify-master/.tox/py3/lib/python3.5/site-packages/pip/download.py", line 40, in <module>
        from pip._vendor import requests, six
      File "/home/jenkins/opnfv/slave_root/workspace/yardstick-verify-master/.tox/py3/lib/python3.5/site-packages/pip/_vendor/requests/__init__.py", line 98, in <module>
        from . import packages
      File "/home/jenkins/opnfv/slave_root/workspace/yardstick-verify-master/.tox/py3/lib/python3.5/site-packages/pip/_vendor/requests/packages.py", line 12, in <module>
        sys.modules['pip._vendor.requests.packages.' + mod] = sys.modules["pip._vendor." + mod]
    KeyError: 'pip._vendor.urllib3.contrib'

     File "/home/jenkins/opnfv/slave_root/workspace/yardstick-verify-master/yardstick/tests/unit/common/test_packages.py", line 16, in <module>
        from pip import exceptions as pip_exceptions

    ======================================================================
    ERROR: common.test_packages (unittest.loader._FailedTest)
    ----------------------------------------------------------------------
    ImportError: Failed to import test module: common.test_packages
    Traceback (most recent call last):
      File "/usr/lib/python3.5/unittest/loader.py", line 428, in _find_test_path
        module = self._get_module_from_name(name)
      File "/usr/lib/python3.5/unittest/loader.py", line 369, in _get_module_from_name
        __import__(name)
      File "/home/jenkins/opnfv/slave_root/workspace/yardstick-verify-master/yardstick/tests/unit/common/test_packages.py", line 16, in <module>
        from pip import exceptions as pip_exceptions
      File "/home/jenkins/opnfv/slave_root/workspace/yardstick-verify-master/.tox/py3/lib/python3.5/site-packages/pip/__init__.py", line 45, in <module>
        from pip.vcs import git, mercurial, subversion, bazaar  # noqa
      File "/home/jenkins/opnfv/slave_root/workspace/yardstick-verify-master/.tox/py3/lib/python3.5/site-packages/pip/vcs/mercurial.py", line 9, in <module>
        from pip.download import path_to_url
      File "/home/jenkins/opnfv/slave_root/workspace/yardstick-verify-master/.tox/py3/lib/python3.5/site-packages/pip/download.py", line 40, in <module>
        from pip._vendor import requests, six
      File "/home/jenkins/opnfv/slave_root/workspace/yardstick-verify-master/.tox/py3/lib/python3.5/site-packages/pip/_vendor/requests/__init__.py", line 98, in <module>
        from . import packages
      File "/home/jenkins/opnfv/slave_root/workspace/yardstick-verify-master/.tox/py3/lib/python3.5/site-packages/pip/_vendor/requests/packages.py", line 12, in <module>
        sys.modules['pip._vendor.requests.packages.' + mod] = sys.modules["pip._vendor." + mod]
    KeyError: 'pip._vendor.urllib3.packages.backports.makefile'

    Change-Id: I43b1edc23cebe0db97b6b56a551acd376986dfea
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Yang Yu [Mon, 19 Mar 2018 01:58:52 +0000 (09:58 +0800)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - Update Fraser Docs

    Release notes and test case decriptions, etc.

    Change-Id: I0c67c02118dfd8ea3d8a4fc23225dc6d027ba3db
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
6 years agoUpdate git submodules
Bin Hu [Mon, 19 Mar 2018 06:18:11 +0000 (23:18 -0700)]
Update git submodules

* Update docs/submodules/ipv6 from branch 'master'
  - Fix some format issue in IPv6 in Container Networking

    Change-Id: I3583406c2fc40e35d118b2dacf086b6dbed6a8e1
Signed-off-by: Bin Hu <bh526r@att.com>
6 years agoMerge "Add clover project"
Sofia Wallin [Mon, 19 Mar 2018 06:09:59 +0000 (06:09 +0000)]
Merge "Add clover project"

6 years agoUpdate git submodules
Bin Hu [Mon, 19 Mar 2018 04:40:59 +0000 (21:40 -0700)]
Update git submodules

* Update docs/submodules/ipv6 from branch 'master'
  - Add documentation of IPv6 in Container Networking

    Change-Id: Ia9e9c0fcd5ac0d8f3da35c4ae889b0249d3d850c
Signed-off-by: Bin Hu <bh526r@att.com>
6 years agoUpdate git submodules
mei mei [Mon, 19 Mar 2018 04:09:51 +0000 (04:09 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "change rabbitmq-server to rabbitmq for all installers"
  - change rabbitmq-server to rabbitmq for all installers

    From the CI results, ha.tc010 can't find the process named rabbitmq-server
    for Apex, Compass and Fuel.
    Try to change it to be rabbitmq.

    Change-Id: Ibf8a9e1c7eeebbc306624fe926c139786b9833fb
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoAdd clover project 59/53959/2
Yujun Zhang [Fri, 16 Mar 2018 08:22:22 +0000 (16:22 +0800)]
Add clover project

Change-Id: Ieca7a57c66bc7d7472585a62e77747eb787ead6c
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
6 years agoUpdate git submodules
Zhijiang Hu [Mon, 19 Mar 2018 02:23:35 +0000 (10:23 +0800)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - docker load latest registry server during runtime

    Using http://daisycloud.org/static/files/registry-server.tar is unsafe.

    Please see upstream patch https://review.openstack.org/#/c/554085/ which
    implements docker load latest registry server during runtime.

    Change-Id: I42f27f522f328619e19a69e0fa796f7b8efa9bd0
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
6 years agoUpdate git submodules
Yu Yang (Gabriel) [Mon, 19 Mar 2018 02:01:54 +0000 (02:01 +0000)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - Merge "Documentation on storage testcases in bottlenecks"
  - Documentation on storage testcases in bottlenecks

    JIRA: BOTTLENECK-216

    This patch is used for user documentation on the 3 storage
    stress testcases created in bottlnecks.

    Change-Id: Ib560efea5bcd2decedf7d3f681ed303123ce31a9
Signed-off-by: Shubham Agarwal <shubham.agarwal.coder@gmail.com>
6 years agoUpdate git submodules
Yifei Xue [Mon, 19 Mar 2018 01:47:58 +0000 (01:47 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "Update collectd-gnocchi conf for DEFAULT_ARCHIVE_POLICY"
  - Update collectd-gnocchi conf for DEFAULT_ARCHIVE_POLICY

    * Configure the DEFAULT_ARCHIVE_POLICY option.
    * This will set the default archive policy to "high".

    Change-Id: I42fefc0e9a79fe1032c42156a21f95a96ad2a4ad
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
6 years agoUpdate git submodules
Yifei Xue [Mon, 19 Mar 2018 01:47:15 +0000 (01:47 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "Copy ml2_conf.ini to ODL hosts"
  - Copy ml2_conf.ini to ODL hosts

    JIRA: -

    SFC test cases in functest need to read ml2_conf.ini to get
    ODL controller's IP and port. However they can only gei this file
    from control nodes. So we copy this from neutron server containers
    to ODL hosts.

    Change-Id: I21acbaed6de924247d249d6c4015d9f90c763a08
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
6 years agoUpdate git submodules
mei mei [Mon, 19 Mar 2018 01:42:50 +0000 (01:42 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add sshkey and user config into functest container"
  - Add sshkey and user config into functest container

    This is to support sfc test on Compass:
    https://gerrit.opnfv.org/gerrit/#/c/52825/

    Change-Id: I77223363205dc8edd34de8a6c529e68d3b6a6442
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Sun, 18 Mar 2018 20:59:36 +0000 (21:59 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump & rebase for netdev br datapath_type

    Change-Id: I9a72c6a4a2f7048d3b446a314d3f0ba4662a7024
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Yifei Xue [Fri, 16 Mar 2018 06:31:22 +0000 (14:31 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Bug fix for tacker installation

    JIRA: -

    By default, os_tacker will use "{{ tacker_bin | dirname }}/etc/tacker"
    as tacker_etc_dir. This will cause a failure when keystone creates
    fernet key for VIM in tacker due to keystone uses "/etc/tacker" by
    default. So this patch is proposed to set tacker_etc_dir to
    "/etc/tacker".

    Change-Id: Icbffaeb1376f83b4c9904b0258139ce1518ac9f8
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
6 years agoUpdate git submodules
Cédric Ollivier [Sun, 18 Mar 2018 09:32:38 +0000 (10:32 +0100)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Allow exceptions when deleting a missing verifier

    Change-Id: I2e48bdcf9bce872a4a7855f9f6cd05d2b4897244
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
shangxdy [Thu, 15 Mar 2018 12:28:05 +0000 (20:28 +0800)]
Update git submodules

* Update docs/submodules/parser from branch 'master'
  - Add documents for Relase F

    nfv-toscaprser api document

    JIRA: PARSER-173

    Change-Id: I94603ce8f6698f424f5249ab1008c15199c35845
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
6 years agoUpdate git submodules
Cédric Ollivier [Sat, 17 Mar 2018 22:28:34 +0000 (23:28 +0100)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Mute log in vnfs

    It also configures the nameserver when creating the subnet in
    juju_epc.

    Change-Id: I163ba99cd56f44ca3c3464398e182152b3ab74dd
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Sat, 17 Mar 2018 20:45:41 +0000 (21:45 +0100)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Refactor refstack to limit instructions

    Change-Id: I3cd490d18898d0ee6f48e4c19d7ed65c0cf0c275
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Sat, 17 Mar 2018 20:44:44 +0000 (21:44 +0100)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Mute all rally messages

    The are now printed in functest.log only.

    JIRA: FUNCTEST-950

    Change-Id: I1fdd0e0f1be19fc5e7536326acb6a66645610696
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Sat, 17 Mar 2018 13:25:15 +0000 (14:25 +0100)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Decrease log levels when trying to connect

    Only the last attempt should be printed in console.

    Change-Id: Ic1ed5887195c98c64ade4558ac20ebd814e38bab
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Tim Rozet [Mon, 4 Dec 2017 16:20:23 +0000 (11:20 -0500)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Enables containerized overcloud deployments

    Changes Include:
      - For upstream deployments, Docker local registry will be updated with
        latest current RDO containers, regular deployments will use latest
        stable
      - Upstream container images will then be patched/modified and then
        re-uploaded into local docker registry with 'apex' tag
      - Deployment command modified to deploy with containers
      - Adds a --no-fetch deployment argument to disable pulling latest
        from upstream, and instead using what already exists in cache
      - Moves Undercloud NAT setup to just after undercloud is installed.
        This provides internet during overcloud install which is now
        required for upstream container deployments.
      - Creates loop device for Ceph deployment when no device is
        provided in deploy settings (for container deployment only)
      - Updates NIC J2 template to use the new format in OOO since
        the os-apply-config method is now deprecated in > Queens

    JIRA: APEX-566
    JIRA: APEX-549

    Change-Id: I0652c194c059b915a942ac7401936e8f5c69d1fa
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Sat, 17 Mar 2018 13:13:03 +0000 (13:13 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: osa: Simplify OpenStack host playbooks"
  - xci: osa: Simplify OpenStack host playbooks

    The configure-targethost playbook is configuring all the OSA hosts so
    we can simplify all that by introducing a new 'openstack' host group
    with the controller and the compute nodes and configure all of them
    in parallel.

    Change-Id: I21f8709e7649b041575dab45fc4e070aa01e0a6f
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Fatih Degirmenci [Sat, 17 Mar 2018 11:02:15 +0000 (11:02 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "xci: Log functest output before failure"
  - xci: Log functest output before failure

    When functest fails, the job exits directly without us logging the
    functest output to console. [1] Grepping functest log for FAIL for
    determining the result helps us to cat the log before exiting with
    right exit code.

    [1] https://build.opnfv.org/ci/job/xci-verify-ubuntu-healthcheck-virtual-master/509/console

    Change-Id: I01e3dcc51321e935b1722b749e8caf7ec5ad755b
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Sat, 17 Mar 2018 10:33:40 +0000 (10:33 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: osa: Drop haproxy workaround"
  - xci: osa: Drop haproxy workaround

    There is no reference on the actual upstream problem so lets assume
    this is fixed and drop the workaround we had locally.

    Change-Id: I3f71ea2e6fdc67e342f014e572f74760a78d3816
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Markos Chandras [Fri, 16 Mar 2018 12:52:37 +0000 (12:52 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - xci: scripts: start-new-vm.sh: Make DEFAULT_XCI_TEST stricter

    The DEFAULT_XCI_TEST value wasn't checked and it could actually contain
    anything leading to all sort of failures so we need to check it against
    well known values.

    Change-Id: Ib12c944adebfbcb3097b42af98d2bacefbd8374c
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Markos Chandras [Fri, 16 Mar 2018 12:46:41 +0000 (12:46 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - xci: scripts: start-new-vm.sh: Ensure we enter the correct root directory

    All clean VM operations should be performed within the root directory of
    the releng-xci repo so make sure we are there.

    Change-Id: I96f9d91439210faa1ac7f0e43db3992776293e9e
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Markos Chandras [Fri, 16 Mar 2018 11:05:56 +0000 (11:05 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - xci: Copy XCI environment to deployment hosts

    The XCI hosts may need some of the XCI env variables to perform
    certain tasks so dump the XCI environment to /root/xci.env file and
    make that available to every host on the deployment.

    Change-Id: I286a01ca7da8ff206438c261798167f5e4daf7f2
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Qiaowei Ren [Sat, 17 Mar 2018 01:39:13 +0000 (09:39 +0800)]
Update git submodules

* Update docs/submodules/stor4nfv from branch 'master'
  - Fix a typo

    Change-Id: I6c4b9cc320270216f9064bb402436ff221bed7c6
Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>
6 years agoUpdate git submodules
Cédric Ollivier [Fri, 16 Mar 2018 22:26:24 +0000 (23:26 +0100)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Precise tempest regex

    It stops running neutron tests which matched the former regex.

    Change-Id: Ica5a0d1f4858d01533156c98da87f9ed4662489f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Fri, 16 Mar 2018 21:39:56 +0000 (22:39 +0100)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Refactor Patrole to limit instructions

    Change-Id: Ie0ab079b1f674587ff3d68bf170df2296303780e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Fri, 16 Mar 2018 21:38:55 +0000 (22:38 +0100)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Set api_extensions = all for NeutronTrunk only

    Change-Id: I6c019094a9cea86f5990752463a3690d4f00df0c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Fri, 16 Mar 2018 20:44:06 +0000 (20:44 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "jjb: xci: xci-run-functest: Fix functest execution"
  - jjb: xci: xci-run-functest: Fix functest execution

    We need to enter the $HOME/releng-xci/xci directory instead of
    /root/relneg-xci/xci since we are ssh'ing as 'devuser'.

    Change-Id: Id05d5012d58443c7f415a58f9f3d1ae16fd25b55
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Ross Brattain [Fri, 16 Mar 2018 20:39:55 +0000 (20:39 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add ODL noHA testcase"
  - Add ODL noHA testcase

    This testcase confirms the resiliency of Opendaylight
    in a noHA deployment

    SPEC: https://gerrit.opnfv.org/gerrit/#/c/49245/

    Change-Id: I810011c35c7bb6377f9295330cf7122d10cf74c3
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
6 years agoUpdate git submodules
Aric Gardner [Fri, 16 Mar 2018 20:19:54 +0000 (20:19 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Set Jenkins parameter 'GIT_BASE' for overriding the default value"
  - Set Jenkins parameter 'GIT_BASE' for overriding the default value

    Set Yardstick Jenkins job's parameter 'GIT_BASE' for overriding the default
    GIT URL from Global Jenkins configuration.

    Change-Id: I6fe4a67589aa391c5bc7ac4433509dcfcce858c6
Signed-off-by: trevortao <trevor.tao@arm.com>
6 years agoUpdate git submodules
Michael Polenchuk [Fri, 16 Mar 2018 11:57:52 +0000 (15:57 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [ovs/dpdk] Set bridge datapath_type to netdev

    This prevents neutron ovs agent to re-create existing bridge which
    might cause unpredictable/faulty state of network interfaces.

    Change-Id: I289365e1dea7d178b5b72eb506f5c711f6d60199
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Aaron Smith [Fri, 16 Mar 2018 18:09:38 +0000 (18:09 +0000)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - Merge "[userguide] Update post install verification for Apex"
  - [userguide] Update post install verification for Apex

    Since the addition of DEFAULT_ARCHIVE_POLICY to
    collectd-openstack, and support in Apex, the archive
    policy used by Gnocchi for Barometer metrics is set
    to "high" by default. This removes the need to update
    the archive policy by hand for verification.

    Change-Id: I074b4cad4926bd0e59ca04f915865ed52d0b6979
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
6 years agoUpdate git submodules
Aaron Smith [Fri, 16 Mar 2018 18:08:52 +0000 (18:08 +0000)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - Merge "[conf] Update the ovs_events config for Apex"
  - [conf] Update the ovs_events config for Apex

    The SendNotification option in ovs_events is set to
    false in Apex templates. This means that no notifications
    will be emitted on link status change.

    This patch updates ovs_events.conf.erb to match the
    config in the samples folder, adn the ones used by
    the reference container

    Change-Id: Ia034b81aedc67c2ced51cbf831baca176218d7d3
    JIRA: BAROMETER-91
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
6 years agoUpdate git submodules
Aaron Smith [Fri, 16 Mar 2018 18:08:30 +0000 (18:08 +0000)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - Merge "Update functest to fix failing tests"
  - Update functest to fix failing tests

    * MCE log plugin was failing becaue it wasn't enables
      * Updated a check for kernel version to match Fraser
        compute nodes on Apex
    * RDT was failing when virtual compute nodes were used
      * Add check to detect whether compute node is a VM
      * Skip RDT when running in a VM
    * Gnocchi metrics were failing
      * increase the wait time between checking metrics
    * CSV checks were failing on Hugepages
      * functest was assuming that tests were running on
        a system with at least two NUMA nodes
      * Only check for metrics on node0 of the system
    * Report was showing FAIL even if a test was not executed
      * Update the report output to show SKIP instead

    JIRA: BAROMETER-91
    Change-Id: I4f70fc84fce80054a7aca2116357b0233f355f70
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
6 years agoUpdate git submodules
Bin Hu [Fri, 16 Mar 2018 17:20:09 +0000 (10:20 -0700)]
Update git submodules

* Update docs/submodules/ipv6 from branch 'master'
  - Fix format

    Change-Id: I9b6533c68db44ca9c57a666d878e1594f9b5c32a
Signed-off-by: Bin Hu <bh526r@att.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Fri, 16 Mar 2018 17:21:03 +0000 (17:21 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Improve ansible code for network xml creation"
  - Improve ansible code for network xml creation

    JIRA: YARDSTICK-1018

    Change-Id: Ia94fb1ceb9cb55bd54e512f356f85a263c32d1cf
Signed-off-by: John O Loughlin <john.oloughlin@intel.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Fri, 16 Mar 2018 17:20:43 +0000 (17:20 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "NSB userguide: run TC in heat context & sriov ports"
  - NSB userguide: run TC in heat context & sriov ports

    Add section that describeds steps to be able to run
    sample vFW TC in heat context with sriov ports
    confiured in the OpenStack.

    JIRA: YARDSTICK-1022

    Change-Id: I764933e26ca7cb10aa1094901ec3304156054333
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
6 years agoUpdate git submodules
Abhijit Sinha [Fri, 16 Mar 2018 17:19:20 +0000 (17:19 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "NSB PROX L3FWD Dropping packets"
  - NSB PROX L3FWD Dropping packets

    JIRA: YARDSTICK-1037

    NSB PROX L3FWD was incorrect. The routing table (ipv4.lua) was incorrect.
    Also a specific ipv4 for 2 port configuration is required.

    Change-Id: I3a5fd1ea1d1ddf74cbdd6a5d9e7ced42d3c1d6e9
Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com>
Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com>
6 years agoUpdate git submodules
Abhijit Sinha [Fri, 16 Mar 2018 17:17:47 +0000 (17:17 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Replace assert statements in tests"
  - Replace assert statements in tests

    JIRA: YARDSTICK-966
    Change-Id: Ic98711fa1a31d27fcb60bd96b1b3e22b5cca86b3
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
6 years agoUpdate git submodules
Bin Hu [Fri, 16 Mar 2018 01:23:44 +0000 (18:23 -0700)]
Update git submodules

* Update docs/submodules/ipv6 from branch 'master'
  - Fix a format issue in Installation Guide

    Change-Id: I4bee93652a564ee1acb286d0502bec3c8afd9f90
Signed-off-by: Bin Hu <bh526r@att.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Fri, 16 Mar 2018 16:23:27 +0000 (17:23 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - xci: Revert change moving prepare-functest to opnfv vm

    Change-Id: Ic9801a2f1282b695025a6dce70e662765ce4296b
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Asteroide [Fri, 16 Mar 2018 15:47:27 +0000 (15:47 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "add single script to launch kubernete and moon at once"
  - add single script to launch kubernete and moon at once

    Change-Id: I6cd5c0ce3a08d4d895fdeac15233abe552570f54

6 years agoUpdate git submodules
Gordon Kelly [Fri, 16 Mar 2018 15:19:03 +0000 (15:19 +0000)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - Merge "ansible: break task to copy additional config files to own file"
  - ansible: break task to copy additional config files to own file

    Change-Id: Iffba385bd8e565459288f95eadf8a52bb6cc0084
Signed-off-by: Gordon Kelly <gordon.kelly@intel.com>
6 years agoUpdate git submodules
Gordon Kelly [Thu, 15 Mar 2018 15:56:29 +0000 (15:56 +0000)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - ansible:Put plugins in alphabetical order and fix swap plugin config path

    Change-Id: Ie146e0ac9ad5e8bc1721b51e4e5112db51462854
Signed-off-by: Gordon Kelly <gordon.kelly@intel.com>
6 years agoUpdate git submodules
Thomas Duval [Fri, 16 Mar 2018 15:14:49 +0000 (16:14 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Migrate the containers from wukongsun to moonplatform

    Change-Id: Ib1edb0d8cdb6b4314eeb5e6754de4a20d9852ce9

6 years agoUpdate git submodules
louie.long [Fri, 16 Mar 2018 07:11:22 +0000 (15:11 +0800)]
Update git submodules

* Update docs/submodules/nfvbench from branch 'master'
  - [NFVBENCH-74] packet payload length without vlan

    fix packet playload length without vlan tag, ensure that
    the minimum packet size is 64 bytes with or without the vlan tag

    Change-Id: Iabea46756905e3b16791436642cdca58ec8fed6f
Signed-off-by: louie.long <longyu805@163.com>
6 years agoUpdate git submodules
Tim Rozet [Fri, 16 Mar 2018 14:22:52 +0000 (14:22 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Adding SRIOV scenario"
  - Adding SRIOV scenario

      This scenario should enable SRIOV interfaces to be used
      by Neutron. Only will be supported in baremetal deployments
      with SRIOV capable NICs. The name of the interface must
      be known in advance and the physnet of the SRIOV network
      is set as nfv_sriov.

    Change-Id: Ie4295413e0be2197bd9ada4f887f6b47cd486765
Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
6 years agoUpdate git submodules
Gabriel Yu [Wed, 11 Oct 2017 08:52:39 +0000 (16:52 +0800)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - Add life-cycle throughputs testcase

    JIRA: BOTTLENECK-186

    Add skeleton of this test case:
    1. Quotas modification
    2. Call Yardstick to run test

    Change-Id: I02726bbfb2104151e5ef3c52a214775d30f9e743
Signed-off-by: Gabriel Yu <Gabriel.yuyang@huawei.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Fri, 16 Mar 2018 10:37:07 +0000 (10:37 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Donot exit if k8s tests fail"
  - Donot exit if k8s tests fail

    1. Add 'set +e' before running k8s tests, then the following builder
       of functest-store-results will be executed.
    2. Remove the logic of managing k8s scenario from functest-alpine.sh

    Change-Id: I9a269fc46e45d1db6af741775d475e887ebc79c7
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Dimitrios Markou [Fri, 16 Mar 2018 10:09:58 +0000 (10:09 +0000)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Merge "Allow executing tests from run_sfc_tests"
  - Allow executing tests from run_sfc_tests

    Removing it was a mistake because without it is harder to debug (e.g. using
    break points does not work when triggering tests from functest)

    Change-Id: I3a958da0add0fb57946da333f75fb526c2fe6c33
Signed-off-by: Manuel Buil <mbuil@suse.com>
6 years agoUpdate git submodules
Periyasamy Palanisamy [Fri, 16 Mar 2018 09:25:35 +0000 (10:25 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - potential fix for running prepare-functest playbook

    Change-Id: Id1ac133782e6b90929ddc055efbc6997ff63adc2
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
6 years agoUpdate git submodules
Ryota MIBU [Wed, 14 Mar 2018 17:12:49 +0000 (02:12 +0900)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - PTL change

    Change-Id: Id5af307f16fce9fd6d1642aee368496c9d9631c4
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
6 years agoUpdate git submodules
Serena Feng [Fri, 16 Mar 2018 09:17:14 +0000 (09:17 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[daisy] Fix the blocking rules of daisy daily jobs"
  - [daisy] Fix the blocking rules of daisy daily jobs

    Change-Id: I81eaed8b397b5d748c5fde5a07dadecde0ec08fa
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
6 years agoUpdate git submodules
Jack Chan [Fri, 16 Mar 2018 09:01:07 +0000 (09:01 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Supporting user config task parameters in GUI"
  - Supporting user config task parameters in GUI

    JIRA: YARDSTICK-981

    We need to add function to enable user to config task parameters in GUI.
    The way to config must be more friendly.

    Change-Id: I8746149084f1d554b48ed392f2fef4748e279dfb
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Jack Chan [Fri, 16 Mar 2018 09:00:55 +0000 (09:00 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Update API documentation"
  - Update API documentation

    JIRA: YARDSTICK-1070

    Our current API documentation is out-of-date.
    We need to update it.

    Change-Id: If5133c0350a91affb8d3f856d23b23a9903c8620
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Jack Chan [Fri, 16 Mar 2018 09:00:21 +0000 (09:00 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add SUT page in GUI"
  - Add SUT page in GUI

    JIRA: YARDSTICK-1076

    We need to show SUT information in GUI.

    Change-Id: I885773894fc9f6aa5975b39383af1fdf1b88b8bb
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Jack Chan [Fri, 16 Mar 2018 09:00:05 +0000 (09:00 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Create API to get SUT information"
  - Create API to get SUT information

    JIRA: YARDSTICK-1072

    We need to show SUT information in GUI.

    Change-Id: I40bcd513f3c6a443c82764687637ac5258b99584
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoMerge "added cross-references to Auto for feature user guide and release notes"
Sofia Wallin [Fri, 16 Mar 2018 08:59:01 +0000 (08:59 +0000)]
Merge "added cross-references to Auto for feature user guide and release notes"

6 years agoUpdate git submodules
Qiaowei Ren [Fri, 16 Mar 2018 08:15:38 +0000 (16:15 +0800)]
Update git submodules

* Update docs/submodules/stor4nfv from branch 'master'
  - Add setup file for functest environment

    Change-Id: I167d4df3af593fabfef93346607b55fa68d87487
Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>
6 years agoUpdate git submodules
Yang Yu [Fri, 16 Mar 2018 07:20:15 +0000 (15:20 +0800)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - online bottlenecks soak throughtputs

    This patch is to online posca_factor_soak_throughputs testcase

    Change-Id: Ief6776e224c59de600fbe44709c767aecd01d0f0
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
6 years agoUpdate git submodules
Jing Lu [Fri, 16 Mar 2018 08:45:29 +0000 (08:45 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "testcase start service script fail on centos env"
  - testcase start service script fail on centos env

    JIRA: YARDSTICK-676

    In the HA test cases, script 'start_serice.bash' is used to restart the OpenStack service to recover killed process.
    It uses 'lsb_release' command to determine the host linux distribution and the target Openstack service name.
    In some environments, the 'lsb_release' is not installed hence will cause process-recovery failure.

    This patch states the software precondions in the HA test case descriptions.

    Change-Id: Ie3f503b8185deec13eebbcacbeac57c0a018cb73
Signed-off-by: JingLu5 <lvjing5@huawei.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Fri, 16 Mar 2018 08:32:25 +0000 (08:32 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "docs: Add info about kubernetes support"
  - docs: Add info about kubernetes support

    1. Introduce the installer used to deploy kubernetes
    2. Introduce XCI how to deploy the kubernetes

    Change-Id: I052b4547d763d19b8d6136a48d4804443921b021
Signed-off-by: wutianwei <wutianwei1@huawei.com>
6 years agoUpdate git submodules
Qiaowei Ren [Fri, 16 Mar 2018 07:22:59 +0000 (15:22 +0800)]
Update git submodules

* Update docs/submodules/stor4nfv from branch 'master'
  - Initial test code for functest

    Change-Id: I918150ab35d5506918baaf39d9e5ec9ec622092f
Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>
6 years agoUpdate git submodules
Victor Morales [Fri, 16 Mar 2018 06:49:11 +0000 (02:49 -0400)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Remove qemu-kvm duplicate package

    The qemu-kvm package was duplicated for opensuse distro in the
    start-new-vm.sh script. It doesn't affect its functionality but
    reduce the list of additional packages to install.

    Change-Id: Id5f24793295d7ccd9b19b64a07b24a1150a780aa
Signed-off-by: Victor Morales <victor.morales@intel.com>
6 years agoUpdate git submodules
Cédric Ollivier [Fri, 16 Mar 2018 06:14:40 +0000 (07:14 +0100)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Set project_name arg when creating users

    It also print snaps_creds to ease debugging [1].

    [1] https://build.opnfv.org/ci/view/functest/job/functest-joid-baremetal-daily-master/22/console

    Change-Id: I5b0d0dcffe3e45d8fa7d1d7d8ce19172fc42aaa1
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Fri, 16 Mar 2018 02:36:07 +0000 (03:36 +0100)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Disable features in nofeature scenario

    Only Funtest testcases are verifying the referent scenarios.

    Change-Id: I29dfa012e9cba39216fdd58e5fd59255844f335b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Yang Yu [Fri, 16 Mar 2018 03:18:17 +0000 (11:18 +0800)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - bugfix: copy hosts file

    JIRA: BOTTLENECK-227

    Operation of copying hosts file should follow the building of
    Yardstick docker

    Change-Id: I4d66efe8b823876a733d1877c26d1e0e263ca4da
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
6 years agoUpdate git submodules
Martin Klozik [Fri, 16 Mar 2018 05:25:02 +0000 (05:25 +0000)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - Merge "pylint: Add pylint into requirements.txt"
  - pylint: Add pylint into requirements.txt

    Pylint installation was part of vsperf installation scripts, which is
    not following vsperf generic approach to add all required python
    packages into requirements.txt. It also means, that the same
    version of pylint is used for verification of all patches at given
    server. This is causing issues in case, that different versions
    of pylint are required to verify vsperf code, e.g. older version
    might be required to verify patches of previous OPNFV release.

    Pylint with exact version number was added into requirements.txt,
    so correct version of pylint is used for verification of vspef code.

    JIRA: VSPERF-563

    Change-Id: I48c9cacd87f016e6047ed965728d3b8d63e6461f
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>
Reviewed-by: Richard Elias <richardx.elias@intel.com>
6 years agoUpdate git submodules
Martin Klozik [Fri, 16 Mar 2018 05:24:21 +0000 (05:24 +0000)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - Merge "trex: Tests with T-Rex in VM"
  - trex: Tests with T-Rex in VM

    Patch introduces a set of testcases with T-Rex running inside VM.

    JIRA: VSPERF-560

    Change-Id: I5b0a0220a2d72428ae1210ee9590d39abdfb9c1d
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Signed-off-by: RadoslawX Glombiowski <radoslawx.glombiowski@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>
6 years agoUpdate git submodules
Deepak S [Fri, 16 Mar 2018 04:19:03 +0000 (04:19 +0000)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - Merge "Fix potential crash if link speed is null"
  - Fix potential crash if link speed is null

    Link_speed could be null when prox started with the ports down.
    This was potentially causing a crash.
    Another task will need to update link speed when the port come
    up. Failing to do this results in less accurate latencies
    (no extrapolation)

    Change-Id: I597b68e30117e6edb9ccb4732c2acedd5eb8ac80
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>