opnfvdocs.git
6 years agoUpdate git submodules
xudan [Thu, 13 Sep 2018 02:53:39 +0000 (22:53 -0400)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Update code base and docs to 2018.09

    The official name of the next release is going to be 2018.09.
    We need to rename all occurrences of 2018.08 in the code base,
    the documentation, and the web portal.

    JIRA: DOVETAIL-740

    Change-Id: Ie0e532d6671b7590454e9afd960a2934f313a022
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Abhijit Sinha [Thu, 13 Sep 2018 16:23:25 +0000 (16:23 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Cleanup unittests for test_lmbench"
  - Cleanup unittests for test_lmbench

    unused-arg check was re-enabled after being disabled at a file level.
    Changes were made so that the file conforms to our testing conventions.

    Change-Id: Ie34a0088258c1aaff6cb0fdf0b86b37920d35bd6
    JIRA: YARDSTICK-1384
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
6 years agoUpdate git submodules
Mytnyk, Volodymyr [Thu, 13 Sep 2018 13:36:24 +0000 (14:36 +0100)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Assign IXIA ports in one call instead of one by one

    Assigning IXIA ports one by one takes more time than
    assign all ports by once. Also, assigning ports in
    one call resolves the assign port issues caused on
    some IXIA chassis versions.

    JIRA: YARDSTICK-1425

    Change-Id: Ibb08e40ee1a8762573f6752bdd1f583c5a1d9d2a
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Cédric Ollivier [Thu, 13 Sep 2018 14:02:47 +0000 (16:02 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Fix typo

    This line should have been deleted by the previous commit.

    Change-Id: I18eb2dcc3c6124127c2bba2c9ec6e524caae8b09
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 13 Sep 2018 05:33:48 +0000 (23:33 -0600)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Enable post-deployment for k8s based scenarios

    k8-calico-onap scenario will have post deployment tasks to
    install ONAP using OOM so post-deployment tasks are required
    to do that.

    deploy-scenario:k8-calico-nofeature
    installer-type:kubespray

    Change-Id: I67c8188cb573f6fc5c80e15a9101cacca1b7b10e
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Cédric Ollivier [Thu, 13 Sep 2018 12:47:53 +0000 (14:47 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Update rally to conform with cinder micro API

    It was applied on ollivier containers to ensure rally can verify
    cinder [1].

    [1] https://review.openstack.org/#/c/587314/

    Change-Id: I579dca8e6c2c7b3d7f49bca7a6b0c14e18a8e907
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Thu, 13 Sep 2018 09:34:41 +0000 (11:34 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Update constraints to OpenStack master

    Change-Id: I77765db676e06fef5ccb9ae73a9c995ad4fb76d2
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Harry Huang [Thu, 13 Sep 2018 10:58:25 +0000 (10:58 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "Add license"
  - Add license

    Change-Id: I139c48ca3498a5a1e399abb3ef999da67a47c921
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
6 years agoUpdate git submodules
Emma Foley [Thu, 13 Sep 2018 10:49:41 +0000 (10:49 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add UT: ArithmeticRunner exception handling"
  - Add UT: ArithmeticRunner exception handling

    * Use time.sleep to avoid multiprocessing.Queue broken pipe error.

    JIRA: YARDSTICK-1245

    Change-Id: I1ef1f8e68a553278996b38c226314c13dd974faa
Signed-off-by: Miikka Koistinen <miikka.koistinen@nokia.com>
6 years agoUpdate git submodules
Mytnyk, Volodymyr [Thu, 13 Sep 2018 08:46:09 +0000 (09:46 +0100)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - IXIA traffic mac address is set incorrectly

    IXIA API sets the src/dst mac of the traffic always into
    default value. The `srcmac`/`dstmac` is never set in `traffic_param`
    map [1]. Instead the src/dst mac is stored in traffic_param[`outer_l2`].

    [1] https://gerrit.opnfv.org/gerrit/gitweb?p=yardstick.git;a=blob;f=yardstick/network_services/traffic_profile/ixia_rfc2544.py;h=44bf2eafc7f8cf03ebd2c8520d316358fe1e5fc2;hb=HEAD#l92

    JIRA: YARDSTICK-1423

    Change-Id: Iabab7a54404b284d3b95bbea6c8624233c138351
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
6 years agoUpdate git submodules
Cédric Ollivier [Thu, 13 Sep 2018 07:14:43 +0000 (09:14 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Updated from global requirements

    Change-Id: I98eb95664569d392af266b22c054f7a2121c98db
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Rex Lee [Thu, 13 Sep 2018 08:26:52 +0000 (08:26 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Update configure_uwsgi run in baremetal/container"
  - Update configure_uwsgi run in baremetal/container

    Now "daemonize" prevents from installing Yardstick on baremetal.
    Configuring:
    "daemonize" in case "container" installation mode;
    "logto" in case "baremetal" installation mode;

    JIRA: YARDSTICK-1395

    Change-Id: Ie390464db9c0816583edc711ed6526629d091bd3
Signed-off-by: Stepan Andrushko <stepanx.andrushko@intel.com>
6 years agoUpdate git submodules
Harry Huang [Thu, 13 Sep 2018 03:59:32 +0000 (03:59 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "update quickstart_k8s.sh to support arm64"
  - update quickstart_k8s.sh to support arm64

    Change-Id: Ibb4839c34f86f701c2938fafd32b2669b06235aa
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
6 years agoUpdate git submodules
Harry Huang [Thu, 13 Sep 2018 03:56:41 +0000 (03:56 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "Support multiple url when building compass tar ball"
  - Support multiple url when building compass tar ball

    JIRA: COMPASS-617

    1. Use aria2 instead of curl to download package from
    different sites
    2. Add an internal file server to accelerate building
    process for CI

    Change-Id: I2dca7a9a3fccf51165d0239126571fa16b94ebee
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
6 years agoUpdate git submodules
Trevor Bramwell [Mon, 10 Sep 2018 23:30:41 +0000 (16:30 -0700)]
Update git submodules

* Update docs/submodules/parser from branch 'master'
  - Local Docs Builds

    Added local sphinx documentation build following this guide:
      https://docs.opnfv.org/en/latest/how-to-use-docs/local-build-transition.html

    Change-Id: I8d0c430e6fff46dc1bf869fd54f304b0994aca8a
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Rex Lee [Thu, 13 Sep 2018 01:30:23 +0000 (01:30 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Revert "Bugfix: ansible version should be the same both in Dockerfile and requirements.txt""
  - Revert "Bugfix: ansible version should be the same both in Dockerfile and requirements.txt"

    This reverts commit 662de49b9f6c116d15882aed9e678cd3cf67494b.

    JIRA: YARDSTICK-1411

    Change-Id: Id277aa8711c9ff77e085d26c90546eecc3490535
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
Rex Lee [Thu, 13 Sep 2018 01:30:08 +0000 (01:30 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Create a sample fio test case base on kubernetes"
  - Create a sample fio test case base on kubernetes

    make samples/fio.yaml to support both Openstack and K8s
    with context_type specified. It defaultly use Heat context, if
    for k8s,
        yardstick -d task start samples/fio.yaml --task-args
        '{"context_type": "Kubernetes"}'

    JIRA: YARDSTICK-1309

    Change-Id: I2b0d61cf2f197ec8c60bda0ab4ff51594709f482
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
Rex Lee [Thu, 13 Sep 2018 01:29:18 +0000 (01:29 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Create a sample lmbench test case base on kubernetes"
  - Create a sample lmbench test case base on kubernetes

    make samples/lmbench.yaml to support both Openstack and K8s
    with context_type specified. It defaultly use Heat context, if
    for k8s,
        yardstick -d task start samples/lmbench.yaml --task-args
        '{"context_type": "Kubernetes"}'

    JIRA: YARDSTICK-1310

    Change-Id: Ifa542e830fb5ab7823bd4f994ab5d7a8e8a5b415
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
Rex Lee [Thu, 13 Sep 2018 01:27:36 +0000 (01:27 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "tc046 kill keystone process condition incorrect - dovetail"
  - tc046 kill keystone process condition incorrect - dovetail

    Change-Id: If01abfd5a99b4cea74f835e258f3a982af9446cd
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
Eddie Arrage [Sat, 8 Sep 2018 00:15:18 +0000 (00:15 +0000)]
Update git submodules

* Update docs/submodules/clover from branch 'master'
  - Fix missing psutil dependency in nginx services

    - A psutil dependency was added in the latest Clover server version
    that was not added to the docker builds of the lb/proxy

    Change-Id: Id48c3446a93d6b9cef65d453266d0bf15eddf6cc
Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>
6 years agoUpdate git submodules
Manuel Buil [Wed, 12 Sep 2018 16:34:32 +0000 (18:34 +0200)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - xci: osa: Bump SHA for os_neutron

    We require the following patch to deploy ODL when using Ubuntu

    https://review.openstack.org/#/c/597003/1

    This SHA bump adds it

    Change-Id: I0382a4c3946aeff2ddd86a932055dd770c520c74
Signed-off-by: Manuel Buil <mbuil@suse.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 12 Sep 2018 17:53:55 +0000 (19:53 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [docker] Relax verify check for docker pull

    JIRA: FUEL-383

    Change-Id: I9203aa8d20def5b78d261f8c6847ddc576f0feb7
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 12 Sep 2018 15:11:39 +0000 (15:11 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[docs] Update documentation on scenarios for MS6"
  - [docs] Update documentation on scenarios for MS6

    Added/updated the scenario files for the scenarios we support in Gambia

    Change-Id: Ib463e3122999e0cf554599fb8637c20cf77b825d
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
6 years agoUpdate git submodules
xudan [Mon, 10 Sep 2018 09:40:56 +0000 (05:40 -0400)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Remove neutron trunk test cases with href links

    There is a bug with neutron when using href links to get url.
    This is fixed with Pike.

    This is the patch,
    https://review.openstack.org/#/c/356707/

    These are the related files of Ocata and Pike,
    https://github.com/openstack/neutron/blob/stable/ocata/neutron/api/api_common.py#L68
    https://github.com/openstack/neutron/blob/stable/pike/neutron/api/api_common.py#L95

    There are 2 test cases in neutron trunk related to this.
    Remove these 2 test cases since Dovetail should support 4 versions from M to P.

    Change-Id: I8aac88e4688157def1d6642eaa64bba56dde49ba
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 12 Sep 2018 13:24:07 +0000 (13:24 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[cleanup] FN VMs: Fold user-data templates"
  - [cleanup] FN VMs: Fold user-data templates

    While at it, retire obsolete MAAS_IP global variable and let mas01
    VM get a DHCP address from virsh-managed mcpcontrol network.

    Change-Id: Ifd85dbcab10894a5d0d675d37f0c35f09776d9b4
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Cédric Ollivier [Mon, 10 Sep 2018 04:12:44 +0000 (06:12 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Ease adding proxies in vms

    It eases running VNFs behind proxies as they download packages.

    Change-Id: I187078dab744c51188b9835417d1a29fad1b4bd6
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Manuel Buil [Tue, 11 Sep 2018 15:40:05 +0000 (17:40 +0200)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Use block=True to avoid race conditions

    If we do things asynchronously, the instance might not be ready and the
    information we get is not complete (e.g. port missing). Using block=True
    fixes the problem

    Change-Id: I9f90f52656553b8da8697477250ed631be884196
Signed-off-by: Manuel Buil <mbuil@suse.com>
6 years agoUpdate git submodules
Harry Huang [Wed, 12 Sep 2018 06:21:05 +0000 (06:21 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "[stor4nfv] Update os-stor4nfv role for OpenStack deploy"
  - [stor4nfv] Update os-stor4nfv role for OpenStack deploy

    Installs osdsdock in ceph-mon_container.

    Configures the endpoints for Ceph, OpenSDS and Cindercompatibleapi.

    Change-Id: I23143a5f53974bf342208b6a801dad05ccb03bfa
Signed-off-by: ramamani yeleswarapu <ramamani.yeleswarapu@intel.com>
6 years agoUpdate git submodules
Harry Huang [Wed, 12 Sep 2018 06:20:56 +0000 (06:20 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "[stor4nfv] Update k8s scenarios"
  - [stor4nfv] Update k8s scenarios

    Makes a few changes to 'stor4nfv' role to create csi pods.

    Change-Id: I179b82ddb524738a42ff1f7dcd36424d50a5c502
Signed-off-by: ramamani yeleswarapu <ramamani.yeleswarapu@intel.com>
6 years agoUpdate git submodules
Michael Polenchuk [Tue, 11 Sep 2018 11:33:06 +0000 (15:33 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Update OpenDaylight version to Fluorine

    Change-Id: Ie8ec7c94b2831dce88bde39c7fe219faaad21c5e
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Qiaowei Ren [Tue, 11 Sep 2018 02:54:20 +0000 (10:54 +0800)]
Update git submodules

* Update docs/submodules/stor4nfv from branch 'master'
  - ceph: shared persistent read-only rbd cache

    This patch introduces introduces RBD shared persistent RO cache which
    can provide client-side sharing cache for rbd clone/snapshot case.

    Change-Id: Icad8063f4f10b1ab4ce31920e90d5affa7d0abdc
Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>
Signed-off-by: Dehao Shang <dehao.shang@intel.com>
Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
6 years agoUpdate git submodules
Michael Polenchuk [Tue, 11 Sep 2018 09:55:21 +0000 (13:55 +0400)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Pass flavor metadata into heat template

    Change-Id: I660c7421c9c43d4603cf05489ca39f781467e3a1
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Cédric Ollivier [Mon, 10 Sep 2018 13:10:33 +0000 (15:10 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Fix godeps commit id

    Change-Id: I7af07849fb70ef53f293002f313035b46731b705
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Tim Rozet [Fri, 24 Aug 2018 16:46:55 +0000 (12:46 -0400)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Updates Calipso deploy settings

    Change-Id: Ibfbd08dc2fa5fca95668fd0590707cfebd92099f
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Abhijit Sinha [Tue, 11 Sep 2018 11:54:34 +0000 (11:54 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add IxNextgen API for creating PPPoX configurations"
  - Add IxNextgen API for creating PPPoX configurations

    New IxNextgen API allows to perform the following configurations on IxNetwork:
     - add topology
     - add device group to topology
     - add ethernet protocol layer to device group
     - add ipv4 protocol layer to device group
     - add pppox protocol layer to device group

    JIRA: YARDSTICK-1408

    Change-Id: Icf5bb5f24784cf2c167c515b04c81471ac425e38
Signed-off-by: Serhiy Pshyk <serhiyx.pshyk@intel.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Tue, 11 Sep 2018 07:10:24 +0000 (07:10 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add container pull option to install.yaml"
  - Add container pull option to install.yaml

    Supported Yardstick installation modes in yardstick.yaml: baremetal
    and container. First is used to install Yardstick on baremetal,
    another is used during docker build to install Yardstick in container.

    Added third option: 'container pull': to pull docker image
    (opnfv/yardstick) from Docker hub and start container.

    JIRA: YARDSTICK-1392

    Change-Id: I4158de3eb6fcbe0018a15fdda89a3e3ab29c26bb
Signed-off-by: Stepan Andrushko <stepanx.andrushko@intel.com>
6 years agoUpdate git submodules
Rex Lee [Tue, 11 Sep 2018 01:12:22 +0000 (01:12 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add k8s scenario test suite in Gambia"
  - Add k8s scenario test suite in Gambia

    JIRA: YARDSTICK-1410

    Change-Id: I23b4c0bcfa9aa431e259930a41d4171ff5b4e8a1
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 10 Sep 2018 15:42:04 +0000 (15:42 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[nosdn-noha] Meet EPA testcases requirements (NUMA)"
  - [nosdn-noha] Meet EPA testcases requirements (NUMA)

    Install in a local directory a newer version of virt-manager
    to workaround obsolete Ubuntu versions lacking --cpu cellN.* support.

    This change only affects CPU cfg of virtual compute nodes in
    nosdn-nofeature-noha scenarios with:
    - set default cpu_topology to dual socket (2 cores, 2 sockets,
      2 threads);
    - bump default RAM to 16GB;
    - define 2 NUMA cells, each with half the resources;

    To keep the old behavior available (single socket), a new deploy
    argument has been added (`-m`). The RAM change is not configurable
    via deploy args.

    NOTE: The CPU topology for virtual nodes should later be read from
    PDF instead of hardcoding it on a per-scenario basis in the installer.

    NOTE: Default 'ram' unit is MiB, while cellN.memory default unit is
    'KiB'.

    JIRA: FUEL-385

    Change-Id: I7ca268b0a2052524cb7187a5cf9b6fa8a382c9f9
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 10 Sep 2018 14:56:30 +0000 (14:56 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[submodule] Bump Pharos for maas:machines sync"
  - [submodule] Bump Pharos for maas:machines sync

    Drop duplicate maas:machines definitions which could cause conflicts
    in rare corner cases.

    Slightly refactor j2 template expansion to make `conf.virtual.nodes`
    available during first stage.

    Change-Id: I04d56e346b12c6eb97da5c0c0ab1e3446e5fc1b8
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Markos Chandras [Mon, 10 Sep 2018 12:58:26 +0000 (13:58 +0100)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - xci: osa: Bump the SHA for the openstack_openrc role

    Previous bump missed the latest SHA for this role and yardstick
    started failing again due to the incomplete openrc file.

    Change-Id: I73f024250c73a42a6c2a36acaf8b1f8c6867dd2a
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 10 Sep 2018 01:26:46 +0000 (03:26 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [docker] Add MCP_DOCKER_TAG env var

    Allow skipping docker pull for verify jobs by setting the new env
    var to 'verify'.

    JIRA: FUEL-383

    Change-Id: If8e2f66b5ccdac5c3911eeabfc2ba9c0eba61093
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
spisarski [Thu, 9 Aug 2018 14:24:56 +0000 (08:24 -0600)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Removed the use-keystone option for running tests.

    As these tests have evolved, the -k option is no longer necessary and
    actually cause some tests to fail now and I have only been testing with
    that option always being set.

    Change-Id: Ib866cc4f3df1c790619c64508ac9733a2b6d4102
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Aaron Smith [Mon, 10 Sep 2018 12:01:36 +0000 (12:01 +0000)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - Merge "Add support for 'collectd-master' container"
  - Add support for 'collectd-master' container

    'collectd-master' contains development versions of collectd
    with the latest features. It is based on master branch from
    collect repository.

    Change-Id: I720b5e5938b402281674ee73851c5f611e4d1178
Signed-off-by: Radoslaw Jablonski <radoslawx.jablonski@intel.com>
6 years agoUpdate git submodules
Toshiaki Takahashi [Thu, 6 Sep 2018 10:37:48 +0000 (10:37 +0000)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - docs: Add DMA procedure to Docker userguide

    Change-Id: I61a6a9880f393e764222e508645a60b3f636e02a
Signed-off-by: Toshiaki Takahashi <takahashi.tsc@ncos.nec.co.jp>
  - docker: Add Dockerfile of DMA localagent

    Change-Id: I2e12ee574cc0b1fd5de178b576590ae78ff533c6
Signed-off-by: Toshiaki Takahashi <takahashi.tsc@ncos.nec.co.jp>
6 years agoUpdate git submodules
Toshiaki Takahashi [Thu, 6 Sep 2018 10:16:09 +0000 (10:16 +0000)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - functest: Add test code of DMA localagent

    Change-Id: If1195b7b3d9000e3ec75bc3c4c108b0e9a1bc9e3
Signed-off-by: Toshiaki Takahashi <takahashi.tsc@ncos.nec.co.jp>
6 years agoUpdate git submodules
Toshiaki Takahashi [Thu, 6 Sep 2018 09:04:29 +0000 (09:04 +0000)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - src: Add DMA localagent

    Change-Id: Ibcee814fbc9a904448eeb368a1a26bbb69cf54aa
Signed-off-by: Toshiaki Takahashi <takahashi.tsc@ncos.nec.co.jp>
6 years agoUpdate git submodules
shangxdy [Tue, 21 Aug 2018 13:55:51 +0000 (21:55 +0800)]
Update git submodules

* Update docs/submodules/parser from branch 'master'
  - modify nrpv for parameter

    JIRA: PARSER-181

    Change-Id: I3d439f3f80e5f936fdc24dea74b19dd3cace8492
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
6 years agoUpdate git submodules
Alex Yang [Mon, 10 Sep 2018 01:09:59 +0000 (09:09 +0800)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Fix loop device name

    In [1], ${loopdevice:0:5} is wrong when loopdevice is loop13p1.

    [1] https://build.opnfv.org/ci/job/daisy-kolla-build-master/36/console

    Change-Id: I3bfcf771c8b510f9c5c1f853a1a61a299106d5dc
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
6 years agoUpdate git submodules
Gergely Csatari [Fri, 31 Aug 2018 12:09:14 +0000 (14:09 +0200)]
Update git submodules

* Update docs/submodules/edgecloud from branch 'master'
  - Clarification to the scope of the document

    This change clarifies the scope of the document. As edge clouds
    "on the other side of radio" are not discussed in the document at
    all they should be removed from the scope explicitly.

    Change-Id: Ie35566f6ffed9b83dbe859046886bd1004e28ca2
Signed-off-by: Gergely Csatari <gergely.csatari@nokia.com>
6 years agoUpdate git submodules
xudan [Tue, 4 Sep 2018 04:18:58 +0000 (00:18 -0400)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Enable the web portal to show all endpoints

    The endpoints info for the 2018.08 has been changed.

    The web portal needs some adaptions for the new data format.

    It keeps the same as 2018.01 and doesn't need to change dovetail-webportal.

    JIRA: DOVETAIL-725

    Change-Id: I74cde3aa6032c7afac4b6ce1d2146e09a0f99fe5
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Cédric Ollivier [Sun, 9 Sep 2018 11:49:56 +0000 (13:49 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Stop including html files in devguide

    The output is wrong and obsolete.

    Change-Id: Ib2faa161ebabfa51d677c38a0ec3943faf6f919c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Sun, 9 Sep 2018 09:26:32 +0000 (11:26 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Clean user/project after skipping testcases

    It avoids remaining resources after skipping a tempest-based testcase.

    Change-Id: I0a993486c6e9265d15166d5eed5a612875d29b08
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Thu, 6 Sep 2018 19:10:39 +0000 (21:10 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Update Config Guide

    Change-Id: Ia3ab203a22db252ba3603d8a9f335c0257f0523b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Sun, 9 Sep 2018 06:54:17 +0000 (08:54 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [ovn-ha] ctl: neutron: Add msg cluster pillar

    `system.neutron.control.cluster`, unlike
    `system.neutron.control.openvswitch.cluster` does not provide
    neutron:server:message_queue:members pillar data, letting it
    default to the wrong values (single rabbit instance on the same node).

    This led to neutron.conf on ctl nodes using:
    `transport_url=rabbit://openstack:***@172.16.10.35:5672//openstack`
    instead of
    `transport_url=rabbit://openstack:***@172.16.10.28:5672,...//openstack`

    Change-Id: Iad4b709d555b2bafafeb75fdecb831f7d4f5a504
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Cedric Ollivier [Sat, 8 Sep 2018 12:31:50 +0000 (12:31 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Stop cloning when running vyos_vrouter"
  - Stop cloning when running vyos_vrouter

    It moves the clone operation into docker build instead.

    Change-Id: I296005d8638510a999665d383a26c4fcd48897a6
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cedric Ollivier [Sat, 8 Sep 2018 08:00:36 +0000 (08:00 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Fix dict conversion in tempest.conf"
  - Fix dict conversion in tempest.conf

    https://github.com/openstack/oslo.config/blob/master/oslo_config/types.py#L600
    https://build.opnfv.org/ci/view/fuel/job/functest-fuel-virtual-daily-master/817/consoleFull

    Change-Id: Icde9938bb9f6c0c37d2504317f31b0af4ef9ee8e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cedric Ollivier [Fri, 7 Sep 2018 20:39:47 +0000 (20:39 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Remove one useless security group"
  - Remove one useless security group

    This rule breaks lookup when the user created is admin.

    Change-Id: I2fe3dba687bd5d151cd7e53217586a0bcb21815d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Juha Kosonen [Fri, 7 Sep 2018 10:54:38 +0000 (13:54 +0300)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Do not raise exceptions in conf_utils

    Return a reasonable value for caller to process.

    Change-Id: I5a83544aaebb4e53db37ddaa13033d77848722b8
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
6 years agoUpdate git submodules
Markos Chandras [Fri, 7 Sep 2018 15:06:59 +0000 (16:06 +0100)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - xci: osa: Update OSA SHAs to the HEAD of the Rocky branch

    Change-Id: I012f829c124d665d7d8d9ebb6b18a72d6d73258f
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Bertrand Souville [Thu, 6 Sep 2018 15:00:13 +0000 (17:00 +0200)]
Update git submodules

* Update docs/submodules/promise from branch 'master'
  - Switch promise from submodules to intersphinx

    Change-Id: I8feb0ba713e26fb112b32032703a7b1aeb75fc88
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
6 years agoUpdate git submodules
Patrice Buriez [Tue, 28 Aug 2018 15:45:03 +0000 (17:45 +0200)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Fix CLI argument handling in nsb_setup.sh

    CLI argument $1 was used for both admin-openrc file with OpenStack
    credentials and Yardstick Docker image, so obviously one of them would
    be wrong, and NSB setup would fail at some point.

    Historically, admin-openrc could be supplied as CLI argument $1, but
    change https://gerrit.opnfv.org/gerrit/56493 broke it, which means
    specifying Yardstick Docker image as CLI argument never worked.

    This fix implements support for the following CLI options:
      -o openrc     Specify admin-openrc file with OpenStack credentials
      -i image      Specify Yardstick Docker image
      -h            Provide usage information

    For backward compatibility reasons, admin-openrc file can be supplied
    either with the -o option, or as a CLI argument.

    JIRA: YARDSTICK-1137

    Change-Id: I3e9904970560468c24b21738203bc67b7591f9e4
Signed-off-by: Patrice Buriez <patrice.buriez@intel.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 7 Sep 2018 12:52:30 +0000 (12:52 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "Update docs to new format"
  - Update docs to new format

    Change-Id: I023b7f47245691fe7377e53ca0bda15098c2978a
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
6 years agoUpdate git submodules
Michael Polenchuk [Fri, 7 Sep 2018 06:54:50 +0000 (10:54 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [odl] Create parent directories for dhcp config

    Change-Id: I7d16bcd42a059817d7a4e6b06490e03001354f4f
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoMerge "Fix broken link typo in submodule transition guide"
Sofia Wallin [Fri, 7 Sep 2018 08:55:37 +0000 (08:55 +0000)]
Merge "Fix broken link typo in submodule transition guide"

6 years agoMerge "Update Submodule Transition Guide"
Sofia Wallin [Fri, 7 Sep 2018 08:29:36 +0000 (08:29 +0000)]
Merge "Update Submodule Transition Guide"

6 years agoUpdate git submodules
Cédric Ollivier [Thu, 6 Sep 2018 12:03:22 +0000 (14:03 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Add role to users created by rally if required

    It sets [openstack] keystone_default_role if NEW_USER_ROLE differs
    from member.

    Change-Id: Ib6be5cf22654e882ea110298cba421c1e87c78fd
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Harry Huang [Fri, 7 Sep 2018 07:08:45 +0000 (15:08 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Remove opera_adapter.py

    JIRA: -

    Change-Id: Id7008a483b06288db0a431098acef82e97503eb6
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
6 years agoUpdate git submodules
BIN HU [Fri, 7 Sep 2018 05:19:15 +0000 (22:19 -0700)]
Update git submodules

* Update docs/submodules/ipv6 from branch 'master'
  - Update document framework for Gambia release

    Change-Id: I500a3ece02f12c96c00c0194e24a53117e269089
Signed-off-by: BIN HU <bh526r@att.com>
6 years agoUpdate git submodules
Michael Polenchuk [Fri, 7 Sep 2018 04:42:14 +0000 (04:42 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[opendaylight] Support built-in DHCP service"
  - [opendaylight] Support built-in DHCP service

    Change-Id: I448aa7f076e2c2d641a5326947852b3333728460
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Yang (Gabriel) Yu [Fri, 7 Sep 2018 03:54:05 +0000 (03:54 +0000)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - Merge "add k8s capacity test case"
  - add k8s capacity test case

    JIRA: BOTTLENECK-243

    Change-Id: I0f36aac10cf0e05560051c785ada397e0c97e112
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
6 years agoUpdate git submodules
Yang (Gabriel) Yu [Tue, 4 Sep 2018 13:02:27 +0000 (21:02 +0800)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - Change naming and veriy test-scheduler function

    Changes:
    1. Testing-scheduler -> Test-scheduler
    2. lots of windows breaks '\r' and '^M' in files,
       batch changes to unix breaks '$'
    3. Add ui/build

    Change-Id: I1f2c98ab9348460d4e68bfbfab664dae82b761ba
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
6 years agoUpdate Submodule Transition Guide 41/61941/1
Trevor Bramwell [Thu, 6 Sep 2018 23:19:36 +0000 (16:19 -0700)]
Update Submodule Transition Guide

Adds headers for each section, updates the jobs config needed for
projects, adds an example for updating references in opnfvdocs, and
clarifies a few changes such as where the intersphinx link should go.

Change-Id: I9b1c09bdc5df776e36f0f14bc80d19dd3f8c679e
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
BIN HU [Thu, 6 Sep 2018 18:21:01 +0000 (11:21 -0700)]
Update git submodules

* Update docs/submodules/ipv6 from branch 'master'
  - Updated docs/index.rst

    Change-Id: I72d6ed22ab29d60a48ec71aca5c5473dead34e77
Signed-off-by: BIN HU <bh526r@att.com>
6 years agoUpdate git submodules
BIN HU [Thu, 6 Sep 2018 16:40:26 +0000 (09:40 -0700)]
Update git submodules

* Update docs/submodules/ipv6 from branch 'master'
  - Submodule Transition in IPv6

    Change-Id: Ida7c9b48d4cb947cbb54158ee238cb29c4be1430
Signed-off-by: BIN HU <bh526r@att.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 31 Aug 2018 00:13:10 +0000 (02:13 +0200)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - [fuel] IA: sync maas:machines changes

    Change-Id: Ib4859e4ada3d72e7e848114620ff5405c26b3126
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Michael Polenchuk [Thu, 6 Sep 2018 09:08:31 +0000 (13:08 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [dpdk] Check whether public bridge exists

    Change-Id: I5aad512b5761deaa30522b6939bf245ecb1ec681
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Cédric Ollivier [Wed, 5 Sep 2018 19:48:24 +0000 (21:48 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Conform with Barbican gates

    tempest.conf conforms with Devstack post-actions [1].

    One test is still disabled as it may force to sign all images.
    A deeper analysis has to be done before enabling it.

    [1] https://github.com/openstack/barbican-tempest-plugin/blob/master/tools/pre_test_hook.sh

    Change-Id: I163c0e7c4671ca67f0b6c127c29fdcb12a8e426b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoFix broken link typo in submodule transition guide 87/61887/1
Trevor Bramwell [Thu, 6 Sep 2018 08:29:51 +0000 (01:29 -0700)]
Fix broken link typo in submodule transition guide

Change-Id: I489daaa1c5736948277629a852e0351898ee5742
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Patrice Buriez [Mon, 3 Sep 2018 16:55:24 +0000 (18:55 +0200)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - Workaround DPDK net/virtio queue setup issue

    JIRA: SAMPLEVNF-127

    PROX was crashing in the VM with vector mode enabled and multiple OVS
    queues. This was not really a PROX bug, but a DPDK issue, which has been
    fixed by DPDK commit https://git.dpdk.org/dpdk/commit/?id=efc83a1e7fc3
    This "net/virtio: fix queue setup consistency" is included in DPDK 17.11
    and subsequent versions, and has been backported into:
    - DPDK 16.11.4:
      https://git.dpdk.org/dpdk-stable/commit/?h=16.11&id=516447a5056c
    - DPDK 17.08.1:
      https://git.dpdk.org/dpdk-stable/commit/?h=17.08&id=907fe4fc263e

    This means the fix is not included into any DPDK 17.02.x used by NSB.
    Fortunately, a simple workaround consists of calling
    rte_eth_tx_queue_setup() before rte_eth_rx_queue_setup().

    This change implements this simple workaround, in order to make PROX
    work, even with unfixed DPDK versions.

    Change-Id: I818e9bb812babe023c6b7225c8b9769a359d9bec
Signed-off-by: Patrice Buriez <patrice.buriez@intel.com>
6 years agoMerge "Update formatting and expand local build guide"
Sofia Wallin [Thu, 6 Sep 2018 07:31:00 +0000 (07:31 +0000)]
Merge "Update formatting and expand local build guide"

6 years agoUpdate formatting and expand local build guide 61/61861/5
Trevor Bramwell [Thu, 6 Sep 2018 05:39:11 +0000 (22:39 -0700)]
Update formatting and expand local build guide

These changes will hopefully make it clearer to people working on
transitioning their docs over.

Change-Id: I6f9857e53b5981fde4286f1208363a004c7bcbf9
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Trevor Bramwell [Thu, 6 Sep 2018 05:35:42 +0000 (22:35 -0700)]
Update git submodules

* Update docs/submodules/ovn4nfv from branch 'master'
  - OVN4NFV Local Documentation Builds

    This adds configuration for performing local documentation builds with
    the following simple command:

      tox -e docs

    Change-Id: I757809ddd5f9b33fbcb1df295eaad41eaf28b8cd
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Markos Chandras [Thu, 6 Sep 2018 07:10:09 +0000 (07:10 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "playbooks: configure-opnfvhost: Ensure we copy only the tracked files"
  - playbooks: configure-opnfvhost: Ensure we copy only the tracked files

    This prevents rsync spending time copying temporary files which may have
    been created during a CI run.

    deploy-scenario:os-nosdn-nofeature
    installer-type:osa

    Change-Id: Ie02e0dbfc06b8fac40d6b90c4c99e361ecf1c0b2
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Markos Chandras [Thu, 6 Sep 2018 07:10:04 +0000 (07:10 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: infra: bifrost: Allow DNS overrides"
  - xci: infra: bifrost: Allow DNS overrides

    Deployers may want to use a different DNS server so allow them to
    override the ipv4_nameserver option. If the variable is not set,
    then we use the libvirt DNS if we are behind a proxy, otherwise
    we default to the Google DNS.

    Change-Id: I96cf63758902d4aae3d155b2e8beef650449ebc9
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoRemove the full releng submodule 75/61875/1
Trevor Bramwell [Thu, 6 Sep 2018 06:55:49 +0000 (23:55 -0700)]
Remove the full releng submodule

Just removing releng from .gitmodules is not enough.

Change-Id: Ic275d6b87ef60fe24b5be8c0142f4a704b666b2b
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Cédric Ollivier [Sun, 2 Sep 2018 11:58:32 +0000 (13:58 +0200)]
Update git submodules

* Update docs/submodules/stor4nfv from branch 'master'
  - Update entry_point to conform with Xtesting

    Functest is being updated to Xtesting 0.60 which leverages on
    stevedore [1].

    [1] https://docs.openstack.org/stevedore/latest/

    Change-Id: I39bc26b6a7cd5b0aee071d1d543701c1adf9acc9
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoMerge "Switch Releng from submodules to intersphinx"
Sofia Wallin [Thu, 6 Sep 2018 05:05:15 +0000 (05:05 +0000)]
Merge "Switch Releng from submodules to intersphinx"

6 years agoUpdate git submodules
Alex Yang [Thu, 6 Sep 2018 01:04:35 +0000 (09:04 +0800)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Fix unittest

    openrc was changed in [1]

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

    Change-Id: I30191475ce9a1b27a66d147519583d80b158547a
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
6 years agoUpdate git submodules
Cédric Ollivier [Wed, 5 Sep 2018 13:17:04 +0000 (15:17 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Update scenario section in tempest.conf

    It's required at least by Barbican tempest plugin.

    Change-Id: I46a65ee5fee044917c5375adaa8ebb529efe86ec
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Guillermo Herrero [Wed, 5 Sep 2018 14:12:12 +0000 (14:12 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[ha] Fix ovn-ha scenario"
  - [ha] Fix ovn-ha scenario

    openstack/control.yml
    -redefine database host ip inherited from
     system.neutron.control.cluster

    Change-Id: Ic8e61c61c7ebb17f31e0c53f8d9e3a013f8a3e9e
Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
6 years agoUpdate git submodules
Ilia Abashin [Wed, 5 Sep 2018 13:15:32 +0000 (16:15 +0300)]
Update git submodules

* Update docs/submodules/calipso from branch 'master'
  - updated calipso installer

    Change-Id: Ib1b0e13be5f969713d0cd1471cde474de486b458
Signed-off-by: Ilia Abashin <abashinos@gmail.com>
6 years agoUpdate git submodules
Markos Chandras [Wed, 5 Sep 2018 13:40:18 +0000 (13:40 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "Fix the default scenario name for K8S Yardstick testing"
  - Fix the default scenario name for K8S Yardstick testing

    deploy-scenario:k8-nosdn-nofeature
    installer-type:kubespray

    Change-Id: Ieb531b66bd36bbf8c28f755a52a98f0b41ae5efa
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Markos Chandras [Wed, 5 Sep 2018 13:39:43 +0000 (13:39 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "Revert "Set OS_INSECURE to true for Yardstick""
  - Revert "Set OS_INSECURE to true for Yardstick"

    The issue is fixed upstream.

    This reverts commit 40ecfaf96e73520f3a2358c46cd97c1f6c3b58c6.

    Change-Id: I8268372173721157d239c1978cdfe8d035613854

6 years agoUpdate git submodules
Markos Chandras [Wed, 5 Sep 2018 13:38:57 +0000 (13:38 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: osa: Update openrc role"
  - xci: osa: Update openrc role

    This update fixes the values for OS_INSECURE and OS_VERIFY

    Change-Id: I7d49bd493bde18f40122721188b006052cf7a901
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 5 Sep 2018 11:19:31 +0000 (13:19 +0200)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Set OS_INSECURE to true for Yardstick

    Change-Id: I0ec6755cb9f9a5b79b359d544082f966903d42bd
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 5 Sep 2018 08:38:36 +0000 (08:38 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "Enable yardstick k8s"
  - Enable yardstick k8s

    installer-type:kubespray
    deploy-scenario:k8-nosdn-nofeature

    Change-Id: If81aef632b064565fbf5c308909b44ff7409c33e
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Tue, 4 Sep 2018 21:48:52 +0000 (23:48 +0200)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Fix openrc OS_CACERT for yardstick docker container

    The openrc should contain the path to OS_CACERT within container, not
    on opnfv vm.

    Change-Id: Ief4cb4ae647ff0f2cd4f3ebe8a2993bb71b0363f
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Michael Polenchuk [Wed, 5 Sep 2018 05:38:02 +0000 (05:38 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[noha] Set MTU on tenant/private dpdk interface"
  - [noha] Set MTU on tenant/private dpdk interface

    Enable jumbo frames on tenant/private interface as well so that
    an instance can get the DHCP response from gateway node.

    Change-Id: I9407fa67e9e0cdbe50335e4430748b0e45ba841a
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Stephen Wong [Wed, 5 Sep 2018 05:05:15 +0000 (05:05 +0000)]
Update git submodules

* Update docs/submodules/clover from branch 'master'
  - Merge "Add file upload/download and configure URL paths"
  - Add file upload/download and configure URL paths

    - Compile nginx from source in order to employ additional modules
    - Add nginx-upload-module for high performance file upload that
    avoids the need for file copies with a web application.
    - File upload allows for placement of files for file download
    for performance benchmarking.
    - File upload can also be used directly for bi-directional throughput
    testing having emulated clients upload files while file downloads
    simultaneously occur.
    - Nginx file upload stores files with hash to avoid conflicting
    file names. Upload block in nginx config is configured to send
    REST message to clover-controller with file metadata (original
    filename, size, etc.) clover-controller will be responsible for
    modifying the hashed filename and placing in a target directory
    within an nginx server.
    - Build also adds nginx-rtmp module to act as streaming media server
    L7 loader will be extended to fetch streaming files from RTMP
    servers.

    - Add ability to create directories in server site root
    and create the location directive(s) in nginx configuration
    - Separated upload for configuration (download
    files in various paths) from upload for testing (upload
    to create bi-directional session throughput)
    - Upload for testing does not sent upload metadata to
    clover-controller
    - Added ability to move upload files to file folders in the nginx site
    root to use for download
    - Delete files in upload folder
    - Fixed issue with 426 Upgrade Required error message
    when upload module sends upload metadata to clover-controller
    - Added server name to metadata sent to clover-controller

    Change-Id: Ib4cf6240f92360b82f378c062675f4fdaa19ca93
Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>
6 years agoUpdate git submodules
Stephen Wong [Wed, 5 Sep 2018 05:03:59 +0000 (05:03 +0000)]
Update git submodules

* Update docs/submodules/clover from branch 'master'
  - Merge "Update entry_point to conform with Xtesting"
  - Update entry_point to conform with Xtesting

    Functest is being updated to Xtesting 0.60 which leverages on
    stevedore [1].

    [1] https://docs.openstack.org/stevedore/latest/

    Change-Id: I2c162c8e08a580f80b547b3a1cd6cc700d12c858
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>