opnfvdocs.git
6 years agoUpdate git submodules
Cédric Ollivier [Wed, 2 Aug 2017 09:54:19 +0000 (11:54 +0200)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Install run_sdnvpn_tests.py in $PATH

    It eases how Functest runs it (see testcases.yaml [1]).
    The former run_tests.py is renamed to avoid duplicated binaries (see
    [2] and [3]).

    [1] https://git.opnfv.org/functest/tree/functest/ci/testcases.yaml
    [2] https://git.opnfv.org/sfc/tree/sfc/tests/functest/run_tests.py
    [3] https://git.opnfv.org/promise/tree/promise/test/functest/run_tests.py

    Change-Id: I50219cad42bf0e085c2edf2e1abe149c2e057a99
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Morgan Richomme [Thu, 10 Aug 2017 07:48:37 +0000 (07:48 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Restrict ping only once in ping.sh"
  - Restrict ping only once in ping.sh

    Otherwise, it makes no sense to configure ping_timeout as
    200 times.

    Change-Id: I6e15f5149f24a4316f6d5b70bcda9a46418d1522
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Kubi [Thu, 10 Aug 2017 06:18:58 +0000 (06:18 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "bugfix: tc037/38 multiprocessing failed sometimes"
  - bugfix: tc037/38 multiprocessing failed sometimes

    set runner.join timeout

    JIRA: YARDSTICK-771

    Change-Id: Iec7d04549a45c0fbd0eb48dcaad7770fd5ca1f4e
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
Ross Brattain [Thu, 10 Aug 2017 06:14:50 +0000 (06:14 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "pip_license: quick hack script to add license info to requirements.txt"
  - pip_license: quick hack script to add license info to requirements.txt

    Change-Id: Ic41772cb32cd53d405b16880bd43cf89307b4716
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Ross Brattain [Thu, 10 Aug 2017 06:14:29 +0000 (06:14 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "requirements.txt: add license info"
  - requirements.txt: add license info

    Change-Id: I9de6a51e7efb9e49da5bbd541c466f106c3a52e3
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Ross Brattain [Thu, 10 Aug 2017 03:57:47 +0000 (03:57 +0000)]
Update git submodules

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

    Change-Id: I15e4ac38b347a08350b71c68469e2793eeed92ab
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Signed-off-by: Edward MacGillivray <edward.s.macgillivray@intel.com>
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Ross Brattain [Thu, 10 Aug 2017 03:56:50 +0000 (03:56 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "constants: cache YAML config values"
  - constants: cache YAML config values

    don't reparse the yardstick.yaml file each
    time we lookup an option.

    Since it is global data, just cache it in a global
    var

    Use pkg_resources.resource_filename
    to lookup the path of yardstick tests, intsead of using __file__

    pkg_resources is slightly more proper than __file__
    at least for packages

    Change-Id: I05d9748390a37bd45c53013fc084d23069ab7c51
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Ross Brattain [Thu, 10 Aug 2017 03:56:37 +0000 (03:56 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "IXIA traffic generator"
  - IXIA traffic generator

    Change-Id: I09bcb3f2c4b945283070d442589d3bf00468abbc
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Signed-off-by: Edward MacGillivray <edward.s.macgillivray@intel.com>
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Ross Brattain [Thu, 10 Aug 2017 03:56:29 +0000 (03:56 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Sample ACL VNF"
  - Sample ACL VNF

    Change-Id: I33de47ac6ca353d6c69f0d166809b4c95d3fd90f
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Signed-off-by: Edward MacGillivray <edward.s.macgillivray@intel.com>
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
julien zhang [Thu, 10 Aug 2017 03:36:48 +0000 (03:36 +0000)]
Update git submodules

* Update docs/submodules/parser from branch 'master'
  - Merge "Support costum datatype in capability"
  - Support costum datatype in capability

    Support custom datatype definition in property for capability,
    a scenario if following:

    VDU:
       type: tosca.nodes.nfv.VDU.Compute
       capabilities:
          virtual_compute:
               properties:
                  virtual_memory:
                      virtual_mem_size: 24G
                  requested_additional_capabilities: {}
                  virtual_cpu:
                      num_virtual_cpu: 4
    node_types:
      tosca.nodes.nfv.VDU.Compute:
        derived_from: tosca.nodes.Root
        capabilities:
          virtual_compute:
            type: tosca.capabilities.nfv.VirtualCompute

    capability_types:
      tosca.capabilities.nfv.VirtualCompute:
        derived_from: tosca.capabilities.Root
        properties:
          virtual_memory:
            type: tosca.datatypes.nfv.VirtualMemory
          requested_additional_capabilities:
            entry_schema:
              type: tosca.datatypes.nfv.RequestedAdditionalCapability
            required: false
            type: map
          virtual_cpu:
            type: tosca.datatypes.nfv.VirtualCpu

    This patch will be submitted to Openstack.

    JIAR: PARSER-135

    Change-Id: I7b5e3e909e0950de26b37123938fe719004d5417
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
6 years agoUpdate git submodules
Narinder Gupta [Thu, 10 Aug 2017 03:31:47 +0000 (03:31 +0000)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - Merge "add support for AArch64 when porting MAAS"
  - add support for AArch64 when porting MAAS

    Change-Id: Id001bf15a3b4313d2677f078b501154609ee4f3b
Signed-off-by: Di Xu <di.xu@arm.com>
6 years agoUpdate git submodules
shangxdy [Tue, 8 Aug 2017 06:45:16 +0000 (14:45 +0800)]
Update git submodules

* Update docs/submodules/parser from branch 'master'
  - fix package init name for nfv-toscaparser

    When loading nfv-toscaparser use pbr tool, switch the version of
    tosco-parser to nfv-toscaparserf, which will affect the Modeling project
    in ONAP.

    JIRA: PARSER-134

    Change-Id: If5934075af1fa725fea763083fcca7b597043818
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
6 years agoUpdate git submodules
Narinder Gupta [Thu, 10 Aug 2017 03:20:34 +0000 (03:20 +0000)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - Merge "cleanup old controllers and models for virtual deployments"
  - cleanup old controllers and models for virtual deployments

    Change-Id: I47d2085345820e404f300c2a935c477988b4132a
Signed-off-by: Di Xu <di.xu@arm.com>
6 years agoUpdate git submodules
Narinder Gupta [Thu, 10 Aug 2017 03:16:25 +0000 (03:16 +0000)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - Merge "on aarch64, libvirt failed to undefine a guest with nvram"
  - on aarch64, libvirt failed to undefine a guest with nvram

    refer to related redhat issue #1195667 (https://bugzilla.redhat.com/show_bug.cgi?id=1195667)

    Change-Id: Ie5c3cc04b978f778886c9a3f7fbb9a2e9fc460e5
Signed-off-by: Di Xu <di.xu@arm.com>
6 years agoUpdate git submodules
Narinder Gupta [Thu, 10 Aug 2017 03:15:27 +0000 (03:15 +0000)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - Merge "fix some typos"
  - fix some typos

    Change-Id: I1373feb555056e8a7f95860aab90cf2c116b2b29
Signed-off-by: Di Xu <di.xu@arm.com>
6 years agoUpdate git submodules
Narinder Gupta [Thu, 10 Aug 2017 03:03:39 +0000 (22:03 -0500)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - modfiied to correct API and osdomain name

    Change-Id: I9d7efa5117c90f64135140cce52a42a5f0ad96c3
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
6 years agoUpdate git submodules
Serena Feng [Thu, 10 Aug 2017 02:35:10 +0000 (02:35 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Correct the description of the bridge used by daisy"
  - Correct the description of the bridge used by daisy

    Change-Id: I1aeed86489f7d42e3513a212f34df02c7efb12b9
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
6 years agoUpdate git submodules
zhihui wu [Thu, 10 Aug 2017 02:31:47 +0000 (02:31 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "Refactor QPI module"
  - Refactor QPI module

    - Delete outdated code

    Change-Id: I0505d3ccc1ea76078f4d307f7d5ef66777ff6eb7
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
6 years agoUpdate git submodules
liyuenan [Wed, 3 May 2017 02:03:44 +0000 (10:03 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Edit Expansion Guide

    JIRA: -

    mgmt and storage's network ip_ranges start ip needs update as the
    first 6 IPs are already taken by the first deployment.

    Change-Id: Iee01852c04ea7638999f664d567caaea060bdaf9
Signed-off-by: liyuenan <liyuenan@huawei.com>
6 years agoUpdate git submodules
Narinder Gupta [Thu, 10 Aug 2017 02:04:04 +0000 (21:04 -0500)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - modified to correct deployment

    Change-Id: I6942d254d7fe105f6ccaa1ddf0090e9d832e4f35
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
6 years agoUpdate git submodules
Serena Feng [Thu, 10 Aug 2017 01:27:06 +0000 (01:27 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Fix error in qtip job template"
  - Fix error in qtip job template

    Change-Id: Ida62e630c1f26ed4058eb34dbd9d438fb6071387
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
6 years agoUpdate git submodules
Serena Feng [Thu, 10 Aug 2017 01:20:22 +0000 (01:20 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "add Pods page in webportal"
  - add Pods page in webportal

    delete OPNFV Powered Guidelines page
    add Pods page with create/list operations

    Change-Id: Ib9fd2834bd9d54ee33600458a90e3aac76382589
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
6 years agoUpdate git submodules
Kubi [Thu, 10 Aug 2017 01:18:55 +0000 (01:18 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "bugfix: tc025 and tc054 fail"
  - bugfix: tc025 and tc054 fail

    also modify tc025 an tc054 to be able to pass paras

    JIRA: YARDSTICK-772

    Change-Id: Ibeba931804cccfd74fc70fcf4fdb6af9d5c8ab77
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
Kubi [Thu, 10 Aug 2017 01:18:33 +0000 (01:18 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "bugfix: hosts should be clean if update_hosts twice"
  - bugfix: hosts should be clean if update_hosts twice

    JIRA: YARDSTICK-774

    Change-Id: Id610d43d236ab3a7d1aa4b8cfd230a40958fac38
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
Feng Pan [Thu, 10 Aug 2017 00:25:26 +0000 (00:25 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Add collectd-snmp and collect-rdt installation. Use the Intel RDT version which is current (the version in the package set specified by the latest.properties file)."
  - Add collectd-snmp and collect-rdt installation.
    Use the Intel RDT version which is current (the version in the package set specified by the latest.properties file).

    Change-Id: I3f176572edaa5d3df5b3cc31b39253025d81e808
Signed-off-by: jhinman1 <john.hinman@intel.com>
6 years agoUpdate git submodules
Narinder Gupta [Wed, 9 Aug 2017 22:42:38 +0000 (22:42 +0000)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - Merge "Download OCL container packages from OPNFV artifact repo (if not present). Updated ceph.yaml to use correct lxd numbers"
  - Download OCL container packages from OPNFV artifact repo (if not present).
    Updated ceph.yaml to use correct lxd numbers

    Change-Id: If147df8cc188e02dafe6d3ce80bd6d4d9f548eb7
Signed-off-by: Stuart Mackie <wsmackie@juniper.net>
6 years agoUpdate git submodules
Narinder Gupta [Wed, 9 Aug 2017 22:41:40 +0000 (22:41 +0000)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - Merge "Rename juju run --service flag to --application"
  - Rename juju run --service flag to --application

    This flag has been renamed in (probably) Juju 2.0.
    For reference, compare documentation for `juju run` command in
    https://jujucharms.com/docs/1.25/commands and
    https://jujucharms.com/docs/2.0/commands

    The `--service` flag causes the `openstack.sh` to fail and exit,
    skipping important functionality.

    Change-Id: Ia5b3f5c29622de2caabee9832aa6920932c43656
Signed-off-by: Martin Kulhavy <martin.kulhavy@nokia.com>
6 years agoUpdate git submodules
Steven Pisarski [Wed, 9 Aug 2017 20:23:13 +0000 (20:23 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Reformat auth_url based on the ID API version."
  - Reformat auth_url based on the ID API version.

    No longer raising an OSCredsError when the auth_url does
    not end with a 'v' + some number. Additionally, the auth_url
    will be massaged to remove any 'v' + num from the end of
    the URL and generate its own version value based on the ID
    API version configured.

    JIRA: SNAPS-144

    Change-Id: I3a7844025324105576da59b1516d0f541281e6bf
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
spisarski [Tue, 8 Aug 2017 19:01:04 +0000 (13:01 -0600)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Added test ability for 2 VMs on different networks to ping each other.

    JIRA: SNAPS-48

    Change-Id: I77973fef06343eb7108e998ea8e939c1f2d9d4a6
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Tim Rozet [Wed, 9 Aug 2017 20:11:10 +0000 (20:11 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Sets baremetal workers to 12"
  - Sets baremetal workers to 12

    There is an issue where in Newton the number of workers (sub processes)
    opened per openstack service scales with the number of logical cores on
    the system.  On servers with large amount of processors this causes the
    cloud to fail after some time due to running out of RAM.  This patch
    will limit the number of worker processes to 12, which is the limit in
    Ocata and onwards.

    JIRA: APEX-410

    Change-Id: I28c4762830c19cd758a0729017f2d4a9ebe372b4
Signed-off-by: Tim Rozet <trozet@redhat.com>
Signed-off-by: Feng Pan <fpan@redhat.com>
6 years agoUpdate git submodules
Tim Rozet [Wed, 9 Aug 2017 20:02:46 +0000 (16:02 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: Adds sfc scenarios to daily

    Change-Id: I900f9dc6e6dd3bf041fbecc5eab3216f5bd7f8bc
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Tim Rozet [Tue, 1 Aug 2017 21:20:29 +0000 (17:20 -0400)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Enables SFC scenarios

    apex-tripleo-heat-templates: I230b31dc9ed0ecc5046064628ba2f2505e589522
    apex-puppet-tripleo: Icd433ddc6ae7de19a09f9e33b410a362c317138a

    Change-Id: I0b17b4e86eb90b949bd62f7e73944adad77ef1a3
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Cédric Ollivier [Wed, 2 Aug 2017 16:36:36 +0000 (18:36 +0200)]
Update git submodules

* Update docs/submodules/promise from branch 'master'
  - Add promise package

    It eases how Functest installs/runs it (see testcases.yaml [1]).
    The former run_tests.py is renamed to avoid duplicated binaries (see
    [2] and [3]).

    [1] https://git.opnfv.org/functest/tree/functest/ci/testcases.yaml
    [2] https://git.opnfv.org/sdnvpn/tree/sdnvpn/test/functest/run_tests.py
    [3] https://git.opnfv.org/sfc/tree/sfc/tests/functest/run_tests.py

    Change-Id: I626ce6b425399dc5a0a360782352757c26ca1db3
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
ahothan [Wed, 9 Aug 2017 17:12:26 +0000 (10:12 -0700)]
Update git submodules

* Update docs/submodules/nfvbench from branch 'master'
  - Update doc/faq and config comments

    Change-Id: I263f2d33ef9010d4ead0a26c390736a11edaaa20
Signed-off-by: ahothan <ahothan@cisco.com>
6 years agoUpdate git submodules
Trevor Bramwell [Wed, 9 Aug 2017 16:58:51 +0000 (16:58 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Send 'Build Failed' Emails to Jenkins Admins"
  - Send 'Build Failed' Emails to Jenkins Admins

    Adds the 'email-jenkins-admins-on-build-failures' publishers for jobs
    which have overridden the default list of publishers.

    This will provide Jenkins administrators a time-series list of build
    failures to assist in debugging issues with the master and agents.

    JIRA: RELENG-257

    Change-Id: I28f12877562113c9197ed6429ee2a7f3cdbaf346
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Aric Gardner [Wed, 9 Aug 2017 15:37:33 +0000 (15:37 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "KVMFORNFV: Implementing kvmfornfv daily jobs."
  - KVMFORNFV: Implementing kvmfornfv daily jobs.

    JIRA: RELENG-285

    This patch includes updated scripts for implementing kvmfornfv daily
    jobs to add the new test name livemigration and trigger the livemigration
    testcase

    Change-Id: I4b32b14a85b87a386b8099b725ad11bc80ca9cdd
    Signed-off-by:RajithaY<rajithax.yerrumsetty@intel.com>

6 years agoUpdate git submodules
Tim Rozet [Wed, 9 Aug 2017 14:48:29 +0000 (14:48 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "APEX: Add os-nosdn-kvm_ovs_dpdk scenarios to daily"
  - APEX: Add os-nosdn-kvm_ovs_dpdk scenarios to daily

    Change-Id: I8433b84bc2e2c3acf7db67b8bf40aedddb727daa
Signed-off-by: Feng Pan <fpan@redhat.com>
6 years agoUpdate git submodules
Michael Polenchuk [Wed, 9 Aug 2017 11:15:36 +0000 (15:15 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Synchronize down all of the dynamic modules

    Sync all of the salt dynamic modules to make sure custom
    modules, states, grains & etc. are on the target nodes.

    Change-Id: I04f2ac0465d5381c4c07623e9383619d9b9731de
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Narinder Gupta [Wed, 9 Aug 2017 09:13:12 +0000 (04:13 -0500)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - Added architecture specific code as enabling for power.
    Same should work for ARM as well.

    Change-Id: I72f38bf046b2bbded3bc49073d2541010f374d5e
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
6 years agoUpdate git submodules
chenjiankun [Wed, 9 Aug 2017 07:37:22 +0000 (07:37 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Bugfix: remove ping package for it is GPL license

    JIRA: YARDSTICK-777

    In migrate test case, we use ping to count downtime.
    But ping package is GPL license, so we need remove it.
    Since ping command tool can not set timeout less then 1 second, and the
    downtime is less then 1 second, so we need find another package to replace.
    For now, I find most ping tool is GPL license, so maybe later we need to
    implement ping ourselves.
    And the migrate case can not calculate downtime unless user install ping
    themselves.

    Change-Id: I78cba5e4af9de2e3c0bb16b27570bed951caf440
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Linda Wang [Wed, 9 Aug 2017 08:30:30 +0000 (08:30 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Configure AARCH64 image settings for UEFI"
  - Configure AARCH64 image settings for UEFI

    Configure one parted AARCH64 Cirros image settings for AAVMF(UEFI)

    Change-Id: I28ca1ead06c1153e2483c163af9da8e70736ac1c
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
    JIRA: ARMBAND-279

6 years agoUpdate git submodules
kong wei [Wed, 9 Aug 2017 07:17:15 +0000 (07:17 +0000)]
Update git submodules

* Update docs/submodules/escalator from branch 'master'
  - Merge "Change PTL info in INFO."
  - Change PTL info in INFO.

    Change-Id: Iba016aabad42e06560af839a6c7aab6f43374ae8
Signed-off-by: Wei Kong <kong.wei2@zte.com.cn>
6 years agoUpdate git submodules
kong wei [Wed, 9 Aug 2017 07:16:24 +0000 (07:16 +0000)]
Update git submodules

* Update docs/submodules/escalator from branch 'master'
  - Merge "Please vote +1 if you agree this action. Thanks"
  - Please vote +1 if you agree this action. Thanks

    Change-Id: Ib60b9284a919e02b9dd6c74b120311c725a24a43
Signed-off-by: Jie Hu <hu.jie@zte.com.cn>
6 years agoUpdate git submodules
kong wei [Wed, 9 Aug 2017 07:16:08 +0000 (07:16 +0000)]
Update git submodules

* Update docs/submodules/escalator from branch 'master'
  - Merge "support all cluster update option"
  - support all cluster update option

    Change-Id: I0ff8951d9106535ed8ee0b1fbdba345c52a00dc8
Signed-off-by: liguomin <li.guomin2@zte.com.cn>
6 years agoUpdate git submodules
Justin chi [Wed, 9 Aug 2017 06:43:10 +0000 (06:43 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "Create endpoint in different region"
  - Create endpoint in different region

    JIRA: -

    Edit keystone_endpoint module to support different region. Before this patch,
    endpoint will be update when you use regiontwo or some other region.

    Change-Id: Ib37b87892cfa485b468f7500fdabe05ad3b6be4b
Signed-off-by: liyuenan <liyuenan@huawei.com>
6 years agoUpdate git submodules
Jun Li [Wed, 9 Aug 2017 06:11:08 +0000 (06:11 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "remove useless workspace from yardstick"
  - remove useless workspace from yardstick

    There is a img file in this workspace, which consumes lots of disk space when
    CI collects artifacts

    Change-Id: Idef0624832cf2b12de2a63fc85bb65f4986ce0ca
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
6 years agoUpdate git submodules
Jiang, Yunhong [Wed, 9 Aug 2017 05:38:24 +0000 (05:38 +0000)]
Update git submodules

* Update docs/submodules/kvmfornfv from branch 'master'
  - Merge "Add Livemigration testcase for KVMFORNFV"
  - Add Livemigration testcase for KVMFORNFV

    This patch includes the scripts which will create OVS dpdkvhost user
    ports and test live migration using qemu with ovs dpdk and provide the
    information of VM downtime,setuptime and totaltime once migration is
    completed.

    Signed-off-by:RajithaY<rajithax.yerrumsetty@intel.com>
    Change-Id: I17abf627102d88dffdb99972e5616a0ea5cb62b7

6 years agoUpdate git submodules
Deepak S [Tue, 20 Jun 2017 21:31:19 +0000 (14:31 -0700)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - NSB update

    Refactored main NSB VNF classes accroding to class diagram

    https://wiki.opnfv.org/display/yardstick/NSB+class+diagram

    All the SampleVNFs have been separated and placed under
    the SampleVNF class.

    Added AutoConnectSSH to automatically create SSH conneciton on demand.

    Added VnfdHelper class to wrap the VNFD dictionary in prepartion for
    class-based modeling.

    Extracted DpdkVnfSetupEnvHelper for DPDK based VNF setup.

    Extracted Stats and other client config to ResourceHelper

    Had to replace dict_key_flatten with deepgetitem due to Python 2.7
    Jinja2 infinite recursion.

    Change-Id: Ia8840e9c44cdbdf39aab6b02e6d2176b31937dc9
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Signed-off-by: Edward MacGillivray <edward.s.macgillivray@intel.com>
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Ryota Mibu [Wed, 9 Aug 2017 02:46:52 +0000 (02:46 +0000)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - Merge "refactor apex installer"
  - refactor apex installer

    JIRA: DOCTOR-100

    Change-Id: I684071d35aac99ad1f5b65ae74e0a98ac726af35
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
6 years agoUpdate git submodules
Zhijiang Hu [Wed, 9 Aug 2017 02:17:19 +0000 (02:17 +0000)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Merge "Use PDF(POD descriptor file) and correct the mapping of nodes and roles"
  - Use PDF(POD descriptor file) and correct the mapping of nodes and roles

    JIRA: DAISY-42
    JIRA: DAISY-56

    In bare metal deployment, we can use PDF to get MAC addresses of nodes
    https://gerrit.opnfv.org/gerrit/#/c/38387/.
    Then we can use the MACs to help to distinguish the discovered nodes
    and assign roles to them, like virtual deployment in the link
    https://gerrit.opnfv.org/gerrit/#/c/38381/.

    Change-Id: Ib0f1a60b8935f528a828f716ccc916b767cfa6f9
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
6 years agoUpdate git submodules
grakiss [Tue, 8 Aug 2017 09:04:23 +0000 (17:04 +0800)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - create a tar file for logs

    JIRA: DOVETAIL-479

    User may want to upload all logs along with the results,
    so others may check the running logs to make sure what' s going on during the test.

    Change-Id: Ia5862f99c129b8207aa91a391567ffdd5ee0829a
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
6 years agoUpdate git submodules
zhihui wu [Tue, 8 Aug 2017 09:37:20 +0000 (17:37 +0800)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - install setuptools's latest version in container

    See https://build.opnfv.org/ci/view/qtip/job/qtip-docker-build-push-master/398/console

    Change-Id: I4e975e77e3361cfb468cba0c10cecc21c14c2517
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
6 years agoUpdate git submodules
Yang Yu [Fri, 4 Aug 2017 03:15:01 +0000 (11:15 +0800)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - change Dockerfile to adapt Branches

    Reverse dockerfile

    Change-Id: I827209833ae4e34e20afba522557c83f4acaaf45
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
6 years agoUpdate git submodules
Alex Yang [Tue, 8 Aug 2017 05:57:41 +0000 (13:57 +0800)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Fix bug in baremetal deploy with python script

    Change-Id: I782c4d732ee8774526b21abd3e8636e65916ce3b
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
6 years agoUpdate git submodules
ahothan [Tue, 8 Aug 2017 23:24:56 +0000 (16:24 -0700)]
Update git submodules

* Update docs/submodules/nfvbench from branch 'master'
  - Update doc with ndr/pdr section, update config comment

    Change-Id: I2e0a771b21371f45fd592ff41dc8f66c0aaeb7e0
Signed-off-by: ahothan <ahothan@cisco.com>
6 years agoUpdate git submodules
Navya [Fri, 21 Jul 2017 12:59:32 +0000 (05:59 -0700)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - [KVMFORNFV]kvm+ovs+dpdk scenario for E-release

    This patch consists of implementation of the KVMFORNFV
    os-nosdn-kvm_ovs_dpdk-ha and os-nosdn-kvm_ovs_dpdk-ha
    scenarios.

    Format of comment to trigger gate should be as follows:
    start-gate-scenario: os-nosdn-kvm_ovs_dpdk-noha

    Change-Id: Ia320ed8ac44f6b62c3875efe5e44a1df7a0fc777
Signed-off-by: Navya Bathula <navyax.bathula@intel.com>
6 years agoUpdate git submodules
Cédric Ollivier [Wed, 2 Aug 2017 09:34:06 +0000 (11:34 +0200)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Install run_sfc_tests.py in $PATH

    It eases how Functest runs it (see testcases.yaml [1]).
    The former run_tests.py is renamed to avoid duplicated binaries (see
    [2] and [3]).

    [1] https://git.opnfv.org/functest/tree/functest/ci/testcases.yaml
    [2] https://git.opnfv.org/sdnvpn/tree/sdnvpn/test/functest/run_tests.py
    [3] https://git.opnfv.org/promise/tree/promise/test/functest/run_tests.py

    Change-Id: I75aaf950f7b072c142fa9894cef7ef7f057adac3
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
narindergupta [Tue, 8 Aug 2017 19:50:46 +0000 (14:50 -0500)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - modfified to support Power architecture.

    Change-Id: I7e35cb9743322c1cf48b79a1a89fb3a8accdc8ae
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
6 years agoUpdate git submodules
Feng Pan [Tue, 8 Aug 2017 16:17:44 +0000 (12:17 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - APEX: Add nosdn-ovs_dpdk scenarios to daily

    Change-Id: I0670eb1e0c698e2a57698ba0f11879a17a34c2ff
Signed-off-by: Feng Pan <fpan@redhat.com>
6 years agoUpdate git submodules
Feng Pan [Tue, 8 Aug 2017 16:20:48 +0000 (16:20 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "build: added intel_cmt_cat rpm"
  - build: added intel_cmt_cat rpm

    Added intel_cmt_cat rpm install. Updated rpm version

    Change-Id: I288a09b8fc3a35496b340ee93197693914696d2d
Signed-off-by: Taras Chornyi <tarasx.chornyi@intel.com>
6 years agoUpdate git submodules
Narinder Gupta [Tue, 8 Aug 2017 16:11:02 +0000 (16:11 +0000)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - Merge "Improve and highlight logging to console"
  - Improve and highlight logging to console

    xtrace produces a lot of output that can be hard to read. This commit
    adds a function to print important information messages in bold yellow,
    so that they stand out in the log and make it easier for the user to
    understand what is currently happening.

    Change-Id: I78d3dbd909beca30b36723b879b13436932629f9
Signed-off-by: Martin Kulhavy <martin.kulhavy@nokia.com>
6 years agoUpdate git submodules
Tim Rozet [Tue, 8 Aug 2017 16:03:14 +0000 (16:03 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "APEX: add ipv6 to daily job"
  - APEX: add ipv6 to daily job

    Change-Id: I9d080558ac6943f53d657cbec6c25dd2e6c10ac5
Signed-off-by: Feng Pan <fpan@redhat.com>
6 years agoUpdate git submodules
Feng Pan [Fri, 4 Aug 2017 04:07:51 +0000 (00:07 -0400)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Add support for nosdn-ovs-dpdk scenario

    Change-Id: I31fca214b7d16cecc261137567fa7ecf63abfe04
Signed-off-by: Feng Pan <fpan@redhat.com>
6 years agoUpdate git submodules
Morgan Richomme [Tue, 8 Aug 2017 14:34:31 +0000 (14:34 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Allow ZTE POD2 to Publish Testing Logs"
  - Allow ZTE POD2 to Publish Testing Logs

    Change-Id: I17e6c6d316a49199f3e4797d87113392cce69568
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Steven Pisarski [Tue, 8 Aug 2017 14:16:16 +0000 (14:16 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Refactored neutron_utils#get_router_by_name() to get_router()"
  - Refactored neutron_utils#get_router_by_name() to get_router()

    Added a router_settings (RouterSettings) object parameter
    in addition to router_name for more robust query options.

    JIRA: SNAPS-163

    Change-Id: I47672f531171d6ee0c90dabb6641640bf97c1d20
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Delia Popescu [Tue, 8 Aug 2017 07:32:16 +0000 (10:32 +0300)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Configure requirements for AAVMF(UEFI) with Cirros image on AArch64

    Cirros image on AArch64 with AAVMF(UEFI) requires at least 256MB RAM.
    The default 128MB was changed to 256MB.

    Change-Id: I7414de519dcb53337f83690d1470ea672cec739b
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
    JIRA: ARMBAND-279

6 years agoUpdate git submodules
Michael Polenchuk [Tue, 8 Aug 2017 07:38:39 +0000 (11:38 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Switch distrib revision to testing

    In order to avoid bleeding edge issues with nightly version of
    salt formulas, switch to "safe" testing repo source.

    Change-Id: I9d12f337c3952711cb8843943c23315795064016
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Serena Feng [Tue, 8 Aug 2017 11:48:04 +0000 (11:48 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "merge swagger_base_url with ui_url"
  - merge swagger_base_url with ui_url

    TestAPI used to have only one webpage, which is swagger_ui,
    now a new one webportal is added, and the base url is the same
    (http://testresults.opnfv.org/test)for them both.
    This patch aim to unify the urls.

    Change-Id: I15295975fb05f7e8c8d413e12b2b5c0784f0799a
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
6 years agoUpdate git submodules
Narinder Gupta [Tue, 8 Aug 2017 10:18:47 +0000 (05:18 -0500)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - adding openbaton requirement for relationship. and modify the
    check status logic.

    Change-Id: I0242005c0de8bb2d57f2db75c22c63307c4cbc91
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
6 years agoUpdate git submodules
wenjuan dong [Tue, 8 Aug 2017 10:09:46 +0000 (10:09 +0000)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - Merge "fix the bug: congress server can't be started"
  - fix the bug: congress server can't be started

    After we modify the congress.conf file, congress server can't be started.

    Change-Id: Icc3bd044a5fb7622620c42d6d25802739de875d0
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
6 years agoUpdate git submodules
Serena Feng [Tue, 8 Aug 2017 10:08:47 +0000 (10:08 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "export detailed logs for each project"
  - export detailed logs for each project

    1. mapping .reports mapped into docker
    2. export ./reports/*

    JIRA: RELENG-279

    Change-Id: I4eef3b75589a9d8f36801931d1fd31b7e247c07a
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
6 years agoUpdate git submodules
Serena Feng [Tue, 8 Aug 2017 10:08:17 +0000 (10:08 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Fix anteater job failed because of quatation marks"
  - Fix anteater job failed because of quatation marks

    When quatation marks exist in 'gerrit review' comment, it will failed:
    just like:
    https://build.opnfv.org/ci/job/opnfv-security-audit-verify-master/877/console

    JIRA: RELENG-280

    Change-Id: I3536873cb4b31290bae56fd127a00f3b27ba0b9f
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
6 years agoUpdate git submodules
Narinder Gupta [Tue, 8 Aug 2017 09:31:51 +0000 (09:31 +0000)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - Merge "Check that nodes have not failed commissioning or testing"
  - Check that nodes have not failed commissioning or testing

    Both states 'Failed commissioning' and 'Failed testing' are reasons to
    stop the deployment process because their interface cannot be updated
    in the next step.

    Change-Id: I8e9f2b9de24c67c4e08f36b04b80e0c4a02c7604
Signed-off-by: Martin Kulhavy <martin.kulhavy@nokia.com>
6 years agoUpdate git submodules
Morgan Richomme [Tue, 8 Aug 2017 09:07:33 +0000 (09:07 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "update/improve orchestra_ims"
  - update/improve orchestra_ims

    -enable orchestra_ims testcase
    -update orchestra_ims according to restructed vnf base class
    -SNAPS integration
    -improve code based on pylint suggestions
    -add unit tests (to be completed)

    Change-Id: Id12f645c76096376b8a867bf36d7bbb69bac58e7
Signed-off-by: Michael Pauls <michael.pauls@fokus.fraunhofer.de>
6 years agoUpdate git submodules
Maryam Tahhan [Mon, 7 Aug 2017 09:47:10 +0000 (10:47 +0100)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - info: update project committers

    vote: https://lists.opnfv.org/pipermail/opnfv-tech-discuss/2017-August/017418.html
    TSC update: https://lists.opnfv.org/pipermail/opnfv-tech-discuss/2017-August/017414.html

    Change-Id: Iac46d07f9af292d654399f0644e7d79d460a200a
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
6 years agoUpdate git submodules
Manjunath Ranganathaiah [Tue, 1 Aug 2017 21:45:41 +0000 (14:45 -0700)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - yardstick installation for compass4nfv

    JIRA: COMPASS-552

    This patch adds changes to install yardstick on jump host.

    Change-Id: Id389d253f948a19cb682d54bd95bfbc3139ceb39
Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
6 years agoUpdate git submodules
grakiss [Mon, 7 Aug 2017 06:53:15 +0000 (14:53 +0800)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - fix base_url for public url

    Change-Id: I171e9b0bce1891594bf7ef577809e73f05556810
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
6 years agoUpdate git submodules
Yujun Zhang [Wed, 2 Aug 2017 03:24:27 +0000 (11:24 +0800)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Fix bug in running storperf.sh when WORKSPACE is defined

    When working directory changes, the script and default configuration
    will not be found.

    Change-Id: Iab6e4f9b014c12a863498de42553b043357aa876
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 7 Aug 2017 18:47:39 +0000 (20:47 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - p/fuel: Fix eth name for enp2s0 (was enp2s2)

    Previous rebase introduced a regression in VM eth naming on AArch64.
    enp2s2 should have been enp2s0, so fix that up.

    Change-Id: If831dffce472750516dfa6b69cdc3a7952a3427d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
AakashKT [Mon, 7 Aug 2017 13:14:03 +0000 (18:44 +0530)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - Update in OVN charm revision

    Change-Id: I8690dfb0fed0d40b75772e328b594a401d98f5c9
Signed-off-by: Aakash KT <aakash.kt@research.iiit.ac.in>
6 years agoUpdate git submodules
spisarski [Fri, 4 Aug 2017 20:57:08 +0000 (14:57 -0600)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Refactored neutron_utils#get_security_group()

    Added a sec_grp_settings (SecurityGroupSettings) object parameter
    in addition to sec_grp_name for more robust query options.

    JIRA: SNAPS-164

    Change-Id: I8bb21ff9e5e6b1f532773ca01d37964f8b47b530
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Anand B Jyoti [Mon, 24 Jul 2017 04:56:39 +0000 (10:26 +0530)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - vFW: Updating config and script files of vFW

    JIRA: SAMPLEVNF-68

    Updating the vFW Config and scripts with following:

     1. Remove arp/nd route tbl from cfg files
     2. Adding routeadd command to script file as route_tbl is
        removed from cfg files
     3. Remove ports_mac_list as the l2l3 stack will initialize
     4. Merge IPv4 and IPv6 cfg/tc files to reduce the number files
     5. Remove 1 WT cfg files to reduce too many cfg files.

    Change-Id: If16ee740cd464f2cf55b8d11f590471aba9c7f30
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
6 years agoUpdate git submodules
Steven Pisarski [Mon, 7 Aug 2017 14:33:41 +0000 (14:33 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Refactored neutron_utils#get_subnet_by_name() to get_subnet()"
  - Refactored neutron_utils#get_subnet_by_name() to get_subnet()

    Renamed utility function and added a subnet_settings parameter to
    hold a SubnetSettings object to help make the query more robust
    by being able to leverage values on the settings object.

    JIRA: SNAPS-165

    Change-Id: I226a1217dc4ba7bb50f7d985ecfaf3b7bc4f610b
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Steven Pisarski [Mon, 7 Aug 2017 14:33:29 +0000 (14:33 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Refactor server retrieval API calls."
  - Refactor server retrieval API calls.

    Refactored nova_utils#get_servers_by_name() to get_server() and
    include a VmInstSettings object in addition to the server_name
    parameter as well as only returning one VmInst object.

    JIRA: SNAPS-168

    Change-Id: I30c22a36b07ce143ee8c1c76a77fd75f0062e4aa
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Steven Pisarski [Mon, 7 Aug 2017 14:33:18 +0000 (14:33 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Refactored port retrieval to include PortSettigs."
  - Refactored port retrieval to include PortSettigs.

    Refactored neutron_utils#get_port_by_name to get_port while
    adding in a port_settings object for more robust query options.

    JIRA: SNAPS-162

    Change-Id: I01222ad344224db94615859448ad05d8d5bc0c30
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
dongwenjuan [Mon, 7 Aug 2017 06:28:37 +0000 (14:28 +0800)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - install python packages

    Change-Id: Id68c9b1206deb58ff94fc942fbef94bffbc1e68b
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
6 years agoUpdate git submodules
Steven Pisarski [Mon, 7 Aug 2017 14:33:04 +0000 (14:33 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Delete 'default' security group associated to new projects."
  - Delete 'default' security group associated to new projects.

    OpenStack can create a security group named 'default' each time a
    new project/tenant has been created but is not cleaned up when the
    project has been deleted. This patch adds this functionality into
    OpenStackProject#clean() method.

    Also added similar routine to KeystoneUtilsTests#tearDown() method.

    JIRA: SNAPS-169

    Change-Id: I29492ae2ddd82e7d59d09b9c4eb759be4835532a
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Linda Wang [Fri, 4 Aug 2017 02:08:04 +0000 (02:08 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Add domain name when creating projects and users

    Change-Id: Id06e20e3c87072531930130db66763f554b4649c
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Narinder Gupta [Mon, 7 Aug 2017 12:44:57 +0000 (12:44 +0000)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - Merge "Check that nodes have not failed commissioning"
  - Check that nodes have not failed commissioning

    If any of the nodes have failed during the commissioning phase, it makes
    no sense to proceed with the deployment (it will fail when trying to
    update the interfaces of the nodes).

    Change-Id: Idc9f202820555d08aa2b07d8296b79b7fea0337a
Signed-off-by: Martin Kulhavy <martin.kulhavy@nokia.com>
6 years agoUpdate git submodules
AakashKT [Sat, 5 Aug 2017 14:38:43 +0000 (20:08 +0530)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - Scaling of worker nodes working, update OVN bundle revision to reflect same

    Change-Id: I090dab958047030a69350fa27f2ebac9e45bb682
Signed-off-by: Aakash KT <aakash.kt@research.iiit.ac.in>
6 years agoUpdate git submodules
Jun Li [Mon, 7 Aug 2017 09:27:05 +0000 (09:27 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Use dovetail cvp.0.4.0 image"
  - Use dovetail cvp.0.4.0 image

    JIRA: DOVETAIL-476

    Change-Id: I0850ba96829e3a7233e80b4816424babd20175e0
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Zhijiang Hu [Mon, 7 Aug 2017 01:56:35 +0000 (01:56 +0000)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Merge "Rename jasmine to daisy4nfv-jasmine"
  - Rename jasmine to daisy4nfv-jasmine

    Rename to prevent naming confilct

    Change-Id: I4f2f9cbb0ccf119901c3f450b3220cd4436de4ec
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
6 years agoUpdate git submodules
Alexandru Avadanii [Sun, 6 Aug 2017 17:06:15 +0000 (19:06 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - p/fuel: Rebase after non-root deploys got upstream

    While at it, refresh "AArch64 virtio NIC names sync" to include
    changes for ODL-L3 scenario recently added in Fuel@OPNFV.

    Change-Id: Ic221b330d9968204b7d4da16a26454b2cf8b88eb
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Sun, 6 Aug 2017 16:56:43 +0000 (16:56 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "ci/deploy.sh: Allow non-root deploys"
  - ci/deploy.sh: Allow non-root deploys

    Currently, deploying Fuel@OPNFV requires the `ci/deploy.sh` to be ran
    as root user, for:
    - hypervisor access (virsh);
    - installing prerequisite packages;

    We can support non-root deploys if we relax above restriction into:
    - current user should have hypervisor access beforehand
      (new check added);
    - current user has passwordless sudo rights, for installing packages;

    Later, we should move the package installation out of the deploy
    script (`ci/deploy.sh`), making the whole deploy possible without
    sudo, only hypervisor access.

    After this change, the old way (sudo ci/deploy.sh) should work just
    like it used to before, so no regression/behavior change should be
    introduced with this.

    Change-Id: Ib2ea96aa7b6d67ba0606318407a8adeb51e6969d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Ryota Mibu [Sun, 6 Aug 2017 01:11:53 +0000 (01:11 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Create experimental job for qtip integration"
  - Create experimental job for qtip integration

    Note that

    - experimental trigger is modified to allow trigger the build from
    changes outside `tests` folder
    - doctor jobs modified to adapt the change in common trigger

    Change-Id: Iaaa26651f9ea1d14cb6c77a713ff657c330dce6e
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
6 years agoUpdate git submodules
ahothan [Sat, 5 Aug 2017 00:26:33 +0000 (17:26 -0700)]
Update git submodules

* Update docs/submodules/nfvbench from branch 'master'
  - Add support for multiple physnets for sr-iov

    Update config plugin config
    Add readable error message on exception

    Change-Id: Ie22de349582abc34d7e62570118022463f835d64
Signed-off-by: ahothan <ahothan@cisco.com>
6 years agoUpdate git submodules
Zhijiang Hu [Sat, 5 Aug 2017 00:25:35 +0000 (08:25 +0800)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Revert "Optimize list express to list generator"

    This reverts commit e5a787046aff97a9925a35874d2b6535a9a41c0c.

    Trying to solve [1]

    Deploy failed!!!.Traceback (most recent call last):
      File "/home/daisy/deploy/tempest.py", line 94, in prepare_install
        host_interface_map, vip, isbare)
      File "/home/daisy/deploy/tempest.py", line 216, in add_hosts_interface
        add_host_role(cluster_id, host['id'], host_name, host['name'], vip)
      File "/home/daisy/deploy/tempest.py", line 225, in add_host_role
        role.name == "COMPUTER"][0]
    IndexError: list index out of range

    [1] https://build.opnfv.org/ci/job/daisy-deploy-daily-master/626/consoleFull

    Change-Id: I4017b4b38fa350a28d9e9dd5b157caab885a80d0
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
6 years agoUpdate git submodules
Yichen Wang [Sat, 5 Aug 2017 00:06:18 +0000 (17:06 -0700)]
Update git submodules

* Update docs/submodules/nfvbench from branch 'master'
  - Add the scipts to build NFVbench VM

    Change-Id: I9632333777260468d6f07cf0149c789626f20145
Signed-off-by: Yichen Wang <yicwang@cisco.com>
6 years agoUpdate git submodules
ahothan [Fri, 4 Aug 2017 18:26:26 +0000 (11:26 -0700)]
Update git submodules

* Update docs/submodules/nfvbench from branch 'master'
  - Fix module path for cleanup script

    Change-Id: I8035805c02712f9b1c38aded44e7590cd7b670ea
Signed-off-by: ahothan <ahothan@cisco.com>
6 years agoUpdate git submodules
ahothan [Fri, 4 Aug 2017 17:42:13 +0000 (10:42 -0700)]
Update git submodules

* Update docs/submodules/nfvbench from branch 'master'
  - Update with section on cleanup script

    Change-Id: Ib7185ac3e7643dbafb30bd0a57bc7cc717638ab6
Signed-off-by: ahothan <ahothan@cisco.com>