opnfvdocs.git
7 years agoUpdate git submodules
Cedric Ollivier [Tue, 28 Mar 2017 12:09:51 +0000 (12:09 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Revert "Make SFC test a python call to main()""
  - Revert "Make SFC test a python call to main()"

    This reverts commit d5820bef80ea4bdb871380dbfe41db12290fc5f8.

    Robot test runs before SFC test and it imports
    https://github.com/robotframework/SSHLibrary
    which does a monkey patching in
    the python runtime / paramiko.
    Untill now sfc run in a new python process (clean)
    because it run using the bash command.
    But when importing it as a module and call main()
    from python, it will run in the patched runtime
    and it will error out.
    https://hastebin.com/iyobuxutib.py

    Change-Id: I54237c32c957718b363d302efe84e01bc78e4f47
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
7 years agoUpdate git submodules
MatthewLi [Sat, 25 Mar 2017 06:44:00 +0000 (02:44 -0400)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - refstack client: manually running improvement

    JIRA: FUNCTEST-758

    1.python tempest_conf.py can generate a reference tempest.conf under /hom/opnfv/.../refstack_client
      this is based on "rally verify configure-verifier"
      surely, user can define his/her own tempest.conf by not using this
    2.python refstack_client.py -c <tempest_conf_path> --testlist <testlist_file_path>
      if not given, will use default path, if file not exists, will have error

    Change-Id: I1ceecbe8fe86fbe0d53b736a0f3b9a9ae01f262f
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
7 years agoUpdate git submodules
Dimitri Mazmanov [Tue, 28 Mar 2017 10:29:27 +0000 (10:29 +0000)]
Update git submodules

* Update docs/submodules/multisite from branch 'master'
  - Merge "Change the branch name"
  - Change the branch name

    Change-Id: Icdfeae73665cd5d20d76caa68b2ef894f4082def
Signed-off-by: Dimitri Mazmanov <dimitri.mazmanov@ericsson.com>
7 years agoUpdate git submodules
Fatih Degirmenci [Tue, 28 Mar 2017 09:34:54 +0000 (11:34 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Set database pool_size in ironic.conf and inspector.conf templates

    min_pool_size and max_pool_size are undefined in ironic.conf and inspector.conf
    templates, causing issues during ironic-dbsync and ironic-inspector-dbsync.

    https://build.opnfv.org/ci/job/opnfv-bifrost-verify-trusty-virtual-master/224/console

    This issue is there for stable/ocata as well.

    These should be got rid of once the patch on openstack/bifrost is merged.
    https://review.openstack.org/#/c/450681/

    Change-Id: I678835e763022a7168e498047bb65d140895e019
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
7 years agoUpdate git submodules
Jose Lausuch [Tue, 28 Mar 2017 08:50:19 +0000 (08:50 +0000)]
Update git submodules

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

    It takes into account the following warnings:
      - invalid-name
      - logging-not-lazy
      - dangerous-default-value
      - broad-except (locally-disabled)
      - too-few-public-methods (locally-disabled)

    Change-Id: Iec59108cc16872090c5def0bb38c10a7aeec46fc
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Jing Lu [Tue, 28 Mar 2017 08:48:42 +0000 (08:48 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Bugfix: Error validating value 'cirros-0.3.5'"
  - Bugfix: Error validating value 'cirros-0.3.5'

    JIRA: YARDSTICK-607

    some scenarios come with a Cirros-0.3.5 image, Yardstick's load_images.sh will
    load a second cirros-0.3.5 image, causing the following error:
    2017-03-27 07:42:58,317 yardstick.orchestrator.heat heat.py:449 INFO Creating stack 'demo-2ada98f3'
    error: failed to deploy stack: 'ERROR: Property error: : resources.ares.demo-2ada98f3.properties.image: : Error validating value 'cirros-0.3.5': No images unique match found for
    {'name': u'cirros-0.3.5'}

    This patch fixs this error by skipping load cirros image if there already exist
    one in the glance.

    Change-Id: I4d43d82d331f6575efd4560be9b6be175e03cd1b
Signed-off-by: JingLu5 <lvjing5@huawei.com>
7 years agoUpdate git submodules
Dimitri Mazmanov [Tue, 28 Mar 2017 08:24:52 +0000 (08:24 +0000)]
Update git submodules

* Update docs/submodules/multisite from branch 'master'
  - Merge "Use the latest Kingbird release"
  - Use the latest Kingbird release

    Change-Id: Ie18e1989ca93915674a085c5ba428ca83503f4ba
Signed-off-by: Dimitri Mazmanov <dimitri.mazmanov@ericsson.com>
7 years agoUpdate git submodules
Jose Lausuch [Tue, 28 Mar 2017 08:19:33 +0000 (08:19 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "KVMFORNFV:  Modifying forbidden-file-paths."
  - KVMFORNFV:  Modifying forbidden-file-paths.

    This patch is used to add forbidden-file-paths so that kvmfornfv
    verify job will not be triggered if the patch includes changes
    only to docs/

    Change-Id: I9de20549507be2eadaba7c99bc6de3b28d3c3ce1
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
7 years agoUpdate git submodules
Cedric Ollivier [Tue, 28 Mar 2017 08:12:28 +0000 (08:12 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Add docstrings in testcase.py"
  - Add docstrings in testcase.py

    testcase.py is now rated at 10.00/10 by pylint.

    Change-Id: Ia90e53db7a25aac3827cd29bb9fd6baaa46cd487
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Cedric Ollivier [Tue, 28 Mar 2017 08:12:21 +0000 (08:12 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Rename testcase_base to testcase"
  - Rename testcase_base to testcase

    It simply removes the useless suffix.

    Change-Id: Ib9a682b57d8f33518359d817a593bb3786577390
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Cedric Ollivier [Tue, 28 Mar 2017 08:12:15 +0000 (08:12 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Switch TestcaseBase to TestCase"
  - Switch TestcaseBase to TestCase

    It partially reverts "Rename TestCasesBase into TestcaseBase" [1] and
    removes the useless suffix too.

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

    Change-Id: Iddf2ec8d6c1dafe6e4c6713c2e69969613317471
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Morgan Richomme [Tue, 28 Mar 2017 07:47:07 +0000 (07:47 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add and insert new project icons"
  - Add and insert new project icons

    Change-Id: I4334bca1ab02a5d26b84b934cb718b3753ce0a13
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoUpdate git submodules
Nikolas Hermanns [Mon, 27 Mar 2017 16:15:01 +0000 (18:15 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Remove vping_ssh from bgpvpn and gluon scenario

    Cause of the bug:
    https://bugs.opendaylight.org/show_bug.cgi?id=5586
    Floating ip is not working at the moment for us.

    We don't want to remove the vping_ssh test from
    fuel. the scenarios are called different in fuel and
    in apex. odl-bgpvpn in apex. odl_l2-bgpvpn in fuel.

    Change-Id: Iaa2e6cea8a4fdb8635f018427aaf30634fd8d2d5
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
7 years agoUpdate git submodules
Nikolas Hermanns [Mon, 27 Mar 2017 17:13:08 +0000 (19:13 +0200)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Remove quagga fix in the testcase

    Solves partly:
    JIRA: SDNVPN-130

    Change-Id: I1cf99e9294925545f6fece660983e32f6543f2b8
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
7 years agoUpdate git submodules
Yujun Zhang [Tue, 28 Mar 2017 06:15:48 +0000 (06:15 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "Align folder structure `docs/testing/developer` to opnfvdocs template"
  - Align folder structure `docs/testing/developer` to opnfvdocs template

    Change-Id: I9ce069cf4b5384b5788ca7cfc70e4188519667d5
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
7 years agoUpdate git submodules
Yujun Zhang [Tue, 28 Mar 2017 06:15:31 +0000 (06:15 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "Add project introduction"
  - Add project introduction

    Change-Id: I5d0553f0ccec571f9db90b2fd8f25f0941f00b03
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
7 years agoUpdate git submodules
Yujun Zhang [Tue, 28 Mar 2017 05:57:47 +0000 (05:57 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "update user docs"
  - update user docs

    Change-Id: I7a7a1343c457fe1c3063dfeafa079154d495eac0
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
7 years agoUpdate git submodules
Yujun Zhang [Tue, 28 Mar 2017 05:57:34 +0000 (05:57 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "Cleanup DEVELOP.md"
  - Cleanup DEVELOP.md

    - remove unecessary content
    - move CLI develop guide to rst document

    Change-Id: I20b6f458aa13f1feb1764e6c4d096ec8a9dddf49
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
7 years agoUpdate git submodules
Yujun Zhang [Tue, 28 Mar 2017 05:46:02 +0000 (05:46 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "cite danube.rst in index.rst"
  - cite danube.rst in index.rst

    Change-Id: I00aa92a22e4e6aabd69463f3dd97d5d4a58f1e3a
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoUpdate git submodules
Yujun Zhang [Tue, 28 Mar 2017 05:45:55 +0000 (05:45 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "Add API docs"
  - Add API docs

      - Add developer guide for API
      - Add user guide for API
      - Add api to user guide doctree

    JIRA: QTIP-234

    Change-Id: Id388f82c52e31b3c75599ab846e64431be8083b7
Signed-off-by: akhilbatra898 <akhil.batra@research.iiit.ac.in>
7 years agoUpdate git submodules
Yujun Zhang [Tue, 28 Mar 2017 05:45:27 +0000 (05:45 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "Add overview in developer guide"
  - Add overview in developer guide

    Change-Id: I491f921d87cf0cec3bbef5a78e9f3065b1e012a1
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
7 years agoUpdate git submodules
Tim Rozet [Tue, 28 Mar 2017 03:40:57 +0000 (03:40 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Adding OVN as an SDN option to Apex"
  - Adding OVN as an SDN option to Apex

    JIRA: APEX-129

    opnfv-tht-pr: 111
    opnfv-puppet-tripleo-pr: 18

    Change-Id: I71de5802ed476b6f78ad5a718ac15d9aec9a6a1d
Signed-off-by: Dan Radez <dradez@redhat.com>
7 years agoUpdate git submodules
Jing Lu [Tue, 28 Mar 2017 03:31:19 +0000 (03:31 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Bugfix:add storperf flavor for TC074"
  - Bugfix:add storperf flavor for TC074

    JIRA: YARDSTICK-604

    the storperf container now uses a flavor called "storperf", if this flavor is
    absent, stack creating process will fail. also the openstack variables that
    passed to the storperf container also needs a update

    Change-Id: Iab4be6491cc9b24526948e5571f0476ec885a93d
Signed-off-by: JingLu5 <lvjing5@huawei.com>
7 years agoUpdate git submodules
yuyang [Mon, 27 Mar 2017 07:41:23 +0000 (15:41 +0800)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - Add docker clean-up for run test

    JIRA: BOTTLENECK-148

    Currently, only OPNFV CI includes env-cleanup for Bottlenecks.
    It is preferable to also include the operation locally
    for test automation and repeatability.

    Changes:
    1. Translate tab into 4 spaces

    Change-Id: I9f4efb95c155e442afd3141c00f707421c61b2da
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
7 years agoUpdate git submodules
zhihui wu [Tue, 28 Mar 2017 03:18:05 +0000 (03:18 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "remove replicated dependencies"
  - remove replicated dependencies

    Change-Id: Ie82153d201a06e7008465a5ea116b389dc1311c6
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoUpdate git submodules
Taseer [Mon, 27 Mar 2017 08:33:51 +0000 (13:33 +0500)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Add info about selective running

    Change-Id: Ic5f7969c3d3969b7790d17beec10d73991ca8d08
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
7 years agoUpdate git submodules
Zhijiang Hu [Tue, 28 Mar 2017 02:23:41 +0000 (02:23 +0000)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Merge "unify the way of obtaining network configuration"
  - unify the way of obtaining network configuration

    Change-Id: Idd960d7faf0f24ae8caac13562858ccaa1c67f7b
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoUpdate git submodules
Zhijiang Hu [Tue, 28 Mar 2017 02:23:05 +0000 (02:23 +0000)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Merge "Fix bug in virtual deploy"
  - Fix bug in virtual deploy

    In prepare_install function of tempest.py:
    1. get_config.py needs dha and network parameters
    2. install_os_for_vm_step2 function needs cluster_id parameter

    Change-Id: Idb13f71ced76f0d99dcbe818cdac3d3f2eb7d5df
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
7 years agoUpdate git submodules
SerenaFeng [Fri, 24 Mar 2017 06:43:04 +0000 (14:43 +0800)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - unify the way of getting openstack clients

    Change-Id: If3a1d1a8b74e11c5861c016bd722b78f4cf9b475
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoUpdate git submodules
Tim Rozet [Tue, 28 Mar 2017 01:58:01 +0000 (01:58 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Fix quagga user and dirs"
  - Fix quagga user and dirs

    The rpm spec of quagga still misses the
    correct user and dir setup for quagga.

    This is the jira to remove this later on:
    https://jira.opnfv.org/projects/SDNVPN/issues/SDNVPN-130

    Change-Id: I71885a6b177443f58d0c093833e76656eb83b428
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
7 years agoUpdate git submodules
Jun Li [Tue, 28 Mar 2017 01:13:48 +0000 (01:13 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Use docker image id instead of tag to remove yardstick Docker image with tag:<None>"
  - Use docker image id instead of tag to remove yardstick Docker image with tag:<None>

    JIRA: RELENG-194

    Now, in CI, bottlenecks job will pull yardstick Docker image again, which may
    cause the tag of the Docker image previous used by Yardstick changed to 'None'.
    Using 'None' tag to remove Docker image will cause error.

    Change-Id: I5c63c6c515ede5da4f6a40be6bb22fa6771f8f09
Signed-off-by: JingLu5 <lvjing5@huawei.com>
7 years agoUpdate git submodules
Tim Rozet [Mon, 27 Mar 2017 15:54:39 +0000 (11:54 -0400)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Disables ODL clustering for FDIO+ODL scenarios

    ODL clustering has issues with VPP mounting, so we are disabling
    clustering for now and should have the bug in ODL fixed by Danube 2.0.

    Change-Id: I19b9c9167596105a3197de8c5a537bed1280f241
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoMerge "Fix search form overflow"
Aric Gardner [Mon, 27 Mar 2017 20:25:42 +0000 (20:25 +0000)]
Merge "Fix search form overflow"

7 years agoMerge "Adding the submdules directory for DoveTail."
Sofia Wallin [Mon, 27 Mar 2017 20:17:19 +0000 (20:17 +0000)]
Merge "Adding the submdules directory for DoveTail."

7 years agoFix search form overflow 11/31911/3
ShubhamRathi [Mon, 27 Mar 2017 14:06:01 +0000 (19:36 +0530)]
Fix search form overflow

Search input in the navbar overflowed
to the next line in the navbar in
certain pages.

Change-Id: Ica9b01c6051cb2649f773a90a506ab89a8d74ac3
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
7 years agoShow master branch as 'Latest' 53/30953/3
ShubhamRathi [Sun, 19 Mar 2017 18:38:35 +0000 (00:08 +0530)]
Show master branch as 'Latest'

Documentation built on RTD shows
the branch name of the latest (master)
branch as Danube. This patch fixes the
branch name to 'Latest'

Change-Id: I3d52fda5992fbb3e5fb17c9784d7a98396c0ebdc
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
7 years agoUpdate git submodules
Tim Rozet [Mon, 27 Mar 2017 16:22:15 +0000 (12:22 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: fixes dpdk jobs with ODL

    Change-Id: I9c33e6661b2dce1b0e5a77d3ed47bf7eebd3bb2c
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoAdding the submdules directory for DoveTail. 17/31917/2
ChristopherPrice [Mon, 27 Mar 2017 14:57:32 +0000 (16:57 +0200)]
Adding the submdules directory for DoveTail.

Can be cherry picked to stable, the content will not be linked in docs.opnfv.org at this time.

Change-Id: Iae4ab8e9bc902c2726b69386b3ecf611f7890dee
Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
7 years agoUpdate git submodules
Tim Rozet [Mon, 27 Mar 2017 14:03:59 +0000 (14:03 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Apply NSDriver patch for neutron for all FD.io scenarios"
  - Apply NSDriver patch for neutron for all FD.io scenarios

    Change-Id: I548a6c948a276f05fd2bb0c2b6bcb9ee8d96deb8
Signed-off-by: Feng Pan <fpan@redhat.com>
7 years agoUpdate git submodules
Justin chi [Mon, 27 Mar 2017 13:27:54 +0000 (13:27 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "opera adapter fix2"
  - opera adapter fix2

    * opera_adapter need sshpass which may cause deploy
    fail
    * compass log redirection is the last command which
    always return 0 and thus cover deploy error

    1. add installation of sshpass in prepare.sh
    2. echo a string at the end of deploy/launch.sh into
    log file to judge if deployment is complete
    3. fix typing error in util/check_valid.py

    Change-Id: Ic4bca50b2c316bf46cace45b9b3317ef9452a0ba
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
7 years agoUpdate git submodules
Jose Lausuch [Mon, 27 Mar 2017 12:50:07 +0000 (12:50 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Monkey patch paramiko _custom_start_client"
  - Monkey patch paramiko _custom_start_client

    A quick fix for the Unexpected kw arg in _custom_start_client error.
    Monkey patches this fix:
    https://github.com/robotframework/SSHLibrary/pull/159/files

    Change-Id: Iaca2c3cb402f1f24d096c947bec5cb3e6aaf77d6
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
7 years agoUpdate git submodules
Goutham Pratapa [Mon, 27 Mar 2017 12:00:56 +0000 (17:30 +0530)]
Update git submodules

* Update docs/submodules/multisite from branch 'master'
  - Revert Change auth_uri in kingbird conf.

    In the present environment auth_uri doesnt contain v3 by default.
    So, revert and add 'v3' in the end.

    Change-Id: I90a0a4e0c5bbcb1365e6f01487ac4214ded019d8
Signed-off-by: Goutham Pratapa <pratapagoutham@gmail.com>
7 years agoUpdate git submodules
Fatih Degirmenci [Mon, 27 Mar 2017 08:29:01 +0000 (10:29 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - xci: Enable node provisioning and shuffle/rename stuff

    This change enables node provisioning using bifrost based on the chosen
    flavor.

    Other changes include
    - move flavor specific stuff (playbooks, inventory, vars) into their own
    folders so it is easier to copy them over.
    - rename flavors and get rid of xci from them.
    - introduce env-vars to keep variables that are not really user variables.

    Please note that this patch contains empty files and so on due to still
    trying to find best way to structurei things. Apart from this, there will
    probably be lots of duplications here and there which will be taken care
    of once things settle.

    Change-Id: I04a5d422e5b018439bafea5e68e65255ae38d22b
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
7 years agoUpdate git submodules
Martin Klozik [Mon, 27 Mar 2017 10:43:47 +0000 (10:43 +0000)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - Merge "ixia: Make L3 and L4 headers optional"
  - ixia: Make L3 and L4 headers optional

    During testing it is sometimes useful to generate pure L2 traffic
    without L3 or L4 related headers. IxNetwork TCL script was updated
    to support this option.
    Generic TRAFFIC array was enhanced by on/off switch for L3 and L4
    headers. Thus it can be implemented by other traffic generators
    in the future, if this feature will prove itself useful.

    JIRA: VSPERF-500

    Change-Id: I723c703e5d6ef609fd5b7db366871278a4730203
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
Martin Klozik [Mon, 27 Mar 2017 10:43:25 +0000 (10:43 +0000)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - Merge "ixia: Fix VLAN support by IxNet class"
  - ixia: Fix VLAN support by IxNet class

    IxNet class, which controls IXIA via IxNetwork TCL
    server, did not support VLAN configuration. Main TCL
    script 3rd_party/ixia/ixnetrfc2544.tcl was updated
    to support VLAN configuration.

    JIRA: VSPERF-499

    Change-Id: I89b33dfc653fd59c2983e78a6532812a4c29bddf
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
Martin Klozik [Mon, 27 Mar 2017 10:42:34 +0000 (10:42 +0000)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - Merge "vpp: Reporting update related to VPP"
  - vpp: Reporting update related to VPP

    VSPERF reports were updated to contain vSwitch name.
    In case of VPP, it is not possible to read its version
    if VPP is not running. Thus VSPERF was enhanced
    to support tool version check during its runtime. This
    mechanism can be enhanced to support e.g. VNF in the future.

    JIRA: VSPERF-496

    Change-Id: I74b47505e35340eead165d9b588e9cc15c058bbf
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
Justin chi [Mon, 27 Mar 2017 10:18:37 +0000 (10:18 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "FIX access database failed"
  - FIX access database failed

    JIRA: COMPASS-521

    Use a hard value to set number of workers for Openstack API
    service. This way only fix E9000 failed temporarily. Database need
    to update in a late patch.

    Change-Id: Ie03f6a758e1e458567054470962b5be4f6ee630e
Signed-off-by: liyuenan <liyuenan@huawei.com>
7 years agoUpdate git submodules
Justin chi [Mon, 27 Mar 2017 10:15:49 +0000 (10:15 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "Support bond created"
  - Support bond created

    JIRA: -

    You can add bond according to deploy/conf/network_cfg.yaml.

    Change-Id: I70f2f03581cf763dbaf7a8a47bdbd46b66620fcb
Signed-off-by: liyuenan <liyuenan@huawei.com>
7 years agoUpdate git submodules
Justin chi [Mon, 27 Mar 2017 10:15:22 +0000 (10:15 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "Fix preseed MAC address fetch method"
  - Fix preseed MAC address fetch method

    JIRA: -

    e.g.:

    root@host1:~# ip link show eth4
    6: eth4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
        link/ether ec:38:8f:79:fa:5c brd ff:ff:ff:ff:ff:ff
    root@host1:~# echo $(echo $@ | cut -d' ' -f17)
    ec:38:8f:79:fa:5c

    root@host4:~# ip link show eth4
    6: eth4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop portid 0100000000000000000000000000003000 state DOWN mode DEFAULT group default qlen 1000
        link/ether e0:36:76:d2:34:73 brd ff:ff:ff:ff:ff:ff
    root@host4:~# echo $(echo $@ | cut -d' ' -f17)
    1000
    root@host4:~# echo $(echo $@ | cut -d' ' -f19)
    e0:36:76:d2:34:73

    Change-Id: I916c19807da724e9ba471376f81f3c763b9340d5
Signed-off-by: QiLiang <liangqi1@huawei.com>
7 years agoUpdate git submodules
Justin chi [Mon, 27 Mar 2017 10:15:03 +0000 (10:15 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "Support compute node restart on CentOS"
  - Support compute node restart on CentOS

    JIRA: -

    Openvswitch service in Ubuntu named openvswitch-switch, but it named
    openvswitch in CentOS.

    Change-Id: I2a4d3d0ae0a646971696bae798b623da059a3781
Signed-off-by: liyuenan <liyuenan@huawei.com>
7 years agoUpdate git submodules
ShuyaNakama [Mon, 27 Mar 2017 09:15:43 +0000 (18:15 +0900)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Changing project name of vRouter

    JIRA: FUNCTEST-769

     When pushing result to DB in vRouter module an error occurred.
     couse is wrong project name.
     We changed project name from "vRouter" to "functest".

    Change-Id: I8b8289b48330b17b6d6620524024dea4f488e38a
Signed-off-by: Shuya Nakama <shuya.nakama@okinawaopenlabs.org>
7 years agoUpdate git submodules
Manuel Buil [Mon, 27 Mar 2017 09:43:46 +0000 (09:43 +0000)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Merge "Add Scenario Labels"
  - Add Scenario Labels

    Change-Id: Id585f05597bdea2820a787ca8650a2ad07698426
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
7 years agoUpdate git submodules
Dimitrios Markou [Fri, 24 Mar 2017 10:26:32 +0000 (12:26 +0200)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Rename the sfc_one_chain_two_service_functions..

    We use topology shuffling for the execution of testcases
    so is meaningless to specify an exact topology in the
    testcase's file name

    Change-Id: I6fc7b3b2a72017fe501a022dca001c5bc7761acc
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
7 years agoUpdate git submodules
Goutham Pratapa [Mon, 27 Mar 2017 07:21:15 +0000 (12:51 +0530)]
Update git submodules

* Update docs/submodules/multisite from branch 'master'
  - Change auth_uri in kingbird conf.

    In the present multisite code auth_uri is not set
    correctly.Removed hardcode value 'v3'.

    Change-Id: I407a5ee9b870a460ce1c2161b8cb38fd05800c52
Signed-off-by: Goutham Pratapa <pratapagoutham@gmail.com>
7 years agoMerge "Re-order testing user guide index page"
Sofia Wallin [Mon, 27 Mar 2017 07:52:42 +0000 (07:52 +0000)]
Merge "Re-order testing user guide index page"

7 years agoMerge "Remove Moon, Add Promice"
Sofia Wallin [Mon, 27 Mar 2017 07:52:04 +0000 (07:52 +0000)]
Merge "Remove Moon, Add Promice"

7 years agoUpdate git submodules
Nikolas Hermanns [Mon, 27 Mar 2017 07:50:23 +0000 (07:50 +0000)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Merge "Fix testcase3 (peering subcase) for Apex"
  - Fix testcase3 (peering subcase) for Apex

     - Fix runnning bgp related commands on Karaf:
       update util.run_odl_cmd() in order to be able to
       run commands on karaf client. Otherwise karaf
       commands fail
     - Ensure zrpcd/bgpd to run on controller side properly:
       Add missing quagga run folder, change owner and
       add user quagga into quaggavt group, in case of apex
       installer
     - Update the way of handling br-ex information and
       parsing out the controller external ip and mask:
       In case we have multiple ip/netmask assigned on br-ex
       the separation was faulty and an extra line, containing
       the second ip address, was added into ext_net_mask variable

    JIRA: SDNVPN-118

    Change-Id: I62468c94fd945ba30e419bd30d9cd85502f28eeb
Signed-off-by: tomsou <soth@intracom-telecom.com>
7 years agoUpdate git submodules
Nikolas Hermanns [Mon, 27 Mar 2017 07:49:02 +0000 (07:49 +0000)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Merge "Fix DNS use for testcase 3"
  - Fix DNS use for testcase 3

    Make the VMs use properly 8.8.8.8 nameserver

    Change-Id: I8ebf0ff23fa78dcbc50eba9eb27262e690c56b66
Signed-off-by: tomsou <soth@intracom-telecom.com>
7 years agoMerge "Remove Moon & OVSNFV documentation"
Sofia Wallin [Mon, 27 Mar 2017 07:38:01 +0000 (07:38 +0000)]
Merge "Remove Moon & OVSNFV documentation"

7 years agoUpdate git submodules
Cedric Ollivier [Mon, 27 Mar 2017 07:21:45 +0000 (07:21 +0000)]
Update git submodules

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

    It takes into account the following warnings:
      - wrong-import-order
      - no-value-for-parameter

    The 'no-value-for-parameter' warnings are false positive. The added
    default values are useless but avoid them.

    Change-Id: I50d0af178d9da668a3c72e75f5af467d36ca0e6a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Harry Huang [Mon, 27 Mar 2017 03:53:39 +0000 (11:53 +0800)]
Update git submodules

* Update docs/submodules/opera from branch 'master'
  - run without sudo

    Jenkins can't remove some dir generate by sudo
    and leads to CI error for following tasks.

    Change codes to run ./opera_launch.sh without
    sudo

    Change-Id: Iaebd7e1fbdf413a91cc55c77e1b5c6915cfc86d6
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
7 years agoUpdate git submodules
Morgan Richomme [Mon, 27 Mar 2017 06:47:57 +0000 (06:47 +0000)]
Update git submodules

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

    It takes into account the following warnings:
      - bare-except
      - unused-argument
      - broad-except

    Change-Id: I3a50bf6d07823edc80a7f0f78f46681ace7f4a39
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Morgan Richomme [Mon, 27 Mar 2017 06:41:33 +0000 (06:41 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Update documentation for Danube"
  - Update documentation for Danube

    JIRA: FUNCTEST-559
    JIRA: FUNCTEST-560

    Change-Id: I2104a9b68bb3985c9f5900ebc30bab89b09b7835
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoUpdate git submodules
Tim Rozet [Sun, 26 Mar 2017 20:25:04 +0000 (16:25 -0400)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Removes neutron ovs agent systemd when not nosdn

    Bug in ovs agent systemd where it is started when openvswitch is
    restarted.  This is causing ODL DPDK deployments to fail because
    openvswitch is creating br-int as type system instead of netdev.

    JIRA: APEX-427

    Change-Id: Iea7f6a5553d2ca1f372f4dec82f576d62827e887
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoUpdate git submodules
Jing Lu [Mon, 27 Mar 2017 04:02:56 +0000 (04:02 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "pathspec 'master' did not match any file(s) known to git"
  - pathspec 'master' did not match any file(s) known to git

    JIRA: YARDSTICK-605

    On stable branch, exec_tests.sh will also try to git checkout master
    branch, which cause error "pathspec 'master' did not match any file(s)
    known to git." This is a remianing bug from the previous release.
    see at:
    https://build.opnfv.org/ci/view/yardstick/job/yardstick-apex-lf-pod1-daily-danube/62/console
    This error occur in line 48.
    But the reason is 'set -e'
    If we set 'set -e':
    'git checkout master && git pull' return 1 but it will go on executing;
    but 'git checkout master' will return 1 and terminate immediately.
    If we do not set, it will return 1 but will terminate immediately.
    Actually we not need 'git checkout master' here because it is already in
    stable/danube branch.
    So I remove it.

    Change-Id: I106a1da28cf2deee90ebcb25adaf638a210928ee
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
7 years agoUpdate git submodules
Rex Lee [Mon, 27 Mar 2017 03:23:32 +0000 (03:23 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "model: pylint fixes"
  - model: pylint fixes

    remove redundnant parens
    replace type with isinstance
    fix import order

    Change-Id: I0407cbbf6993290f392f17c398827603b5bc1ebd
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
7 years agoUpdate git submodules
Yu Yang (Gabriel) [Mon, 27 Mar 2017 03:10:50 +0000 (03:10 +0000)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - Merge "CLI acommadation to the current test case calling method"
  - CLI acommadation to the current test case calling method

    JIRA: BOTTLENECK-144

    Calling method of POSCA test case has changed. CLI for calling
    the run test case script should also adjust.

    Change-Id: Ia007b658903c8133c824358943f325b070d1e195
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
7 years agoUpdate git submodules
Serena Feng [Mon, 27 Mar 2017 02:32:49 +0000 (02:32 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Avoid build conflicts in build server"
  - Avoid build conflicts in build server

    Currently each job in daisy project has multiple child jobs, which may
    block the resources in lf-build1 for the excutors are limited.

    Change-Id: I7977128a550421caaeda395fce04b91b31d35751
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
7 years agoUpdate git submodules
Yu Yang (Gabriel) [Mon, 27 Mar 2017 02:01:07 +0000 (02:01 +0000)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - Merge "Add task selection to test suite entrance file"
  - Add task selection to test suite entrance file

    JIRA: BOTTLENECK-143

    Add task selection to test suite entrance file

    Change-Id: Ia21b3121d104a457a66e2c77e3caf091e102f388
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
7 years agoUpdate git submodules
Jing Lu [Mon, 27 Mar 2017 00:41:31 +0000 (00:41 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Bugfix:HA test cases rely on dynamic ip addresses in fuel pods"
  - Bugfix:HA test cases rely on dynamic ip addresses in fuel pods

    JIRA: YARDSTICK-602

    change HA test cases to rely on dynamical generated pod.yaml in fuel pods

    Change-Id: I0efb01489eb2dd94babf1a45bff2fbf6adef5f6e
Signed-off-by: JingLu5 <lvjing5@huawei.com>
7 years agoUpdate git submodules
akhilbatra898 [Sun, 26 Mar 2017 06:48:56 +0000 (12:18 +0530)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Update ssh-key request

    Change-Id: I86e6a5fa020439ee9eca95ea767c241c1e41703d
Signed-off-by: akhilbatra898 <akhil.batra@research.iiit.ac.in>
7 years agoUpdate git submodules
Alexandru Avadanii [Sun, 26 Mar 2017 18:18:17 +0000 (20:18 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - FIXME: f-l: compute.pp: Temp disable apparmor

    Apparmor profiles need to be refreshed for Armband specific
    version of libvirt/qemu/etc.; until updated profiles land,
    disable libvirt qemu security driver.

    JIRA: ARMBAND-235

    Change-Id: I65d8bbb00e390d34c0c36fef37666e70d06fd31a
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
7 years agoUpdate git submodules
Alexandru Avadanii [Sun, 26 Mar 2017 17:18:52 +0000 (19:18 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Revert: Blueprint "bp/distributed-serialization"

    Until upstream fixes bug [1], partially revert blueprint
    implementation [2]:
    - fuel-agent: no-op, we overwrite fuel_bootstrap_cli.yaml anyway;
    - fuel-library: no-op, keep newly added port config in place;
    - fuel-web: revert all blueprint related changes;

    NOTE: When this blueprint becomes part of Fuel@OPNFV, we need to
          update our "fuel_bootstrap_cli.yaml".

    [1] https://bugs.launchpad.net/fuel/+bug/1676197
    [2] https://review.openstack.org/#/q/topic:bp/
        distributed-serialization+status:merged+branch:stable/newton

    JIRA: FUEL-265

    Change-Id: Icf392a3446e5c89c2592d1733bc1f3401b7d69ad
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
7 years agoUpdate git submodules
Maryam Tahhan [Sun, 26 Mar 2017 16:10:13 +0000 (16:10 +0000)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - Merge "ipmi doc: build OpenIPMI lib from sources"
  - ipmi doc: build OpenIPMI lib from sources

    Add instatruction on how to build/install OpenIPMI library from
    sources.

    Change-Id: I04efc09e85829b23941e28e0e85b567c9a3cbdd7
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
7 years agoUpdate git submodules
Maryam Tahhan [Sun, 26 Mar 2017 16:09:54 +0000 (16:09 +0000)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - Merge "dpdkstat: userguide updated with dpdkstat init notice"
  - dpdkstat: userguide updated with dpdkstat init notice

    Change-Id: I408e16d20f9fa2cc9eae7dcfcfa35e1ce3320de6
Signed-off-by: Krzysztof Matczak <krzysztofx.matczak@intel.com>
7 years agoUpdate git submodules
Przemyslaw Szczerbik [Thu, 16 Mar 2017 09:52:46 +0000 (09:52 +0000)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - dpdkevents: add example config and update makefile

    Change-Id: I85edcbbf52dc3bd4d0e53c5076267b9f3f6c2284
Signed-off-by: Przemyslaw Szczerbik <przemyslawx.szczerbik@intel.com>
7 years agoUpdate git submodules
Feng Pan [Sat, 25 Mar 2017 02:03:04 +0000 (22:03 -0400)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Replace ODL version for odl_l2-fdio scenario

    Change-Id: I9e6c8c001c4324a936ad11ecea7eb34b0bbb83b2
Signed-off-by: Feng Pan <fpan@redhat.com>
7 years agoUpdate git submodules
Alexandru Avadanii [Sun, 26 Mar 2017 00:45:09 +0000 (01:45 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - bootstrap, dea_base, nailgun: Pin 4.8.0-9944 krn

    New kernel includes:
    - ABI bump;
    - GICv3-ITS live migration support;

    TODO: build meta package so we don't have to bump it manually.

    JIRA: ARMBAND-171

    Change-Id: I4aaa5ca496e535abed948d2e51a6caf7e03393a8
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
7 years agoUpdate git submodules
Alexandru Avadanii [Sat, 25 Mar 2017 21:15:50 +0000 (22:15 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - deploy-cache: Use `mco` to set up authorized_keys

    JIRA: ARMBAND-242

    Change-Id: I1e8335289a253f5fa2ebb4fb2620b25f10e1b1e9
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
7 years agoUpdate git submodules
Alexandru Avadanii [Sat, 25 Mar 2017 19:01:48 +0000 (20:01 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - f-l: Refresh after upstream reverted cobbler rm

    Remove our revert patches since upstream applied the same changes.
    Update patch context where needed.

    JIRA: ARMBAND-237

    Change-Id: I6007484ad23f0fceabd8f8ec7625e598aee280c7
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
7 years agoUpdate git submodules
Jose Lausuch [Sat, 25 Mar 2017 15:25:09 +0000 (15:25 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Fix Dockerfile.aarch64"
  - Fix Dockerfile.aarch64

    Bugfix for error:
    https://build.opnfv.org/ci/view/functest/job/functest-docker-build-arm-push-master/99/console

    Change-Id: I04b45c05d4bb48c9b5b55050addce707177abcd4
Signed-off-by: Linda Wang <wangwulin@huawei.com>
7 years agoUpdate git submodules
Jose Lausuch [Sat, 25 Mar 2017 15:08:39 +0000 (15:08 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Printing the flavor_metadata for SnapsTestRunner"
  - Printing the flavor_metadata for SnapsTestRunner

    Need to print what is being tested to debug and
    verify results.

    JIRA : FUNCTEST-768

    This is needed by the Apex team for the danube release.

    Change-Id: Ie7400af14f7e54d1deb5b2b5d2fc91eb5b14ca91
Signed-off-by: randyl <r.levensalor@cablelabs.com>
7 years agoUpdate git submodules
yuyang [Fri, 24 Mar 2017 03:24:17 +0000 (11:24 +0800)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - Update document according to Danube release plan

    JIRA: BOTTLENECK-145

    Currently, the docs of Bottlenecks still follow the format
    from Colorado. Some work need to be done regarding reorganizing
    the contents according to the Danube release.

    Change-Id: I4ece51abc558bb7128565125224b5e8579a198f7
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
7 years agoUpdate git submodules
Harry Huang [Sat, 25 Mar 2017 00:47:03 +0000 (08:47 +0800)]
Update git submodules

* Update docs/submodules/opera from branch 'master'
  - Updated Ellis configuration

    1. Fix the Ellis port inaccessible issue
    2. Force to pull the latest juju server code

    Change-Id: I8b36271e37e19d3ebab03a9808f11d210f975d59
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
7 years agoRe-order testing user guide index page 55/31755/1
Yujun Zhang [Sat, 25 Mar 2017 03:03:33 +0000 (11:03 +0800)]
Re-order testing user guide index page

Testing tools needs to be configured before use.

Change-Id: I04862af1c9d2ee8d9fdb91397c3e18da2207a964
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
7 years agoUpdate git submodules
meimei [Fri, 24 Mar 2017 09:22:16 +0000 (17:22 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - [compass-docs] correct some minor mistake

    Change-Id: I0e065552cbcaeffde83daeac9d1c27445f6cfcbb
Signed-off-by: meimei <meimei@huawei.com>
7 years agoUpdate git submodules
Helen Yao [Sat, 25 Mar 2017 01:22:46 +0000 (01:22 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Change api version"
  - Change api version

    The api_version had full API url instead of just the version.

    Change-Id: I78b39ea5d39e1ffab54d2bca41df96aadd47ac86
Signed-off-by: Dimitri Mazmanov <dimitri.mazmanov@ericsson.com>
7 years agoUpdate git submodules
Michael Polenchuk [Fri, 24 Mar 2017 13:55:39 +0000 (17:55 +0400)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Update cirros image to latest version

    Change-Id: Iffa1e4529e5b6e9664ac503a5815ea9a034d7515
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
7 years agoUpdate git submodules
Tim Rozet [Sat, 25 Mar 2017 00:59:36 +0000 (20:59 -0400)]
Update git submodules

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

    Change-Id: I0b0b33cf3021e2c0fb868eca749ab61eed7b3792
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoUpdate git submodules
Yujun Zhang [Sat, 25 Mar 2017 01:04:02 +0000 (01:04 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "bugfix: regex for dpi"
  - bugfix: regex for dpi

    see: https://build.opnfv.org/ci/view/qtip/job/
    qtip-os-nosdn-kvm-ha-zte-pod3-daily-danube/3/console

    Previous regex cann't match with log like:
    "nDPI throughput:       943.34 K pps / 8.86 Gb/sec".
    For pps, there are two type of unit: K and M.
    Same with bps.

    Change-Id: I247c8b6049cc8b264fe894538cd4f89ba544c0b8
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
7 years agoUpdate git submodules
Yujun Zhang [Sat, 25 Mar 2017 01:03:31 +0000 (01:03 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "Update CLI docs."
  - Update CLI docs.

    - Update command to execute runner
    - Include reporter

    JIRA: QTIP-231

    Change-Id: I834ac94821cea7221078fbb6160ef7467b2bd4cf
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
7 years agoUpdate git submodules
Tim Rozet [Mon, 6 Mar 2017 22:15:37 +0000 (17:15 -0500)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Fixes OVS DPDK scenarios

    This fixes nosdn OVS DPDK scenarios to work with OVS 2.6.  It also adds
    support for the ODL DPDK scenario.  OVS DPDK configuration is done
    during preconfig on compute nodes.  All nodes make use of first boot
    script to get kernel params like hugepages.  The network settings are
    modified to use real nic names for the virtual network settings file.
    This is required due to a timing bug with os-net-config and using
    first-boot script.  The network settings file also contains the UIO
    driver to use with DPDK.

    JIRA: APEX-314

    opnfv-tht-pr: 117

    Change-Id: I46b6fca71ecec38981968133ba2411f64d7c6445
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoUpdate git submodules
Fatih Degirmenci [Fri, 24 Mar 2017 20:17:42 +0000 (20:17 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "xci: Set up the basics for xci developer sandbox"
  - xci: Set up the basics for xci developer sandbox

    This change creates
    - initial version of the script to initiate the VM node creation and
    provisioning with bifrost and OpenStack installation with openstack-ansible
    - pinned-versions to hold the "known working" versions. releng will use master
    until the development is complete.
    - user-vars to hold user variables
    - configuration files to keep settings for different flavors
    - ansible files (playbooks, inventory files, variables) per flavor. These
    files are empty at the moment in order to save the chosen path makes sense.
    Once the way is agreed on, these will be similar to the files listed below
    with different content per flavor.
        https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=blob;f=prototypes/openstack-ansible/playbooks/inventory
        https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=blob;f=prototypes/openstack-ansible/playbooks/configure-xcimaster.yml
        https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=blob;f=prototypes/openstack-ansible/var/ubuntu.yml

    These new files will be the ones used when the actual deployment is done
    with openstack-ansible based on the flavor chosen by developer (or CI).

    Change-Id: Ia2f38416a161abd186cbcca61e105c6a68f78b54
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
7 years agoUpdate git submodules
Fatih Degirmenci [Fri, 24 Mar 2017 20:17:25 +0000 (20:17 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "xci: Configure ansible verbosity based on job type"
  - xci: Configure ansible verbosity based on job type

    Daily jobs will use pinned versions of bifrost and openstack-ansible in
    order to make sure we use known good versions for them since focus of
    the daily jobs is  OPNFV platform testing.

    Ansible log can easily become massive depending on the level it is set
    and it is not so relevant for daily jobs to have it like this due to
    less probability of dailies failing to provision/deploy.

    On the other hand, the jobs that verify/test bifrost and openstack-ansible
    will have max verbosity enabled to troubleshoot these components themselves.

    New set of jobs will be created running periodically against the HEAD
    of master for bifrost and openstack-ansible to catch working versions
    and help us promote them to use for daily platform jobs. Verbosity of these
    jobs will be enabled like how we are doing for bifrost-verify jobs.

    Change-Id: Ic9fd2ff418fdaa3ad7fbfc22d8ec2dc1174df65f
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
7 years agoUpdate git submodules
kalyanreddy [Fri, 24 Mar 2017 13:11:29 +0000 (18:41 +0530)]
Update git submodules

* Update docs/submodules/kvmfornfv from branch 'master'
  - Updating documents of D-release.

    This patch is used to update the documents of D-release.

    Change-Id: I9449536e340140f67e0f77ae4120bbc210809169
    Co-Authored by:Srinivas <srinivas.atmakuri@tcs.com>
    Co-Authored by:RajithaY<rajithax.yerrumsetty@intel.com>
    Co-Authored by:shravani paladugula <shravanix.paladugula@intel.com>
    Co-Authored by:Navya Bathula <navyax.bathula@intel.com>
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
7 years agoRemove Moon & OVSNFV documentation 29/31729/1
ShubhamRathi [Fri, 24 Mar 2017 19:44:40 +0000 (01:14 +0530)]
Remove Moon & OVSNFV documentation

Change-Id: I87026f857af1c589426158bb89db6b1f9324e2e1
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
7 years agoRemove Moon, Add Promice 19/31619/2
ShubhamRathi [Thu, 23 Mar 2017 20:09:50 +0000 (01:39 +0530)]
Remove Moon, Add Promice

Moon has been deferred until E release.
Promice was erroneously removed, re-adding.

Change-Id: Ia5c5989f9aa9811998755f4c0802756e1b088c67
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
7 years agoUpdate git submodules
George Paraskevopoulos [Fri, 24 Mar 2017 16:26:02 +0000 (18:26 +0200)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Revert "Change from functest logger to python logging"

    This reverts commit cb311aad19c732fa006b50795ab66687e01b95a6.

    Change-Id: I123c30acd765df692483eb5f91fecd1478219201
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
7 years agoUpdate git submodules
Narinder Gupta [Fri, 24 Mar 2017 15:13:17 +0000 (15:13 +0000)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - Merge "changing the user guide draft version."
  - changing the user guide draft version.

    Change-Id: Ia3dca995bcfd181353919535e071d7a5302eb32a
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
7 years agoMerge "Updated vsperf doc refs for release-notes and testing"
Sofia Wallin [Fri, 24 Mar 2017 15:00:52 +0000 (15:00 +0000)]
Merge "Updated vsperf doc refs for release-notes and testing"