opnfvdocs.git
6 years agoUpdate git submodules
Fatih Degirmenci [Tue, 20 Mar 2018 19:16:56 +0000 (20:16 +0100)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Clean up opnfv ansible vars and switch to lowercase

    This change removes the variables that are not used in any of the
    playbooks/roles from opnfv ansible vars.

    Apart from that, all caps ansible vars replaced with lowercase ones
    and impacted playbooks/roles are updated.

    installer-type:osa
    deploy-scenario:os-nosdn-nofeature

    Change-Id: I99ebdc155b3903176ac5940b64cef0c0f3aa0f0d
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 21 Mar 2018 11:45:43 +0000 (12:45 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - xci: Disable merge jobs on centos until centos is fixed properly

    Change-Id: Ieab479d257fb1922136eb343d1dd25f2006c2ac2
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Qiaowei Ren [Tue, 20 Mar 2018 05:44:22 +0000 (13:44 +0800)]
Update git submodules

* Update docs/submodules/stor4nfv from branch 'master'
  - Add k8s test case

    Change-Id: I7ef6fd6aa31fae47cca446d31b6b54d13454df9c
Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 21 Mar 2018 07:34:45 +0000 (08:34 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - xci: Make centos jobs non-voting for promotion

    Change-Id: I981b115bc37f034db991667a29f0ce66b239cbdf
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Rex Lee [Wed, 21 Mar 2018 08:51:37 +0000 (08:51 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Offline support for bottlenecks project"
  - Offline support for bottlenecks project

    JIRA: YARDSTICK-1053

    Those three yaml files are for bottlenecks support offiline flavor
    The ssh time out problem will fix in changing the duration time

    Change-Id: Ifd317404a820d0446ffab5070211e48def1a0d2f
Signed-off-by: liyin <liyin11@huawei.com>
6 years agoUpdate git submodules
Victor Morales [Mon, 5 Feb 2018 18:45:46 +0000 (10:45 -0800)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Add proxy support

    In some cases the XCI development environment can be located behind a
    corporate proxy resulting in a additional layer to consider to
    configure. These changes pretend to include proxy support for all
    linux distros in all the posible flavors.

    Change-Id: Iab469268809ac471d09e244bb3ccd83de1a41b88
Signed-off-by: Victor Morales <victor.morales@intel.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 21 Mar 2018 08:19:09 +0000 (08:19 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add Compass POD ipmi info to pod.yaml for ha.tc009"
  - Add Compass POD ipmi info to pod.yaml for ha.tc009

    1. For ha.tc009 which needs to login one controller node and shut it down
       with its ipmi info.
    2. So it needs to add impi info and jumpserver info into pod.yaml file.
    3. Remove yardstick.img file to save artifacts space

    JIRA: DOVETAIL-628

    Change-Id: I4d2aa48b209155f27e49a7bb871a170683b47fc9
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Rex Lee [Wed, 21 Mar 2018 08:18:24 +0000 (08:18 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Enforce pip version during installation"
  - Enforce pip version during installation

    Currently there is a reported problem in pip library [1]. To avoid this
    problem, the pip version should be enforced during the installation.

    [1]https://github.com/pypa/pip/issues/5079

    JIRA: YARDSTICK-1087

    Change-Id: I2ee28749f146cd3b0e1bf4ed92b51cbe6db8b2f3
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Rex Lee [Wed, 21 Mar 2018 08:13:02 +0000 (08:13 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Replace neutron router creation with shade."
  - Replace neutron router creation with shade.

    Function create_neutron_router now uses shade client instead of neutron
    client.

    JIRA: YARDSTICK-890

    Change-Id: I819d26f4edb3af5e50f777e8ddbadf4d24820b7f
Signed-off-by: Shobhi Jain <shobhi.jain@intel.com>
6 years agoUpdate git submodules
Richard Elias [Wed, 28 Feb 2018 15:48:00 +0000 (15:48 +0000)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - vsperf: Performance Matrix functionality support

    The patch expands the vsperf --test-params argument with list
    functionality, which enables running multiple tests with different
    parameters. If more tests are run then parameters provided, the
    last parameters will be reused. Example:
    ./vsperf --test-params "['','TRAFFICGEN_PKTSIZE = (64,)']"
    phy2phy_cont phy2phy_cont
    CUMULATIVE_PARAMS if true, instead of using the default settings,
    each test will take the parameters of the previous test before
    applying it's own.
    The patch also adds the vsperf --matrix argument which analyzes and
    compares the results of all the tests run, printing it as a table,
    as well as saving it into a file in the results directory.
    MATRIX_METRIC metric used by Performance Matrix to compare tests.

    JIRA: VSPERF-554

    Change-Id: I71530ddf110890612236a7e57039f249609c835b
Signed-off-by: Richard Elias <richardx.elias@intel.com>
Reviewed-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>
6 years agoUpdate git submodules
rexlee8776 [Tue, 20 Mar 2018 09:14:16 +0000 (09:14 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Bugfix: update test case base on node parameters in ci

    JIRA: YARDSTICK-1082

    Change-Id: I00080d0317a54b73a6cd571198e9446962c11b5a
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
QiLiang [Wed, 21 Mar 2018 03:17:27 +0000 (11:17 +0800)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Add jjb for clover

    - clover-project.yml is a modified copy of container4nfv-project.yml
    - clover and container4nfv temporary share the same vpod huawei-virtual6
    - add job blocker between clover and container4nfv
    - add clover doc to opnfvdocs

    Change-Id: I6e4b133670fd46c57e338af37f2a066c95ce4bc6
Signed-off-by: QiLiang <liangqi1@huawei.com>
6 years agoUpdate git submodules
Yifei Xue [Wed, 21 Mar 2018 03:18:19 +0000 (03:18 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "Fix Stor4nfv CI issues due to repo changes"
  - Fix Stor4nfv CI issues due to repo changes

    Applies the changes in stor4nfv repo and consolidates
    opensds and nbp inventories. This fixes the CI failure in
    stor4nfv scenarios.

    Change-Id: I91f291d52488771934e0e0e93da2c56715abc877
Signed-off-by: Ramamani Yeleswarapu <ramamani.yeleswarapu@intel.com>
6 years agoUpdate git submodules
zhihui wu [Wed, 21 Mar 2018 02:55:56 +0000 (02:55 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "A initial CI script for network test"
  - A initial CI script for network test

    This is a initial CI script for network test.
    For now it verifies the containers can be correctly launched.

    Change-Id: I418716a69efa5c784b300d0d8b5ce0d0823d11db
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
6 years agoUpdate git submodules
zhihui wu [Wed, 21 Mar 2018 02:55:41 +0000 (02:55 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "Change nettest export port to 5000"
  - Change nettest export port to 5000

    I misunderstood this export port before.Change it to the previous
    value.

    Change-Id: I8366c27d8763ea1c8eb140dbbb37cfcffe414dbf
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
6 years agoUpdate git submodules
shangxdy [Tue, 20 Mar 2018 03:24:38 +0000 (11:24 +0800)]
Update git submodules

* Update docs/submodules/parser from branch 'master'
  - Handle flavor before image

    JIRA: PARSER-174

    Change-Id: I891398e634846db617081b0baed9adf0662743b7
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
6 years agoUpdate git submodules
Guo Ruijing [Wed, 21 Mar 2018 09:19:12 +0000 (05:19 -0400)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - disable multus

    Change-Id: I79854e52188833184ed60669b9f792afffcfd3c6
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
6 years agoUpdate git submodules
Rex Lee [Wed, 21 Mar 2018 01:45:10 +0000 (01:45 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Fix for datasource field value"
  - Fix for datasource field value

    This is fix for grafana dashboard templates
    where variable "${DS_YARDSTICK}" is replaced
    by "yardstick".

    JIRA: YARDSTICK-1089

    Change-Id: I0647d5bfd772a2d9ffa18bac59cdbbb39c8ec0ab
Signed-off-by: Mika Rautakumpu <mika.rautakumpu@nokia.com>
6 years agoUpdate git submodules
QiLiang [Tue, 20 Mar 2018 09:33:01 +0000 (17:33 +0800)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - Tiny fix for istio scenario

    - disable user interactive when clean_bookinfo
    - run sleep before status check to save ci varify time

    Change-Id: I6072b85c3c941af30263101a3d4dca0537abf1fc
Signed-off-by: QiLiang <liangqi1@huawei.com>
6 years agoUpdate git submodules
Ross Brattain [Tue, 20 Mar 2018 23:04:07 +0000 (23:04 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Fix retrieving "options" section in "scenario""
  - Fix retrieving "options" section in "scenario"

    In [1] a new method to rename the "scenario" host names was implemented.
    This method parses all sections with host names and applies the
    "qualified" name.

    Some malformed test cases define the "options" section without content.
    This causes that [2] retrieves "None" value instead of an empty
    dictionary. This possibility must be handled in the new method.

    [1]I44da30dac562c1a4166e084645ae91c17798651d
    [2]https://github.com/opnfv/yardstick/blob/4b8b674b65830a24230faed71e8d9a1048139c89/yardstick/benchmark/core/task.py#L630

    JIRA: YARDSTICK-1073

    Change-Id: I8864b428734ead8c5aa39de5091d3a2a691be060
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Ross Brattain [Tue, 20 Mar 2018 23:01:36 +0000 (23:01 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add "YARDSTICK_REPO_DIR" into tests path"
  - Add "YARDSTICK_REPO_DIR" into tests path

    In the CI flow, script "load_images.sh",
    variable ${YARDSTICK_REPO_DIR} needs to be added
    in front of tests path to avoid the error:

    sed: can't read tests/opnfv/test_cases/*:
    No such file or directory

    This fix is specific to arm64

    JIRA: YARDSTICK-1086

    Change-Id: If19b295233bb7313226dae70df016ad236bed2ac
Signed-off-by: ting wu <ting.wu@enea.com>
6 years agoUpdate git submodules
Ross Brattain [Tue, 20 Mar 2018 23:00:03 +0000 (23:00 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Modify the Docker diff file for ARM64"
  - Modify the Docker diff file for ARM64

    In I5d9e135449b2d35f051ecf5fa63a1ce11030de4a the Dockerfile was modified.
    Until we can handle the Dockerfile generation for each architecture in a
    better way, we need to keep updated the Docker diff file for ARM64.

    JIRA: YARDSTICK-1030

    Change-Id: Ibd9224dcb9a7a897b0da8aab126f62983b5e70bd
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Alec Hothan [Tue, 20 Mar 2018 21:44:54 +0000 (21:44 +0000)]
Update git submodules

* Update docs/submodules/nfvbench from branch 'master'
  - Merge "NFVBENCH-75 fluent logger configure not override by -c my_config.yaml"
  - NFVBENCH-75 fluent logger configure not override by -c my_config.yaml

    Change-Id: I139037069d930ca5c15078c455933f3e5eebe484
Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
6 years agoUpdate git submodules
mortenhillbom [Tue, 20 Mar 2018 21:05:48 +0000 (14:05 -0700)]
Update git submodules

* Update docs/submodules/nfvbench from branch 'master'
  - NFVBENCH-73 vlan_tagging parameter cause exception

    Change-Id: Ia2f091dfd05004806637e3e15076e04aa31bd433
Signed-off-by: mortenhillbom <mhillbom@cisco.com>
6 years agoUpdate git submodules
Tim Rozet [Tue, 20 Mar 2018 20:36:56 +0000 (20:36 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Make Apex JJB Renderer Importable"
  - Make Apex JJB Renderer Importable

    Wrapping the script into a function will make it importable from other
    python code. Calling the file directly will still work as it did before.

    Change-Id: I8336d34b05687fa650ce1c123bb37fa311ce2978
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Michael Polenchuk [Tue, 20 Mar 2018 13:41:35 +0000 (17:41 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [virtual/odl] Use default gw offered from dhcp

    Remove default route to external gateway on compute nodes
    instead of placing wrapper script as a workaround.

    Change-Id: I8e1d5d9920a7aa2ed2d1092ebce692176a3bf41a
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Markos Chandras [Mon, 19 Mar 2018 16:22:47 +0000 (16:22 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - xci: Move cleanup script outside of bifrost

    The cleanup script has grown quite a bit over time and it now does more
    things than cleaning up old 'bifrost' artifacts to move it to the global
    files directory so it can be used by all installers.

    Change-Id: Ibf70ff255f14e798216cedc71fb7c5f5476b964a
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Markos Chandras [Tue, 20 Mar 2018 17:28:50 +0000 (17:28 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge changes from topic 'allow-deployment-overrides'

    * changes:
      xci: infra: bifrost: Avoid installing Ansible twice
      Add initial support for multiple infra deployers

  - xci: infra: bifrost: Avoid installing Ansible twice

    We already install Ansible globally and we also install another version
    of it in the bifrost venv. Even though the OSA Ansible may move faster
    than the bifrost one, we normally pin both projects so we can move them
    when they can work with the same Ansible version. As such, lets make the
    deployment a little bit faster by simply not installing Ansible twice.

    Change-Id: I121ef5979607b62e76300db1bc6d51fc27362d5b
Signed-off-by: Markos Chandras <mchandras@suse.de>
  - Add initial support for multiple infra deployers

    bifrost is currently the only way to deploy the infrastructure but
    in the future other solutions will be added so we need to do some
    preparation for XCI integration.

    Change-Id: I961dd42157c924d88747074ddba6a318f8b537ac
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Fatih Degirmenci [Tue, 20 Mar 2018 15:51:58 +0000 (16:51 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - xci: Set CI_LOOP, FUNCTEST_MODE, and FUNCTEST_SUITE_NAME in jobs

    These variables are needed for displaying details of functest run.
    Apart from that and more importantly, FUNCTEST_SUITE_NAME will be
    important for adjusting the criteria for verifying and promoting
    scenarios.

    Change-Id: I7a3c82c6babc4d5e057b26fda697e9fc969c8526
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Georg Kunz [Sun, 11 Feb 2018 22:15:58 +0000 (23:15 +0100)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Exemption process for disabling strict API validation

    This document describes an exemption process for disabling strict API
    response validation.

    JIRA: DOVETAIL-617

    Change-Id: I690efdcae7dd15a6c0781a837a62677904836fca
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
6 years agoUpdate git submodules
Emma Foley [Tue, 20 Mar 2018 13:24:11 +0000 (13:24 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "update scenario test cases according to gating release"
  - update scenario test cases according to gating release

    JIRA: YARDSTICK-1046

    Change-Id: I12223876d1cf1f3e45152f6b7996b75a66b16fe6
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
Emma Foley [Tue, 20 Mar 2018 13:18:39 +0000 (13:18 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Bugfix: sutie -> suite in documentation"
  - Bugfix: sutie -> suite in documentation

    Change-Id: Ia898a7a6d95e74b16cfc754b615cccfd9c5380ad
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Markos Chandras [Tue, 20 Mar 2018 13:17:57 +0000 (13:17 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "display the correct deploy scenario for the functest run"
  - display the correct deploy scenario for the functest run

    Change-Id: I0b8a6d9409d95033839bdc5b3fbe9d1cbbdf4b7c
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
6 years agoUpdate git submodules
valentin boucher [Tue, 20 Mar 2018 12:11:26 +0000 (12:11 +0000)]
Update git submodules

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

    This centralized file is reused by functest-kubernetes.

    Change-Id: Id0d9d4bb4be4368ee8181f73e8c5626414d6291d
Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>
6 years agoUpdate git submodules
Cedric Ollivier [Tue, 20 Mar 2018 10:47:48 +0000 (10:47 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Implement trunk ports - Documentation part"
  - Implement trunk ports - Documentation part

    The tempest testcases have been integrated from Neutron trunk testcases.
    The relevant documentation has been updated.

    JIRA: FUNCTEST-926

    Change-Id: I56cbd0ebb211a283e4e11df28ad6d1520d18e25a
Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
6 years agoUpdate git submodules
Cédric Ollivier [Tue, 20 Mar 2018 10:25:30 +0000 (11:25 +0100)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Stop redirecting dnsmasq messages

    Else dnsmasq is defunct: "dnsmasq: junk found in command line".

    It partially reverts "Mute log in vnfs" [1] from the time being to
    allow gating.

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

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

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "Access the K8s dashboard and configure the CLI in opnfv host"
  - Access the K8s dashboard and configure the CLI in opnfv host

    1. Add the type: NodePort in dashboard service. the default is ClustIP,
       which cannot access from outside.
    2. Print the url ,user, password for user to access dashboard.
    3. configure the kubectl CLI in opnfv host.

    Change-Id: I6cb6e6f7547412139ece0c40a85de67a9edce0ef
Signed-off-by: wutianwei <wutianwei1@huawei.com>
6 years agoUpdate git submodules
Gordon Kelly [Tue, 20 Mar 2018 09:25:19 +0000 (09:25 +0000)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - Merge "ansible: add task to copy custom types.db file to targets"
  - ansible: add task to copy custom types.db file to targets

    Change-Id: I0ae30a46d11d53cdc218e38d0b3a852aa5be147d
Signed-off-by: Gordon Kelly <gordon.kelly@intel.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Tue, 20 Mar 2018 09:11:21 +0000 (09:11 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "xci: Enable post merge promotion for generic scenarios"
  - xci: Enable post merge promotion for generic scenarios

    Change-Id: Iacbd6515de08e77e3874354fc8e23a6cf8f7bf61
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
QiLiang [Tue, 20 Mar 2018 08:28:38 +0000 (16:28 +0800)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - Update ci deploy sequences

    - Add time consuming count for each scenarios
    - Add istio for container4nfv

    Change-Id: I3ed377492d6228e1c04362fee41f8b258f8ffd5a
Signed-off-by: QiLiang <liangqi1@huawei.com>
6 years agoUpdate git submodules
Yifei Xue [Tue, 20 Mar 2018 08:48:52 +0000 (08:48 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "Fix workaround of image upload through horizon"
  - Fix workaround of image upload through horizon

    1. using horizon group limit
    2. set fact openstack_release to hostvars of
    localhost

    Change-Id: I0af0da1a508e862d0e2bb975f29897ec2948617f
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Tue, 20 Mar 2018 08:44:40 +0000 (08:44 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "xci: Make centos job non-voting for promotion"
  - xci: Make centos job non-voting for promotion

    verify-centos jobs do not vote for patch verification since
    things on centos are still shaky. Make merge-centos jobs
    non-voting for promotion as well by not allowing them to
    fail the entire promotion job or by stopping the promotion.

    Change-Id: Idf7b3c7586d94454ff94cd0bccf42f02954c722c
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Linda Wang [Tue, 20 Mar 2018 08:38:58 +0000 (08:38 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Put TestResults.json in the right dir"
  - Put TestResults.json in the right dir

    https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-master/26/console

    Change-Id: Icfdc0030d517b1885a94c2815aeb35257fdfd590
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Linda Wang [Tue, 20 Mar 2018 08:38:13 +0000 (08:38 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Fix apidoc builds"
  - Fix apidoc builds

    Change-Id: Id5846d0c66a52fa72b6cd32333f18c485877aa8f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Linda Wang [Tue, 20 Mar 2018 08:21:45 +0000 (08:21 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Remove unused code in vyos_vrouter"
  - Remove unused code in vyos_vrouter

    Change-Id: I0fcfa886bfb5133d5e4b3face1e649e4cf8b9fc0
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Jose Lausuch [Tue, 20 Mar 2018 08:10:03 +0000 (08:10 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Temporary incease functest jobs timeout for arm"
  - Temporary incease functest jobs timeout for arm

    JIRA: ARMBAND-366

    Change-Id: I6b513b6775b612bcc30327535e71827a7dd36ed9
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
6 years agoUpdate git submodules
Guo Ruijing [Tue, 20 Mar 2018 15:30:12 +0000 (11:30 -0400)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - disable kata

    Change-Id: I00c0912415bbaeb9a84f88d333a5e2dae79a75ff
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
6 years agoUpdate git submodules
Qiang Dai [Tue, 20 Mar 2018 04:06:49 +0000 (12:06 +0800)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - add nettest client code and some bugfix

    1. add nettest client code
    2. provide get testcase result file interface
    3. delete useless code to avoid produce userdata file
    4. modify throughput parameter to shrink test time

    Change-Id: I88edccab326381aadb6f7a64a6005e461325055b
Signed-off-by: Qiang Dai <Qiang.Dai@spirent.com>
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>