opnfvdocs.git
6 years agoUpdate git submodules
Gerard Damm [Tue, 15 May 2018 19:53:18 +0000 (14:53 -0500)]
Update git submodules

* Update docs/submodules/auto from branch 'master'
  - May 15th update (identity, router gateway, options, summary)

    JIRA: AUTO-38

    Automated configuration of an OpenStack instance for ONAP

    Updates:
    - using identity proxy now works
    - attaching a gateway to a router now works (at router creation)
    - added --debug and --delete options
    - added summary display at the end, with network IDs (for YAML files)

    Not yet working:
    - existence tests and deletions, waiting on OS-SDK bug fix
      (equality test in Resource.py)
    - assigning user to project using SDK identity proxy
      (no such method yet in SDK identity proxy)

Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
    Change-Id: I69c922c1e3a3ab94988d470637251598124b98ac

6 years agoUpdate git submodules
Trevor Bramwell [Thu, 17 May 2018 18:36:40 +0000 (18:36 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Update postbuildscript syntax for JJB 2.0.3"
  - Update postbuildscript syntax for JJB 2.0.3

    JJB 2.0.3 changed the postbuildscript syntax a bit and requires
    changes so that they work properly with version 2.x of PostBuildScript
    plugin.

    This patch requires that Jenkins also be updated to install the 2.x
    release of PostBuildScript.

    Change-Id: I65e52c8d9b2efa38a3d16193c176c65e87e704c1
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 17 May 2018 18:36:37 +0000 (18:36 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[noha] Bring in gnocchi/panko services"
  - [noha] Bring in gnocchi/panko services

    JIRA: FUEL-372
    Change-Id: I4e322a4a2c84843e9350fe9b3b849cd0c5244a12
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Trevor Bramwell [Thu, 17 May 2018 18:34:15 +0000 (18:34 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Update JJB to 2.0.3 and Global-JJB to 0.18.0"
  - Update JJB to 2.0.3 and Global-JJB to 0.18.0

    Also updates global-jjb to 0.18.0 as it includes fixes to
    Postbuildscript required by the update to JJB 2.0.3.

    Link to Global-JJB 0.18.0 commit:
    https://gerrit.linuxfoundation.org/infra/#/c/10101/

    Change-Id: I246e60d6c63cf6ba40aeba30d2a7e3985e57d5ad
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Aric Gardner [Thu, 17 May 2018 17:45:59 +0000 (13:45 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Adding sysstat xmlstarlet and facter

    Adding lf global jjb deps to ansible build server job

    Change-Id: If71a9cf68c6011a6f6c283e2296a17f211255286
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
Mark Beierl [Thu, 17 May 2018 14:32:12 +0000 (14:32 +0000)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - Merge "Nomination of Shrenik as Committer"
  - Nomination of Shrenik as Committer

    Change-Id: Ia114f41816f73af3fb9312b76e970aff25df21c9
Signed-off-by: mbeierl <mark.beierl@dell.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Thu, 17 May 2018 14:30:05 +0000 (14:30 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge changes from topics 'YARDSTICK-1154', 'YARDSTICK-1160'

    * changes:
      Kubernetes API "delete_service" missing parameter
      Bump Kubernetes Python client to version 6.0.0
      Avoid "volumeMounts" with "configMap" fixed permissions

  - Kubernetes API "delete_service" missing parameter

    Kubernetes method "delete_service" calls core API function
    "delete_namespaced_service". The parameter "body" [1] is missing:

        :param V1DeleteOptions body: (required)

    [1] https://github.com/kubernetes-client/python/blob/6.0.0/kubernetes/client/apis/core_v1_api.py

    JIRA: YARDSTICK-1154

    Change-Id: I40bca2af0f5359eaa788d3b81d82897a770329f0
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
  - Bump Kubernetes Python client to version 6.0.0

    Bump Kubernetes Python client to version 6.0.0. This versions supports
    Kubernetes service from 1.4 to 1.10 (current version) [1].

    Current version of Kubernetes service: 1.10.2

    [1] https://github.com/kubernetes-client/python/tree/6.0.0#compatibility-matrix

    JIRA: YARDSTICK-1153

    Change-Id: I96e855a68e39b17af02cd362040f8c765a9531f0
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
  - Avoid "volumeMounts" with "configMap" fixed permissions

    To access to the container without using a password, the jumphost
    RSA public key is copied to each container, using "volumeMounts"
    defined as "configMap", to /root/.ssh/authorized_keys.

    To work properly, the following permissions must be set:
      - /root/.ssh: 700
      - /root/.ssh/authorized_keys: 600

    Because of [1][2], the mounted folders have fixed permissions and
    cannot be modified.

    [1]https://groups.google.com/forum/#!topic/kubernetes-dev/eTnfMJSqmaM
    [2]https://github.com/kubernetes/kubernetes/issues/28317

    JIRA: YARDSTICK-1149

    Change-Id: I821064da56699c5b4f509d233c33e55af119fd56
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Thu, 17 May 2018 14:29:21 +0000 (14:29 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Parse "dispatcher" options correctly from InfluxDB client"
  - Parse "dispatcher" options correctly from InfluxDB client

    The InfluxDB client needs first to retrieve which dispatchers
    are available from "DEFAULT:dispatcher". This parameter accepts
    comma separated values. "get_data_db_client" method needs to search
    for "influxdb" in this string parameter.

    JIRA: YARDSTICK-1136

    Change-Id: I5efafcffbd3dbf906ca9bebd75b3717df8bbb75d
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Markos Chandras [Thu, 17 May 2018 13:43:24 +0000 (13:43 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: Wipe repositories at the beginning of the deployment"
  - xci: Wipe repositories at the beginning of the deployment

    We should not wipe the repositories in the localhost playbooks since
    it makes it somewhat hard to debug problems. We should do that at the
    beginning of the deployment to ensure that we start without any stale
    git data.

    Change-Id: I70b2ac77284a9ca304d6aa68dbf1654f59260dc4
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 17 May 2018 10:56:35 +0000 (12:56 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - xci: Fix scenario determination for changes coming to releng-xci

    Earlier change took the possibility of dynamically determining the default
    scenario. This change puts part of it back which is based on the changed
    installer and/or other changed files.

    Change-Id: Ie6d9a9b0622ac4ae5ff0cf0e679fd26beed51747
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Georg Kunz [Fri, 11 May 2018 01:24:38 +0000 (03:24 +0200)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Adding OpenStack controller database HA test case

    Adding the OpenStack controller database HA test case (Yardstick tc090)
    to Dovetail and the proposed_tests test suite.

    JIRA: DOVETAIL-654

    Change-Id: I4d20b907de8df2e9567891354b49e832cce13c7c
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
6 years agoUpdate git submodules
Markos Chandras [Thu, 17 May 2018 11:08:00 +0000 (11:08 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: bootstrap-host: Fetch netmask information from IDF"
  - xci: bootstrap-host: Fetch netmask information from IDF

    The IDF file contains the netmask for every network so we should use
    that information instead of using hardcoded values.

    Change-Id: Ie798cb49563bdb72fdfb7b6e9e269692bf1f7bc9
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Abhijit Sinha [Thu, 17 May 2018 10:47:49 +0000 (10:47 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Fix PEP8 errors in prox_binseach"
  - Fix PEP8 errors in prox_binseach

    There were some pep8 errors in the
    prox_binsearch.py file. These are fixed here.

    JIRA: YARDSTICK-1173

    Change-Id: I817bba89c6ba298bb0f27b2538aa7585cb286754
Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 17 May 2018 09:45:35 +0000 (09:45 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Combine generic and external scenario determination to one"
  - Combine generic and external scenario determination to one

    Previously we were determining the impacted generic scenario by looking into
    changeset in releng-xci. Since we moved the scenarios to releng-xci-scenarios,
    this is not needed anymore and same function can be used for determining the
    scenario.

    Change-Id: I06a65599e03dff4016d0d9d78116e505d84b5061
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 17 May 2018 09:42:58 +0000 (09:42 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: get-opnfv-scenario-requirements: Fix stale scenario facts"
  - xci: get-opnfv-scenario-requirements: Fix stale scenario facts

    We always need to update the local facts for the scenario we are
    deploying in order to avoid deployments with stale data.

    Change-Id: I36298d2ebc1b813e95a2f213cd13649a0b4e04bf
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 17 May 2018 09:39:20 +0000 (09:39 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "jjb: xci: Do not check for the WORKSPACE variable"
  - jjb: xci: Do not check for the WORKSPACE variable

    The WORKSPACE variable is always set so we do not need to check it
    in the script.

    Change-Id: I33d2e17b9a4a7b262c781c7442cc69c2433f8729
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 17 May 2018 09:29:33 +0000 (09:29 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: Bump Kubespray SHAs and install ansible modules"
  - xci: Bump Kubespray SHAs and install ansible modules

    1. this change bumps Kubespray SHA to the HEAD of "master" as of 16.05.2018
    2. install ansible-modules-hashivault, due to kubespray refactor vault role
       https://github.com/kubernetes-incubator/kubespray/commit/07cc98197187535619ac8e57ee4e04ae02631a5

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

    Change-Id: I2e3ade3b16eac1506e8556fe1820d84d64c09435
Signed-off-by: wutianwei <wutianwei1@huawei.com>
6 years agoUpdate git submodules
Michael Polenchuk [Thu, 17 May 2018 09:22:29 +0000 (09:22 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[docs] add info about block storage support"
  - [docs] add info about block storage support

    Adding volumes in openstack by default uses virtio_blk which limits
    the amount of disks that can be attached. Here we inform about
    this shortcoming and supply a workaround.

    JIRA: ARMBAND-376

    Change-Id: I711df5c19befca7a3abfdce9fe9b2b0bb38853ac
Signed-off-by: Charalampos Kominos <Charalampos.Kominos@enea.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 17 May 2018 09:15:25 +0000 (09:15 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: xci-deploy.sh: Only check for xci_overrides files in scenarios cache"
  - xci: xci-deploy.sh: Only check for xci_overrides files in scenarios cache

    xci/scenarios has been removed from releng-xci so there is not point in
    checking for xci_overrides files there.

    Change-Id: If6b9306968817b0ba8fb362b532ac8492d274676
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Michael Polenchuk [Wed, 16 May 2018 13:41:05 +0000 (17:41 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [noha] Align package repositories on all the nodes

    * replace UCA repo with MCP one on the remaining nodes
    * clean up haproxy out-of-use frontends:
      - Nova EC2 API
      - Glare API

    Change-Id: If8e6de2d95387c92ae96ad6069ec788ab229e1ce
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 17 May 2018 07:44:37 +0000 (07:44 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: xci-deploy.sh: Print scenario git SHA"
  - xci: xci-deploy.sh: Print scenario git SHA

    It's useful to be able to tell which particular version of the scenario
    we are deploying so we print the git SHA along with the rest of the
    deployment information.

    Change-Id: If59651fe01449252a2cebcf24c5278ebeb1ac3ea
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Trevor Bramwell [Wed, 16 May 2018 23:23:56 +0000 (16:23 -0700)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Rename files under jjb from 'yml' to 'yaml'

    global-jjb only supports the .yaml file ending for jjb jobs. Instead of
    waiting for a release we're going to rename the files.

    Change-Id: Icf3339eacd2320c583333e02250998cf6b1881f7
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Trevor Bramwell [Tue, 15 May 2018 22:53:43 +0000 (15:53 -0700)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Use Global-JJB for Releng merge/verify Jobs

    Replaces the releng templates:

      - releng-verify-jjb
      - releng-merge-jjb

    With the job group '{project-name}-ci-jobs' which includes:

      - releng-jjb-verify
      - releng-jjb-merge
      - releng-jenkins-cfg-merge
      - releng-jjb-deploy

    JIRA: RELENG-397
    Change-Id: If8160a67d8d665dcb8f86b6649288a710cc0fe13
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Trevor Bramwell [Wed, 16 May 2018 18:36:27 +0000 (18:36 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Clone Releng with submodules to include jjb"
  - Clone Releng with submodules to include jjb

    Needed for JJB verify and Merge to work.
    These jobs are going away, but first we need to get a verified +1
    from jenkins

    Also remove  releng-comment-jjb its unused

    Change-Id: Ice2ad625f87f1d9c841979ede4bb1943110691c8
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
ahothan [Wed, 16 May 2018 17:56:01 +0000 (10:56 -0700)]
Update git submodules

* Update docs/submodules/nfvbench from branch 'master'
  - NFVBENCH-94 End to end traffic test triggers too early on chatty network

    Change-Id: I995cf3209ec4ac8c324e2bc4bee202e0639bf0b3
Signed-off-by: ahothan <ahothan@cisco.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 26 Apr 2018 17:44:34 +0000 (19:44 +0200)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Pin os-odl-sfc to project internal tag 6.0.1

    deploy-scenario:os-odl-sfc
    installer-type:osa

    Change-Id: I583c8620f29b0735a52c64309d2113f56d38be1e
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Steven Pisarski [Wed, 16 May 2018 17:52:59 +0000 (17:52 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Removed project query restriction when looking up network for port creation."
  - Removed project query restriction when looking up network for port creation.

    When creating a router to an external network, the port configuration object
    was performing a lookup using the port's user and project ID; however, as
    external networks created in other projects and are visible amongst all
    projects can also be added to a port. This patch removes the project restriction
    from the network query. I do not believe this fix should ultimately break other
    functionality as networks that cannot be looked up by a certain user would
    still return None raising a valid exception.

    JIRA: APEX-598

    Change-Id: I6cd32373fd4f42d8ad9b63a89c2131f95b113ce8
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Trevor Bramwell [Tue, 15 May 2018 22:32:47 +0000 (15:32 -0700)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Update global-jjb to v0.17.0

    Since the commit submodule commit can't be set to an explicit tag,
    please see this link[1] for verification that
    90e4e825b3d0ac5959122c50e457419ad0cfe137 is v0.17.0.

    [1] https://gerrit.linuxfoundation.org/infra/#/c/9386/

    JIRA: RELENG-398
    Change-Id: I9d4e90cc073c8b9cb741735a2ba582a2c7882087
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Steven Pisarski [Wed, 16 May 2018 15:46:18 +0000 (15:46 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Patch to make flavor configuration for tests more flexible."
  - Patch to make flavor configuration for tests more flexible.

    Also fixed potential issues with downloading images from https locations

    JIRA: SNAPS-254

    Change-Id: Ib81569df499bbf0652c2025fc7de37af92525f7f
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Brady Johnson [Wed, 16 May 2018 14:17:28 +0000 (14:17 +0000)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Merge "Add iteritems() when parsing dict in Python 2.x"
  - Add iteritems() when parsing dict in Python 2.x

    The SFC code still runs with Python 2.x version and
    that means that when a dictionary is getting parsed
    it should use the iteritems() function.

    Change-Id: I44f1c9cb916e7b76b277e376c8f524a99aa01f26
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
6 years agoUpdate git submodules
Cedric Ollivier [Wed, 16 May 2018 13:59:19 +0000 (13:59 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Fix UserConfig objects"
  - Fix UserConfig objects

    UserConfig is expecting domain_name as arg instead of domain.
    Else all vnfs cannot work against non Default domains.

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

* Update docs/submodules/snaps from branch 'master'
  - Conform ProjectConfig args with description

    Change-Id: Ib865fdc6d48c377c5a28092015b807ef79a15ce3
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Wed, 16 May 2018 10:26:02 +0000 (10:26 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add --hwlb options as a command line argument for SampleVNF"
  - Add --hwlb options as a command line argument for SampleVNF

    To enable HWLB queues in samplevnf on supported hardware
    (e.g Intel  Fortville) --hwlb option needs to be passed
    as a VNF command line argument.

    JIRA: YARDSTICK-1159

    Change-Id: I6e5c098dc71a711252b545c7622ee52085fa81f0
Signed-off-by: Chornyi, TarasX <tarasx.chornyi@intel.com>
6 years agoUpdate git submodules
Georg Kunz [Wed, 16 May 2018 04:53:22 +0000 (06:53 +0200)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Committer resignation of zenghui

    Removing zengshui from the list of committers.

    Change-Id: I5821b324445f21fc43b45164024a508de00ef5b5
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Wed, 16 May 2018 08:40:48 +0000 (08:40 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Move tests: unit/network_services/helpers"
  - Move tests: unit/network_services/helpers

    * Fix pylint errors
    * Add TODOs

    Some errors are ignored locally, as they were a symptom of other problems.
    These issues have been flagged with a TODO, and should be fixed later.

    JIRA: YARDSTICK-837
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
    Change-Id: If0b77a6e0b102071ecfb212362647c62a621e4f9

6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Wed, 16 May 2018 08:40:42 +0000 (08:40 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Move tests: unit/network_services/nfvi"
  - Move tests: unit/network_services/nfvi

    * Fix pylint errors
    * Add TODOs

    Some errors are ignored locally, as they were a symptom of other problems.
    These issues have been flagged with a TODO, and should be fixed later.

    JIRA: YARDSTICK-837
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
    Change-Id: Id330ee1c89d54ef487edb7fe160e5a31d9a3094f

6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Wed, 16 May 2018 08:40:37 +0000 (08:40 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Move tests: unit/network_services/traffic_profile"
  - Move tests: unit/network_services/traffic_profile

    * Fix pylint errors
    * Add TODOs

    Some errors are ignored locally, as they were a symptom of other problems.
    These issues have been flagged with a TODO, and should be fixed later.

    JIRA: YARDSTICK-837
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
    Change-Id: Id983a2e415d66633331e7fea96a377e2a7589980

6 years agoUpdate git submodules
Jing Lu [Wed, 16 May 2018 08:14:06 +0000 (08:14 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Test case description and configuration file for yardstick_tc088"
  - Test case description and configuration file for yardstick_tc088

    JIRA: YARDSTICK-958

    Change-Id: I4b9633deca5b88c836aaeea02454495381fe5843
Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
6 years agoUpdate git submodules
Jing Lu [Wed, 16 May 2018 08:13:48 +0000 (08:13 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Test case description and configuration file for yardstick_tc089"
  - Test case description and configuration file for yardstick_tc089

    JIRA: YARDSTICK-959

    Change-Id: Ib2f99c9c00f4549a8a721cb06324d5b3356bdda7
Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
6 years agoUpdate git submodules
ahothan [Wed, 16 May 2018 07:10:36 +0000 (00:10 -0700)]
Update git submodules

* Update docs/submodules/nfvbench from branch 'master'
  - NFVBENCH-92 nfvbench should not look for neutron network in case of l2-loopback

    Change-Id: I2fc7a46e23d7a989942eb62a4ca9afec8b992088
Signed-off-by: ahothan <ahothan@cisco.com>
6 years agoUpdate git submodules
Cedric Ollivier [Wed, 16 May 2018 07:13:58 +0000 (07:13 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Updated documentation for juju_epc tests"
  - Updated documentation for juju_epc tests

    Change-Id: If9399b7b385cb2660e76fcd42776c0dfcb4f7677
Signed-off-by: soumaya <soumaya.nayek@rebaca.com>
6 years agoUpdate git submodules
soumaya [Fri, 11 May 2018 11:44:14 +0000 (17:14 +0530)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Fine-tuning the juju-epc codebase for better error-handling

    The changes are mostly basic/cosmetic in nature.
     - Add some additional info in loggers.
     - Remove timeout from few commands(such as juju deploy)
     - Add exception logging for few commands(such as juju bootstrap).
     - Change rsync to cp for feature file transfer within ABot.

    Change-Id: Ibeaae17f1c25d04b7830ed42719b70e6c99228cf
Signed-off-by: soumaya <soumaya.nayek@rebaca.com>
6 years agoUpdate git submodules
Trevor Bramwell [Tue, 15 May 2018 20:18:00 +0000 (20:18 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Disable git tagging during Jenkins git clone"
  - Disable git tagging during Jenkins git clone

    Even with per-build-tag set to false, JJB 1.6.2 does not seem to remove
    'Create tag for each build' from the git-scm settings. Though the option
    is deprecated it is still supported, so setting both of these should
    disable tagging when Jenkins clones a git repo.

    Change-Id: I5977149ad581df67d938ce2b46794d47c5e06fe3
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Tue, 15 May 2018 17:04:34 +0000 (17:04 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Start nginx and uwsgi servicies only in not container mode"
  - Start nginx and uwsgi servicies only in not container mode

    No need to execute nginx and uwsgi when running in container mode.

    JIRA: YARDSTICK-1179

    Change-Id: I253f3adab388a14886b70e6589936f6eb27ac4c0
Signed-off-by: Stepan Andrushko <stepanx.andrushko@intel.com>
6 years agoUpdate git submodules
Abhijit Sinha [Tue, 15 May 2018 15:46:39 +0000 (15:46 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Fix PROX throughput result calculation"
  - Fix PROX throughput result calculation

    The success criteria needed a fix for throughput
    calculation. The results on success criteria were
    muliplied by 1000*1000 which is not correct and
    not needed as this was leading to false results
    in grafana.

    JIRA: YARDSTICK-1172

    Change-Id: I56b24a700f8a565db80897aeab796e7039cae5c9
Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 15 May 2018 15:40:47 +0000 (15:40 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "AArch64: Switch to upstream Saltstack repo"
  - AArch64: Switch to upstream Saltstack repo

    To work around the missing dependency of 'python-tornado' on
    'python-features' provided by the binary-specific DEB package
    in amd64 Saltstack repository, pre-install the req explicitly
    on FN (jumpserver) and VCP VMs via lib.sh.

    JIRA: ARMBAND-382

    Change-Id: I2dbd08a58f6cf57c2c48c2d7fc8d19ad4872e800
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 28 Dec 2017 22:24:41 +0000 (23:24 +0100)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - [PDF] Preparations for vPDF support

    - extend check-{jinja2,schema}.sh to scan vPDFs and construct
      proper IDF path for vPDFs;
    - add support for '/' in PDF fields, by default filtered by j2
      template rendering;

    SPEC changes:
    - extend remote_management 'type' enum with 'libvirt';

    SCHEMA changes:
    - add new enum value 'libvirt' according to SPEC update;
    - add separate handling of 'remote_management' for baremetal/virtual;
    - remote_management 'versions' and 'mac_address' are mandatory for
      all but 'libvirt' (used to be mandatory for all);

    Change-Id: Ib3f711cae807c3ab27920391402ba74844f155c3
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 9 May 2018 17:36:34 +0000 (19:36 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [xdf] Fix parsing of non-range private vlan(s)

    Private (tenant) vlan range support introduced a regression in parsing
    PDF/IDF with a single vlan (no range) due to the value being
    interpreted as an int instead of string.

    Change-Id: Id5d67c4c516a9bb807ffa5e111ead5cbcee7e2ca
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Manuel Buil [Thu, 10 May 2018 09:34:18 +0000 (11:34 +0200)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Add latest_release as default

    If nothing is specified, let's deploy with the latest release which
    we know works correctly

    Change-Id: Ia38e4b5e5c32b886dfdd5ab76654241b495d6863
Signed-off-by: Manuel Buil <mbuil@suse.com>
6 years agoUpdate git submodules
Georg Kunz [Sun, 13 May 2018 17:45:38 +0000 (19:45 +0200)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Updating the list of OS interop tests

    Updating the list of test cases used in the OpenStack Interop test case
    to match
     i) the tests used in the 2017.09 guideline, and
    ii) the version of Tempest used by Functest

    We keep the explicit list of test cases in the test case definition file
    for now to enable Dovetail to verify the list of executed tests
    corresponds to the tests we want to run.

    JIRA: DOVETAIL-644

    Change-Id: Ic627ef2bbad1dcfa5dd8773301c68dffb545a3b2
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
6 years agoUpdate git submodules
Georg Kunz [Sat, 21 Apr 2018 23:25:51 +0000 (01:25 +0200)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Renaming test cases for better readability

    This patchset proposes a new naming scheme for test cases. The ides is
    to replace the current numbered scheme

      <testarea>.tc<number>

    with:

      <testarea>.<capability/test case description>

    The motivation for this is that a the numbering does not convey any
    information about what the test case is doing and hides to which test
    case implementation in Functest or Yardstick a test case spec refers.

    Note: this patchset has not yet been tested in Dovetail itself. Its goal
    is start a discussion about the naming scheme.

    JIRA: DOVETAIL-647

    Change-Id: If33b4bf88e451b372c2af10895ff92a87d9d961d
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
  - Split tempest_smoke test case

    1. Total number of sub test cases is 119
    2. Remove all 14 object_storage test cases which need swift
    3. Remove 26 test cases already included in osinterop test area
    4. Remove 21 test cases already included in ipv6 test area
    5. Remove 2 scenario test cases already included in tempest test area
    6. Split other 56 test cases into 8 groups

    Change-Id: I9eef20593ebf5f69347a2ec3a612c9ebc5a753db
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Markos Chandras [Tue, 15 May 2018 08:16:46 +0000 (08:16 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "jjb: xci: xci-run-functest: Switch to dynamic inventory"
  - jjb: xci: xci-run-functest: Switch to dynamic inventory

    We no longer have static inventory files per installer and flavor
    so we need to switch to the dynamic inventory option.

    Change-Id: I5b8bf800264b1b297b61d09d010552cd22636627
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Tue, 15 May 2018 08:07:47 +0000 (08:07 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Replace cinder detach volume with shade client."
  - Replace cinder detach volume with shade client.

    Function detach volume now uses shade client.

    JIRA: YARDSTICK-891

    Change-Id: Ie437ccf1172cb82dc869963f0d62e31a5ab23ebb
Signed-off-by: Shobhi Jain <shobhi.jain@intel.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Tue, 15 May 2018 08:03:46 +0000 (08:03 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Replace cinder delete volume with shade client."
  - Replace cinder delete volume with shade client.

    Function delete volume now uses shade client.

    JIRA: YARDSTICK-891

    Change-Id: I016e1d3bf5972879cad176b56c7282e35413945e
Signed-off-by: Shobhi Jain <shobhi.jain@intel.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Tue, 15 May 2018 08:03:41 +0000 (08:03 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Replace cinder create volume with shade client."
  - Replace cinder create volume with shade client.

    Adds get_volume function.
    Function create volume now uses shade client.

    JIRA: YARDSTICK-891

    Change-Id: I0b2fae5f2cf52eaf2e4a0062c858d49bc4ce9ccd
Signed-off-by: Shobhi Jain <shobhi.jain@intel.com>
6 years agoUpdate git submodules
Qiaowei Ren [Tue, 15 May 2018 07:11:16 +0000 (07:11 +0000)]
Update git submodules

* Update docs/submodules/stor4nfv from branch 'master'
  - Merge "Update INFO file PTL Shane->Qiaowei"
  - Update INFO file PTL Shane->Qiaowei

    Change-Id: If839de0d58affe3e76b539972a0f76f7d287e3e7
Signed-off-by: Shane Wang <shane.wang@intel.com>
6 years agoUpdate git submodules
Jing Lu [Tue, 15 May 2018 06:56:01 +0000 (06:56 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Document for Euphrates test case results"
  - Document for Euphrates test case results

    JIRA: YARDSTICK-1132

    In B and C releases, Yardstick provides an overview of the results of test cases
    developed by Yardstick, executed on OPNFV community labs.

    This work has not been done for the D and E releases, although result analysis
    for Euphrates is available at (https://wiki.opnfv.org/display/yardstick/Euphrates+release+test+results+analysis).
    We plan to restart to provide a basic test case results analysis for Fraser and compare performance data with Euphrates.

    This JIRA ticket will be resolved into 3 commits: 1. Document for E release test case data; 2. Document for F release test case data;
    3. Document for results analysis.

    Change-Id: I372a60807ac3dfaab87e70cdb956c1059b019f7a
Signed-off-by: JingLu5 <lvjing5@huawei.com>
6 years agoUpdate git submodules
Martin Klozik [Fri, 4 May 2018 09:23:09 +0000 (02:23 -0700)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - bugfix: Fix evaluation order of parameters

    This patch ensures, that testcase definition keywords vSwitch,
    Trafficgen, VNF and Tunnel Type will have the highest priority
    to override any values specified via ``Parameters`` section,
    CLI arguments or configuration files.

    JIRA: VSPERF-574

    Change-Id: Ied799187d489325a32cc4854145fdf9901e7e3e2
Signed-off-by: Martin Klozik <martin.klozik@tieto.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: Richard Elias <richard.elias@tieto.com>
6 years agoUpdate git submodules
Georg Kunz [Mon, 14 May 2018 15:24:01 +0000 (17:24 +0200)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Switching to functest:fraser container tag

    switching to functest:fraser from functest:opnfv-6.0.0 to incorporate
    bug fixes which have been backported to stable/fraser.

    Change-Id: Ieab9064ac0187b3460b09fe74861fc844b0b0195
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
6 years agoUpdate git submodules
Aric Gardner [Mon, 14 May 2018 19:48:06 +0000 (19:48 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Specify CI jobs time intervals for armband"
  - Specify CI jobs time intervals for armband

    Since there is only one CI pod available for armband at the moment,
    we instruct CI to run only one job per day. Four jobs for master
    branch and 3 for stable branch.

    Change-Id: I645a98d922c00b2237cb5aeeb280d00ecdf0e288
Signed-off-by: Charalampos Kominos <Charalampos.Kominos@enea.com>
6 years agoUpdate git submodules
Cedric Ollivier [Mon, 14 May 2018 14:16:30 +0000 (14:16 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Update ODL testcase to OpenStack Shade"
  - Update ODL testcase to OpenStack Shade

    Change-Id: I7832b5ed274e181449f9db9fb03a2d27038520ae
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Delia Popescu [Mon, 14 May 2018 09:03:34 +0000 (12:03 +0300)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Update cirros image version for ARM architecture

    Change-Id: Ia7a65a4f83798cb80ca7470d475c2c2d8c9fb6ea
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
6 years agoUpdate git submodules
Georg Kunz [Wed, 2 May 2018 20:44:00 +0000 (22:44 +0200)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Adding documentation for API validation exemption

    Updating the user guide and OVP addendum to include references to the
    detailed document describing the API response validation exemption.

    JIRA: DOVETAIL-651

    Change-Id: I4026f84f021704f0986b45680471e8fb711fc314
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
6 years agoUpdate git submodules
Laura Sofia Enriquez [Mon, 23 Apr 2018 20:15:24 +0000 (17:15 -0300)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - Snort implementation

    This PR has:
     1. Snort VNF.
     2. Documentation.

    Change-Id: I5df23a1b8cdb65864aa8f432ce547d6cf5f27cde
Signed-off-by: Laura Sofia Enriquez <lsofia.enriquez@gmail.com>
6 years agoUpdate git submodules
Markos Chandras [Mon, 14 May 2018 09:56:48 +0000 (09:56 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: osa: Add initial dynamic inventory from PDF/IDF files"
  - xci: osa: Add initial dynamic inventory from PDF/IDF files

    The PDF and IDF files contain all the information we need for the
    virtual XCI deployment, so we can use it to create a dynamic inventory
    and get rid of all the static ones which could easily get outdated
    as PDF and IDF files evolve over time.

    This inital version of the dynamic inventory contains a lot of
    unnecessary generated information but we do that in order to ease
    the migration from static files to the dynamic inventory. The dynamic
    inventory will be improved in the future as we consume more and more
    information from the PDF and IDF files.

    Change-Id: Id9f07a61c67a5cffcbc18079a341e5d395020a27
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Markos Chandras [Mon, 14 May 2018 09:56:15 +0000 (09:56 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: idf: Add more information for installers and flavors"
  - xci: idf: Add more information for installers and flavors

    Each installer has its own Ansible groups so we need record such
    information separately. Moreover, we need to add 'flavor' information
    to the IDF so we know which hosts belong to what flavor. This also
    fixes the kubernetes installer type to be 'kubespray' instead of 'k8s'
    Finally, we extend the IDF to also set appropriate hostnames for the
    nodes.

    Change-Id: I52b20908ad927840e0b38fba96be8faf6da2b52d
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Mon, 14 May 2018 09:39:36 +0000 (09:39 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Do not start collectd twice when SampleVNF is running on Baremetal"
  - Do not start collectd twice when SampleVNF is running on Baremetal

    JIRA: YARDSTICK-1167

    Change-Id: I7591bbb2a84ee4039a20c5da2914f1e374299015
Signed-off-by: Chornyi, TarasX <tarasx.chornyi@intel.com>
6 years agoUpdate git submodules
Emma Foley [Mon, 14 May 2018 09:39:29 +0000 (09:39 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "[docs] Add info on gerrit groups to the devguide."
  - [docs] Add info on gerrit groups to the devguide.

    Added the yardstick-reviewers and yardstick-committers groups
    as an alternative to adding individual developers to a code review.

    Change-Id: I1ebba56ba27dac00f7e7af7858b3c599a0f1eae8
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Mon, 14 May 2018 08:46:55 +0000 (08:46 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Releng PTL change to Trevor Bramwell"
  - Releng PTL change to Trevor Bramwell

    I am nominating myself as PTL of Releng following Fatih's announcement
    to step down.

    See this email thread for context:
    https://lists.opnfv.org/pipermail/opnfv-tech-discuss/2018-May/021142.html

    Change-Id: I6426a612378143d7829420cc9cf254021ce1eeae
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Abhijit Sinha [Mon, 14 May 2018 08:27:15 +0000 (08:27 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Fix Prox L2fwd generator packet"
  - Fix Prox L2fwd generator packet

    The Prox L2-fwd test case has a bad packet, which fails
    the test case to run in OpenStack context as it's dropped
    by the neutron.

    This fix is needed to successfully run the L2fwd 2 and
    4 port test cases in heat based test cases.

    Change-Id: I86df31a6df1eaa6f968e46af159ac6a0157f402c
    JIRA: YARDSTICK-1164
Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Fri, 11 May 2018 19:28:22 +0000 (19:28 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: scripts: start-new-vm.sh: Fix ID for openSUSE Tumbleweed"
  - xci: scripts: start-new-vm.sh: Fix ID for openSUSE Tumbleweed

    Recent openSUSE Tumbleweed releases are now using 'opensuse-tumbleweed'
    as distro ID so we need to take that into consideration in order to be
    able to use the script on such systems.

    ~$ source /etc/os-release && echo ${ID}
    opensuse-tumbleweed

    Change-Id: Ibdfb4292d53dc4d20376230a4131b212f9492e54
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Markos Chandras [Fri, 11 May 2018 10:00:55 +0000 (11:00 +0100)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - xci: Connect releng-xci-scenarios repository

    The releng-xci scenarions have been moved to their own repository so we
    delete the copies from the releng-xci repository and also update the
    opnfv-scenario-requirements to point to the new repository.

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

    Change-Id: I1b7b3182a5e0c5b346c00b5734fd0cd3fdd5c98b
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Cédric Ollivier [Fri, 11 May 2018 17:15:18 +0000 (19:15 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Leverage on local descriptor

    It simply seems dummy.

    Change-Id: Ifb83dd0310f523f211911a35e7b481f9da6f9704
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Fri, 11 May 2018 12:22:12 +0000 (14:22 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Install Cloudify descritors in functest-vnf

    It completes [1] to fix gates [2] and stops getting thirdparty vnf
    master (dependencies).

    It also prints data to ease debugging.

    [1] https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater/commit/abd39d772c77317a25745feaaf312165e7588346
    [2] https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-fraser/110/console

    Change-Id: Ib317a491e54820f4edb01fcecfca9d2a08b40c0f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Markos Chandras [Fri, 11 May 2018 09:41:13 +0000 (10:41 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - jjb: xci: Connect new releng-xci-scenarios repository

    The scenarios have been moved from the releng-xci to
    releng-xci-scenarios repository so we should connect Jenkins
    to that repo as well.

    Change-Id: Ifcb4f02b8532dd94c8a622185328f7316e726c6b
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Mark Beierl [Fri, 11 May 2018 11:54:43 +0000 (11:54 +0000)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - Merge "Adds Volume Count and Dynamic Reload"
  - Adds Volume Count and Dynamic Reload

    Adds a volume_count parameter that allows the user to
    change the number of volumes.  Test execution still
    uses each volume specified and appends it to the host
    ip address in the graphite metrics.

    Changes the cache policy of the stack from SNAPS-OO
    so that changes made to the stack are refelcted in
    StorPerf.

    Fixes the documentation path and updates the docs
    for the above changes.

    Change-Id: I5b9160b469e80d4f7d6906ac270bb3b75411fb5a
    JIRA: STORPERF-242
Signed-off-by: mbeierl <mark.beierl@dell.com>
6 years agoUpdate git submodules
Georg Kunz [Thu, 10 May 2018 22:13:57 +0000 (00:13 +0200)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Fixing invocation of Tempest tests

    Only 7 bgpvpn Tempest tests were run by the SDNVPN Tempest test instead
    of the full set of Tempest tests. This patch fixes and simplifies the
    invocation of bgpvpn Tempest tests.

    Change-Id: I1b207ea3da27dd43ab034b84f81992a5e0be2ec1
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
6 years agoUpdate git submodules
Markos Chandras [Fri, 11 May 2018 09:37:33 +0000 (09:37 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "fix k8 aio flavor undefined variable"
  - fix k8 aio flavor undefined variable

    1. fix error that kube_require_packages is undefined
    2. add "remote_user: root" in configure-kubenet.yml
       if don't add this, it will have issue to connect host.
       fatal: [opnfv]:UNREACHABLE! => {"changed": false, "msg":
       "Failed to connect to thehost via ssh: Permission denied (publickey,password).\r\n",
       "unreachable": true"}

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

    Change-Id: Ia8d1980ad18375c0cff3a97b284b0f53d7539e23
Signed-off-by: wutianwei <wutianwei1@huawei.com>
6 years agoUpdate git submodules
Georg Kunz [Sat, 5 May 2018 20:20:53 +0000 (20:20 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Adding Neutron trunk port tests to proposed_tests suite

    Adding the Neutron trunk port tempest tests to Dovetail and the
    proposed_tests test suite.

    JIRA: DOVETAIL-648

    Change-Id: Ia77980a245fd1bca6e5f0e567467432e12bf974e
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
6 years agoUpdate git submodules
xudan [Fri, 11 May 2018 07:45:40 +0000 (03:45 -0400)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Fix the versions of openstack python client in Dovetail container

    1. Now the openstack python clients installed are always the latest.
    2. Fix them to certain versions according to the openstack requirements.
    3. The first version openstack requirements provided is newton.
    https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/newton

    JIRA: DOVETAIL-615

    Change-Id: I107f8d3a4dbd95af3441c0ba410de37ba8128be3
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Georg Kunz [Wed, 9 May 2018 08:27:51 +0000 (10:27 +0200)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Fixing SDNVPN tempest API tests

    The code to run Tempest tests has changed in SDNVPN between Euphrates
    and Fraser, causing these tests to fail. Moreover, due to a bug in
    SDNVPN, not all bgpvpn API tests are currently being run. This is being
    addressed by https://gerrit.opnfv.org/gerrit/#/c/57299/ and needs to be
    cherrypicked to Fraser 6.1 for inclusion in OVP 2.0.

    Change-Id: I0a7575e8a9ebc23af5edaa26c1a9ce1e8149919c
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
6 years agoUpdate git submodules
Markos Chandras [Fri, 11 May 2018 07:11:07 +0000 (07:11 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "New SHA for ODL"
  - New SHA for ODL

    We need a patch in the ODL role to be able to deploy a stable ODL.
    Before this patch, it is not possible to deploy with a stable
    version of ODL and we are always deploying with the tip of the branch.
    However, it is useful to deploy with a version which we know for sure
    that it is working.

    deploy-scenario:os-odl-sfc
    installer-type:osa

    Change-Id: I539a5afa41598f54c3eeb2f1096022c73aa942b9
Signed-off-by: Manuel Buil <mbuil@suse.com>
6 years agoUpdate git submodules
Markos Chandras [Thu, 10 May 2018 15:34:26 +0000 (16:34 +0100)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - xci: installer: Do not use XCI_ANSIBLE_PARAMS on remote nodes

    The XCI_ANSIBLE_PARAMS is used to pass extra Ansible parameters to XCI.
    However, these parameters may not make sense when Ansible is running on
    any of the remote nodes, so we should't use it there. If passing
    information to "remote" Ansible is required, then we need to come up
    with a new variable.

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

    Change-Id: Ib6343fbfe3af1514c2e7e8948c12e3b19b455fe3
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoMerge "Fixed StorPerf references"
Sofia Wallin [Fri, 11 May 2018 06:07:57 +0000 (06:07 +0000)]
Merge "Fixed StorPerf references"

6 years agoUpdate git submodules
xudan [Thu, 10 May 2018 10:47:18 +0000 (06:47 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Yardstick needs export EXTERNAL_NETWORK to env

    Change-Id: I380008fe2cadbce8f6b7b1f84c9f3bf720df485e
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Yu Yang (Gabriel) [Fri, 11 May 2018 01:16:07 +0000 (01:16 +0000)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - Merge "Add monitor dir to unit test"
  - Add monitor dir to unit test

    Change-Id: I5a1540e4f176ea978a712a06040c297373526815
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
6 years agoUpdate git submodules
Yu Yang (Gabriel) [Fri, 11 May 2018 01:15:52 +0000 (01:15 +0000)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - Merge "Add unstall script to monitoring"
  - Add unstall script to monitoring

    Change-Id: Ia78ede2747fe0be05b4421d67fd1dae022afc30f
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
6 years agoUpdate git submodules
Yu Yang (Gabriel) [Fri, 11 May 2018 01:15:35 +0000 (01:15 +0000)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - Merge "bug-fix: fix key error in soak throughputs CI"
  - bug-fix: fix key error in soak throughputs CI

    In the redundant information deleting patch, results of each
    thread running is removed from message Queue resulting in
    counting the overall success threads in error status

    Change-Id: I3d12ddcc3ef996fca509741544a0f088428e948e
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
6 years agoUpdate git submodules
Yang Yu [Mon, 7 May 2018 14:23:29 +0000 (22:23 +0800)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - Add/modify the Grafana Dashboard

    Adding/modify metrics and structure of dashboard
    for Long Duration Test

    Change-Id: I4d1f169b7aa1e0f906e09fae13010ad3b8b49038
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
6 years agoUpdate git submodules
Delia Popescu [Wed, 9 May 2018 12:31:22 +0000 (15:31 +0300)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Add image extra properties back in vping_base

    Image extra properties are missing for ARM
    Set image_url for ARM
    JIRA: ARMBAND-383

    Change-Id: I0e2730c3f22214ad61d72424ea76173f1783d0ca
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
6 years agoUpdate git submodules
Mark Beierl [Thu, 10 May 2018 19:35:10 +0000 (19:35 +0000)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - Merge "Auto Generated INFO.yaml file"
  - Auto Generated INFO.yaml file

    INFO.yaml meant to be machine readable.
    This file was auto generated from an ldap lookup
    and your projects INFO file

    Meeting times are not currently filled out.
    please ammend this patchset to complete

    Going forward comitter promotions should be done
    against this file.

    PTLs:
    Must be merged for you to gain delete access on
    testresults.opnfv.org

    If project_lead: is missing (my script could not parse)
    please amend with same from commiters section eg:

    project_lead: &opnfv_$project_ptl
        name: 'Lead Name'
        email: 'lead email'
        id: 'lead lfid'
        company: 'lead company'

    Change-Id: I8b7d209deacfb26e2869ef9b24a2df812be1a5be
Signed-off-by: agardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
Narinder Gupta [Wed, 9 May 2018 19:55:21 +0000 (14:55 -0500)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - adding bionic support.

    Change-Id: I07214051129149800beac45a40727a7843cfd107
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
6 years agoUpdate git submodules
Markos Chandras [Thu, 10 May 2018 09:46:33 +0000 (10:46 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - jjb: xci: xci-start-new-vm: Fix passing YAML var files to Ansible

    When passing a YAML variables file to Ansible, we need to prefix it
    with '@'.

    Change-Id: I884f4698a1033cca9ad55bf3592e1dd817273f81
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Emma Foley [Thu, 10 May 2018 09:18:23 +0000 (09:18 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "nsb_setup: parametrize docker image"
  - nsb_setup: parametrize docker image

    The user may need to pull a different image stable or a
    tagged release version.

    Since we can't pull a tagged image before it is tagged
    just give up and make it an argument

    JIRA: YARDSTICK-1137

    Change-Id: I0caf0f8915c191786c7db6d929be2fa350a545af
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Abhijit Sinha [Thu, 10 May 2018 09:01:02 +0000 (09:01 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Update samples/test_suite.yaml"
  - Update samples/test_suite.yaml

    The sample test suite at sample/test_suite.yaml contained incorrect
    syntax. It has been updated to add the "default" parameter to
    "task_args" when running a testcase.

    JIRA: YARDSTICK-1125
    Change-Id: I53409168e47d969317145623df1e2c789396cc32
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
6 years agoUpdate git submodules
Markos Chandras [Wed, 9 May 2018 10:41:42 +0000 (11:41 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - jjb: xci: xci-start-new-vm: Fix gerrit variable for git SHA

    The gerrit variable for the git SHA is GERRIT_PATCHSET_REVISION instead
    of GERRIT_CHANGE_ID. We also need to export the XCI_ANSIBLE_PARAMS
    variable.

    Change-Id: I206820f1155a4876fb7d87cc0b5ae1b8afb06bd6
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Harry Huang [Thu, 10 May 2018 08:46:11 +0000 (08:46 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "Upgrade OpenStack version from Pike to Queens"
  - Upgrade OpenStack version from Pike to Queens

    Change-Id: Ice7b3204ade23571df41fc4effb91bb5e125abac
Signed-off-by: Ramamani Yeleswarapu <ramamani.yeleswarapu@intel.com>
6 years agoUpdate git submodules
Manuel Buil [Thu, 10 May 2018 07:57:54 +0000 (07:57 +0000)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Merge "Lookup ODL_VERSION variable"
  - Lookup ODL_VERSION variable

    We require that variable to select different ODL versions

    Change-Id: I37aca357a7a5e0772529dac70ec8ee81b52f3cf8
Signed-off-by: Manuel Buil <mbuil@suse.com>
6 years agoUpdate git submodules
Martin Klozik [Thu, 10 May 2018 06:14:04 +0000 (06:14 +0000)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - Merge "docs: Update step driven test documentation"
  - docs: Update step driven test documentation

    A minor update of step driven documentation, which should help
    with better understanding of this feature.

    Change-Id: I58d1483f98520a008c8cbea9c820343c33835e6f
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>
6 years agoUpdate git submodules
Martin Klozik [Thu, 10 May 2018 06:13:53 +0000 (06:13 +0000)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - Merge "docs: Update configuration related docs"
  - docs: Update configuration related docs

    A minor update of configuration parameter related documentation.

    Change-Id: Ia97c57162d212541b11ae44aea6eeee8d42f58cb
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>