opnfvdocs.git
7 years agoUpdate git submodules
Zhijiang Hu [Fri, 23 Jun 2017 07:30:38 +0000 (07:30 +0000)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Merge "add the scenarios option"
  - add the scenarios option

    Add the scenarios option and yaml configuration files,
    currently only support three scenarios as below.
    os-nosdn-nofeature-noha/os-odl_l3-nofeature-noha/
    os-odl_l2-nofeature-noha.
    we will support more secnarios such as os-odl_l3-nofeature-ha
    in future.

    Change-Id: I24d7875208e277f6ee1b794c0033d5fee6b5e371
Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
7 years agoUpdate git submodules
Serena Feng [Fri, 23 Jun 2017 06:40:12 +0000 (06:40 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Revert rally version to 0.8.1"
  - Revert rally version to 0.8.1

    1. Now rally version 0.9.1 is installed via "bash install_rally.sh
       --yes", cause the default RALLY_GIT_BRANCH is master. Then
       some rally related tests will fail as rally tests have not been
       updated in functest
    2. rally version 0.8.1 can be installed via --branch 0.8.1

    Change-Id: I04003134f070a1a35db2c02f2209e77365be592f
Signed-off-by: Linda Wang <wangwulin@huawei.com>
7 years agoUpdate git submodules
Ross Brattain [Fri, 23 Jun 2017 04:11:24 +0000 (04:11 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "improve git code with devstack functions"
  - improve git code with devstack functions

    if we aren't re-cloning we still need to make sure
    we update the branch/tag/commit to the version from the remote

    so we need to fetch and then checkout again

    it is more complicated.  Dockerfile does a shallow
    clone, so we don't get all the remote ref information.

    To clone a random remote commit id we have to unshallow

    Change-Id: If15f504b6ff2cfdfc8894fd3b37e687a19616714
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
7 years agoUpdate git submodules
mbeierl [Thu, 22 Jun 2017 18:43:42 +0000 (14:43 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Adjusting for GMT

    Change-Id: Id0719a6fb3bbe509fe6a76b305736a82f58bdc68
Signed-off-by: mbeierl <mark.beierl@dell.com>
7 years agoUpdate git submodules
Ross Brattain [Thu, 22 Jun 2017 20:51:25 +0000 (20:51 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "auto restart influxdb and grafana support"
  - auto restart influxdb and grafana support

    JIRA: YARDSTICK-686

    Change-Id: If486df4d825f9d0b03eeaa77716cc2855e2f1bd0
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
7 years agoUpdate git submodules
Linda Wang [Tue, 20 Jun 2017 06:31:29 +0000 (06:31 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Enable https for Openstack in Snaps

    When running in https environment, snaps should provide two options:
    1. To support certification verify when https certification file is provided;
    2. To disable server certificate verification without cert file.

    JIRA: SNAPS-84

    Change-Id: I5a9094238db5c8017cc8b80e3353adc6e793b552
Signed-off-by: Linda Wang <wangwulin@huawei.com>
7 years agoUpdate git submodules
Luke Hinds [Thu, 22 Jun 2017 17:12:37 +0000 (17:12 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Directly Run Anteater Docker Container"
  - Directly Run Anteater Docker Container

    The current approach is to run /bin/bash in a fully privilaged docker
    container as the root user and exec the anteater command from this.

    There are a couple of reasons this approach doesn't make sense:

    1) anteater is not a long running service
    2) anteater doesn't need any privilaged access to the host
    3) anteater is already a compiled binary and can be ran directly

    Because the anteater container doesn't need access to all the host
    devices nor is it running docker containers inside of docker, the
    `--privileged=true` flag can be removed.

    Note: '--rm' is added as well to ensure volumes do not persist past the
    container lifecycle and lead to build server running out of disk space.

    JIRA: RELENG-250

    Change-Id: I1ec90b3737abf591b6b3373fe2fc8f52cdcfb11a
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
7 years agoUpdate git submodules
Ross Brattain [Thu, 22 Jun 2017 15:10:21 +0000 (15:10 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Acquire NSB specific data from Heat."
  - Acquire NSB specific data from Heat.

    First we add mac_address, subnet_cidr to Heat template outputs
    Then we convert those into a form for NSB and add vld_id.

    NSB also requires PCI Bus ID, kernel driver
    and dpdk_port_num.  We get this by ssh-ing
    into instance and dumping sysfs

    We also need to fix allow for ssh key auth,
    and implement relative path file loading
    so NSB can find all its YAML files

    JIRA: YARDSTICK-580

    Change history:

    don't hide heat create tracebacks we need tracebacks for debug

    vnf_generic: add task_path to scenario so we can load relative paths

        for vnf_generic we want to be able to load yaml relative to the
        task path

        For example:
          traffic_profile: ../../traffic_profiles/fixed.yaml
          topology: ping_tg_topology.yaml  # TODO: look in relative path where the tc.yaml is found

        These need to be relative to samples/vnf_samples/nsut/ping/tc_ping_heat_context.yaml

        Add a scenario["task_path"] entry

    heat: log actual exception

    vnf_generic: replace list with set and iterate over values()

        some general refactors to remove redundact lookups and
        type conversions

    heat: provide mac_address, device_id and network_id from outputs

        We may need more information to dynamically
        determine test topology.

        Towards this end return more info in the heat template.
        We can return mac_address, device_id and network_id.

        Once we have this info we can add it to the context_cfg
        as an interfaces dict.

    add sample vnf ping multi-network test
        this test requires 3 network, one for mgmt
        and the other two for NSB traffic tests
        We have to make sure we don't use DPDK
        on mgmt interface because DPDK unbinds
        the driver

    heat: convert networks to OrderedDict

        so we can lookups networks as well as
        iterate over them in consisitent order

    heat: and vld_id to networks for vnf_generic

        vnf_generic uses vld_id  Virtual Link Descriptor ID
        to identify interfaces

        Add the key to the networks dict
        and store in Networks object

    implement relative path file loading in vnf_generic

        in multiple places we need to load a file
        relative to the task path, so add
        open_relative_file_path

        and modify load_vnf_model to include the scenario_cfg
        parameter so we have access to task_path

    DRAFT: heat timeout support

        Heat stack in CI job failed due to some Nova issue.

        But then apparently yardstick kept running and took 180mins to timeout

        https://build.opnfv.org/ci/view/bottlenecks/job/bottlenecks-compass-posca_stress_ping-baremetal-daily-master/16/console

        We can add a Heat create timeout and fail faster if there is an error.

        The question is how long should we wait for a Heat stack to deploy.  We
        can set a default and allow override in the heat context config, if
        users make complicated stacks

    heat: get netmask and gateway from heat outputs

        we have do some tricky business with finding
        the subnet cidr and converting it into netmask

    vnf_generic: get vpci, driver and dpdk_port_num

        use a big old find command to dump all the sysfs
        netdev info nicely.  This was re-used from autotest FCoE tests.

        r"""find /sys/devices/pci* -type d -name net -exec sh -c '{ grep -sH ^ \
        +$1/ifindex $1/address $1/operstate $1/device/vendor $1/device/device \
        +$1/device/subsystem_vendor $1/device/subsystem_device ; \
        +printf "%s/driver:" $1 ; basename $(readlink -s $1/device/driver); } \
        +' sh  \{\}/* \;

        This finds all PCI devices that are network devices, then
        dumps all the relevant info using /bin/sh.

        Then we parse this into a 'netdevs' dict inside the node_dict
        and also convert into VNF fields we need.

    vnf_generic: set node name for kpis

        node is a dict, so we have to use node_name

    vnfdgen:  we CANNOT use TaskTemplate.render

        because it does not allow for missing variables, we need to allow
        password for key_filename to be undefined

    remove default ssh password hack, once rendering is fixed

    add new example tc_external_ping_heat_context

    Change-Id: If1fe0c1a2ab0a5be17e40790a66f28f706fa44d6
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Signed-off-by: Edward MacGillivray <edward.s.macgillivray@intel.com>
7 years agoUpdate git submodules
Kubi [Thu, 22 Jun 2017 13:07:01 +0000 (13:07 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "HA testcase improvement"
  - HA testcase improvement

    This patch improve HA test case in the following aspects:
    1. the "GeneralHA" type now will check if the target service process in the controller node.
    2. support ignore server certificate
    3. add debug log for recovering service failed
    4. improve method to kill keystone process

    Change-Id: I9ae7ab54391fe41d5d7f3e4951a7ac2e3ba75968
Signed-off-by: JingLu5 <lvjing5@huawei.com>
7 years agoUpdate git submodules
Kubi [Thu, 22 Jun 2017 12:58:45 +0000 (12:58 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "bugfix: storperf timeout in ci"
  - bugfix: storperf timeout in ci

    JIRA: YARDSTICK-680

    Change-Id: Ie405187b8ab085a9e4f40a7e7e7e661c94e83630
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
7 years agoUpdate git submodules
Ulrich Kleber [Thu, 22 Jun 2017 08:56:02 +0000 (08:56 +0000)]
Update git submodules

* Update docs/submodules/octopus from branch 'master'
  - Merge "Scenario Lifecycle Document - update chapter 5 Creating Scenarios"
  - Scenario Lifecycle Document - update chapter 5 Creating Scenarios

    - some clarifications
    - some updates from hackfest discussions
    - added section on scenario owners

    Jira OCTO-162
Signed-off-by: ulik <ulrich.kleber@huawei.com>
    Change-Id: I130fd2b4d17f186e7137502e32b08f4f2ae196ec

7 years agoUpdate git submodules
xudan [Thu, 22 Jun 2017 04:04:51 +0000 (00:04 -0400)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Bugfix: Move userconfig directory into dovetail/dovetail

    JITA: DOVETAIL-449

    1. Dovetail cvp.0.1.0 link dovetail/dovetail to
       /usr/local/lib/python2.7/dist-packages/dovetail/
    2. The directory dovetail/userconfig is lost in this image
    3. Move dovetail/userconfig into dovetail/dovetail/userconfig

    Change-Id: I9da8389e02d92f35879ff5c6a1db1b7d984dd862
Signed-off-by: xudan <xudan16@huawei.com>
7 years agoUpdate git submodules
Jose Lausuch [Thu, 22 Jun 2017 07:49:18 +0000 (07:49 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Clone tempest repository in the Docker image"
  - Clone tempest repository in the Docker image

    Rally needs to have a copy of the Tempest repository
    in order to install the verifier. Otherwise, rally will
    clone it automatically anyway.

    This also uplifts the tempest version to 15.0.0 which targets
    Ocata deployments according to [1]

    [1]: https://releases.openstack.org/ocata/

    Change-Id: I30e922a261a4ab1875d48c4754df09426b5f67e4
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
7 years agoUpdate git submodules
Ross Brattain [Thu, 22 Jun 2017 04:17:11 +0000 (04:17 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "update requirements.txt for OpenStack Ocata"
  - update requirements.txt for OpenStack Ocata

    add shade for ansible

    update other versions to make OpenStack Ocata upper-contraints.txt

    sort file using C.UTF-8 locale as OpenStack does.
    C.UTF-8 locale sorts Upper-case before lower-case.

    Change-Id: Ia20eaa2b024be5cc8595873b8cc5dcba5f25d10b
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
7 years agoUpdate git submodules
Serena Feng [Thu, 22 Jun 2017 02:19:20 +0000 (02:19 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "support pagination in TestAPI"
  - support pagination in TestAPI

    In this patch, pagination is supported, so you can go through results
    leveraging: http://testresults.opnfv.org/test/api/v1/results?page=2

    Change-Id: Ibe31c787643f27dbb06c4899e713b3c8e716e784
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoUpdate git submodules
jose.lausuch [Wed, 21 Jun 2017 12:55:01 +0000 (14:55 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Fix command in prepare env to execute check_os.sh

    [1] introduced a bug when adding "sh" to the call.
    There is no need to use sh or bash in the command string.

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

    Change-Id: I9ce443721b69945a4a749da0caa6c008cc8ca284
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
7 years agoUpdate git submodules
Ross Brattain [Thu, 22 Jun 2017 02:16:39 +0000 (02:16 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "ping: don't split if target_vm is a dict"
  - ping: don't split if target_vm is a dict

    If we run sample/ping-hot.yaml, it will encounter an AttributeError, log
    see below:
    Traceback (most recent call last):
    File
    "/usr/local/lib/python2.7/dist-packages/yardstick/benchmark/runners/duration.py",
    line 69, in _worker_process
    method(data)
    File
    "/usr/local/lib/python2.7/dist-packages/yardstick/benchmark/scenarios/networking/ping.py",
    line 94, in run
    target_vm_name = target_vm.split('.')[0]
    AttributeError: 'dict' object has no attribute 'split'
    Because here host and target will be a dict

    JIRA: YARDSTICK-561

    Change-Id: I4b7628bf20050d6d516a80efe3785f750d27c05e
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
7 years agoUpdate git submodules
Ross Brattain [Thu, 22 Jun 2017 01:51:45 +0000 (01:51 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "cleanup: remove fuel plugin since fuel@opnfv uses mcp"
  - cleanup: remove fuel plugin since fuel@opnfv uses mcp

    Change-Id: Ic9fb9db5c5af517cec1e60740ce5a8fe0572c5bf
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
7 years agoUpdate git submodules
Jing Lu [Thu, 22 Jun 2017 01:50:00 +0000 (01:50 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "temp freeze releng version for stable/danube workaround"
  - temp freeze releng version for stable/danube workaround

    releng doesn't have a branch, so we need to freeze
    the releng version.

    There is an issue with releng fetch_os_creds.sh change

    /home/opnfv/repos/releng/utils/fetch_os_creds.sh: line 75: BRANCH:
    unbound variable

    So we need to revert back to commit before this change

    Change-Id: Ie8b0f68879a873aab584aa32b576d8b5ba602a13
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
7 years agoUpdate git submodules
Yujun Zhang [Wed, 21 Jun 2017 01:42:20 +0000 (09:42 +0800)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Add missing description in compute QPI spec

    Change-Id: Ia8bedf1a39afc9fe71984f2f5f1a487512008b5d
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
7 years agoUpdate git submodules
Fatih Degirmenci [Wed, 21 Jun 2017 23:06:52 +0000 (23:06 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "barometer: update daily job with artifacts build"
  - barometer: update daily job with artifacts build

    Update the barometer dailty job to build and upload appropriate build
    collateral to artifacts.opnfv.org.

    Change-Id: I387fc22439e43ba805a992bc46f14090db57dbf4
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
7 years agoUpdate git submodules
Fatih Degirmenci [Wed, 21 Jun 2017 22:59:21 +0000 (22:59 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Disabling Gluon RPM puild job"
  - Disabling Gluon RPM puild job

    Disabling the Gluon rpm build job because the Gluon scenario won't
    be included in the Euphrates release. The Danube build and deploy
    job use the already built artifacts.

    Change-Id: I08ffb2975482c4954906f1068a37cc5eab119123
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
7 years agoUpdate git submodules
spisarski [Wed, 21 Jun 2017 17:38:35 +0000 (11:38 -0600)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Fixed launcher app to support new settings kwargs.

    Additionally, found issue with importing ansible libraries.
    Needed to rename the snaps.provisioning.ansible package to 'ansible_pb'.

    JIRA: SNAPS-107 & SNAPS-93

    Change-Id: I8c8628d3af5ce30849229ed47bfbb0ecaad5b3ad
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoUpdate git submodules
Alexandru Avadanii [Wed, 21 Jun 2017 15:22:57 +0000 (17:22 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - docs: Update release date

    Change-Id: I659946aef133af3b99120903d57527daccf67f53
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
7 years agoUpdate git submodules
Morgan Richomme [Wed, 21 Jun 2017 14:46:03 +0000 (14:46 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "bug fix: bad format for start/time in Tempest reporting"
  - bug fix: bad format for start/time in Tempest reporting

    Change-Id: Ic9792023b9041dbe8081ff9840caa2cf2901b189
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoUpdate git submodules
Steven Pisarski [Wed, 21 Jun 2017 13:36:03 +0000 (13:36 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Changes UserSettings constructor to use kwargs."
  - Changes UserSettings constructor to use kwargs.

    And changed line lengths to 79 for pep8.

    JIRA: SNAPS-104

    Change-Id: I04413ccd783b5ccdac0f6d8e76780e728f765962
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoUpdate git submodules
Steven Pisarski [Wed, 21 Jun 2017 13:35:56 +0000 (13:35 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Changes StackSettings constructor to use kwargs."
  - Changes StackSettings constructor to use kwargs.

    And changed line lengths to 79 for pep8.

    JIRA: SNAPS-103

    Change-Id: Iacc3a42cbf3bebe7336d17fc4a4574590f15b93a
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoUpdate git submodules
Steven Pisarski [Wed, 21 Jun 2017 13:35:49 +0000 (13:35 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Changes SecurityGroupSettings & SecurityGroupRuleSettings constructor to use kwargs."
  - Changes SecurityGroupSettings & SecurityGroupRuleSettings constructor to use kwargs.

    And changed line lengths to 79 for pep8.

    JIRA: SNAPS-102

    Change-Id: Ifa878ba01694eaa17ee05cea5dbbe9bc8bde3cd0
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoUpdate git submodules
Steven Pisarski [Wed, 21 Jun 2017 13:35:43 +0000 (13:35 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Changes to RouterSettings constructors to use kwargs."
  - Changes to RouterSettings constructors to use kwargs.

    And changed line lengths to 79 for pep8

    JIRA: SNAPS-101

    Change-Id: I2b63e4130644ad422aa1f81bcf2627e97d97c035
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoUpdate git submodules
Steven Pisarski [Wed, 21 Jun 2017 13:35:36 +0000 (13:35 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Changes to ProjectSettings constructors to use kwargs."
  - Changes to ProjectSettings constructors to use kwargs.

    And changed line lengths to 79 for pep8

    Change-Id: I3ea32e221608d759466973071dd86f9037ad2996
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoUpdate git submodules
Steven Pisarski [Wed, 21 Jun 2017 13:35:29 +0000 (13:35 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Changes to NetworkSettings, SubnetSettings, and PortSettings constructors to use kwargs."
  - Changes to NetworkSettings, SubnetSettings, and PortSettings constructors to use kwargs.

    And changed line lengths to 79 for pep8

    JIRA: SNAPS-99

    Change-Id: Iedb3ff663dc9d71ce774b5c4c1d0bef601f792da
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoUpdate git submodules
Steven Pisarski [Wed, 21 Jun 2017 13:35:22 +0000 (13:35 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Changes to KeypairSettings constructor to use kwargs."
  - Changes to KeypairSettings constructor to use kwargs.

    And changed line lengths to 79 for pep8.

    JIRA: SNAPS-98

    Change-Id: I01f7f459bc46ed818d75d30f8bea7b1e09b5b376
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoUpdate git submodules
Steven Pisarski [Wed, 21 Jun 2017 13:35:11 +0000 (13:35 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Changes to VMInstanceSettings and FloatingIPSettings constructors."
  - Changes to VMInstanceSettings and FloatingIPSettings constructors.

    Removed named parameters and replaced with kwargs.

    JIRA: SNAPS-97

    Change-Id: I9e313c342a8fd5a99f3ce6e7274406f8a29b8c8b
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoUpdate git submodules
Steven Pisarski [Wed, 21 Jun 2017 13:35:01 +0000 (13:35 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Changes ImageSettings constructor to use kwargs."
  - Changes ImageSettings constructor to use kwargs.

    And changed line lengths to 79 for pep8.

    JIRA: SNAPS-96

    Change-Id: Ibda4954a4d9a6be4b94a7b2de61d03b25afff8db
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoUpdate git submodules
Steven Pisarski [Wed, 21 Jun 2017 13:34:51 +0000 (13:34 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Changes FlavorSettings constructor to use kwargs."
  - Changes FlavorSettings constructor to use kwargs.

    And changed line lengths to 79 for pep8.

    JIRA: SNAPS-95

    Change-Id: Icd3ac79c66049b596c14273abb146d957d6e4e67
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoUpdate git submodules
Michael Polenchuk [Wed, 21 Jun 2017 10:43:40 +0000 (14:43 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Make virtual cluster as noha w/ one controller

    * remove glusterfs from cluster
    * increase amount of ram on controller
    * bring in one more compute node

    Change-Id: I04ccd4cdaf65bb860d6d3b9c012e035f598e44d5
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
7 years agoUpdate git submodules
Ross Brattain [Wed, 21 Jun 2017 09:24:38 +0000 (09:24 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "heat: use dict literal in init_template"
  - heat: use dict literal in init_template

    prefer dict literals when possible over increment assignment.

    Change-Id: Ia40bbc04eed61feb036a1e9ec3b3110b03c095e1
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
7 years agoUpdate git submodules
Morgan Richomme [Wed, 21 Jun 2017 09:03:30 +0000 (09:03 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "make website accessible via testresults.opnfv.org/test"
  - make website accessible via testresults.opnfv.org/test

    Currently, testapi website can not be fully accessed through
    testresults.opnfv.org/test, due to http://testresults.opnfv.org/test is
    not a root url. In this patch leverage relative path to make it accessible

    Change-Id: I56983d2221791d8a060039ec829278d31ecb5048
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoUpdate git submodules
hongbo tian [Wed, 21 Jun 2017 08:55:22 +0000 (08:55 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Merge "fix judgement for https+no credential case"
  - fix judgement for https+no credential case

    Change-Id: Id3d4e9af04f1882f69b8c9fe588355d76ad001c4
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
7 years agoUpdate git submodules
MatthewLi [Wed, 21 Jun 2017 08:52:34 +0000 (04:52 -0400)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - bugfix of dockerfile

    Change-Id: I45b317e6feb4f889bd136b5d9f6a0f1e26db988f
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
7 years agoUpdate git submodules
Jose Lausuch [Wed, 21 Jun 2017 08:38:51 +0000 (08:38 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Use directly OpenStack project packages"
  - Use directly OpenStack project packages

    It stops cloning via git for the next OpenStack projects:
      - networking-bgpvpn
      - rally
      - tempest
      - kingbird
      - refstack-client

    It should be noted that refstack_client's setup_env is not designed
    to run in Alpine.

    Change-Id: I00d17912cad39a0c872d317317e98a78ca9ded2c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Jose Lausuch [Wed, 21 Jun 2017 08:38:05 +0000 (08:38 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Change barometer module to load"
  - Change barometer module to load

    As [1] is merged, the way to call the barometer test case is
    different as it is hosted in Barometer repo instead of Functest.
    The former files are also simply removed too.

    baro-tests is no longer a requirement. It is installed as any
    third party project.

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

Co-Authored-By: Cédric Ollivier <cedric.ollivier@orange.com>
    Change-Id: Iea56b48fa781600eb3a6ac74662ea8a29f556f99
Signed-off-by: Jose Lausuch <jose.lausuch@ericsson.com>
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Jose Lausuch [Wed, 21 Jun 2017 08:33:02 +0000 (08:33 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Remove all references to /home/opnfv/repos/functest"
  - Remove all references to /home/opnfv/repos/functest

    It also removes relative (and incomplete) references which could be
    defined in modules instead of this global configuration.

    Change-Id: Ie20dc3547e49b6224aa8100cd380d37b87ece5a9
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Yu Yang (Gabriel) [Wed, 21 Jun 2017 08:08:55 +0000 (08:08 +0000)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - Merge "Docs for Danube 3"
  - Docs for Danube 3

    JIRA: BOTTLENECKS-137

    Documentation for Danube 3

    Change-Id: Ic4b2611028fa45c0b731e998296e5000e35a33f6
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
7 years agoUpdate git submodules
Jun Li [Wed, 21 Jun 2017 08:05:17 +0000 (08:05 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Support to build docker image with commit id"
  - Support to build docker image with commit id

    JIRA: DOVETAIL-447

    this support dovetail to make tag/container snapshot at some
    commit id

    this will also used for functest/yardstick if needed, since their danube.2.0/3.0
    may not satisfy dovetail requirements, while their snapshots at some commit id
    satisfy.

    Change-Id: I76cf6df586d1c9f0f563c6bfc039e3e271dc3de8
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
7 years agoUpdate git submodules
Leo wang [Wed, 21 Jun 2017 01:26:11 +0000 (01:26 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Merge "Docker version misalignment and move some irrelevant messages"
  - Docker version misalignment and move some irrelevant messages

    JIRA: DOVETAIL-437
    JIRA: DOVETAIL-444

    1. Docker client version and server version should be 1.12.3 or later.
    2. If any of them is older than 1.12.3, there will be an ERROR message.
    3. Delete the “rm -rf results” message.

    Change-Id: I0c10cf256ef139cac4d43f36108bf5f3f9da8398
Signed-off-by: xudan <xudan16@huawei.com>
7 years agoUpdate git submodules
MatthewLi [Tue, 20 Jun 2017 06:43:32 +0000 (02:43 -0400)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - branch supported in Dockerfile and use functest/yardstick danube.2.0

    JIRA: DOVETAIL-447

    Change-Id: Id49d6ded8188900b58349e1983ac3fc8b40b6059
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
7 years agoUpdate git submodules
Yujun Zhang [Mon, 19 Jun 2017 08:33:39 +0000 (16:33 +0800)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Add description of each workload

    Change-Id: I5d0ae61dc8b0f4cfe9d1e12c7a51edf6b0d56b7a
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
7 years agoUpdate git submodules
Shrenik [Tue, 20 Jun 2017 20:10:53 +0000 (01:40 +0530)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - Remove Swagger from Storperf
    Remove Swagger module from Storperf

    Change-Id: Id491bb7ea1ddd55549d39ddbe4c7a7004d797a59
    JIRA: STORPERF-129
Signed-off-by: Shrenik <shrenik.jain@research.iiit.ac.in>
7 years agoUpdate git submodules
mbeierl [Tue, 20 Jun 2017 16:06:22 +0000 (12:06 -0400)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - Creation of Reporting Module

    Adds a new subdirector where all graphing and reporting content, including the
    dockerfile, will be stored.

    Change-Id: I8e9a0d975fe944faf81e97ae3792379a1375166a
    JIRA: STORPERF-162
Signed-off-by: mbeierl <mark.beierl@dell.com>
7 years agoUpdate git submodules
agardner [Tue, 20 Jun 2017 16:04:45 +0000 (12:04 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - --user nobody did not work on ericsson-build3

    also change job to only run weekly

    Change-Id: I5f0d5f1d7020c02b2f3ec76aa7f5da2196184529
Signed-off-by: agardner <agardner@linuxfoundation.org>
7 years agoUpdate git submodules
Maryam Tahhan [Tue, 20 Jun 2017 10:26:11 +0000 (11:26 +0100)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - ubuntu14.04: fix package list in base build

    Change-Id: I42dd5f986bb962249ce5425587b6d101ae05470f
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
7 years agoUpdate git submodules
Narinder Gupta [Tue, 20 Jun 2017 12:39:03 +0000 (07:39 -0500)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - modified to enable the virtual install.

    Change-Id: I97b693fa6cd6eeb638d45fd444a5097a3387a0c9
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
7 years agoUpdate git submodules
Aric Gardner [Tue, 20 Jun 2017 16:00:00 +0000 (16:00 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[yardstick] add Ross to email recipients"
  - [yardstick] add Ross to email recipients

    as yardstick PTL I'd like to get Jenkins results emails

    Change-Id: If053ab72902c145a13e0dc965ff69211f33c4a88
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
7 years agoUpdate git submodules
Aric Gardner [Tue, 20 Jun 2017 15:59:15 +0000 (15:59 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Generalize Gerrit non-voting Review Macro Name"
  - Generalize Gerrit non-voting Review Macro Name

    This patch updates the 'report-docs-build-result-to-gerrit' macro name
    to reflect that it can work well for more than just the opnfvdocs project.

    To take advantage of this macro a build merely needs to write
    out the file 'gerrit_comment.txt' with the information they want posted
    back to gerrit, and include the macro in the list of builders.

    Change-Id: Ifbdc5734fe7e7231be0cfd16d6b8d69cb1383bfd
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
7 years agoUpdate git submodules
Vladimir Blokhin [Tue, 20 Jun 2017 14:36:39 +0000 (17:36 +0300)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Correct ssh key copy options

    Change-Id: Iea7a28fcd2ae59bc3ba76bffb42675dfc4bc917d
Signed-off-by: Volodymyr Blokhin <vladrulez@gmail.com>
7 years agoUpdate git submodules
Alexandru Nemes [Mon, 19 Jun 2017 09:04:56 +0000 (12:04 +0300)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Configure Yardstick flavor to give more RAM to ARM instances

    Yardstick TC005 fails with errors that indicate low memory conditions:
    "fio: error while loading shared libraries:
    librbd.so.1: cannot map zero-fill pages"
    Changing the yardstick flavor to give 1024MB of RAM instead of 512MB
    made this test case work.

    JIRA: ARMBAND-275

    Change-Id: I2193802082c28edb20004964d2df3780eb5eccb7
Signed-off-by: Alexandru Nemes <alexandru.nemes@enea.com>
7 years agoUpdate git submodules
Michael Polenchuk [Tue, 20 Jun 2017 10:21:23 +0000 (14:21 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [mcp] Mend networks config

    * create openstack/neutron external network
    * set default gateway for mgmt network

    Change-Id: I71c22ab6d1b8c589c1cf147aa37874600ab1cbd7
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
7 years agoUpdate git submodules
Fatih Degirmenci [Tue, 20 Jun 2017 08:32:43 +0000 (08:32 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[fuel] Add missing ssh key to environment vars"
  - [fuel] Add missing ssh key to environment vars

    Change-Id: I1f110b7b981cb5c325c853cbde8462d271684a19
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
7 years agoUpdate git submodules
Jose Lausuch [Tue, 20 Jun 2017 07:57:36 +0000 (07:57 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Promote Linda Wang as a committer"
  - Promote Linda Wang as a committer

    Change-Id: I13528178e97c0b83843888444c5925600cc8c720
Signed-off-by: Jose Lausuch <jose.lausuch@ericsson.com>
7 years agoUpdate git submodules
Jun Li [Tue, 20 Jun 2017 06:32:52 +0000 (06:32 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "change the timeout to 4 hours"
  - change the timeout to 4 hours

    it need to download the tar.gz and We install the packages inline.
    Due to the network, sometimes it will cost more time.
    150 minutes still is not enough.

    Change-Id: I28ff7840dc3d705c4d0a32cde718230d92b6ea19
Signed-off-by: wutianwei <wutianwei1@huawei.com>
7 years agoUpdate git submodules
Aric Gardner [Mon, 19 Jun 2017 19:00:08 +0000 (19:00 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add weekly job for security scan"
  - Add weekly job for security scan

    Added license headers
    remove errexit from report to gerrit
    run as --user nobody

    Change-Id: I4b65dbae1f255015877766a0afa44e9b9898651c
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
7 years agoUpdate git submodules
Aric Gardner [Mon, 19 Jun 2017 17:51:17 +0000 (17:51 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add doctor arm verify job (skip-vote)"
  - Add doctor arm verify job (skip-vote)

    Add a doctor verify job for arm pods.
    For now, the job is skip-vote.
    JIRA: https://jira.opnfv.org/browse/ARMBAND-231

    Change-Id: I084933a071377d653df9c0c2d5606781a5cafc1b
Signed-off-by: Catalina Focsa <catalina.focsa@enea.com>
7 years agoUpdate git submodules
Steven Pisarski [Mon, 19 Jun 2017 16:41:23 +0000 (16:41 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Missed image config for configuring multiple NICs test"
  - Missed image config for configuring multiple NICs test

    JIRA: SNAPS-89

    Change-Id: I640aee39842272ca8dd6245be10c2fb3a899020e
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoUpdate git submodules
Steven Pisarski [Mon, 19 Jun 2017 16:18:50 +0000 (16:18 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Ignore several files"
  - Ignore several files

    Change-Id: Ie00d9a995e1cf96f2754d30fc0a77f3254c811c7
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Michael Polenchuk [Mon, 19 Jun 2017 14:42:39 +0000 (18:42 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [mcp] Set default address for salt master

    Change-Id: Iaa9cd3d5734fbf81a224d00ee006b63a66a915f0
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
7 years agoUpdate git submodules
Cédric Ollivier [Sun, 18 Jun 2017 11:14:46 +0000 (13:14 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Stop getting git data from functest dir

    Functest is no longer a git clone.

    Change-Id: Ieaceacaa820e9a7a3c64e8c1fbd2a8a9321f234d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Fatih Degirmenci [Mon, 19 Jun 2017 10:35:22 +0000 (10:35 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Define an extra vars path and copy into playbooks"
  - Define an extra vars path and copy into playbooks

    This will allow to define the XCI_EXTRA_VARS_PATH, that can
    contain group_vars/all (or any other valid files), and those
    will be copied inside releng and bifrost playbooks.

    Change-Id: I95e4b0bfb67f26bfa1eb10c97096784eb7f3a87a
Signed-Off-By: Yolanda Robla <yroblamo@redhat.com>
7 years agoUpdate git submodules
Fatih Degirmenci [Mon, 19 Jun 2017 10:34:54 +0000 (10:34 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Talk about development mode for XCI"
  - Talk about development mode for XCI

    Explain the usage of OPNFV_RELENG_DEV_PATH

    Change-Id: I19e3946c9ea78a6bb0521818b58af297a396d80d

7 years agoUpdate git submodules
Cédric Ollivier [Mon, 19 Jun 2017 08:56:36 +0000 (10:56 +0200)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - Remove all references to /home/opnfv/repos/functest

    It completes the previous patch in Functest [1].

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

    Change-Id: Idb334fe2cd394837f34690eb5d6426840424c150
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Cédric Ollivier [Sun, 18 Jun 2017 07:14:29 +0000 (09:14 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Clean requirements.txt

    It removes all requirements which are not detected by pipreqs [1]
    except:
      - robotframework-httplibrary
      - robotframework-requests==0.4.7
      - robotframework-sshlibrary==2.1.3

    They seem indirectly required for the next ODL suites: old_netvirt
    and fds.

    It also defines pbr as requirement and orders dnspython3 conditions.

    [1] https://github.com/bndr/pipreqs

    Change-Id: Idcd01296e5a5862ff8528dc083468b5c4905c9f9
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Andrii Ostapenko [Fri, 9 Jun 2017 11:39:18 +0000 (14:39 +0300)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [mcp] Copy ssh key to tmp dir

    Copy ssh key to tmp dir to be able to retrieve
    OS credentials by releng/utils/fetch_os_creds.sh

    Also adds 'set -x' to ci/deploy.sh

    Change-Id: I056c626288862f84f47c947461894730ce0483ac
Signed-off-by: Andrii Ostapenko <aostapenko@mirantis.com>
7 years agoUpdate git submodules
Fatih Degirmenci [Mon, 19 Jun 2017 07:57:56 +0000 (07:57 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "prototypes: xci: config: Update bifrost SHA"
  - prototypes: xci: config: Update bifrost SHA

    Update bifrost SHA to 7c9bb5e07c6bc3b42c9a9e8457e5eef511075b38
    which is the current HEAD on 16th of June 2017.

    Change-Id: I91cd98221fda7a1dd689abbfbf07474bd8aac4e1
Signed-off-by: Markos Chandras <mchandras@suse.de>
7 years agoUpdate git submodules
Fatih Degirmenci [Mon, 19 Jun 2017 07:57:31 +0000 (07:57 +0000)]
Update git submodules

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

    Change-Id: I142961d06b312cc5f43a18f25410236fa67cbcb1
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
7 years agoUpdate git submodules
Fatih Degirmenci [Mon, 19 Jun 2017 07:55:29 +0000 (07:55 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Change the parameter of timeout to 150 minutes"
  - Change the parameter of timeout to 150 minutes

    Because we use the Openstack-Ansible to deploy the openstack,
    it will cost more time. 120 minute is too short for this.
    We change this to 150 minutes.

    Change-Id: I39beca2cbd191ac738185cca696555656174e84d
Signed-off-by: wutianwei <wutianwei1@huawei.com>
7 years agoUpdate git submodules
Fatih Degirmenci [Mon, 19 Jun 2017 07:52:00 +0000 (07:52 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Fuel: adds retrieving OS credentials for MCP"
  - Fuel: adds retrieving OS credentials for MCP

    Adjusts retrieving OS credentials for MCP (master branch in fuel repo)

    Also removes legacy admin_ip and public_ip retrieving.

    Change-Id: Ib7781a3701c7281b781872b18150332b94298260
Signed-off-by: Andrii Ostapenko <aostapenko@mirantis.com>
7 years agoUpdate git submodules
Cédric Ollivier [Sun, 18 Jun 2017 07:10:19 +0000 (09:10 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Remove module references __file__

    It allows functest to be run directly from a zip file [1].

    [1] https://setuptools.readthedocs.io/en/latest/setuptools.html#setting-the-zip-safe-flag

    Change-Id: I596a71e8cf2bed6dd79655bd5beeb047876a188c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
hongbo tian [Mon, 19 Jun 2017 06:06:18 +0000 (06:06 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Merge "Remove the committer for stepping down"
  - Remove the committer for stepping down

    Thanks Christopher Price for his great job for dovetail
    He created the dovetial and made great contribution.
    Based on his Intention, the INFO is updated

    Change-Id: I8fc1e552062cb7e429d42b6d4af41a7cd620c4f6
Signed-off-by: hongbotian <hongbo.tianhongbo@huawei.com>
7 years agoUpdate git submodules
yuyang [Mon, 5 Jun 2017 02:44:21 +0000 (10:44 +0800)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - Remove redundant print functions

    JIRA: BOTTLENECK-158

    Remove redundant print functions for report log

    Change-Id: I35c43fd3e30090bc296823faca55b49c0431a1fb
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
7 years agoUpdate git submodules
Maryam Tahhan [Fri, 16 Jun 2017 14:30:57 +0000 (14:30 +0000)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - Merge "VES userguide: Updated documentation."
  - VES userguide: Updated documentation.

    Updated VES documentation to reflect latest changes in the VES
    plugin and VES schema.

    Change-Id: I618d7e181a1c6de698e44b7be74d4358513d2441
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
7 years agoUpdate git submodules
Mytnyk, Volodymyr [Mon, 29 May 2017 13:06:07 +0000 (14:06 +0100)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - VES: Updated plugin to use latest schema

    - Removed guest mode support;
    - Updated source_id/name & reporting_entity_id/name mapping.
    - Fixed issue with "additionalFields" field which is empty
      if multiple VM instances are running on the host.

    Change-Id: I37f3b3a8e932848c15f6778967c49740cf701d65
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
7 years agoUpdate git submodules
Brady Johnson [Mon, 12 Jun 2017 09:10:25 +0000 (11:10 +0200)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Updating VNF Manager ODL config to comply with Carbon

    - There were some configurations that were using older
      deprecated models that have since been removed.

    Change-Id: I66b60b510c5afcfb6c6a9c4380aff0b88c9187a9
Signed-off-by: Brady Johnson <brady.allen.johnson@ericsson.com>
7 years agoUpdate git submodules
juraj.linkes [Thu, 15 Jun 2017 13:00:15 +0000 (15:00 +0200)]
Update git submodules

* Update docs/submodules/fds from branch 'master'
  - Post apex updates

    Removed setting nova and neutron debugs.
    Added sourcing of overcloudrc.
    Also minor refactor.

    Change-Id: Ifb835fa81a19d98bda4a2c6f955abda3699946d3
Signed-off-by: juraj.linkes <jlinkes@cisco.com>
7 years agoUpdate git submodules
Markos Chandras [Thu, 15 Jun 2017 11:55:58 +0000 (11:55 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "prototypes: xci: Add 'ansible-hardening' role to the requirements file"
  - prototypes: xci: Add 'ansible-hardening' role to the requirements file

    Upstream commit 2798cf403c47d165cd8d34d7888990dce1f827f8 ("Use new
    ansible-hardening role") added the new 'ansible-hardening' role to the
    ansible-role-requirements.yml file and as such we also need to take that
    into consideration. The sha hash does not matter much at this point
    since it will be fixed the next time we tag all the roles.

    Change-Id: I5444af948e2b83de49863e7e28f3918fed88c90d
Signed-off-by: Markos Chandras <mchandras@suse.de>
7 years agoUpdate git submodules
Aric Gardner [Thu, 15 Jun 2017 03:53:39 +0000 (03:53 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add releng repo to security check"
  - Add releng repo to security check

    some formatting changes to shell script

    Change-Id: I301cb4b385df81a81de5ba230c5a4709461703a3
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
7 years agoUpdate git submodules
Morgan Richomme [Thu, 15 Jun 2017 01:49:03 +0000 (01:49 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Update Suite details pushed to DB"
  - Update Suite details pushed to DB

    It now reports stats and dumps stream into details.
    By the way, it fixes a bug when serializing the former details.

    Change-Id: Idd388708071ca3185e5a07bc7e977f2d9837dc95
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Steven Pisarski [Wed, 14 Jun 2017 22:14:34 +0000 (22:14 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Leverage on pbr (Python Build Reasonableness)"
  - Leverage on pbr (Python Build Reasonableness)

    It also updates requirements according to OpenStack stable/ocata
    except for nova client version as snaps needs nova support of
    floating IP which has been removed in pike [1] (8.0.0 [2]).

    It must be reverted to >=6.0.0,!=7.0.0 as soon as snaps calls the
    related neutron commands.

    [1] https://github.com/openstack/python-novaclient/blob/master/releasenotes/notes/pike-rm-deprecated-net-272aeb62b329a5bc.yaml
    [2] https://docs.openstack.org/releasenotes/python-novaclient/unreleased.html

    Change-Id: Iaa0285471da5f2f73cbfef038c9902e1c39fa009
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Jose Lausuch [Wed, 14 Jun 2017 10:22:51 +0000 (10:22 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Update (test-)requirements.txt"
  - Update (test-)requirements.txt

    It updates requirements.txt and test-requirements.txt according to
    OpenStack stable/ocata. It removes useless copyrights.

    Change-Id: I603b3030df231f210af47232f20aef85a08e20ba
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Fatih Degirmenci [Wed, 14 Jun 2017 09:19:56 +0000 (09:19 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Reschedule armband jobs"
  - Reschedule armband jobs

    Removed the master jobs until mcp is functional on arm.
    Rescheduled the danube jobs 8 hours apart.

    Change-Id: I90037a76a50d61c76c13cd68fa5926e1a73e88e6
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
7 years agoUpdate git submodules
spisarski [Wed, 14 Jun 2017 03:22:33 +0000 (11:22 +0800)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Need to move file resources required by tests.

    Functest was not installing the heat resource files required
    by the snaps tests being run by Functest as the heat template
    file used by the tests as it was under the repository's root
    directory which is causing tests to fail.

    Change-Id: I214d2e61e92f7dfa2e9859dded1e7ea08706314d
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoUpdate git submodules
Martin Klozik [Wed, 14 Jun 2017 05:57:07 +0000 (06:57 +0100)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - ci: Fix of SRIOV graphs generation

    Wrong test name was used for SRIOV.

    Change-Id: Ie07a3bcd162b228d9d6843205a9abf237026f428
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
7 years agoUpdate git submodules
Aric Gardner [Wed, 14 Jun 2017 03:13:25 +0000 (11:13 +0800)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Add exit status, remove awk warning

    Change-Id: I090e601b45b58fae4235867536553570f2674f9a
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
7 years agoUpdate git submodules
Aric Gardner [Wed, 14 Jun 2017 02:59:54 +0000 (10:59 +0800)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Move gerrit comment logic to its own file

    this file will become too complicated to escape inside the job
    definition.

    Change-Id: I3e167bee5d315a7ff3b52e7274b68c3146dfbd03
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
7 years agoUpdate git submodules
Fatih Degirmenci [Wed, 14 Jun 2017 02:43:59 +0000 (02:43 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Fix gerrit comment"
  - Fix gerrit comment

    Change-Id: Id1340090fbf410f9eda5e115f554fee778d26b90
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
7 years agoUpdate git submodules
Dan Radez [Mon, 12 Jun 2017 05:49:41 +0000 (01:49 -0400)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Updates to development dependency script

    - Removing easy install references
    - adding gitpython to pip installs

    Change-Id: I8a07749d6444b63304cb5eabbf8d021eeb2fcd33
Signed-off-by: Dan Radez <dradez@redhat.com>
7 years agoUpdate git submodules
Aric Gardner [Wed, 14 Jun 2017 01:51:23 +0000 (01:51 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "We cant report the results if anteater exits 1"
  - We cant report the results if anteater exits 1

    So I guess we put the voting logic in the report results to
    gerrit step

    Change-Id: I5a6d8c7986bc317648bbb7512ba4f8357bbb4f3c
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
7 years agoUpdate git submodules
Morgan Richomme [Wed, 14 Jun 2017 01:48:38 +0000 (01:48 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Update modules/(test-)requirements"
  - Update modules/(test-)requirements

    It updates requirements.txt and test-requirements.txt according to
    OpenStack stable/ocata. It also fixes install_requires and
    test_requires in modules/setup.py.

    Change-Id: I9290db34e7bc1c78200130dd6a67d2d33dbc388d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Aric Gardner [Wed, 14 Jun 2017 01:04:41 +0000 (09:04 +0800)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Report anteater results to gerrit.

    used tee to create audit log

    Change-Id: I6941e142064cf7c9b4586660be69df2a02807af3
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
7 years agoUpdate git submodules
Aric Gardner [Wed, 14 Jun 2017 00:52:25 +0000 (08:52 +0800)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Fix skip vote on anteaterjob

    looks like the spacing was off

    Change-Id: Ief6d15d122add79b8f9492550ce4ceecafe545bd
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
7 years agoUpdate git submodules
Maryam Tahhan [Tue, 13 Jun 2017 20:50:42 +0000 (20:50 +0000)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - Merge "ovs_pmd_stats: added ovs_pmd_stats plugin."
  - ovs_pmd_stats: added ovs_pmd_stats plugin.

    Added ovs_pmd_stats plugin which communicates with ovs-vswitch using
    unix socket and publishes pmd metrics in collectd format.

    Change-Id: I4dbdd58cdddfd13fe7df44e01c80212f2d4203fc
Signed-off-by: Roman Korynkevych <romanx.korynkevych@intel.com>