opnfvdocs.git
5 years agoUpdate git submodules
John O Loughlin [Tue, 15 May 2018 15:20:33 +0000 (16:20 +0100)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Add "restartPolicy" parameter in Kubernetes policy

    This new parameter, "restartPolicy", will allow define the restart policy per pod.

    Example of yaml definition in Kubernetes:
    apiVersion: v1
    kind: Pod
    metadata:
      name: frontend
    spec:
      containers:
        - name: db
          ...
      restartPolicy: Always  # Possible values: "Always", "OnFailure" and "Never"

    Example of definition in a Yardstick context:
    context:
      type: Kubernetes
        servers:
          host:
            containers:
              - name: ...
            restartPolicy: Always  # Default value: "Always"

    Restart policy [1].
    [1] https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy

    JIRA: YARDSTICK-1175

    Change-Id: Id4317b909f98422e89d6d4553e8cfb0e1f593355
Signed-off-by: John O Loughlin <john.oloughlin@intel.com>
5 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Tue, 10 Jul 2018 09:23:29 +0000 (09:23 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add "resources" parameter in Kubernetes context"
  - Add "resources" parameter in Kubernetes context

    This new parameter, "resources", will allow the user to automatically
    add resources in a pod definition per container.

    Example of yaml definition in Kubernetes:
    apiVersion: v1
    kind: Pod
    metadata:
      name: frontend
    spec:
      containers:
        - name: db
          image: mysql
          resources:
            requests:
              memory: "64Mi"
              cpu: "250m"
            limits:
              memory: "128Mi"
              cpu: "500m"

    Example of definition in a Yardstick context:
    context:
      type: Kubernetes
        servers:
            host:
                resources:    # There are two possible keys in this dict:
                              # "requests" and "limits".
                  limits: <dictionary>
                  requests: <dictionary>

    Resources in containers [1].

    [1] https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

    JIRA:YARDSTICK-1171

    Change-Id: I163d72d9d3e88b538fca73eb4dbf38613aa23ff4
Signed-off-by: John O Loughlin <john.oloughlin@intel.com>
5 years agoUpdate git submodules
Panagiotis Karalis [Wed, 4 Jul 2018 15:24:17 +0000 (18:24 +0300)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - New test specs for ha database/controller_restart

    New test specifications have been created for dovetail project.
    Test descriptions are related to test cases:
    - dovetail.ha.database
    - dovetail.ha.controller_restart

    JIRA: DOVETAIL-680
    JIRA: DOVETAIL-681

    Change-Id: I632cb69f9166a46e76f38a467f078fe5f31b63b3
Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
5 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Tue, 10 Jul 2018 07:48:43 +0000 (07:48 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add send socket commands function"
  - Add send socket commands function

    Pktgen provides a TCP socket connection to allow the user to control
    it from a remote console or program [1].

    This new method will provide Yardstick the ability to send string
    commands to a port in a remote host.

    [1] http://pktgen-dpdk.readthedocs.io/en/latest/socket.html

    JIRA: YARDSTICK-1186

    Change-Id: I9d64ccad662fa3599de65654c5dab02833fcc91d
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
5 years agoUpdate git submodules
Cédric Ollivier [Mon, 9 Jul 2018 20:09:39 +0000 (22:09 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Publish cloudify scenario

    It eases deploying any vnf via Cloudify.
    It also stops duplicating code between vims and vrouter.

Co-Authored-By: Valentin Boucher <valentin.boucher@kontron.com>
    Change-Id: I5fe06d91804f4781f6b1301da12862bac793ffbb
Signed-off-by: Cédric Ollivier <ollivier.cedric@gmail.com>
5 years agoUpdate git submodules
mbeierl [Mon, 9 Jul 2018 19:09:07 +0000 (15:09 -0400)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - Switch to upstream nginx

    Uses the official upstream nginx container image instead
    of building a custom one to support ARM (aarch64).

    Uses the official upstream node image instead of building
    a customer one for ARM.

    Change-Id: Ib465333204d3f1718da8cfb314cad32d955a3d2b
    JITA: STORPERF-250
Signed-off-by: mbeierl <mark.beierl@dell.com>
5 years agoUpdate git submodules
Cédric Ollivier [Mon, 9 Jul 2018 16:54:23 +0000 (18:54 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Force public identity endpoint in Shaker

    It conforms with our VNFs by calling public endpoints (from VM).
    It fixes by design the issues when testing Compass [1] due to
    export OS_INTERFACE=publicURL

    [1] https://build.opnfv.org/ci/view/functest/job/functest-compass-baremetal-daily-master/180/consoleFull

    Change-Id: Iea15506ba5910879d05e61cfd20da2c0878e569b
Signed-off-by: Cédric Ollivier <ollivier.cedric@gmail.com>
5 years agoUpdate git submodules
Periyasamy Palanisamy [Mon, 9 Jul 2018 12:22:14 +0000 (14:22 +0200)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Detach quagga vm in the cleanup block

    Change-Id: I45145dacaeec0f7b518ab61a33d3a824458e9af5
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
5 years agoUpdate git submodules
Alexandru Avadanii [Mon, 9 Jul 2018 14:22:17 +0000 (16:22 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump & rebase for MaaS formula rework

    Change-Id: Ica95d00123b99afc916c4fb58a45bf3f068ea7a6

5 years agoUpdate git submodules
Yichen Wang [Fri, 6 Jul 2018 21:24:05 +0000 (14:24 -0700)]
Update git submodules

* Update docs/submodules/nfvbench from branch 'master'
  - [NFVBENCH-99] NFVbench should use NOVA scheduler by default

    Change-Id: I5fc2b0a26ba0b903d84655d3cc6ad7741314c14e
Signed-off-by: Yichen Wang <yicwang@cisco.com>
5 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Mon, 9 Jul 2018 11:06:55 +0000 (12:06 +0100)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Fix IXIA IxNetwork IMIX configuration

    IxNet library is not setting correctly the IMIX definition per traffic
    item. The correct input for "weightedRangePairs" parameter is:

      [[64, 64, 10], [128, 128, 15], [512, 512, 5]]

    JIRA: YARDSTICK-1296

    Change-Id: Idb4034ce817250da5b9a434230b1be6dae0d3ba3
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
5 years agoUpdate git submodules
Alexandru Avadanii [Mon, 9 Jul 2018 11:25:28 +0000 (13:25 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [patch] MaaS: Switch to upstream fabric/vlan mgmt

    Obsolete our out of tree patch in favor of upstream mechanisms for
    creating fabrics/VLANs/subnets.

    Change-Id: I57d6d59764a825b428f423d48c5d90af7f2e676f
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
5 years agoUpdate git submodules
Cedric Ollivier [Mon, 9 Jul 2018 12:35:22 +0000 (12:35 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Refactor tempest common"
  - Refactor tempest common

    It also renames two testcases and updates all docs because tests
    run in parallel in case of tempest smoke.

    To force one thread as before:
    run:
        module: 'functest.opnfv_tests.openstack.tempest.tempest'
        class: 'TempestCommon'
        args:
            mode: '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$'
            option:
                - '--concurrency=1'

    JIRA: FUNCTEST-989

    Change-Id: I1348f5908400a5046be8edf983db4afa12e546c3
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
5 years agoUpdate git submodules
Cédric Ollivier [Tue, 5 Jun 2018 19:04:54 +0000 (21:04 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Add Vmtp as a new testcase

    VMTP is a small python application that will automatically perform
    ping connectivity, round trip time measurement (latency) and TCP/UDP
    throughput.

    JIRA: FUNCTEST-980

    Change-Id: I8e94fc52a429f505ac14e14bbb9d0a3b20996ba4
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
5 years agoUpdate git submodules
wutianwei [Mon, 9 Jul 2018 06:14:48 +0000 (14:14 +0800)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - [compass4nfv] remove vping suite from verify

    functest healthcheck include the vping, so we can remove this suite.

    Change-Id: Ifc5f9e2195a9d31713f6e2c2ce47642dc7855855
Signed-off-by: wutianwei <wutianwei1@huawei.com>
5 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Mon, 9 Jul 2018 07:07:57 +0000 (07:07 +0000)]
Update git submodules

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

    * changes:
      Make "IterationIPC" MQ producer for VNF control messages
      Enable traffic generator PID in "NSPerf" scenario setup
      Enable the MQ producer in "SampleVNFTrafficGen" class
      Add "TrafficGeneratorProducer" for "GenericTrafficGen" instances
      Add "IterationIPC" runner

  - Make "IterationIPC" MQ producer for VNF control messages

    "IterationIPC" runner class is a consumer for MQ aware VNFs. A MQ aware
    traffic generator can send "started", "finished" and "iteration"
    messages.

    This feature implements a MQ producer in the runner in order to send
    messages to the VNFs. The messages implemented are:
      - "start_iteration"
      - "stop_iteration"

    JIRA: YARDSTICK-1286

    Change-Id: I706f9a9dda5e5beed52231be7d71452945a7dbed
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
  - Enable traffic generator PID in "NSPerf" scenario setup

    Now "NSPerf" scenario will inform about the traffic generator PIDs after
    setup process. With this information, IterationIPC runner will be able
    to receive the messages sent by those traffic generators and control
    the main iteration loop.

    The following example, using vFW as VNF and OpenStack as context, makes
    use of this new runner implementation:
      /samples/vnf_samples/nsut/vfw/
        tc_heat_rfc2544_ipv4_1rule_1flow_64B_trex_iterationipc.yaml

    JIRA: YARDSTICK-1127

    Change-Id: I46b1368bc209680b88ff9fb5c3b9beadf6271ac9
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
  - Enable the MQ producer in "SampleVNFTrafficGen" class

    Now all traffic generators using the default implementation of
    "ClientResourceHelper.run_traffic" will update the status of
    the traffic injection using the MQ.

    The available methods are listed in common.messsaging (VNF_METHOD_*):
    - tg_method_started: VNF app started
    - tg_method_finished: VNF app finished
    - tg_method_iteration: VNF app execution loop started

    JIRA: YARDSTICK-1127

    Change-Id: I12829e1762fc20cc95da3b50767a66f031e25ee8
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
  - Add "TrafficGeneratorProducer" for "GenericTrafficGen" instances

    Added "TrafficGeneratorProducer" class, a message producer specific for
    "GenericTrafficGen" derived classes.

    JIRA: YARDSTICK-1127

    Change-Id: Icc87a6920155612e759a1d4d2f29028940c2e040
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
  - Add "IterationIPC" runner

    "IterationIPC" is a runner that runs a configurable number of times before
    it returns. Each iteration has a configurable timeout. The loop control
    depends on the feedback received from the running VNFs. The context PIDs
    from the VNFs to listen the messages from are given in the scenario
    "setup" method.

    The MQ consumer, "RunnerIterationIPCConsumer", is subscribed to messages
    sent to topic "messaging.TOPIC_TG". The endpoints are defined in the
    class "RunnerIterationIPCEndpoint". Three are implemented:
    "messaging.TG_METHOD_STARTED", "messaging.TG_METHOD_FINISHED" and
    "messaging.TG_METHOD_ITERATION".

    JIRA: YARDSTICK-1127

    Change-Id: I4b2f11a15ef41e6f3c70bd64188d5c7fbcdb7eed
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
5 years agoUpdate git submodules
wutianwei [Mon, 9 Jul 2018 01:43:03 +0000 (09:43 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - stop running os-odl_l3-nofeature-ha scenario temporarily

    Change-Id: Idffc91aa4a6d259cd9ffb85b653500a78d87095e
Signed-off-by: wutianwei <wutianwei1@huawei.com>
5 years agoUpdate git submodules
agardner [Fri, 2 Feb 2018 22:56:46 +0000 (17:56 -0500)]
Update git submodules

* Update docs/submodules/domino from branch 'master'
  - 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_dovetail_ptl
        name: 'Lead Name'
        email: 'lead email'
        id: 'lead lfid'
        company: 'lead company'

    Change-Id: Iedf43c9ea55032ce43e72dc9fa55b8b5d8f8a058
Signed-off-by: agardner <agardner@linuxfoundation.org>
5 years agoUpdate git submodules
Cedric Ollivier [Sun, 8 Jul 2018 09:19:53 +0000 (09:19 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Cover vping_ssh"
  - Cover vping_ssh

    Change-Id: I37c52057a45d76e081a1a0145baee96041ca25a5
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
5 years agoUpdate git submodules
Cédric Ollivier [Sun, 8 Jul 2018 08:57:54 +0000 (10:57 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Temporarily disable Snaps CreateRouterSuccessTests

    The test could be falsy regarding the possible external network
    configs [1]. This patch will be reverted as soon as the bug is closed
    [2].

    [1] https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-fraser/246/console
    [2] https://jira.opnfv.org/browse/SNAPS-320

    Change-Id: I680656b300f0d669e8d96bec6c94a4a804ebbecb
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
5 years agoUpdate git submodules
Yu Yang (Gabriel) [Sun, 8 Jul 2018 02:00:46 +0000 (02:00 +0000)]
Update git submodules

* Update docs/submodules/bottlenecks 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

    Change-Id: I61cf3bacbc109286b258748834d59eccd489fdb7
Signed-off-by: agardner <agardner@linuxfoundation.org>
5 years agoUpdate git submodules
Stephen Wong [Sat, 7 Jul 2018 06:09:37 +0000 (06:09 +0000)]
Update git submodules

* Update docs/submodules/clover from branch 'master'
  - Merge "Initial commit for Clover Collector"
  - Initial commit for Clover Collector

    - Added a container named clover-collector using clover
    container as a base with build script
    - GRPC server to manage collector process
    - Cassandra DB client interface to initialize visibility keyspace
    - Init messaging adds table schemas for tracing - traces & spans
    - Adds table for monitoring - metrics
    - Does not implement Cassandra server but developed using
    public Cassandra docker container
    - Collector process in simple loop that periodically fetches
    traces and monitoring data and inserts to Cassandra - not optimized
    for batch retrieval yet for monitoring
    - CLI interface added to collector process and used
    by GRPC server for configuration
    - Simple GRPC client script to test GRPC server and start/stop
    of collector process
    - Collector process can be configured with access for tracing,
    monitoring and Cassandra
    - Added a return value in monitoring query method

    - Added ability to truncate tracing, metrics and spans tables
    in cql
    - Added cql prepared statements and batch insert for metrics
    and spans
    - Align cql connection to cql deployment within k8s
    - Fix issue with cql host list using ast and collect process
    args with background argument
    - Added redis interface to accept service/metric list
    externally for monitoring (will work in conjunction
    with clover-controller)
    - Use k8s DNS names and default ports for monitoring, tracing
    and cassandra
    - Added yaml manifest renderer/template for collector

    Change-Id: I3e4353e28844c4ce9c185ff4638012b66c7fff67
Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>
5 years agoUpdate git submodules
Stephen Wong [Sat, 7 Jul 2018 05:46:00 +0000 (05:46 +0000)]
Update git submodules

* Update docs/submodules/clover from branch 'master'
  - Merge "Sleep 1 sec after set test."
  - Sleep 1 sec after set test.

    if we set testid and start test immediately,
    the first test's result can't be got from jaeger

    Change-Id: Ia2ab8a91d8c5f9956ea4d3d7c2436fb05490acee
Signed-off-by: wutianwei <wutianwei1@huawei.com>
5 years agoUpdate git submodules
Stephen Wong [Sat, 7 Jul 2018 05:45:04 +0000 (05:45 +0000)]
Update git submodules

* Update docs/submodules/clover from branch 'master'
  - Merge "[clover] Add script to setup k8s"
  - [clover] Add script to setup k8s

    what the script do
    1. git clone the XCI repo
    2. set variable to deploy k8s

    how to use
    run the below command in you teminal
    ./xci-k8s-setup.sh

    requirement
    1. don't under the root user
    2. run sudo without password

    Change-Id: I5015e12d8d3b0db31285d5e817b3c40d6739ba22
Signed-off-by: wutianwei <wutianwei1@huawei.com>
5 years agoUpdate git submodules
Tomi Juvonen [Thu, 5 Jul 2018 06:07:41 +0000 (09:07 +0300)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Physical interface type note

    add ovs_bridge as needed compared to earlier version

    Change-Id: I1d0c6df9d1f47b0c98a3c1a8bf3a04eb5f53aff2
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
5 years agoUpdate git submodules
Trevor Bramwell [Fri, 6 Jul 2018 18:07:57 +0000 (11:07 -0700)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Add dovetail-webportal repo to INFO file Listing

    Change-Id: I429e5bb1dffb1c63301ad5e9aba34d08d788ca27
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
5 years agoUpdate git submodules
agardner [Fri, 2 Feb 2018 22:43:07 +0000 (17:43 -0500)]
Update git submodules

* Update docs/submodules/copper from branch 'master'
  - 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 sectioneg:

    project_lead: &opnfv_dovetail_ptl
        name: 'Lead Name'
        email: 'lead email'
        id: 'lead lfid'
        company: 'lead company'

    Change-Id: Id8640d35adf5f2eb378381300a7e11aaa4cd97f4
Signed-off-by: agardner <agardner@linuxfoundation.org>
5 years agoUpdate git submodules
Feng Pan [Fri, 6 Jul 2018 14:07:14 +0000 (10:07 -0400)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Fix neutron-opendaylight-sriov.yaml path

    In latest THT upstream, environment file neutron-opendaylight-sriov.yaml was
    moved to services folder. Updating references in Apex to avoid deploy failure.

    Change-Id: I7065e0d8e13c9add9ead282db2244a27c177e5a4
Signed-off-by: Feng Pan <fpan@redhat.com>
5 years agoUpdate git submodules
Cédric Ollivier [Fri, 6 Jul 2018 17:44:35 +0000 (19:44 +0200)]
Update git submodules

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

    It uses keypair name instead of id as expected by Shade.
    It also increases timers as it boots an ubuntu VM.

    Change-Id: I8cd131e7c7a94c8f6b0fcc54a4d75ef8af31b807
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
5 years agoUpdate git submodules
Aric Gardner [Fri, 6 Jul 2018 14:32:28 +0000 (14:32 +0000)]
Update git submodules

* Update docs/submodules/availability 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

    Change-Id: I3b6c5ff8158ec3f0a9426e2b7b8566d04952d278
Signed-off-by: agardner <agardner@linuxfoundation.org>
5 years agoUpdate git submodules
mei mei [Fri, 6 Jul 2018 09:28:07 +0000 (09:28 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "jjb/releng: fix partial image name matching"
  - jjb/releng: fix partial image name matching

    Docker image building script opnfv-docker.sh tries to remove existing
    images before and after building. It simply uses grep to matching image
    names, which may cause partial name matching problems.
    Ex. opnfv/compass-tasks will match both opnfv/compass-tasks and
    opnfv/compass-tasks-base, and may lead to accidentally removing of
    images still in use when several building tasks run concurrently.

    Error log:
    https://build.opnfv.org/ci/job/compass-tasks-build-arm64-master/6/console

    Change-Id: I1a83f801c5e0cc889cd9e17b8d1b4d895f1f68a9
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
5 years agoUpdate git submodules
John O Loughlin [Fri, 11 May 2018 17:09:54 +0000 (18:09 +0100)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Add "env" parameter in Kubernetes context

    This new parameter, "env", will allow the user to
    automatically to add environment variables in a pod definition

    Example of definition in a context:
      context:
        type: Kubernetes
          servers:
            host:
                image: ...
                commands: ...
                env:
                    - <variable name>: <variable value>
                    - <variable name>: <variable value>

    The volume type and the definition must be one of the supported
    ones in Kubernetes [1].

    [1] https://kubernetes.io/docs/concepts/storage/volumes/#types-of-volumes

    JIRA: YARDSTICK-1161

    Change-Id: Icf372a98c090063f10c9217755519ab92ba9b0ba
Signed-off-by: John O Loughlin <john.oloughlin@intel.com>
5 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Fri, 6 Jul 2018 09:00:54 +0000 (09:00 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Create user defined "NodePort" services per pod"
  - Create user defined "NodePort" services per pod

    This feature will give the user the ability to create user defined "NodePort"
    services per pod, a part from the default SSH port created, by default, for
    each pod created.

    Example of Kubernetes yaml definition:
      apiVersion: v1
      kind: Servicemeta
      data:
        name: pod-1-service-nodeport
      spec:
        type: NodePort
        ports:
          - name: web
            port: 80
            targetPort: 8888
            nodePort: 33333
        clusterIP: 10.254.0.8
        selector:
          app: pod-1

    Example of Yardstick test case definition:
      context:
        type: Kubernetes
        servers:
          host:
            containers:
              - image: ...
                securityContext:
                  allowPrivilegeEscalation: false
              - image: ...
            node_ports:
              - port: <port number>         # Mandatory
                name: <port name>           # Optional
                targetPort: <port name>     # Optional, default: targetPort=port
                nodePort: <port number>     # Optional, assigned by Kubernetes

    Kubernetes service, type "NodePort" [1]

    [1] https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport

    JIRA: YARDSTICK-1181

    Change-Id: Ia7730e4569d5526d573402a98c27d55c5c82cdef
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
5 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Fri, 6 Jul 2018 09:00:42 +0000 (09:00 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Change "KubernetesObject" class name to "ReplicationController""
  - Change "KubernetesObject" class name to "ReplicationController"

    The class name "KubernetesObject" is not accurate. This class holds
    the definition of a Kubernetes replication controller. The suggested name
    is therefore "ReplicationControllerObject".

    JIRA: YARDSTICK-1180

    Change-Id: I9ee9228f9528cb779e54a9bc178760b6e24c85c2
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
5 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Fri, 6 Jul 2018 09:00:32 +0000 (09:00 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Specify the networks to be used per pod"
  - Specify the networks to be used per pod

    If CRD "Network" is defined and network items are created, each pod (server)
    can have access to one or several networks. This is defined in the metadata
    section, as "annotations.networks" [1].

    Example of Kubernetes pod definition with networks:
      apiVersion: v1
      kind: Pod
      metadata:
        name: test-pod
        annotations:
          networks: '[{"name": "flannel"}]'

    Example of Yardstick server definition with networks:
      context:
        type: Kubernetes
        servers:
          host:
            containers:
              - name: ...
            networks:
              - flannel  # These names must be defined in
                         # context.networks
        ...
        networks:
          - name: flannel
            plugin: flannel

    Kubernetes annotations [2].

    [1]https://github.com/intel/multus-cni/tree/b9446232cdf4f1b6f2bea583291973cc97e963f4#configuring-multus-to-use-kubeconfig-and-a-default-network
    [2]https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/

    JIRA: YARDSTICK-1178

    Change-Id: I6e7b4bacf10810833ec733c14d44e5db613675e3
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
5 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Fri, 6 Jul 2018 09:00:20 +0000 (09:00 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add new Kubernetes resource kind: "Network""
  - Add new Kubernetes resource kind: "Network"

    Add a new Kubernetes resource kind: "Network" [1] [2]
    Kubernetes network plugins (alpha definition): [3]

    Network definition example in Kubernetes:
      apiVersion: "kubernetes.com/v1"
      kind: Network
      metadata:
        name: flannel
      plugin: flannel
      args: '[
        {delegate": {"isDefaultGateway": true}}
      ]'

    Proposed Kubernetes context network definition:
      context:
        networks:
          - name: flannel
            plugin: flannel
            args: (string)
          - name: sriov_upload
            plugin: sriov
            args: (string)

    [1]https://builders.intel.com/docs/networkbuilders/multiple-network-interfaces-in-kubernetes-application-note.pdf
    [2]http://cdn.opensourcecloud.cn/zt/k8s/01.pdf
    [3]https://kubernetes.io/docs/concepts/cluster-administration/network-plugins/

    JIRA: YARDSTICK-1160

    Change-Id: I71a49ac14e3d28ded91d2ed3cd9cc527e40303f7
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
5 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Fri, 6 Jul 2018 09:00:09 +0000 (09:00 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add new Kubernetes resource kind: "CustomResourceDefinition""
  - Add new Kubernetes resource kind: "CustomResourceDefinition"

    Custom resource definition example in Kubernetes:
      apiVersion: "apiextensions.k8s.io/v1beta"
      kind: CustomResourceDefinition
      metadata:
        name: networks.kubernetes.com
      spec:
        group: kubernetes.com
        version: v1
        scope: Namespaced
        names:
          plural: networks
          singular: network
          kind: Network

    Proposed Kubernetes context network definition:
      context:
        custom_resources:
          - name: network        # name of the resource (singular)
            version: v1          # optional, "v1" by default
            scope: Namespaced    # optional, "Namespaced" by default

    From this definition, we will extract the Kubernetes parameters:
      - metadata.name: custom_resources.name + "s" + context_name + ".com"
      - spec.group: context_name + ".com"
      - spec.scope: custom_resources.scope
      - spec.version: custom_resources.version
      - spec.names.plural: custom_resources.name + "s"
      - spec.names.singular: custom_resources.name
      - spec.names.kind: custom_resources.name with first capital letter

    [1] https://kubernetes.io/docs/concepts/api-extension/custom-resources/

    JIRA: YARDSTICK-1163

    Change-Id: If8980dc3f6ddf9c6949bf15be8011aa98482ddc9
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
5 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Fri, 6 Jul 2018 09:00:03 +0000 (09:00 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add "securityContext" parameter in Kubernetes context"
  - Add "securityContext" parameter in Kubernetes context

    This new parameter, "securityContext", will allow the user to define the
    privilege and access control settings for a pod or a container [1].

    Example of "securityContext" definition in the pod (if only one container
    is defined):

      context:
        type: Kubernetes
        servers:
          host:
            image: ...
            securityContext:
              runAsUser: 1000
              fsGroup: 2000 

    Example of "securityContext" definition in the pod and the container (if
    several containers are defined):     

      context:
        type: Kubernetes
        servers:
          host:
            securityContext:
              runAsUser: 1000
              fsGroup: 2000 
            containers:
              - image: ...
                securityContext:
                  allowPrivilegeEscalation: false
              - image: ...

    [1] https://kubernetes.io/docs/tasks/configure-pod-container/security-context/

    JIRA: YARDSTICK-1156

    Change-Id: I597a300c68cd834522a284b1cca0faa918493342
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
5 years agoUpdate git submodules
Rex Lee [Fri, 6 Jul 2018 06:45:01 +0000 (06:45 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "[Bug fix] Execute teardown if SLA is set to "assert""
  - [Bug fix] Execute teardown if SLA is set to "assert"

    In Duration runner if SLA is set to "assert" and a SLAValidationError
    happens then a teardown is needed to avoid garbages in the environment.

    JIRA: YARDSTICK-1291

    Change-Id: I9056b0da3e7e496171ed42430ffc340b5c68f108
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
5 years agoUpdate git submodules
Delia Popescu [Wed, 4 Jul 2018 15:05:40 +0000 (18:05 +0300)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Set timeout for create, attach and detach volume

    Without timeout for volume opperations the testcase
    will fail only after functest timeout

    Change-Id: I669c7933846574c09fc7db06a2a2ce7d101a44f5
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
5 years agoUpdate git submodules
mbeierl [Thu, 5 Jul 2018 00:51:54 +0000 (20:51 -0400)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - Adds volume_type support

    Adds a new optional parameter, volume_type, to the configurations
    REST API, allowing the user to specify the volume type to create.

    Change-Id: I29b7bee442a5e1b6b98be439c06a58e3fd322943
    JIRA: STORPERF-217
Co-Authored-By: Ameed.Ashour.Ext@Nokia.com
Signed-off-by: mbeierl <mark.beierl@dell.com>
5 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Thu, 5 Jul 2018 12:55:16 +0000 (12:55 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Remove TRex installer from ansible directory"
  - Remove TRex installer from ansible directory

    Standalone TRex installer script is not updated or maintained.
    TRex is installed in Jumphost and the physical nodes using the
    installer script. There is no need to keep this script anymore.

    JIRA: YARDSTICK-1251

    Change-Id: I3af62e70e244d2277a980a1ca6b8079597621a62
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
5 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Thu, 5 Jul 2018 08:00:29 +0000 (08:00 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Fix vCGNAPT name in ansible constants"
  - Fix vCGNAPT name in ansible constants

    JIRA: YARDSTICK-1190

    Change-Id: I7494cd60fa495a4b78db6e9034219ee0c38e570e
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
5 years agoUpdate git submodules
Fatih Degirmenci [Fri, 15 Jun 2018 19:57:31 +0000 (21:57 +0200)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - docs: Remove info about the flavor aio

    The flavor aio is disabled by change https://gerrit.opnfv.org/gerrit/#/c/58595/
    so it is important to update the documentation accordingly.

    The expectation is to put it back if/when aio is properly verified.

    Change-Id: I12a60e819e20f053c38acee9e8276252d2cab267
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
5 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Thu, 5 Jul 2018 08:00:24 +0000 (08:00 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "vPE Sample VNF is missing in the installation scripts"
  - vPE Sample VNF is missing in the installation scripts

    Sample VNF vPE is missing in the installation scripts and should be added
    to support the execution of the test cases related.

    JIRA: YARDSTICK-1187

    Change-Id: I6684304cc97fd3bde90ca06f5fe8df9e1d11ce18
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
5 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Thu, 5 Jul 2018 08:00:09 +0000 (08:00 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Move "read_yaml_file" to common.yaml_loader"
  - Move "read_yaml_file" to common.yaml_loader

    JIRA: YARDSTICK-1265

    Change-Id: Ic2813dca7fc9a3230632f6e8bd75aeacc7e951b0
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
5 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Thu, 5 Jul 2018 07:54:25 +0000 (07:54 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Cleanup TestProxSocketHelper unit tests"
  - Cleanup TestProxSocketHelper unit tests

    Removed unneeded output.

    JIRA: YARDSTICK-1284

    Change-Id: I41d9b8d2df417fa19b0a6f8c13bc9837dc3dde95
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
5 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Thu, 5 Jul 2018 07:54:12 +0000 (07:54 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Cleanup OvsDpdkContextTestCase unit tests"
  - Cleanup OvsDpdkContextTestCase unit tests

    Removed unneeded output.

    JIRA: YARDSTICK-1264

    Change-Id: Ic804d5ebd5bc1c0fc8c98c058e8dd76a9ea565fa
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
5 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Thu, 5 Jul 2018 07:52:53 +0000 (07:52 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Cleanup ScenarioGeneral unit tests"
  - Cleanup ScenarioGeneral unit tests

    Removed unneeded output.

    JIRA: YARDSTICK-1263

    Change-Id: I2ca738a7234cfffb3fd3d3e9566ad043b2d132dc
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
5 years agoUpdate git submodules
Markos Chandras [Thu, 5 Jul 2018 07:51:11 +0000 (07:51 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: osa: Disable haproxy ssl configuration"
  - xci: osa: Disable haproxy ssl configuration

    The self-signed certificates are causing troubles so until we implement
    a proper certificate chain in XCI we should disable the SSL endpoints.

    Change-Id: Ife4ef78de1569121c435a806924a3f90917fd85b
Signed-off-by: Markos Chandras <mchandras@suse.de>
5 years agoUpdate git submodules
Rex Lee [Thu, 5 Jul 2018 07:37:43 +0000 (07:37 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Bump requirements to match OpenStack Queens release upper requirements"
  - Bump requirements to match OpenStack Queens release upper requirements

    tox -e os-requiremnts results:
    Validating requirements file "requirements.txt"
    Package "oslo.config" version 4.11.1 outdated, minimum version 5.1.0
    Package "keystoneauth1" version 3.1.0 outdated, minimum version 3.3.0
    Package "python-cinderclient" version 3.1.0 outdated, minimum version 3.3.0
    Package "requests" version 2.11.1 outdated, minimum version 2.14.2
    Package "osc-lib" version 1.7.0 outdated, minimum version 1.8.0
    Package "oslo.utils" version 3.28.0 outdated, minimum version 3.33.0
    Package "oslo.privsep" version 1.22.1 outdated, minimum version 1.23.0
    Incompatible requirement found!

    JIRA: YARDSTICK-1283

    Change-Id: I362c1e2b5c61abf09810ce2a2fe6bab39097d017
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
5 years agoUpdate git submodules
Ruijing Guo [Thu, 5 Jul 2018 07:37:34 +0000 (07:37 +0000)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - Merge "rebase onap oom to beijing release"
  - rebase onap oom to beijing release

    Change-Id: I9f3d755764a194068c2f3f128eb6d0861fcda555
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
5 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Tue, 3 Jul 2018 16:05:38 +0000 (17:05 +0100)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Cleanup ActionTestCase unit tests

    Removed unneeded output and applied the correct mocks.

    JIRA: YARDSTICK-1290

    Change-Id: Ib8dbf582d81f7de0fadce7ddb215360abb2d16a4
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
5 years agoUpdate git submodules
Abhijit Sinha [Wed, 4 Jul 2018 15:05:27 +0000 (15:05 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "DPDK site change"
  - DPDK site change

    DPDK site changed and the download URL must be changed.

    New site: http://core.dpdk.org/download/

    JIRA: YARDSTICK-1248

    Change-Id: I87359a4417f09c86717f598c76dc67c422bd39f7
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
5 years agoUpdate git submodules
Cédric Ollivier [Wed, 4 Jul 2018 13:20:22 +0000 (15:20 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Install Robot dependencies in healthcheck

    old testcase moved to opnfv/functest-healthcheck.

    Change-Id: If8e8fc7d8bc9c97602c05e5a4c048461351cc97e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
5 years agoUpdate git submodules
xudan [Wed, 4 Jul 2018 06:41:09 +0000 (02:41 -0400)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Update all existing test specifications

    1. Update the names of 2 vping test cases
    2. Update the names of 8 ha test cases
    3. Update the sub test cases within osinterop 2017.09
    4. Split IPv6 into ipv6_api and ipv6_scenario
    5. Update the names of sdnvpn test cases
    6. Update the names of 4 tempest scenario test cases
    7. Remove forwardingpackets

    JIRA: DOVETAIL-685

    Change-Id: I0d91b8a0477576e18581eb2788fdb666063c89b7
Signed-off-by: xudan <xudan16@huawei.com>
5 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Wed, 4 Jul 2018 10:24:38 +0000 (10:24 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Fix up formatting on devguide"
  - Fix up formatting on devguide

    * Change the notation used for heading levels and
      add a key at the top of the file.
    * Wrap lines at 80 characters.
    * Highlight keywords

    Change-Id: Ic6e7194270bbffb3ddaf688c774b632287b0c201
    JIRA: YARDSTICK-1253
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
5 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Wed, 4 Jul 2018 09:13:31 +0000 (09:13 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "IXIA IxNetwork TP first rate is not populated"
  - IXIA IxNetwork TP first rate is not populated

    IXIA IxNetwork traffic profile defines an initial injection frame rate
    for RFC2544 test cases:
      schema: "isb:traffic_profile:0.1"
      traffic_profile:
        frame_rate : 20000

    This value should be assigned to IXIARFC2544Profile.rate before the
    initial injection period.

    JIRA: YARDSTICK-1288

    Change-Id: I29a334c7dbb863f680e45a1d3ab880aaf1fe166d
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
5 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Wed, 4 Jul 2018 06:58:58 +0000 (06:58 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Sample VNF version need to be updated to Fraser"
  - Sample VNF version need to be updated to Fraser

    JIRA: YARDSTICK-1289

    Change-Id: Ib150fafdfcc7a7aa09e4ed9c683fc3013676dac4
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
5 years agoUpdate git submodules
Markos Chandras [Wed, 4 Jul 2018 06:33:23 +0000 (06:33 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "Disable the flavor aio and set default flavor to mini"
  - Disable the flavor aio and set default flavor to mini

    The flavor all-in-one (aio) hasn't been maintained well and
    the stability of it is in question. This change disables the
    flavor aio and sets the default flavor to mini.

    It is important for XCI to enable the aio back in order to help
    users who want to try XCI but don't have big enough machine to
    go for bigger flavors. However, we need to verify all flavors
    for acceptable user experience so the flavor can only be enabled
    back once this happens.

    Change-Id: I053c8fec78876dea71439f1f1bd737a105254ad4
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
5 years agoUpdate git submodules
Manuel Buil [Fri, 4 May 2018 21:11:35 +0000 (23:11 +0200)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Use PDF to set up the XCI VMs

    This patch is doing the first work item of the spec:

    https://github.com/opnfv/releng-xci/blob/master/docs/specs/infra_manager.rst

    It creates the required VMs by XCI to afterwards deploy the VIM. It does that
    by reading the pdf provided by the user.

    - It is currently assumed that the OS for the VM will be installed in the first
    disk of the node described by the pdf

    - It is assumed that the opnfv VM characteristics are not described in the pdf
    but in a similar document called opnfv_vm.yml

    - All references to csv from bifrost-create-vm-nodes were removed

    Change-Id: I46a85284e4ce7df21cbf66f66619b35f74251e68
Signed-off-by: Manuel Buil <mbuil@suse.com>
Co-Authored-by: Markos Chandras <mchandras@suse.de>
  - xci: playbooks: manage-ssh-keys: Create regular user and SSH keys

    We may need to perform non-root tasks on the nodes, so we should have a
    regular user present as well.

    Change-Id: I0b824f1875ce04fe67424fc96e754e06da53be8d
Signed-off-by: Markos Chandras <mchandras@suse.de>
  - xci: var: opnfv_vm: Add descriptor file for OPNFV VM node

    The OPNFV VM acts as a sandbox for installing and running bifrost so
    it is pdf agnostic. As such, we use its own descriptor file to provision
    this node.

    Change-Id: Ice33dc744c04147f9c746285c583de56b8353cc3
Co-Authored-by: Markos Chandras <mchandras@suse.de>
Signed-off-by: Manuel Buil <mbuil@suse.com>
  - xci: xci-lib.sh: Install shade and python-pyyaml on the deployment node

    In preparation for using PDF/IDF to deploy nodes in XCI, we need to have
    shade and python-pyyaml on the host since these are requirements for the
    OpenStack Ansible modules (eg os_ironic) and the dynamic inventories.

    Change-Id: Ie26af0dc58599af6e29a47d91707976dcf16ac6d
Signed-off-by: Markos Chandras <mchandras@suse.de>
  - xci: roles: create-vm-nodes: Add role for creating XCI VM nodes

    Add a new role based on the bifrost one to create nodes for the bifrost
    virtual deployments. This role will install and configure libvirt on the
    host, download a prebuilt OPNFV VM image and deploy the OPNFV VM using
    that image. Moreover, it will create the rest of the nodes for the
    virtual deployment which will be configured by bifrost later on.

    Change-Id: I9fbd084261351d3b53ae373060f43df046191c5e
Co-Authored-by: Markos Chandras <mchandras@suse.de>
Signed-off-by: Manuel Buil <mbuil@suse.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Tue, 3 Jul 2018 16:33:17 +0000 (16:33 +0000)]
Update git submodules

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

    * changes:
      Fix pip install issues in install.yaml script
      Bump ansible version to 2.5.5

  - Fix pip install issues in install.yaml script

    For long executing commands, ansible should use async jobs. For example,
    when installing the project requirements.

    There is a problem in ansible pip module when using a "editable installs".
    This command should be called with "editable" flag.

    JIRA: YARDSTICK-1250

    Change-Id: I6d29bab2f388373e252d065ff5aa0c459a8f265a
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
  - Bump ansible version to 2.5.5

    Increase ansible version to 2.5.5.

    There is a closed bug present in version 2.4.2 which affects to some ansible
    scripts. When calling recursively different roles, the maximum recursion
    depth can be exceeded [1]. This bug is fixed in proposed version.

    [1] https://github.com/ansible/ansible/issues/23609

    JIRA: YARDSTICK-1249

    Change-Id: Ia45b6a2ab44203e39c52357eb3cfee1e0c77eed3
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Tue, 3 Jul 2018 16:32:19 +0000 (16:32 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Cleanup Iperf3 unit tests"
  - Cleanup Iperf3 unit tests

    Removed unneeded output.

    JIRA: YARDSTICK-1275

    Change-Id: I75fe1f7f048714ba5d2fdfa586ad69ebb7b56c88
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Tue, 3 Jul 2018 16:32:14 +0000 (16:32 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Cleanup Plugin unit tests"
  - Cleanup Plugin unit tests

    Removed unneeded output (LOG.info and print functions).

    JIRA: YARDSTICK-1274

    Change-Id: Ida3b62ce28e27058a8b4a3a9e6fa16f041a1f99c
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Tue, 3 Jul 2018 16:32:09 +0000 (16:32 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Cleanup NodeContextTestCase unit tests"
  - Cleanup NodeContextTestCase unit tests

    Removed deprecated functions.

    JIRA: YARDSTICK-1273

    Change-Id: I055b8393e6b25eb08f718cd8a915c6ea684786d8
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Tue, 3 Jul 2018 16:24:36 +0000 (16:24 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Cleanup vPE VNF unit tests"
  - Cleanup vPE VNF unit tests

    Removed unneeded output and stopped access to file system.

    JIRA: YARDSTICK-1271

    Change-Id: I15a58eb7bb81b69fe156433055f59a54372fa0a8
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Tue, 3 Jul 2018 16:24:29 +0000 (16:24 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Cleanup TestIxLoadTrafficGen unit tests"
  - Cleanup TestIxLoadTrafficGen unit tests

    Removed unneeded output and mock system calls.

    JIRA: YARDSTICK-1270

    Change-Id: I0e04a67cab592216280481c7145188c4f9045466
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Tue, 3 Jul 2018 16:24:24 +0000 (16:24 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Cleanup GetDataDbClientTestCase unit tests"
  - Cleanup GetDataDbClientTestCase unit tests

    Removed unneeded output.

    JIRA: YARDSTICK-1268

    Change-Id: I2e9130e863ba915feeb52f54fc901898b1c8f792
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Tue, 3 Jul 2018 16:24:20 +0000 (16:24 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Cleanup VsperfDPDKTestCase unit tests"
  - Cleanup VsperfDPDKTestCase unit tests

    Removed unneeded output.

    JIRA: YARDSTICK-1267

    Change-Id: I0a3f25db2c5ef8ed71fd087b6b35641075c121e7
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
valentin boucher [Tue, 3 Jul 2018 14:38:50 +0000 (14:38 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Revert "Disable all new testcases for MS3.1""
  - Revert "Disable all new testcases for MS3.1"

    This reverts commit 0ff1a51fa53cb74f7a671edc3f1502838294d5c9.

    Change-Id: I1ff9cb23978cbfcec6a3284654aaf6b153214a19
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Trevor Bramwell [Tue, 3 Jul 2018 12:57:51 +0000 (12:57 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[release] Fuel, Armband: Release opnfv-6.2.1"
  - [release] Fuel, Armband: Release opnfv-6.2.1

    Change-Id: Ic3e0be0f031408146ceead3130850650e6bde125
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
xudan [Fri, 29 Jun 2018 07:33:46 +0000 (03:33 -0400)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Adapt Yardstick fraser

    Yardstick fraser has changed from openstack python client to shade.
    OS_INSECURE is not a key for shade.
    It needs to be OS_VERIFY.

    Change-Id: I0973853d0527b04ec371ad4f6ce2f6c67ef50ccf
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Martin Klozik [Thu, 28 Jun 2018 13:30:47 +0000 (15:30 +0200)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - ci: Support for negative pylint rating

    Script ./check was updated to correctly parse and process negative pylint
    ratings. Also awk expression was fixed to get rid of error messages
    during parsing of pylint output.

    JIRA: VSPERF-587

    Change-Id: I72c5bd85f38274f308fce881517e5b6fa4a123dc
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
Alexandru Avadanii [Mon, 2 Jul 2018 19:34:55 +0000 (21:34 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump for noha fixup of keyserver access

    Change-Id: I19752b902b858b0332f73825621f6a2f05a6ad55
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 2 Jul 2018 19:30:21 +0000 (21:30 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [salt-formulas] opendaylight: Fix noproxy case

    Change-Id: I192cda7412151b2974e1bcd79a51f7593acace5d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Onong Tayeng [Mon, 2 Jul 2018 09:59:01 +0000 (15:29 +0530)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Tagging FDS for Fraser 6.2.0

    Change-Id: Idebf9d0d49ef9d57901615ddf15595545031f093
Signed-off-by: Onong Tayeng <otayeng@cisco.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 2 Jul 2018 17:48:58 +0000 (19:48 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump for ODL keyserver prx rework

    Change-Id: I1c6e298a412389896364242f08c8613a50cd0fc0
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 2 Jul 2018 16:17:46 +0000 (18:17 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [salt-formulas] opendaylight: Adjust keyserver prx

    Align opendaylight/server sls with the latest salt-formula-linux
    version of keyserver requests support behind proxy.

    Change-Id: I55f9010eec8b74932d4a28215ecf9647deb3d82c
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Panagiotis Karalis [Fri, 29 Jun 2018 12:50:21 +0000 (15:50 +0300)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Fix syntax error on clean_results_dir method

    Change-Id: I9f33bb320452efab79be5a22e625efac820183eb
Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 2 Jul 2018 14:30:23 +0000 (16:30 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [docs] Bump release tag to 6.2.1

    Change-Id: I011f34535363d02ef726dfafd6abe0d3c6b4df5f
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Trinath Somanchi [Mon, 2 Jul 2018 14:22:02 +0000 (10:22 -0400)]
Update git submodules

* Update docs/submodules/ovn4nfv from branch 'master'
  - OVN4NFV Fraser 6.2.0 release notes.

    Change-Id: I85781832e4e7d5fe66d9da1766f99dbd18c3dd54
Signed-off-by: Trinath Somanchi <trinath.somanchi@nxp.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 2 Jul 2018 14:24:20 +0000 (16:24 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump for APT allow-upgrades

    Change-Id: I12757e81c08d86e2f1dfaa96544c8978cd2e8a19
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 2 Jul 2018 13:50:27 +0000 (15:50 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [apt] Allow downgrades during APT operations

    Pinning certain packages (e.g. OVS) interfers with `dist-upgrade` if
    downgrades are not explicitly allowed.

    Change-Id: I0b001936e86228037c30f30812e32d6221ef458d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 2 Jul 2018 13:31:59 +0000 (15:31 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump for Armband repo pinning

    Change-Id: I48a33201d5e9fcc08747c6c6383f584e4e123a2f
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 2 Jul 2018 12:45:57 +0000 (14:45 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [AArch64] Pin armband repo with highest prio

    Mirantis repositories shadow certain packages from Armband repos
    (e.g. qemu-efi) if pinning is not set.
    Since MaaS does not allow configuring repo priorities via its API,
    use Salt pillar data to re-define the Armband repo and set its prio.

    Change-Id: Ic743f4b684b3f13552792f5f04097fac73171b37
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Georg Kunz [Wed, 27 Jun 2018 22:21:07 +0000 (00:21 +0200)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Splitting the networking tests in API and scenario tests

    Split the networking tempest test case in Tempest API tests and scenario
    tests. The API tests will be promoted to mandatory while the scenario
    tests will remain optional.

    JIRA: DOVETAIL-678

    Change-Id: I03022316076809536782e82fd531d98f45105caa
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Mon, 2 Jul 2018 10:01:25 +0000 (10:01 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Cleanup TestProxBinSearchProfile unit tests"
  - Cleanup TestProxBinSearchProfile unit tests

    Removed unneeded output and mocks.

    JIRA: YARDSTICK-1266

    Change-Id: I04fd1ba32ea46c7896548faebc5af1a43b0f750e
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Mon, 2 Jul 2018 10:00:51 +0000 (10:00 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Cleanup ProxDuration unit tests"
  - Cleanup ProxDuration unit tests

    Removed unneeded output, removed access to files, fixed indentation,
    bumped deprecated asserts, reduced time execution and fixed file header.

    JIRA: YARDSTICK-1262

    Change-Id: I4803980748d4731cc27608e386707a858e1a8630
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Cedric Ollivier [Mon, 2 Jul 2018 08:32:07 +0000 (08:32 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Inherit rally from VmReady1"
  - Inherit rally from VmReady1

    It also fixes clean().

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

* Update docs/submodules/functest from branch 'master'
  - Create Member role if required

    It seems there is no common role configuration between OPNFV
    installers. Then it creates/removes the expected role if required.

    Change-Id: I38a92e2522a401f46a59813b9e9443a11d6c7060
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Periyasamy Palanisamy [Mon, 2 Jul 2018 07:59:29 +0000 (07:59 +0000)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Merge "Route exchange test with testcase3"
  - Route exchange test with testcase3

    This review brings up quagga VM installed with 6WIND quagga,
    configures with external ip prefix and making sure that it gets
    exchanged with ODL peer.

    Change-Id: I9ba677e74f24258f7cc59db70b013fbdbbec917a
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
6 years agoUpdate git submodules
Dimitrios Markou [Mon, 2 Jul 2018 06:56:13 +0000 (06:56 +0000)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Merge "Fix Update README.tests"
  - Fix Update README.tests

    When looking at the different testcases in the functest directory
    TEST SYMMETRIC is outdated and TEST DELETION is missing in the README.
    This patch is an update to README.tests for the latest changes that
    have been done the to those two testcases.

    Change-Id: I54fceac85f45212ed45efca1a6f30d4ba092e0c1
Signed-off-by: spiritus72 <billmorrissonjr@gmail.com>
6 years agoUpdate git submodules
Aric Gardner [Mon, 2 Jul 2018 05:42:53 +0000 (05:42 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Tagging Bottlenecks F release 6.2"
  - Tagging Bottlenecks F release 6.2

    Change-Id: I7df15a89379ce0e30eba0bd00ae9fbb76056970d
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
6 years agoUpdate git submodules
Aric Gardner [Mon, 2 Jul 2018 04:59:49 +0000 (04:59 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Fraser Tagging: 6.2.0"
  - Fraser Tagging: 6.2.0

    vswitchperf tagging.

    Change-Id: I93a7d97e89d493b2ace9bf2c00b1932a89bab772
Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com>
6 years agoUpdate git submodules
Aric Gardner [Mon, 2 Jul 2018 04:54:57 +0000 (04:54 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[yardstick] fraser opnfv-6.2.1 release tag"
  - [yardstick] fraser opnfv-6.2.1 release tag

    fix opnfv-6.2.0 bug: docker image build failed

    JIRA: YARDSTICK-1278

    Change-Id: Ifac06060ffedf6c8300e371600f1af2ce928dd14
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
Stephen Wong [Sun, 1 Jul 2018 05:53:00 +0000 (22:53 -0700)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Tagging opnfv-6.2.0 for Clover

    Change-Id: I350cce402226444fa0dda75e64405cfcb20a3519
Signed-off-by: Stephen Wong <stephen.kf.wong@gmail.com>
6 years agoUpdate git submodules
Rex Lee [Sun, 1 Jul 2018 19:13:57 +0000 (19:13 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Yardstick Fraser Release notes - 6.2.1"
  - Yardstick Fraser Release notes - 6.2.1

    JIRA: YARDSTICK-1278

    Change-Id: I96d54b06f0ef794c9c0ec26d78eb54ebcc6462ed
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
Rex Lee [Sun, 1 Jul 2018 04:33:46 +0000 (04:33 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Bugfix: ansible install.yaml missing configure_gui step"
  - Bugfix: ansible install.yaml missing configure_gui step

    JIRA: YARDSTICK-1279

    Change-Id: I7df97479e2e17495668ef4982de4aec13d04c25c
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
rexlee8776 [Sun, 1 Jul 2018 04:02:52 +0000 (04:02 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Bugfix: uwsgi config file yardstick.ini output error

    JIRA: YARDSTICK-1280

    Change-Id: I45b4b781cee21035897ba0c34dc740af6365e918
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
Periyasamy Palanisamy [Sat, 30 Jun 2018 20:06:45 +0000 (22:06 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - update fraser 6.2.0 release tag for sdnvpn

    Change-Id: Id78fbfe1cb2e0ace44d2e6acf688e4115941a84a
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>