opnfvdocs.git
6 years agoUpdate git submodules
Jack Chan [Wed, 7 Mar 2018 01:54:20 +0000 (01:54 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add test case sample to enable mixed network"
  - Add test case sample to enable mixed network

    JIRA: YARDSTICK-1001

    Change-Id: Ia6985795b757e5f8ff29cb1c23d909d80502fae5
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
Ross Brattain [Wed, 7 Mar 2018 01:52:55 +0000 (01:52 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "add opnfv_k8-nosdn-lb_ceph-noha_daily.yaml"
  - add opnfv_k8-nosdn-lb_ceph-noha_daily.yaml

    https://build.opnfv.org/ci/job/yardstick-joid-baremetal-daily-master/2206/console

    Change-Id: Ib5fc186caa285ef8f6a879fd1fd2f786b07a257a
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
zhihui wu [Sun, 4 Mar 2018 08:23:58 +0000 (16:23 +0800)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - generate inventory file and ssh configuration file

    Generate inventory file and ssh configuration file for VM.
    The default image is ubuntu 16.04. So the ansible user is
    ubuntu.

    Change-Id: Ie14ebcdcfbc24f045ffd32785eec07df5798c5fb
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
6 years agoUpdate git submodules
Rex Lee [Wed, 7 Mar 2018 01:14:36 +0000 (01:14 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "[bugfix]tc006 failed due to volume attached to different location "/dev/vdc""
  - [bugfix]tc006 failed due to volume attached to different location "/dev/vdc"

    JIRA: YARDSTICK-857

    The yardstick test suites are failing for os-odl-bgpvpn-ha and os-odl-bgpvpn-noha scenarios installed with apex.
    Here are the yardstick test run logs:
    os-odl-bgpvpn-ha: https://build.opnfv.org/ci/job/yardstick-apex-baremetal-daily-master/624//consoleFull, https://build.opnfv.org/ci/job/yardstick-apex-baremetal-daily-master/640//consoleFull
    os-odl-bgpvpn-noha: https://build.opnfv.org/ci/job/yardstick-apex-baremetal-daily-master/637//console

    The root cause of the problem is in some environment the block device cannot be attached to the target path.
    In this patch, the actually device path is found and used.

    Change-Id: I46c601960a0668c81f9b73504ef9553f9e8591dc
Signed-off-by: JingLu5 <lvjing5@huawei.com>
6 years agoUpdate git submodules
Ross Brattain [Tue, 6 Mar 2018 23:28:57 +0000 (23:28 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add start service operation"
  - Add start service operation

    Support the capability to start a service through the operation
    perspective.

    JIRA: YARDSTICK-1041

    Change-Id: If817f4a522546de2e4a826c1e85b3545e6f3efed
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 6 Mar 2018 22:55:53 +0000 (23:55 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump for public VIP fixup

    Change-Id: Ica9079c8d26a9344d7b9b854bf1a780fad51f00d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 6 Mar 2018 19:03:53 +0000 (20:03 +0100)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [patch] Fixup ceilometer server publisher default

    - backport proposed fixup for ceilometer;
    - remove 'ignore: all' from .gitmodules to make it easier to bump the
      submodule;
    - bump system submodule to upstream latest;
    - drop patch merged upstream;

    JIRA: FUEL-350

    Change-Id: I68f232e0da5af368a1669a7379eedde5c4168b84
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Emma Foley [Tue, 6 Mar 2018 17:21:43 +0000 (17:21 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Move SSH key generation from "init" to "deploy""
  - Move SSH key generation from "init" to "deploy"

    In [1], the Context SSH key generation was modified; the SSH now has a
    name matching the name context (which depends on the given name and
    the task ID).

    In a test suite, the task ID is the same for all test cases executed
    in the same batch. If the context name of different test cases is the
    same (there is no impediment, e.g.: "demo", "yardstick"), the SSH key
    filename will be the same.

    Currently the SSH key generation is done during the initialization
    process, at the begining of the test suite executing. If, by
    coincidence, two test cases have the same context name, the first
    one will remove the SSH key file during the "undeploy" process; then
    the second one will rise an exception because the SSH key file is
    deleted.

    This patch moves the SSH key file generation from the initialization
    process to the context deploy process:

      TEST SUITE:
        - init: parse all test cases
        - test case 1:
          - deploy (generate SSH keys)
          - run
          - undeploy (delete SSH keys)
        - test case 2: ...

    [1] Id175061d6cfe23a068bb3d12ce176c1f176e8236

    JIRA: YARDSTICK-1045

    Change-Id: I05dc46db20d2a0cba3092c415ce9b248513406fb
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Aric Gardner [Tue, 6 Mar 2018 16:57:35 +0000 (16:57 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Bugfix of the wrong regrex for Dovetail Jobs"
  - Bugfix of the wrong regrex for Dovetail Jobs

    Change-Id: I5823f763d2f321a0b2505ca3ecd042e928b5a42c
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
spisarski [Mon, 26 Feb 2018 16:51:45 +0000 (09:51 -0700)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Ensure project for routers are handled properly.

    Routers should be able to be created by admin users to other
    projects. Routers without admin users should only be able to
    create ones to their default project.

    JIRA: SNAPS-266

    Change-Id: I5ecfbcc2ed94bbab211751da9521f3ec1d4ff66d
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Periyasamy Palanisamy [Tue, 6 Mar 2018 13:14:13 +0000 (14:14 +0100)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - remove block comment for testcase_8

    somehow bgpvpn testsuite is not running in the bgpvpn-ha ci loop
    because of testcase_8. when bgpvpn tries to execute this testcase,
    somehow execution is stopped and no logs being generated from the
    setup. The only different is this testcase is having block comment
    with delimeter and this is being imported as a module inside
    run_sdnvpn_tests. Hence replacing block comment with single line
    comments. This issue is very sporadic even in the local setup
    and running fine after changing it with single line comments.

    Change-Id: I5d71ec2a8c532b5dd77b2136ca7e95a7838683dc
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 6 Mar 2018 16:29:20 +0000 (16:29 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[keepalived] Check proccess id of nginx on proxy"
  - [keepalived] Check proccess id of nginx on proxy

    By default vrrp script seeks out haproxy process id, so change
    check_pidof script arguments to "nginx" on proxy nodes.

    Change-Id: I616bf90ba49fa8257d28d236dcf3b7c5598039f1
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Michael Polenchuk [Tue, 6 Mar 2018 12:19:22 +0000 (16:19 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Mend opendaylight settings

    * class including order (default was used)
    * disable root_helper_daemon (incompatible with UCA)
    * turn off websocket for pseudo agent updates

    Change-Id: I4d7971d393da184bdd55f65b4d3fd8d9e898543f
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Morgan Richomme [Tue, 6 Mar 2018 13:32:20 +0000 (13:32 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Build functest-patrole in Functest multijob"
  - Build functest-patrole in Functest multijob

    Change-Id: Ic67c3f1556b1e0cf382c640bacb6e3d672564507
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Yifei Xue [Tue, 6 Mar 2018 12:42:33 +0000 (12:42 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "Remove the password of openstack services in compass4nfv"
  - Remove the password of openstack services in compass4nfv

    JIRA: COMPASS-586

    There are lots of hardcode about openstack service name and password.
    We would generate the services password randomly when running role config-osa.

    Change-Id: Ia0fec0c95a99d378febc837794e8ff550d10af4f
Signed-off-by: wutianwei <wutianwei1@huawei.com>
6 years agoUpdate git submodules
xudan [Mon, 5 Mar 2018 03:30:34 +0000 (22:30 -0500)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Bugfix: it crashes when check_tc_result returns None

    The function 'check_tc_result' may return 'None'.
    In this case it will throw an exception because of
    https://github.com/opnfv/dovetail/blob/master/dovetail/run.py#L65

    The exception is like
    Traceback (most recent call last):
    File "/usr/local/lib/python2.7/dist-packages/dovetail/run.py", line 339, in <module>
    main()
    File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 716, in _call_
    return self.main(*args, **kwargs)
    File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 696, in main
    rv = self.invoke(ctx)
    File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 889, in invoke
    return ctx.invoke(self.callback, **ctx.params)
    File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 534, in invoke
    return callback(*args, **kwargs)
    File "/usr/local/lib/python2.7/dist-packages/dovetail/run.py", line 304, in main
    duration = run_test(testsuite_yaml, testarea, logger, kwargs)
    File "/usr/local/lib/python2.7/dist-packages/dovetail/run.py", line 65, in run_test
    if stop_on_fail['criteria'] == "FAIL" and kwargs['stop']:
    TypeError: 'NoneType' object has no attribute '_getitem_'

    JIRA: DOVETAIL-622

    Change-Id: I9e612b380c3dfb148692074a3bf8eb31875213ac
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Yifei Xue [Tue, 6 Mar 2018 09:28:05 +0000 (17:28 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Add git package for k8s deployment

    JIRA: -

    Ks8 deployment doesn't install git, this will cause failure in
    Stor4nfv scenarios. So proposing this patch to solve this.

    Change-Id: I98ab0b3a2a5f46eb1eebd4ea94fb60ccafe10272
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
6 years agoUpdate git submodules
SerenaFeng [Fri, 2 Mar 2018 10:20:45 +0000 (18:20 +0800)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - simplify file existence check with os.path.isfile()

    Change-Id: I89d15e18c588c27ab41596119d5288cba6e4e02d
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
  - leverage data_files to eliminate so many hardcoded abs_path_seekings

    1. mv conf/ userconfig/ compliance/ patch to etc/
    2. after installation etc/ will be put under /etc/dovetail
    3. leveraging /etc/dovetail in coding

    Change-Id: Icf9cb00ff7fc7cf35755f60d3e258b23e2c70839
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
6 years agoUpdate git submodules
Fatih Degirmenci [Tue, 6 Mar 2018 09:13:08 +0000 (09:13 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "barometer_docker: add barometer-snmp to build"
  - barometer_docker: add barometer-snmp to build

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

* Update docs/submodules/releng from branch 'master'
  - Merge "[fuel, armband] Add os-ovn-nofeature-ha scenario"
  - [fuel, armband] Add os-ovn-nofeature-ha scenario

    While at it, cleanup useless ovn/Euphrates jobs, we didn't have OVN
    in E release of Fuel@OPNFV.

    JIRA: FUEL-329

    Change-Id: I4a9b476c292a05cf0b9cadaa3102ebccf2baa10a
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
mei mei [Tue, 6 Mar 2018 07:07:34 +0000 (07:07 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[compass4nfv] add the docker images build"
  - [compass4nfv] add the docker images build

    add two new docker iamges
    1. compass-tasks-k8s
    2. compass-tasks-osa

    Change-Id: I31a09e02a251df4a8a94437c664151c4b14e12e3
Signed-off-by: wutianwei <wutianwei1@huawei.com>
6 years agoUpdate git submodules
Xuan Jia [Tue, 6 Mar 2018 02:48:39 +0000 (02:48 +0000)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - Merge "Istio implementation for clearwater chart"
  - Istio implementation for clearwater chart

    1. Services ports renamed.
    2. Added label 'app' inside all the deployment's yamls.
    . README.md added with configuration information.

    JIRA: CLOVER-3
    JIRA: CONTAINER-22

    Change-Id: I4c58b9ad6b5e0e598ad6a152f58c8afad084a805
Signed-off-by: Laura Sofia Enriquez <lsofia.enriquez@gmail.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 6 Mar 2018 02:51:00 +0000 (03:51 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - p/reclass-system: Rebase mcelog removal patch

    Change-Id: I2d45fc36f07bddad7574a632e58d14f9b4fdbdbd
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 6 Mar 2018 02:36:17 +0000 (03:36 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump for ovn cluster name fixup

    Change-Id: Icc6c2f3be43fbb86db412abc4e02adb371f18039
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 6 Mar 2018 02:31:50 +0000 (03:31 +0100)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [ovn] Fix cluster name in dummy baremetal scenario

    JIRA: FUEL-329

    Change-Id: I56c8e027dc797a86848b73af30adbf40de119f85
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 6 Mar 2018 02:19:29 +0000 (03:19 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump & rebase for OVN HA scenario

    JIRA: FUEL-329

    Change-Id: I74d871df506b48286e993540ad5ad25a08dae4b3
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 6 Mar 2018 01:43:23 +0000 (02:43 +0100)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [ha] Add ovn scenario placeholder

    - dummy copy of os-nosdn-nofeature-ha masquerading as
      os-ovn-nofeature-ha scenario placeholder;

    JIRA: FUEL-329

    Change-Id: Ic5e6d65cf057289bb13ce2fa157b6ba53d7dab80
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Jack Chan [Tue, 6 Mar 2018 01:30:13 +0000 (01:30 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Enable heat context to support existing network"
  - Enable heat context to support existing network

    JIRA: YARDSTICK-970

    Change-Id: I593af4b3a30e52521e3d77fd84bec16ab4733483
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
mei mei [Tue, 6 Mar 2018 01:00:03 +0000 (01:00 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "container4nfv: run scenarios on arm baremetal"
  - container4nfv: run scenarios on arm baremetal

    Change-Id: I3ee659fafcf37b84f261444844af9c421d6843ca
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
6 years agoUpdate git submodules
Aaron Smith [Mon, 5 Mar 2018 22:14:29 +0000 (22:14 +0000)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - Merge "Auto Generated INFO.yaml file"
  - Auto Generated INFO.yaml file

    INFO.yaml meant to be machine readable.
    This file was auto generated from an ldap lookup
    and your projects INFO file.

    Meeting times are not currently filled out.
    please ammend this patchset to complete

    Going forward comitter promotions should be done
    against this file.

    PTLs:
    Must be merged for you to gain delete access on
    testresults.opnfv.org

    Change-Id: Ia3bd90b129b0691f1d6b51e3daec66966d0f3d15
Signed-off-by: agardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
Aric Gardner [Mon, 5 Mar 2018 21:20:09 +0000 (21:20 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[pharos] Run verify job for utils/*.py changes"
  - [pharos] Run verify job for utils/*.py changes

    Change-Id: I9ecfb78c715d68bd5dd11f42829c040c9bde6f6b
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Ross Brattain [Mon, 5 Mar 2018 20:52:46 +0000 (20:52 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Bug fix ansible scripts"
  - Bug fix ansible scripts

    For 'qemu-img version 2.10.1' unit 'MB' is not acceptable
    Changing to 'M'

    JIRA: YARDSTICK-1019

    Change-Id: Ic9153e9e9c85d949d15b1d15cc8cddfad986b4a3
Signed-off-by: John O Loughlin <john.oloughlin@intel.com>
6 years agoUpdate git submodules
Ross Brattain [Mon, 5 Mar 2018 20:52:26 +0000 (20:52 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Error in string format in HeatTemplateError message"
  - Error in string format in HeatTemplateError message

    There is a missing "s" in HeatTemplateError message [1].

    [1]https://github.com/opnfv/yardstick/blob/8400c1895c49cb0c7802692f75d820fb5b8b7dc4/yardstick/common/exceptions.py#L70

    JIRA: YARDSTICK-1047

    Change-Id: Ieb6fbf0af35d624015dbf34f34de7c7cc9145dd5
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 5 Mar 2018 19:12:05 +0000 (20:12 +0100)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [reclass] Add missing neutron keyword in class uri

    Change-Id: I71fdc7ccd84a0700333734b5144a4281b53cf25b
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
agardner [Mon, 5 Mar 2018 18:42:44 +0000 (13:42 -0500)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Allow monit config script to use custom hostname

    we need to use this script for connecting labs.opnfv.org machines
    to the sandbox.opnfv.org

    adds optional -l swtich

    Change-Id: I620c963841a2ff39a8c08565cb474f7fdb833c74
Signed-off-by: agardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
Michael Polenchuk [Mon, 5 Mar 2018 16:47:05 +0000 (20:47 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Align opendaylight settings with upstream

    Change-Id: If7d51555bc13dbcaa63f93ab1993f3655e2ce643
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
agardner [Mon, 5 Mar 2018 17:53:25 +0000 (12:53 -0500)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Add start delay to monit for jnlp daemon

    delay the first check by 4-minutes
    This is a better solution thant check process every 2 cycles
    check process every 2 cycles delays initial startup by 2 cycles

    delay check gives the script time to spawn, as the wget slave.jar takes
    some time from china.

    Change-Id: I8066e5b65efc41aaa67ee0f6ab8ee2c1aa86a67c
Signed-off-by: agardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 5 Mar 2018 17:50:07 +0000 (17:50 +0000)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - Merge "config/installers: Adopt j2 'do' extension"
  - config/installers: Adopt j2 'do' extension

    Change-Id: Iffc473a4c90ff4ee8cfbcc304a3462559199fbe0
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 5 Mar 2018 16:58:01 +0000 (17:58 +0100)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - generate_config: minor code formatting updates

    Change-Id: If0ee12287f4257f2de315bd6ad82edb709e24492
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Ross Brattain [Mon, 5 Mar 2018 17:49:32 +0000 (17:49 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Fix report generation"
  - Fix report generation

    The command "yardstick report generate task_id yaml_name" was returning
    some errors and failing to generate a html report.
    With this fix an html report will be generated with all data from influx.

    JIRA: YARDSTICK-1023

    Change-Id: If9aab4b85cfb2b5809f608568e1adb2ddeec8b78
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 5 Mar 2018 16:49:48 +0000 (17:49 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump for j2 jump br parsing

    Change-Id: Ia3339b12edec31dade068e9c37899706469a75f3
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Cedric Ollivier [Mon, 5 Mar 2018 16:26:34 +0000 (16:26 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Fix Rally scenario parameters representation"
  - Fix Rally scenario parameters representation

    Use printable format of string in scenario input parameters.

    JIRA: FUNCTEST-946

    Change-Id: Ic4826506a6f030e749fecdc7f880e9f911f9c987
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
6 years agoUpdate git submodules
Aaron Smith [Mon, 5 Mar 2018 16:11:24 +0000 (16:11 +0000)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - Merge "Switch from openstack.creds to the new env_file"
  - Switch from openstack.creds to the new env_file

    This file was renamed to avoid linking Kubernetes testcases to
    OpenStack credentials.

    This patch is mandatory for gating.

    Change-Id: I6b4e7e83d6dfc8cf1d60bf016ef258a273156ffe
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Aaron Smith [Mon, 5 Mar 2018 16:10:59 +0000 (16:10 +0000)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - Merge "Switch to Xtesting"
  - Switch to Xtesting

    It inherits from xtesting.core.feature [1].

    [1] http://xtesting.readthedocs.io/en/latest/apidoc/xtesting.core.feature.html

    Change-Id: Ib547aa60d9b8bf61ab5433496d7149a43355d08c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Sun, 4 Mar 2018 02:50:01 +0000 (03:50 +0100)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [jump req] Move pkg installation to lib.sh

    Change-Id: I687b73b256aca78c9d41d4bcd49bfbde51278b51
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
  - [deploy.sh] Factor out jump bridge parsing to j2

    Change-Id: Ie4d8e70866d533d195a6e80cdfecbdb00a3027ce
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Manuel Buil [Mon, 5 Mar 2018 15:14:51 +0000 (15:14 +0000)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Merge "Remove run_sfc_tests.py from scripts"
  - Remove run_sfc_tests.py from scripts

    It is no longer called via BashFeature.

    Change-Id: I8ae6b24d5e02f269056c1d4615b436c1a2a3a903
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Manuel Buil [Mon, 5 Mar 2018 15:14:29 +0000 (15:14 +0000)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Merge "Import xtesting module"
  - Import xtesting module

    Change-Id: Id524fbf1677844b5172f52c857cf8bed8d075ff3
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Cedric Ollivier [Mon, 5 Mar 2018 14:49:55 +0000 (14:49 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Load SfcFunctest instead of running a bash script"
  - Load SfcFunctest instead of running a bash script

    It allows publishing tests details.

    Change-Id: Iffc49f8258cdd2c145750343003f21921ac7ff67
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Linda Wang [Mon, 5 Mar 2018 09:02:48 +0000 (09:02 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Config volume_device_name as vdc for fuel

    JIRA: FUNCTEST-947

    Change-Id: I69a83dc69eaa4379c630e201e837f29311c716b9
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Yibo Cai [Mon, 5 Mar 2018 05:01:50 +0000 (13:01 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - deploy/conf: add arm baremetal pod configuration

    - k8-nosdn-nofeature-noha.yml: 1 master + 1 slave
    - k8-nosdn-nofeature-ha.yml: 3 masters + 2 slaves

    Change-Id: I7cf4bfd7264bfdaf6d89841c8f39daf0d3d6bae2
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
6 years agoMerge "Adding auto project as submodule"
Sofia Wallin [Mon, 5 Mar 2018 08:53:19 +0000 (08:53 +0000)]
Merge "Adding auto project as submodule"

6 years agoAdding auto project as submodule 87/53087/1
Sofia Wallin [Mon, 5 Mar 2018 08:49:53 +0000 (09:49 +0100)]
Adding auto project as submodule

Change-Id: I264968d834f007a1d65506a2f93ac49ce754f557
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
6 years agoUpdate git submodules
Manuel Buil [Fri, 2 Mar 2018 15:42:56 +0000 (16:42 +0100)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Remove glance_utils as we don't use it anymore

    Change-Id: I44d0dd4fdabd38f09e6113c28668f11a40c6ba86
Signed-off-by: Manuel Buil <mbuil@suse.com>
6 years agoUpdate git submodules
agardner [Fri, 2 Feb 2018 23:09:25 +0000 (18:09 -0500)]
Update git submodules

* Update docs/submodules/promise from branch 'master'
  - Auto Generated INFO.yaml file

    INFO.yaml meant to be machine readable.
    This file was auto generated from an ldap lookup
    and your projects INFO file.

    Meeting times are not currently filled out.
    please ammend this patchset to complete

    Going forward comitter promotions should be done
    against this file.

    PTLs:
    Must be merged for you to gain delete access on
    testresults.opnfv.org

    If project_lead: is missing (my script could not parse)
    please amend with same from commiters section eg:

    project_lead: &opnfv_$project_ptl
        name: 'Lead Name'
        email: 'lead email'
        id: 'lead lfid'
        company: 'lead company'

    Change-Id: Ie0cae9a35db14235e89fb7291cc084c7cd5f94ae
Signed-off-by: agardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
Ross Brattain [Mon, 5 Mar 2018 08:06:43 +0000 (08:06 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "prepare_env.sh: fix some shellcheck warnings"
  - prepare_env.sh: fix some shellcheck warnings

    prepare_env.sh:13:3: note: Double quote to prevent globbing and word splitting. [SC2086]
    prepare_env.sh:14:3: note: Double quote to prevent globbing and word splitting. [SC2086]
    prepare_env.sh:15:3: note: Double quote to prevent globbing and word splitting. [SC2086]
    prepare_env.sh:16:3: note: Double quote to prevent globbing and word splitting. [SC2086]
    prepare_env.sh:17:3: note: Double quote to prevent globbing and word splitting. [SC2086]
    prepare_env.sh:18:3: note: Double quote to prevent globbing and word splitting. [SC2086]
    prepare_env.sh:22:8: warning: Declare and assign separately to avoid masking return values. [SC2155]
    prepare_env.sh:28:1: warning: INSTALLERS appears unused. Verify it or export it. [SC2034]
    prepare_env.sh:36:5: warning: Can't follow non-constant source. Use a directive to specify location. [SC1090]
    prepare_env.sh:42:1: note: Double quote to prevent globbing and word splitting. [SC2086]
    prepare_env.sh:46:5: warning: Can't follow non-constant source. Use a directive to specify location. [SC1090]
    prepare_env.sh:46:12: note: Double quote to prevent globbing and word splitting. [SC2086]
    prepare_env.sh:53:5: warning: i appears unused. Verify it or export it. [SC2034]
    prepare_env.sh:54:27: note: Double quote to prevent globbing and word splitting. [SC2086]
    prepare_env.sh:68:25: note: Double quote to prevent globbing and word splitting. [SC2086]
    prepare_env.sh:73:19: note: Double quote to prevent globbing and word splitting. [SC2086]
    prepare_env.sh:73:49: note: Double quote to prevent globbing and word splitting. [SC2086]
    prepare_env.sh:76:27: note: Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead. [SC2002]
    prepare_env.sh:77:24: note: Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead. [SC2002]
    prepare_env.sh:80:46: note: Double quote to prevent globbing and word splitting. [SC2086]
    prepare_env.sh:83:46: note: Double quote to prevent globbing and word splitting. [SC2086]
    prepare_env.sh:86:46: note: Double quote to prevent globbing and word splitting. [SC2086]
    prepare_env.sh:89:43: note: Double quote to prevent globbing and word splitting. [SC2086]
    prepare_env.sh:92:43: note: Double quote to prevent globbing and word splitting. [SC2086]
    prepare_env.sh:96:71: note: Double quote to prevent globbing and word splitting. [SC2086]

    Change-Id: I96a1f591b825d21e3ba202f1d681449347d940a6
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Serena Feng [Mon, 5 Mar 2018 07:12:35 +0000 (07:12 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Report the result to TestAPI"
  - Report the result to TestAPI

    Report the provision result to TestAPI.

    Change-Id: I05a3a870125c2b1e74b98da043b53684ea334683
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
6 years agoUpdate git submodules
Georg Kunz [Sat, 3 Feb 2018 22:09:21 +0000 (23:09 +0100)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Adding SDNVPN tempest test cases to proposed_tests suite

    Adding the SDNVPN Tempest API test cases of the SDNVPN project to the
    proposed_tests suite to allow for running these tests in the CI pipeline for
    validating their suitability for inclusion in the OVP Euphrates release.

    JIRA: DOVETAIL-608

    Change-Id: Ic12db1584a2540a14979094c65fc128c6020ecea
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
6 years agoUpdate git submodules
Julien [Mon, 5 Mar 2018 03:27:39 +0000 (03:27 +0000)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - Merge "Add SDF files in Octopus"
  - Add SDF files in Octopus

    Add SDF files in Octopus to scenarios sub-directories. In the future,
    we will add schema files for SDF just like PDF/IDF.

    Change-Id: I248834bc7fe91bfbd8afe4827905f6ebd4f7a5ab
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
6 years agoUpdate git submodules
Ross Brattain [Thu, 1 Mar 2018 02:17:04 +0000 (18:17 -0800)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - heat: replace neutronclient with shade

    neutronclient is deprecated and also has bunches of issues with SSL and
    such.

    JIRA: YARDSTICK-890
    JIRA: YARDSTICK-1032

    Change-Id: I41c9aac0ea69e1307560a001f7dc34178fcd7e71
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Sun, 4 Mar 2018 20:49:10 +0000 (21:49 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump & rebase for IP allocation rework

    Change-Id: I51699789c2485c758b9960ec689c1f436a57dd8d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Cédric Ollivier [Sun, 4 Mar 2018 17:38:44 +0000 (18:38 +0100)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Update module to xtesting.core.feature for parser

    Change-Id: I8c4e34b7907d1809e100c6677101b8076272f493
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Sun, 4 Mar 2018 11:19:15 +0000 (12:19 +0100)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Set user domain name when creating users

    It updates juju_epc.py and cloudify_vrouter.py.

    Change-Id: I8cf97e31d78a4d48ad815faadc8e4130581e1c21
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Sun, 4 Mar 2018 10:37:33 +0000 (11:37 +0100)]
Update git submodules

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

    Change-Id: I4dc3eb42d122986fb2ac131279aab57cdf92d916
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Linda Wang [Sun, 4 Mar 2018 07:24:04 +0000 (07:24 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Support domains when creating project/user

    JIRA: FUNCTEST-945

    Change-Id: Ibfce5a7d2ebb59a83ad5b2b6344c2fc87d7f3e84
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Cédric Ollivier [Sat, 3 Mar 2018 18:17:36 +0000 (19:17 +0100)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Set default volume_device_name = vdb

    refstack_defcore is currently failing on all installers.
    It will highlight the right value per installer.

    A better way is to manage the device name by a new env var set by all
    installers (it may depend on kdrive configurations)

    JIRA: FUNCTEST-947
    Change-Id: If1c12bc6798bc89136715bc78f2ac0b798e669e6
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Sat, 3 Mar 2018 18:41:56 +0000 (19:41 +0100)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [submodule] Bump Pharos for IDF updates

    Change-Id: I9e71d9006bad53cc79805ed9255b53b6c5705725
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Sat, 3 Mar 2018 18:32:58 +0000 (19:32 +0100)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - [IDF] zte-pod1: Remove br-mgmt

    All recent Fuel deploy attempts on zte-pod1 failed due to br-mgmt
    not being present (or up), although it is defined in IDF.
    Since this bridge is optional in the Fuel deployment process and
    mostly useful for manual debugging, let's remove it from idf.fuel.

    Change-Id: I130ec61427237f979f6a6212ca8c291ba203ef39
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 8 Feb 2018 19:35:44 +0000 (20:35 +0100)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [j2 parsing] Adopt new generate_config features

    - bump Pharos git submodule for j2 'do' extension + batch mode;
    - adopt j2 'do' in our templates;
    - use int filter for 'native' vlan check;
    - lib.sh: adopt `-i` to remove `ln` hack for net_map.j2;
    - lib.sh: adopt `-b` to speedup template parsing;

    NOTE: Bumping Pharos will also bring in the latest changes in
    pod_config.yml.j2, which include massive IP shifts and updates.

    JIRA: FUEL-335

    Change-Id: I7d3a997b3d8659d5f09f867870fb3a148c1ec6df
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 2 Mar 2018 21:55:02 +0000 (22:55 +0100)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - [fuel] Fix missing space between yaml key:val

    Change-Id: Icf0e5d386f593bb691f777704ac799c8729221ce
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Markos Chandras [Fri, 2 Mar 2018 14:06:53 +0000 (14:06 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - xci: Make few of OpenStack-Ansible components optional

    Ironic and Horizon are not quite needed for a functional deployment
    and they are not currently required by functest so we can remove them
    from the default deployment.

    Change-Id: I171483f7b774951f84687529e98cb519afa48043
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 2 Mar 2018 17:29:53 +0000 (18:29 +0100)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - generate_config: New `-b` arg for batch processing

    Sometimes, parsing multiple j2 templates based on the same PDF+IDF
    is needed, in which case we'd have to call generate_config once for
    each template.

    Add a new argument, `-b`, which allows batch processing of multiple
    templates in one go:
    - files ending in '.j2' (e.g. 'template.yml.j2') will be expanded to
      a file without the '.j2' suffix in the same directory as the
      source template (e.g. 'template.yml');
    - templates not ending in '.j2' are skipped in batch mode;
    - in order to pass multiple templates, `-j` argument can now be passed
      multiple times, similar to `-i`;
    - although relative filepaths still work, it is highly recommended to
      use the full path (abspath) for j2 templates;
    - to avoid filename collisions, j2 parser will open '/' (as well as
      any directories specified via `-i`) and lookup each j2 template
      by its full path;

    Add a new argument, `-v` for verbose logging.

    While at it, import only needed functions from 'os.path' to make our
    code more compact and easier to read.

    Change-Id: I2291935d42e4196813cd75154d5b674bcc330183
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Zhijiang Hu [Tue, 27 Feb 2018 08:15:59 +0000 (16:15 +0800)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Update docs for Fraser release

    Change-Id: Iccaaeb1018b51d80814a7263366eff8e8bd0e1d2
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
6 years agoUpdate git submodules
ahothan [Sat, 3 Mar 2018 01:11:11 +0000 (17:11 -0800)]
Update git submodules

* Update docs/submodules/nfvbench from branch 'master'
  - Move docker container to tag 1.2.7

    Change-Id: I556204e6d64b3b71402f65ba3cc1b63e3969e0ca
Signed-off-by: ahothan <ahothan@cisco.com>
6 years agoUpdate git submodules
ahothan [Sat, 3 Mar 2018 01:06:26 +0000 (17:06 -0800)]
Update git submodules

* Update docs/submodules/nfvbench from branch 'master'
  - [NFVBENCH-72] ARP retry log may cause exception

    Fix exception - use proper type
    May happen when retrying wait for ARP replies

    Change-Id: Idc33926306268b662117deba499a35eac66affc4
Signed-off-by: ahothan <ahothan@cisco.com>
6 years agoUpdate git submodules
Ross Brattain [Fri, 2 Mar 2018 21:44:13 +0000 (21:44 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "VNF interfaces are sorted by "vpci" address before being populated"
  - VNF interfaces are sorted by "vpci" address before being populated

    In [1], VNF interfaces in TG PROX are sorted by "vpci" address, before
    this value is populated in "vnfd_helper". "vpci_if_name_ascending" is
    only used in TP ProxPofile [2] to generate the stats.

    This patch delays this sorting process until the stats generation.

    [1]https://github.com/opnfv/yardstick/blob/a74ad5a1ec1a73389c5983440b2031b0bc72cea1/yardstick/network_services/vnf_generic/vnf/tg_prox.py#L62-L64
    [2]https://github.com/opnfv/yardstick/blob/a74ad5a1ec1a73389c5983440b2031b0bc72cea1/yardstick/network_services/traffic_profile/prox_profile.py#L33

    JIRA: YARDSTICK-1044

    Change-Id: I988dc48f9a82baa1c64f728d9e6d54f2f4bae010
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Ross Brattain [Fri, 2 Mar 2018 19:29:11 +0000 (19:29 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Prohibit the importation of a list of libraries"
  - Prohibit the importation of a list of libraries

    Some modules can't be imported and used in Yardstick. For example,
    "ansible" has GPLv3 license and can't be used as a library in this
    project without modifying Yardstick license.

    JIRA: YARDSTICK-896

    Change-Id: I9d6bec0493ac50f1051235cc77e81059dfc3e01c
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Ross Brattain [Fri, 2 Mar 2018 19:27:20 +0000 (19:27 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Layout fixes to test case descriptions"
  - Layout fixes to test case descriptions

    Change-Id: I9658b023e4f3db7e22d67c71dfbba61511d981c6
Signed-off-by: Mika Rautakumpu <mika.rautakumpu@nokia.com>
6 years agoUpdate git submodules
Ross Brattain [Fri, 2 Mar 2018 19:26:45 +0000 (19:26 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Remove main() and __main__ from tests."
  - Remove main() and __main__ from tests.

    Removes the unnecessary main() functions from tests.
    Also removes shebang (#!) where it appears at the top of files.
    JIRA: YARDSTICK-861

    Change-Id: I79180d1eb9c5bce640142dd62ce28c7437c1b210
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
6 years agoUpdate git submodules
Emma Foley [Mon, 19 Feb 2018 16:06:50 +0000 (16:06 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Add yardstick.benchmark.contexts.heat.HeatContext._delete_key_file()

    * Move logic for removing key file into its own method
    * Update the log message to be more useful

    JIRA: YARDSTICK-1026
    Change-Id: I8c131720ed91c939698c41ad63d586396fcce1fe
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
6 years agoUpdate git submodules
Cédric Ollivier [Fri, 2 Mar 2018 16:14:31 +0000 (17:14 +0100)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Update networking-bgpvpn to 7.0.0

    networking-bgpvpn 7.0.0 was released for Pike [1]

    [1] https://docs.openstack.org/releasenotes/networking-bgpvpn/pike.html

    Change-Id: I4baf1810ee2390c71a0f4b831f11baedabc95360
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Fri, 2 Mar 2018 08:04:15 +0000 (09:04 +0100)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Switch to Xtesting

    It inherits from xtesting.core.feature [1].

    [1] http://xtesting.readthedocs.io/en/latest/apidoc/xtesting.core.feature.html

    Change-Id: I3d64bce859de7132384b3cf0a6383348cc20b3b1
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
valentin boucher [Fri, 2 Mar 2018 18:41:27 +0000 (18:41 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Add functest-patrole in build.sh"
  - Add functest-patrole in build.sh

    Change-Id: I4a749a0981a81a5b032fa564719c51db2e6c6551
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
valentin boucher [Fri, 2 Mar 2018 18:38:45 +0000 (18:38 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Set networking-bgpvpn version in upper-constraints.txt"
  - Set networking-bgpvpn version in upper-constraints.txt

    As it's not listed in OpenStack requirements, it must be pinned in
    Functest.

    Change-Id: I4e692ef00d4b6e5dad9899ae279891699c9dcebc
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
valentin boucher [Fri, 2 Mar 2018 18:37:54 +0000 (18:37 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Leverage on Xtesting"
  - Leverage on Xtesting

    It removes all the files which have moved to Xtesting.
    Vnf inheritances and env management will be improved in other
    changes.

    It keeps the same tree thanks to a symlink to allow publishing
    artifacts.

    Change-Id: I551bbd3f344cdab0158a50b7b09e541576695631
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Markos Chandras [Fri, 2 Mar 2018 14:25:47 +0000 (14:25 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - jjb: xci: Use core OpenStack installation by default

    We do not need all the components installed when deploying OpenStack
    so we can speed up the jobs by removing some of them.

    Change-Id: I19120915d0ef7c59b8b470c5fb87e9c0aa3e3673
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Fatih Degirmenci [Fri, 2 Mar 2018 13:49:13 +0000 (13:49 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - xci: Bump SHAs to the latest stable/queens

    Rocky is still in early stages of development so bump SHAs to the
    latest version for Queens.

    Change-Id: I0721e6188889c3548c266c042414397385b85ca2
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Gordon Kelly [Thu, 1 Mar 2018 01:36:20 +0000 (01:36 +0000)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - ansible: add checks to ensure all ipmi dependancies are met

    Change-Id: I342016af10a1ed3a11364bda7bd7a563882fafbd
Signed-off-by: Gordon Kelly <gordon.kelly@intel.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 2 Mar 2018 16:37:51 +0000 (16:37 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "Conform network scheme to tagged public interface"
  - Conform network scheme to tagged public interface

    Change-Id: I503c8ad32900406e1fa375cec9a91b454889d8bf
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 2 Mar 2018 16:37:22 +0000 (16:37 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[ovs/dpdk] [noha] Do not add private nic to ifaces"
  - [ovs/dpdk] [noha] Do not add private nic to ifaces

    All settings specific to private nic are handled by linux.network.dpdk
    but since the private nic's `interface.type` is currently 'eth', it is
    not filtered out from /etc/network/interfaces.

    To prevent this, define `interface.type` as a dummy value containing the
    'dpdk' substring.

    Change-Id: I565153ee80698572209e12b4eec5f44f9416d945
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 2 Mar 2018 16:36:58 +0000 (16:36 +0000)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - Merge "config/utils: YAML: Use C bindings if available"
  - config/utils: YAML: Use C bindings if available

    Time diff before/after this change for the same template via
    generate_config expansion:
    -user    0m0.144s
    +user    0m0.096s

    Change-Id: Id574afcd8a74a530d791ebed8b72ccae53703611
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Abhijit Sinha [Fri, 2 Mar 2018 15:39:36 +0000 (15:39 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Replace assertEqual(None, xx) with assertIsNone(xx)"
  - Replace assertEqual(None, xx) with assertIsNone(xx)

    Change-Id: Ie956d8064a8fbcbd3d56c5a79c4c613d35184af4
    JIRA: YARDSTICK-942
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
6 years agoUpdate git submodules
Abhijit Sinha [Fri, 2 Mar 2018 15:35:28 +0000 (15:35 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Make files pep8 compliant before replacing assertEqual(None, xx)"
  - Make files pep8 compliant before replacing assertEqual(None, xx)

    * tests/unit/network_services/helpers/test_samplevnf_helper.py
    * tests/unit/network_services/traffic_profile/test_rfc2544.py
    * yardstick/tests/unit/common/test_ansible_common.py

    JIRA: YARDSTICK-942
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
    Change-Id: Ib3c71db5f5774d2bfb3a9cbd260b838eb5501448

6 years agoUpdate git submodules
Gordon Kelly [Fri, 2 Mar 2018 15:17:22 +0000 (15:17 +0000)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - Merge "ansible: add functionality to copy custom config files to target node"
  - ansible: add functionality to copy custom config files to target node

    Change-Id: I6e7cb3e0923495e236b74444b1da3f4450122d02
Signed-off-by: Gordon Kelly <gordon.kelly@intel.com>
6 years agoUpdate git submodules
Michael Polenchuk [Fri, 2 Mar 2018 07:42:12 +0000 (11:42 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Install missing python module of jsonschema

    Change-Id: Ib903863a7a46008c93ee795083712a50a022a41d
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Emma Foley [Fri, 2 Mar 2018 14:06:26 +0000 (14:06 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "remove releng from Dockerfile and elsewhere"
  - remove releng from Dockerfile and elsewhere

    Current CI does openrc fetching before starting
    the Docker container and then passes openrc
    via Docker mount

    JIRA: YARDSTICK-691

    Change-Id: Id0649130f48db5a5586149b237c5252b953e57be
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Fri, 2 Mar 2018 10:44:47 +0000 (10:44 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - xci: Cat functest log until the log upload is enabled

    Change-Id: I883e6e29cf102d1069e3760ab95dd24d76d0a222
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Fri, 2 Mar 2018 10:37:13 +0000 (10:37 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "Pin kubespray to working sha"
  - Pin kubespray to working sha

    Kubespray works fine on supported distros so it is important we pin
    the sha and bump it in a controlled manner since people might be trying
    xci/k8 scenario and we want them to have working versions.

    Apart from that, scenario specific verify/merge jobs are being created
    at the moment and we need a working version to test the CI/testing side
    of things.

    Change-Id: I8702ed697057386449dc99d8cd14391de18f345a
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Fri, 2 Mar 2018 09:42:34 +0000 (09:42 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add "render-only" option to "task" command"
  - Add "render-only" option to "task" command

    This new option provides to the user the ability to output the rendered
    input files. This option could be useful in case the input files are
    Jinja2 templates, depending on input arguments. The user can preview
    the rendered input tasks files without executing them.

    JIRA: YARDSTICK-1020

    Change-Id: Ib15ade7e1adcb29beae5e635fb5d02045c4432bb
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Jose Lausuch [Fri, 2 Mar 2018 08:41:15 +0000 (08:41 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add envs via volume mapping"
  - Add envs via volume mapping

    Change-Id: I39bdde31bfc5674eecf1528427b55a7f0335bd89
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Trevor Bramwell [Thu, 1 Mar 2018 19:46:12 +0000 (11:46 -0800)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Remove Whitespace from CVP Docker README

    Change-Id: Ic880258ef8ffbcbdcf3452419dd385227567a5a3
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>