opnfvdocs.git
7 years agoMerge "Committer removal"
Sofia Wallin [Fri, 5 May 2017 12:19:54 +0000 (12:19 +0000)]
Merge "Committer removal"

7 years agoUpdate git submodules
Morgan Richomme [Fri, 5 May 2017 11:35:44 +0000 (11:35 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Replace project_name by case_name in result file name"
  - Replace project_name by case_name in result file name

    It avoids erasing functest.log when project_name = functest.

    Change-Id: Icae898abb8b51c89b79bb1124adfadab8b0b3b99
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoCommitter removal 65/34365/1
Sofia [Fri, 5 May 2017 11:28:04 +0000 (13:28 +0200)]
Committer removal

Removed Wenjing as committer for docs.

Change-Id: I44c50dd7310bb3f76989d6325b04ebefc3449011
Signed-off-by: Sofia <sofia.wallin@ericsson.com>
7 years agoUpdate git submodules
Morgan Richomme [Fri, 5 May 2017 09:19:15 +0000 (11:19 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Add Danube 2.0 reporting status

    Change-Id: Icc09b824a4e7906dfab031b679ba3d0aa86ab0cd
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoUpdate git submodules
hongbo tian [Fri, 5 May 2017 08:56:30 +0000 (08:56 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Merge "Get results json data from database"
  - Get results json data from database

    JIRA: DOVETAIL-417

    1. If report results with files, all results will be stored in local files.
    2. If report to database, will get results from database and stored with file results.json

    Change-Id: Ic30037bd66cd37042f82b75fac2043a876e21c6f
Signed-off-by: xudan <xudan16@huawei.com>
7 years agoUpdate git submodules
Jose Lausuch [Fri, 5 May 2017 07:51:39 +0000 (07:51 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Forbid calling generate_report from cmdline"
  - Forbid calling generate_report from cmdline

    Change-Id: Ic9ea7507dc5f1f781b57c4573e971a2c8a8ca9ef
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Jose Lausuch [Fri, 5 May 2017 07:51:35 +0000 (07:51 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Define loggers as class-private members"
  - Define loggers as class-private members

    This mangling ensures that all info messages printed from core packages
    are shown in console. It also avoids sphinx to print them.

    Change-Id: I07db9f33060c195bce3b48b06a6640eb6c56c2eb
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Jose Lausuch [Fri, 5 May 2017 07:50:31 +0000 (07:50 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Delete functest.utils.functest_logger"
  - Delete functest.utils.functest_logger

    It deletes functest.utils.functest_logger and the related unit tests.
    Then it modifies all functest modules to get all loggers via
    logging.getLogger(). __name__ is mainly used as getLogger arg as
    proposed by logging [1].

    All loggers and handlers are now defined via functest/ci/logging.ini
    instead of a dict loaded by an external json file.

    Now only warn messages and info messages from ci and core packages are
    printed in console.

    [1] https://docs.python.org/2/library/logging.html

    Change-Id: Ic192855e0f9bf94825d8f7ec73549a0f3b8d44c5
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Zhijiang Hu [Fri, 5 May 2017 06:42:19 +0000 (06:42 +0000)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Merge "Hardcoded physnet1 changed to obtain from .yml"
  - Hardcoded physnet1 changed to obtain from .yml

    the physical network device of external network is hardcode to
    'physnet1',change it to obtain from network.yml configuration
    file.

    Change-Id: Id2e45ac488619db2247e73cc3fed5706db31d9e9
Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
7 years agoUpdate git submodules
Zhijiang Hu [Fri, 5 May 2017 06:41:45 +0000 (06:41 +0000)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Merge "Increase PACKETS_PER_BUFFER to 65536"
  - Increase PACKETS_PER_BUFFER to 65536

    1) This mainly increase PACKETS_PER_BUFFER to 65536 to reduce the
    frequency of TCP client acks.

    2) Also kills TCP_BUFF_SIZE and define each buffer size in a
    more intuitive way.

    3) Free more unused memory to prevent being killed by oom-killer
    after enlarged PACKETS_PER_BUFFER.

    4) Increase client's select() timeout to 20 secs, since we encountered
    timeout due to CPU busy in the same BM but with 20 VMs.

    Tested this PS in a 10 VM node env, and it can multicast a 2.7G
    file to 10 VMs in 6 minutes, while unicast needs 30+ minutes.

    Change-Id: Iaf862fb1f1259cc770f720ccdd95dcc281aef262
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
7 years agoUpdate git submodules
Guo Ruijing [Wed, 3 May 2017 18:49:50 +0000 (11:49 -0700)]
Update git submodules

* Update docs/submodules/openretriever from branch 'master'
  - Add k8s installation by vagrant + kubeadm

    Change-Id: I4d858e1d0d6779f9f78c0a74ee032ef92d8a4eb8
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
7 years agoUpdate git submodules
Serena Feng [Fri, 5 May 2017 05:23:59 +0000 (05:23 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "leverage executor to test_testcase.py in TestAPI"
  - leverage executor to test_testcase.py in TestAPI

    Change-Id: I8bb7459e5dee49cd120e848ac70834c8d9665a45
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoUpdate git submodules
Serena Feng [Fri, 5 May 2017 05:23:51 +0000 (05:23 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "leverage executor to test_project.py in TestAPI"
  - leverage executor to test_project.py in TestAPI

    Change-Id: I2ebc86a4c395182ca783d3d36befbed2a21f512b
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoUpdate git submodules
Serena Feng [Fri, 5 May 2017 05:23:34 +0000 (05:23 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "leverage executor to test_result.py in TestAPI"
  - leverage executor to test_result.py in TestAPI

    Change-Id: Ie4388a4be0cb174129ac168530559114046680ab
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoUpdate git submodules
hongbo tian [Fri, 5 May 2017 01:20:31 +0000 (01:20 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Merge "Uploading the initial draft of the first VPN test case "
  - Uploading the initial draft of the first VPN test case

    This should be considered in the danube CVP phase as an
    optional test area for OPNFV compliance

    Change-Id: I99494cf2246e1cf079b87414ef1bb34d9b26e6b3
Co-Authored-By: Tim Irnich <tim.irnich@ericsson.com>
Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
7 years agoUpdate git submodules
Zhijiang Hu [Fri, 5 May 2017 00:39:49 +0000 (00:39 +0000)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Merge "Implement the deployment script with python"
  - Implement the deployment script with python

    1. deploy.py: control the work flow of the deployment
    2. daisy_server.py: maintain the ssh connection with daisy server
         and execute ssh commands
    3. environment.py: create/find/delete the nodes/vms, install operating system
         and openstack on nodes
    4. libvirt_utils.py: deal with the vm templates and call virsh commands
    5. utils.py: some common functions such as file/directory/bash operation

    Change-Id: I1caa4b0b3118665e15410e8f02bcb6473e5a530b
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
7 years agoUpdate git submodules
Narinder Gupta [Thu, 4 May 2017 21:36:58 +0000 (16:36 -0500)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - modified to remove dns for K8 relationship.

    Change-Id: Ibd4a0998dc3a6ccc344fd49f033856f045fcc7dd
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
7 years agoMerge "Adding sdnvpn for d-release"
Sofia Wallin [Thu, 4 May 2017 21:22:45 +0000 (21:22 +0000)]
Merge "Adding sdnvpn for d-release"

7 years agoUpdate git submodules
mbeierl [Thu, 4 May 2017 19:39:04 +0000 (15:39 -0400)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - Adding Release Notes

    Change-Id: I904e995fa8fb8088053a556ddaf0d243a378098f
    JIRA: STORPERF-111
Signed-off-by: mbeierl <mark.beierl@dell.com>
7 years agoUpdate git submodules
Tim Rozet [Thu, 4 May 2017 18:23:57 +0000 (18:23 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Add support for interface role mapping for odl_l3-fdio scenarios"
  - Add support for interface role mapping for odl_l3-fdio scenarios

    JIRA: APEX-445
    opnfv-puppet-tripleo-pr: 24

    Change-Id: Idbb855badae2f2b91202961c12931ba54be1beaa
Signed-off-by: Feng Pan <fpan@redhat.com>
7 years agoUpdate git submodules
Tim Rozet [Thu, 4 May 2017 18:22:25 +0000 (18:22 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Enable OpenDaylight clustering mode for FDIO scenarios"
  - Enable OpenDaylight clustering mode for FDIO scenarios

    JIRA: APEX-450

    Change-Id: I6d570c19ff5286b1307e38eee439116839b1d612
Signed-off-by: Feng Pan <fpan@redhat.com>
7 years agoUpdate git submodules
Alexandru Avadanii [Thu, 4 May 2017 16:43:22 +0000 (18:43 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - docs: Refresh reference for Danube 2.0

    Change-Id: If786099581cf8bf685cc2076c21d4c3041610bf7
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
7 years agoUpdate git submodules
Alexandru Avadanii [Thu, 4 May 2017 16:36:01 +0000 (18:36 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - docs: Update reference for Danube 2.0

    Change-Id: Id958da0d8b951b240812bdf794ecf0be79091af6
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
7 years agoUpdate git submodules
agardner [Thu, 4 May 2017 15:54:36 +0000 (11:54 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - fixed syntax errors in zte pods, change labconfig name

    Change-Id: I2d0e6c1199fe3ac2841923abdabd19c239b2b5f8
Signed-off-by: agardner <agardner@linuxfoundation.org>
7 years agoUpdate git submodules
Nikolas Hermanns [Thu, 4 May 2017 15:34:39 +0000 (17:34 +0200)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - add lable for both scenarios

    Change-Id: I9b4cd79a40a6c0c0b057f5eb3cb2a4197f3264e7
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
7 years agoUpdate git submodules
Nikolas Hermanns [Thu, 4 May 2017 15:25:22 +0000 (17:25 +0200)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - removing multiple labels

    Change-Id: I28fe4db7598c20ca7be90bc7cd57bf0d9770847b
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
7 years agoAdding sdnvpn for d-release 61/34261/5
Nikolas Hermanns [Thu, 4 May 2017 14:43:45 +0000 (16:43 +0200)]
Adding sdnvpn for d-release

Change-Id: Ie22d55efae0b06938c34c04ab0a20202aa56314b
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
7 years agoUpdate git submodules
Nikolas Hermanns [Thu, 4 May 2017 14:02:28 +0000 (16:02 +0200)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Removing peering testcase for Apex

    Change-Id: Ifad3f84fcb0c5dfa07aca43d74a027e3522abb87
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
7 years agoMerge "Add Scenarios"
Sofia Wallin [Thu, 4 May 2017 14:42:51 +0000 (14:42 +0000)]
Merge "Add Scenarios"

7 years agoUpdate git submodules
Jing Lu [Thu, 4 May 2017 12:57:21 +0000 (12:57 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Update release note for Danube.2.0"
  - Update release note for Danube.2.0

    Change-Id: I573c156e86ce92eb82179a81d8106752e6421183
Signed-off-by: JingLu5 <lvjing5@huawei.com>
7 years agoAdd Scenarios 35/34235/1
ShubhamRathi [Thu, 4 May 2017 12:25:56 +0000 (17:55 +0530)]
Add Scenarios

Added os-odl_l3-fdio-ha

Change-Id: I847737345cbb93127131c9e804ea46c73ee5c5dd
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
7 years agoUpdate git submodules
Jing Lu [Thu, 4 May 2017 12:18:01 +0000 (12:18 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Bugfix: Local Openstack Operation in HA test frameworks"
  - Bugfix: Local Openstack Operation in HA test frameworks

    JIRA: YARDSTICK-635

    Change-Id: Ic27517714db9325e7a3b1ef623c49af61c36b2b5
Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
7 years agoUpdate git submodules
Jose Lausuch [Thu, 4 May 2017 12:13:08 +0000 (12:13 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Update tempest.conf to enable tempest from external server"
  - Update tempest.conf to enable tempest from external server

    1. The endpoint type to use for OpenStack Identity API v3
       "v3_endpoint_type" is set to be "adminURL" by default, which should
       be updated to the env OS_ENDPOINT_TYPE with the value "publicURL"
    2. Reset the identity region name to "RegionOne"
    3. For keystone api v3 in Newton, 5 testcases aimming at identity admin
       v2 test should be omitted.

    JIRA: FUNCTEST-801

    Change-Id: I47ae41a80de0a52d32d25c9783860955f465099c
Signed-off-by: Linda Wang <wangwulin@huawei.com>
7 years agoUpdate git submodules
Jose Lausuch [Thu, 4 May 2017 12:12:38 +0000 (12:12 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Update rally_conf.json for creating deployment"
  - Update rally_conf.json for creating deployment

    1. The rally_conf.json is obtained via def get_credentials_for_rally(),
       where the parameter endpoint_type is supposed to get from the env
       OS_ENDPOINT_TYPE or OS_INTERFACE, just as the def
       get_creds_from_env_vars() in rally project [1].

    [1] https://github.com/openstack/rally/blob/master/rally/cli/envutils.py

    JIRA: FUNCTEST-801

    Change-Id: I6b6be82b9ff7f04948b47c4fca836d415fe13f8b
Signed-off-by: Linda Wang <wangwulin@huawei.com>
7 years agoUpdate git submodules
Jose Lausuch [Thu, 4 May 2017 12:11:59 +0000 (12:11 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Add the choice of interface for keystoneclient"
  - Add the choice of interface for keystoneclient

    1. When functest is running on external host not jumpserver,
       keystoneclient is used to retrieve or create projects/tenants
       and users, which would fail to establish connection to the admin
       endpoint.
    2. Keystoneclient will connect to the public endpoint by setting the
       env OS_INTERFACE to be public.
    3. Remove the admin endpoint check in check_os.sh.

    JIRA: FUNCTEST-801

    Change-Id: I324f5c8fdf61447319070a23f6b6bc6b1bbc1d48
Signed-off-by: Linda Wang <wangwulin@huawei.com>
7 years agoUpdate git submodules
Nikolas Hermanns [Thu, 4 May 2017 11:37:07 +0000 (11:37 +0000)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Merge "Stop and start quagga when reinstalling"
  - Stop and start quagga when reinstalling

    Change-Id: Iba9a5980de0cbdf9c04bdd4dad704c12abb55048
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
7 years agoUpdate git submodules
Jing Lu [Thu, 4 May 2017 09:36:54 +0000 (09:36 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Bugfix: fix HA test case tc046"
  - Bugfix: fix HA test case tc046

    The original way to kill keystone service didn't work anymore.
    this patch uses killall -u to kill keystone processes.

    Change-Id: I553b716f17a5ab7e57630468517642a92f06dd27
Signed-off-by: JingLu5 <lvjing5@huawei.com>
7 years agoUpdate git submodules
Jing Lu [Thu, 4 May 2017 09:31:25 +0000 (09:31 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Modify HA test cases and HA test script to support other installers"
  - Modify HA test cases and HA test script to support other installers

    JIRA: YARDSTICK-633

    Change-Id: I65fd1ba11504dc61485f83c3bcc93bec4d41883b
Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
7 years agoUpdate git submodules
Nikolas Hermanns [Wed, 3 May 2017 14:21:58 +0000 (16:21 +0200)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Uplifting docs to D-2

    Change-Id: I8824d0620be1fff1786ed401c78062e96ca7df52
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
7 years agoUpdate git submodules
Cedric Ollivier [Thu, 4 May 2017 07:45:56 +0000 (07:45 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Publish framework presentation"
  - Publish framework presentation

    This is the first version prepared before merging "Switch TestCase
    attribute criteria to result" [1].
    It will also be updated to integrate VNF classes as soon as they are
    ready (UT, pylint, docstrings...).

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

    Change-Id: I2fc8f4ae377afee70e083cd51e5725eccda15431
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Morgan Richomme [Thu, 4 May 2017 07:23:17 +0000 (07:23 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge changes from topic 'remove_openstack_dir'

    * changes:
      Remove openstack directory
      Remove create_instance_and_ip.py

  - Remove openstack directory

    It is useles right now and won't be used in the future.

    Change-Id: I9aa121544051f49f7e7e794ae3b2c4a9ea516e47
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
  - Remove create_instance_and_ip.py

    JIRA: FUNCTEST-817

    Change-Id: Ib297ec656a19c9ea4e06c6f2e133ed514a1dbf35
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
7 years agoUpdate git submodules
Morgan Richomme [Thu, 4 May 2017 07:22:41 +0000 (07:22 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "refstack-client userguide"
  - refstack-client userguide

    JIRA: FUNCTEST-758

    container setup steps are skipped, since they already
    included in the functest userguide documents.

    Change-Id: I729d4c3174b03706624a7235da24cb3043b28c2c
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
7 years agoUpdate git submodules
Yu Yang (Gabriel) [Thu, 4 May 2017 06:43:43 +0000 (06:43 +0000)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - Merge "Change PTL informatin in INFO"
  - Change PTL informatin in INFO

    Due to recent email voting results, change the PTL promotion
    result in INFO. Detailed information could be found below.
    https://lists.opnfv.org/pipermail/opnfv-tsc/2017-April/003422.html

    Change-Id: I5c942668cbe03e697bd0865cc8aee1980afed104
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
7 years agoUpdate git submodules
yuyang [Tue, 2 May 2017 04:16:22 +0000 (12:16 +0800)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - Add description of environment clean-up

    JIRA: BOTTLENECK-165

    More details of the environment clean-up for ping test case

    Change-Id: I4b12a219155400235ae2bcb970efb3ba237153d9
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
7 years agoUpdate git submodules
Justin chi [Thu, 4 May 2017 06:35:39 +0000 (06:35 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "Fix vlan network can't deploy instance"
  - Fix vlan network can't deploy instance

    JIRA: COMPASS-533

    Bug:
    When a vlan network is created and bind to a physical network,
    the instances launched on this network will fail to get ip
    address from openstack dhcp server.

    Solution:
    Set enable_isolated_metadata to True in dhcp_agent.in

    Change-Id: I97cf8684d1ec9beeaa30e0ffa290150046ebcab1
Signed-off-by: huangxiangyu <huangxiangyu5@huawei.com>
7 years agoUpdate git submodules
Martin Klozik [Fri, 21 Apr 2017 08:57:56 +0000 (09:57 +0100)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - build: Automated VPP build

    VSPERF makefiles were updated to automatically download and compile
    VPP. VPP will not be installed into the OS, but it will be executed
    from VSPERF's src subdirectory. Thus underlying OS is not affected
    by VPP build required by VSPERF. It also allows quick switch among
    different versions of various tools used by VSPERF.

    As part of this patch, VERIFY and MERGE CI jobs were updated to
    build VPP and test it with basic set of integration tests.

    JIRA: VSPERF-493

    Change-Id: I958b9031c4fefc87c4c63a471d2ba1a0db1eaaa4
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>
Reviewed-by: Trevor Cooper <trevor.cooper@intel.com>
7 years agoUpdate git submodules
hongbo tian [Thu, 4 May 2017 03:41:29 +0000 (03:41 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Merge "Drafting the first "refstack" version of the test scope document."
  - Drafting the first "refstack" version of the test scope document.

    To be aligned with the committers and agreed as the "foundation" list of
    test scope for moving forward with DoveTail test selection.
    Requires a majority of committer approvals prior to merging.

    Change-Id: I5fb091d2190a183d24ba9e766d19aba9e6a7c094
Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
7 years agoUpdate git submodules
Narinder Gupta [Thu, 4 May 2017 03:11:51 +0000 (03:11 +0000)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - Merge "Fix adding cloud-archive:newton issue in Ubuntu 16.04"
  - Fix adding cloud-archive:newton issue in Ubuntu 16.04

    Change-Id: Ib8946ca47cefbabd247b98ad0dc6d4f0789e767e
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
7 years agoUpdate git submodules
Jing Lu [Thu, 4 May 2017 01:24:07 +0000 (01:24 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Bugfix: KeyError when using http dispatcher"
  - Bugfix: KeyError when using http dispatcher

    JIRA: YARDSTICK-632

    When we use http dispatcher to output yardstick result.
    It can upload data, but when we query the data, it get a KeyError.

    Change-Id: I5410c207c68cff2621ff8184ae17daa4c286cea5
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
7 years agoUpdate git submodules
huangxiangyu [Wed, 3 May 2017 07:45:34 +0000 (15:45 +0800)]
Update git submodules

* Update docs/submodules/opera from branch 'master'
  - Adjust casr upload

    Try to fix csar upload 500 error

    Change-Id: Ifffc6dacb4adf215076f7374551972af692e2f5d
Signed-off-by: huangxiangyu <huangxiangyu5@huawei.com>
7 years agoUpdate git submodules
Markos Chandras [Wed, 3 May 2017 18:36:23 +0000 (19:36 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - prototypes: bifrost: Add keystone roles

    The os_client_config Ansible module used by all the ironic-* roles
    depends on the keystone roles so we need to make use of them even
    though they do not affect the end result. This fixes the following
    OPNFV CI problem due to not having a clouds.yaml file present to
    be consumed by the os_client_config Ansible module.

    fatal: [controller00]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"}
    An exception occurred during task execution. The full traceback is:
    Traceback (most recent call last):
      File "/tmp/ansible_ApkCUQ/ansible_module_os_client_config.py", line 75, in <module>
        main()
      File "/tmp/ansible_ApkCUQ/ansible_module_os_client_config.py", line 63, in main
        for cloud in config.get_all_clouds():
      File "/usr/lib/python2.7/site-packages/os_client_config/config.py", line 798, in get_all_clouds
        cloud, region_name=region['name']))
      File "/usr/lib/python2.7/site-packages/os_client_config/config.py", line 1071, in get_one_cloud
        auth_plugin = loader.load_from_options(**config['auth'])
      File "/usr/lib/python2.7/site-packages/keystoneauth1/loading/base.py", line 162, in load_from_options
        raise exceptions.MissingRequiredOptions(missing_required)
    keystoneauth1.exceptions.auth_plugins.MissingRequiredOptions: Auth plugin requires parameters which were not given: auth_url
    fatal: [opnfv]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"}

    Moreover, we cleanup the ~/openstack directory which may contain some
    bifrost artifacts such as a clouds.yaml file.

    Finally, we use 'sudo -H' because for the keystone roles we need the HOME
    variable to be set properly.

    Change-Id: I45b08bd33dd8ea9505fe10eb4b2b10956b3b683c

7 years agoUpdate git submodules
spisarski [Wed, 3 May 2017 17:47:17 +0000 (11:47 -0600)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Changed image metadata to support cirros, ubuntu, and centos.

    The image metadata that was designed for multi-part form support
    did not take into account tests that require ubuntu or centos
    tests.

    JIRA: SNAPS-76

    Change-Id: I95c7b74b8f7d7b78c3842b5e716fd7b466107c9c
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoUpdate git submodules
hongbo tian [Wed, 3 May 2017 17:27:38 +0000 (17:27 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Merge "local db support offline mode"
  - local db support offline mode

    JIRA: DOVETAIL-415

    The local db also need to support offline, move all the git clone/apt/yum/pip/wget/curl into the Dockerfile

    Change-Id: I2392dc9f4a6bd6f6a5a3f4849625a576c51a44f8
Signed-off-by: Leo Wang <grakiss.wanglei@huawei.com>
7 years agoUpdate git submodules
Catalina Focsa [Wed, 26 Apr 2017 14:04:30 +0000 (16:04 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - Read or add default mtu values for each interface

    Change-Id: If3cbd4eee8121b697d2ab0603939b9a4aa188230
Signed-off-by: Catalina Focsa <catalina.focsa@enea.com>
7 years agoUpdate git submodules
Alexandru Avadanii [Wed, 3 May 2017 16:45:38 +0000 (16:45 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "Revert "Revert "Select the fastest mirror of repos"""
  - Revert "Revert "Select the fastest mirror of repos""

    This reverts commit 7785a18f592ecd6eeb307b7bc2f5b134e8e07221.
    https://bugs.launchpad.net/fuel/+bug/1669751 has been resolved.

    Change-Id: I009cf6cba8aaa7ff2ae625c5067aa4d1570e4793
    JIRA: FUEL-261
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
7 years agoUpdate git submodules
Nikolas Hermanns [Wed, 3 May 2017 15:49:53 +0000 (17:49 +0200)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Clean always and change order

    Change-Id: Ic9e0d374a4fe5278888b28fe2694c546840d55b4
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
7 years agoUpdate git submodules
Nikolas Hermanns [Wed, 3 May 2017 14:25:53 +0000 (16:25 +0200)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Remove dependence inet

    A new ubuntu image with quagga included was uploaded to
    artifacts.opnfv.org/sdnvpn/
    ubuntu-16.04-server-cloudimg-amd64-disk1.img

    Change-Id: I7e48ebbc2b00b7e771f43b26303acc66c2c48457
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
7 years agoUpdate git submodules
Jing Lu [Wed, 3 May 2017 15:27:41 +0000 (15:27 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "run ha test case in compass pod"
  - run ha test case in compass pod

    JIRA: YARDSTICK-634

    Change-Id: I586d5177598efeda8ac3937d1eb04cd5b97b6ec6
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
7 years agoUpdate git submodules
Jing Lu [Wed, 3 May 2017 15:27:14 +0000 (15:27 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "fix ha issue when run tc050~tc054 in ci"
  - fix ha issue when run tc050~tc054 in ci

    JIRA: YARDSTICK-634

    Change-Id: I46681c7e8afe391eef9c5309470028167e911950
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
7 years agoUpdate git submodules
Yunhong Jiang [Tue, 2 May 2017 19:25:43 +0000 (12:25 -0700)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Update kvm4nfv commit id

    This kvm4nfv commit includes changes for the config file which disable
    vt-d by default and has the x2apic enabled.

    Change-Id: I2e8085792fb8222dfc59d4ece0ac58ec9a16c1bd
Signed-off-by: Yunhong Jiang <yunhong.jiang@linux.intel.com>
7 years agoUpdate git submodules
Ross Brattain [Wed, 3 May 2017 14:33:01 +0000 (14:33 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Point to user guide to get started on VNF testing"
  - Point to user guide to get started on VNF testing

    Change-Id: Id050d06deff665e6eaa97876d50e1698697e61e5
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
7 years agoUpdate git submodules
tomsou [Tue, 2 May 2017 12:25:58 +0000 (12:25 +0000)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Cleanup br-ex/br-quagga from testcase_3

    After the peering between Quagga and ODL within testcase 3
    cleanup br-ex (for fuel) or br-quagga (for apex) interfaces

    JIRA: SDNVPN-13

    Change-Id: I3e7bf91d4e47dfd7fe2a5068ed40ea4b2be48c6d
Signed-off-by: tomsou <soth@intracom-telecom.com>
7 years agoUpdate git submodules
Steven Pisarski [Wed, 3 May 2017 14:03:04 +0000 (14:03 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Refactored multi-part images."
  - Refactored multi-part images.

    The logic used for creating multi-part images for the Danube release
    was copied all throughout the tests, which was not sustainable.
    This patch encapsulates the kernel and ramdisk images within the
    same OpenStackImage object as the disk image.

    JIRA: SNAPS-59

    Change-Id: I45ec0ccc666accb4e768c41e249e6130dc07f6d1
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoUpdate git submodules
mbeierl [Tue, 2 May 2017 14:42:56 +0000 (10:42 -0400)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - Fix admin.rc generation
    Explicitly filters out anything that is not an environment variable.

    Change-Id: I0694649623b837d2ab4b2196abf45973d0e63168
    JIRA: STORPERF-124
Signed-off-by: mbeierl <mark.beierl@dell.com>
7 years agoUpdate git submodules
Juraj Linkeš [Wed, 3 May 2017 13:24:14 +0000 (13:24 +0000)]
Update git submodules

* Update docs/submodules/fds from branch 'master'
  - Merge "Reworked helper scripts and fixed typos"
  - Reworked helper scripts and fixed typos

    Added scripts for odl handling

    Change-Id: Idf715e1c8357a52ef1cd93f58b87c0b92211f85b
Signed-off-by: juraj.linkes <jlinkes@cisco.com>
7 years agoMerge "Corrected spelling mistake"
Sofia Wallin [Wed, 3 May 2017 12:50:51 +0000 (12:50 +0000)]
Merge "Corrected spelling mistake"

7 years agoUpdate git submodules
Feng Pan [Wed, 3 May 2017 12:46:14 +0000 (12:46 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Fixing BGPD service is not running"
  - Fixing BGPD service is not running

    Change-Id: Ia94a82cda8cd2c8c052bfd3454e3753b6eb54288
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
7 years agoCorrected spelling mistake 29/34129/1
Sofia [Wed, 3 May 2017 12:32:01 +0000 (14:32 +0200)]
Corrected spelling mistake

Change-Id: I1ed5029809278cc07c54a3c0a68d74c25e6b25dd
Signed-off-by: Sofia <sofia.wallin@ericsson.com>
7 years agoMerge "Misc Changes"
Sofia Wallin [Wed, 3 May 2017 11:35:44 +0000 (11:35 +0000)]
Merge "Misc Changes"

7 years agoUpdate git submodules
Jose Lausuch [Wed, 3 May 2017 10:34:56 +0000 (10:34 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Update INFO file for Euphrates"
  - Update INFO file for Euphrates

    Change-Id: Iddc36c0c9d3ce897c15393479e7ccb2d2a3230c9
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
7 years agoUpdate git submodules
Jun Li [Wed, 3 May 2017 09:39:06 +0000 (09:39 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Support opera test in functest releng"
  - Support opera test in functest releng

    Because opera vnf test requires Open-O msb ip and the independency
    of this test case, set specific docker env vars for compass4nfv
    os-nosdn-openo-ha scenario.

    Change-Id: I486e3896dc86d29cf93818b317675c088c1c5198
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
7 years agoUpdate git submodules
xudan [Wed, 3 May 2017 08:56:39 +0000 (08:56 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Bugfix: wrong work directory

    JIRA: DOVETAIL-420

    CI wrong with:
    Archiving artifacts
    WARN: No artifacts found that match the file pattern "results/*/". Configuration error?
    WARN: ?results/*/? doesn?t match anything, but ?*/? does. Perhaps that?s what you mean?

    Change-Id: Ia548cb4e3b5e34f43c130c2860892364bffad233
Signed-off-by: xudan <xudan16@huawei.com>
7 years agoUpdate git submodules
hongbo tian [Wed, 3 May 2017 09:08:36 +0000 (09:08 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Merge "xipv6 testcase adjustment"
  - xipv6 testcase adjustment

    JIRA: DOVETAIL-418

    1) ipv6 tc002-tc005 error fix, delete wrong testcases
    2) ipv6 tc018-tc025 os-nosdn-nofeature scenario dependent, make
       it known to the users

    Change-Id: I8e63131b795403ee63566ae59bf46782524acd5a
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
7 years agoUpdate git submodules
Jun Li [Wed, 3 May 2017 08:50:22 +0000 (08:50 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Trigger Functest VNF test case for opera"
  - Trigger Functest VNF test case for opera

    Change-Id: I313dc0661b41556a6b9cb4cc3ba0d79db9c16c88
Signed-off-by: helenyao <yaohelan@huawei.com>
7 years agoUpdate git submodules
Jun Li [Wed, 3 May 2017 08:48:38 +0000 (08:48 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "dovetail: docker tag support"
  - dovetail: docker tag support

    JIRA: DOVETAIL-419

    since dovetal has no A/B/C/D branch, only have master,
    need docker image name sth like opnfv/dovetail:plugfest_april_2017
    rather than opnfv/dovetail:<release>.1.0, etc.
    then when RELEASE_VERSION is empty, generate opnfv/dovetail:latest
    ortherwise opnfv/dovetail:<RELEASE_VERSION>

    Change-Id: I92573bee35da16305074393401e5e5da65aaa22c
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
7 years agoUpdate git submodules
Frank Brockners [Wed, 3 May 2017 07:54:43 +0000 (00:54 -0700)]
Update git submodules

* Update docs/submodules/fds from branch 'master'
  - Minor documentation fix for ODL_l3 docs

    Change-Id: I21c84e20877c494523fd348be5eed23f409440c3
Signed-off-by: Frank Brockners <fbrockne@cisco.com>
7 years agoUpdate git submodules
Jose Lausuch [Wed, 3 May 2017 07:54:16 +0000 (07:54 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Updated basic attributes for opera testcase"
  - Updated basic attributes for opera testcase

    The original value as unknown is not reasonable.

    Change-Id: I23672ea70fff9b3badb2d2cf4f32dc3e038d7bb3
Signed-off-by: helenyao <yaohelan@huawei.com>
7 years agoUpdate git submodules
xudan [Wed, 3 May 2017 06:31:20 +0000 (06:31 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Bugfix: Permission denied when pip install virtualenv

    JIRA: DOVETAIL-420

    Collecting virtualenv
    Downloading virtualenv-15.1.0-py2.py3-none-any.whl (1.8MB)
    Installing collected packages: virtualenv
    Exception:
    Traceback (most recent call last):
    File "/usr/lib/python2.7/site-packages/pip/basecommand.py", line 223, in main
    status = self.run(options, args)
    File "/usr/lib/python2.7/site-packages/pip/commands/install.py", line 308, in run
    strip_file_prefix=options.strip_file_prefix,
    File "/usr/lib/python2.7/site-packages/pip/req/req_set.py", line 646, in install
    **kwargs
    File "/usr/lib/python2.7/site-packages/pip/req/req_install.py", line 816, in install
    strip_file_prefix=strip_file_prefix
    File "/usr/lib/python2.7/site-packages/pip/req/req_install.py", line 1013, in move_wheel_files
    strip_file_prefix=strip_file_prefix,
    File "/usr/lib/python2.7/site-packages/pip/wheel.py", line 339, in move_wheel_files
    clobber(source, lib_dir, True)
    File "/usr/lib/python2.7/site-packages/pip/wheel.py", line 317, in clobber
    shutil.copyfile(srcfile, destfile)
    File "/usr/lib64/python2.7/shutil.py", line 83, in copyfile
    with open(dst, 'wb') as fdst:
    IOError: [Errno 13] Permission denied: '/usr/lib/python2.7/site-packages/virtualenv.py'

    Change-Id: I7c387013739252402fa3774b1a2df241a09f24c0
Signed-off-by: xudan <xudan16@huawei.com>
7 years agoUpdate git submodules
Jiang, Yunhong [Wed, 3 May 2017 05:04:52 +0000 (05:04 +0000)]
Update git submodules

* Update docs/submodules/kvmfornfv from branch 'master'
  - Merge "[fuel-plugin]Reduce kernel debian build duration"
  - [fuel-plugin]Reduce kernel debian build duration

    This patch contains some enhancement to reduce the kernel build
    duration by making use of all processors available.

    Change-Id: Ie14f871924f5c20784f2c2e30607ab549c94125f
Signed-off-by: Navya Bathula <navyax.bathula@intel.com>
7 years agoUpdate git submodules
Rex Lee [Wed, 3 May 2017 03:51:36 +0000 (03:51 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "cachestat: use raw strings to escape \d"
  - cachestat: use raw strings to escape \d

    Change-Id: Iff40f7c938af0d7c148c708eed19095b140ccb8b
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
7 years agoUpdate git submodules
Jun Li [Wed, 3 May 2017 01:00:23 +0000 (01:00 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "dovetail: create file pod.yaml for running HA test cases"
  - dovetail: create file pod.yaml for running HA test cases

    JIRA: DOVETAIL-407

    1. HA test cases need a file pod.yaml giving the info of the pod
       (node's ip, username, password/key_file).
    2. Dovetail client has finished the adaption JIRA: DOVETAIL-405.
    3. CI uses create_pod_file.py to generate /home/opnfv/dovetail/userconfig/pod.yaml
    4. If INSTALLER_TYPE is fuel, fetch it's jumpserver key to
       /home/opnfv/dovetail/userconfig/id_rsa

    Change-Id: Iaf6afbdfb8e4331ae9a10ea3df060c37e9010a0a
Signed-off-by: xudan <xudan16@huawei.com>
7 years agoUpdate git submodules
Narinder Gupta [Mon, 1 May 2017 19:32:51 +0000 (14:32 -0500)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - added support for install from git repository. please modify
    default_deployment_config.yaml to install from release repo
    for ocata,master etc. Also user can define their own URL and
    more information can be obtained at jujucharms.com

    Change-Id: I4943dbf68c6d980b2a2da65417b16631df768b48
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
7 years agoUpdate git submodules
Frank Brockners [Tue, 2 May 2017 21:03:23 +0000 (14:03 -0700)]
Update git submodules

* Update docs/submodules/fds from branch 'master'
  - Fixes for ODL_l3 HA scenario docs

    Change-Id: I68b48cea500e0547ca19e3ba46126da8fd69d00f
Signed-off-by: Frank Brockners <fbrockne@cisco.com>
7 years agoUpdate git submodules
Jose Lausuch [Tue, 2 May 2017 21:06:17 +0000 (21:06 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Remove missing statements in test_odl"
  - Remove missing statements in test_odl

    It mainly removes _fake_url_for() which is useless since get_endpoint()
    is not called for identity.

    Coverage for functest/tests/unit/odl/test_odl.py : 100%

    Change-Id: I5809c5eac4021c44113e70379621ab311187c669
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Jose Lausuch [Tue, 2 May 2017 21:05:49 +0000 (21:05 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Restrict coverage output to all functest packages"
  - Restrict coverage output to all functest packages

    The next packages/modules are not yet covered:
      - functest/cli/setup.py
      - functest/core/pytest_suite_runner.py
      - functest/opnfv_tests/mano
      - functest/opnfv_tests/openstack/examples
      - functest/opnfv_tests/openstack/snaps
      - functest/opnfv_tests/openstack/vping
      - functest/opnfv_tests/sdn/onos
      - functest/opnfv_tests/vnf/aaa
      - functest/opnfv_tests/vnf/ims
      - functest/opnfv_tests/vnf/router
      - functest/utils/openstack

    Change-Id: Id62749796864537615f0ca8b162ce77b6c1a3309
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Frank Brockners [Tue, 2 May 2017 20:54:50 +0000 (13:54 -0700)]
Update git submodules

* Update docs/submodules/fds from branch 'master'
  - FDS release notes for D2.0

    Change-Id: I1d63427ac32b69816540cebc4907e44b39da5742
Signed-off-by: Frank Brockners <fbrockne@cisco.com>
7 years agoUpdate git submodules
Frank Brockners [Tue, 2 May 2017 20:26:40 +0000 (13:26 -0700)]
Update git submodules

* Update docs/submodules/fds from branch 'master'
  - Documentation for odl_l3-fdio-ha scenario

    Change-Id: I21468f8e64e1558640ba216e728e7e230b803f08
Signed-off-by: Frank Brockners <fbrockne@cisco.com>
7 years agoUpdate git submodules
Feng Pan [Tue, 2 May 2017 20:38:56 +0000 (20:38 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Fixes bugs in ovs dpdk"
  - Fixes bugs in ovs dpdk

    Changes Include:
     - Fixes an issue where using non-1st nic admin network deployment would
       result in loss of network connectivity during deployment.
     - Fixes an issue where not specifying cores to pin to in performance
       options would result in an incorrect '0' value used for core mask.

    JIRA: APEX-452
    JIRA: APEX-453

    Change-Id: I413290161abd9b2fa39b659d5ff989da9554f603
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoUpdate git submodules
Tim Rozet [Tue, 2 May 2017 19:31:34 +0000 (19:31 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Apex: enable ha for os-odl_l3-fdio"
  - Apex: enable ha for os-odl_l3-fdio

    Change-Id: If23c52437b45806526c0b38e6176ab040715a70e
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoUpdate git submodules
Steven Pisarski [Tue, 2 May 2017 15:58:03 +0000 (15:58 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Matching test_check_vm_ip_dhcp on ip only"
  - Matching test_check_vm_ip_dhcp on ip only

    No nee dto look for the string surrounding the ip that's being looked
    for in this test. simplifying the code to only look for the ip

    Change-Id: I80e6336c58573e5970eafe2608daf7c61e43b717
Signed-off-by: Dan Radez <dradez@redhat.com>
7 years agoUpdate git submodules
Jose Lausuch [Tue, 2 May 2017 14:29:51 +0000 (14:29 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Fix pylint warnings in snaps"
  - Fix pylint warnings in snaps

    Pylint only warns about missing module docstrings now.

    Change-Id: I989ff800cd2628fed80a2d3510ef37ce2876cbd4
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Xuan Jia [Wed, 12 Apr 2017 08:59:51 +0000 (16:59 +0800)]
Update git submodules

* Update docs/submodules/openretriever from branch 'master'
  - NGVS merges into OpenRetriever, so add new commiters to OpenRetriever

    Change-Id: Ib5c728624045ce3d212b6a8c7114d16f69472acc
Signed-off-by: Xuan Jia <jason.jiaxuan@gmail.com>
7 years agoMisc Changes 07/34007/2
ShubhamRathi [Sat, 29 Apr 2017 10:26:27 +0000 (15:56 +0530)]
Misc Changes

1. Add sidebar akin to ODL
2. Remove redundant 'OPNFV' from all
composite document titles
3. Edit documentation-example for the
updated toolchain. Renamed this file as
'addendum.rst'. Eliminated  obsolete content.
4. Listed test projects in alphabetic order

Change-Id: Ica1c4aa89e3c8f8bcb960fcd4574971960dc52dc
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
7 years agoUpdate git submodules
Christian Trautman [Mon, 1 May 2017 15:13:59 +0000 (11:13 -0400)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - pylint_error_report: Report errors generated from pylint failures

    Change the output of the pylint check script to report the errors
    generated from a non 10 pylint score.

    JIRA: VSPerf-508

    Change-Id: I6d764f4040a662385c83125322bec7e887942bc5
Signed-off-by: Christian Trautman <ctrautma@redhat.com>
7 years agoUpdate git submodules
Jose Lausuch [Tue, 2 May 2017 11:50:20 +0000 (11:50 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "rename tempest.conf to refstack_tempest.conf"
  - rename tempest.conf to refstack_tempest.conf

    since for tempest smoke/full, etc, will also use a file named
    tempest.conf this wil cover the refstack tempest.conf,
    rename it to refstack_tempest.conf, then easily for users to
    debug to check if the configure file is correct or not.

    Change-Id: Ic2f93fb05effb1a61276cb6ba755076a0404caad
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
7 years agoUpdate git submodules
grkiss [Mon, 1 May 2017 22:50:20 +0000 (15:50 -0700)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Tips on update docker to right version, > 1.8

    JIRA: DOVETAIL-414

    Dovetail requires docker at version > 1.8, so add some validation in code, and also versions of client and server should match
    with each other, or there will be unpredictable errors.

    Gives a notice to user to decide whether to update the docker to the latest version(1.17)

    Change-Id: I1331f5c19943a73e8fe25f76bd21628233e556f3
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
7 years agoUpdate git submodules
Ray Paik [Mon, 24 Apr 2017 22:03:10 +0000 (00:03 +0200)]
Update git submodules

* Update docs/submodules/availability from branch 'master'
  - Added optional SPDX license header for Creative Commons plus rephrased "proposal"

    Change-Id: I3f3cfc82af5c93ad959dc41305d9341072b67ac3
Signed-off-by: Ray Paik <rpaik@linuxfoundation.org>
7 years agoUpdate git submodules
Yujun Zhang [Sun, 30 Apr 2017 01:00:37 +0000 (09:00 +0800)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Copy integration test scripts from releng/jjb/qtip

    - it is better to manage these builder scripts in project instead of releng
    - releng shall keep only the job scheduler and publisher

    Change-Id: Idf8685427d8d24b1da83f31afdc7c640c0af2e5f
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
7 years agoUpdate git submodules
Yunhong Jiang [Fri, 28 Apr 2017 07:05:56 +0000 (00:05 -0700)]
Update git submodules

* Update docs/submodules/kvmfornfv from branch 'master'
  - Change the kernel config for scenario test

    Disable the intel_iommu by default since the CICD platform has something
    wrong on the VT-d support

    Enable the X2APIC support, otherwwise there will be only one CPU
    available.

    Change-Id: I69206363fa61c751ad982be74db84b020a1c3748
Signed-off-by: Yunhong Jiang <yunhong.jiang@linux.intel.com>
7 years agoUpdate git submodules
Feng Pan [Fri, 28 Apr 2017 19:54:33 +0000 (19:54 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Migrates quagga install to build time"
  - Migrates quagga install to build time

    It is OK to have quagga installed at build time, we just want to avoid
    enabling it unless quagga is deployed.

    Change-Id: I41899d697a24976c3b169b3b8f5eef5c0df6bed4
Signed-off-by: Tim Rozet <trozet@redhat.com>