opnfvdocs.git
6 years agoUpdate git submodules
Gerard Damm [Fri, 22 Jun 2018 02:10:11 +0000 (21:10 -0500)]
Update git submodules

* Update docs/submodules/auto from branch 'master'
  - checked code logic for UC2-vim001 recovery time measurement

    JIRA: AUTO-38

    Leveraging new OpenStack SDK release 0.14, tested existing code for
    UC2/vif-001 (simulated VM failure), to verify that generic code for
    recovery time measurement works.

    Entered test code in placeholders for this test case: challenge start
    (suspend a VM), challenge stop (resume, although this was done
    outside (from Horizon), to simulate an ONAP-controlled recovery),
    test code (periodic status check, stop when VM is active again).
    Time was measured correctly, output files (.csv) were created
    successfully.

    This will allow to close Jira ticket 38.

    Next steps will be to interface with ONAP, to obtain VNF info
    (especially the ID of the corresponding OpenStack VMs), and perform
    the same measurement, which this time will be an actual recovery
    time, provided DCAE data collection, Policy and CLAMP have the
    proper configuration.

    Change-Id: I7320f7570c119d2b59d1ed6ca787ba975ad04a44
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
6 years agoUpdate git submodules
Tim Rozet [Tue, 26 Jun 2018 19:17:12 +0000 (15:17 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: Fixes to allow ODL snapshot update to work

    Change-Id: I2e641434051e615cf04922a7349c7a7f1891caea
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
mbeierl [Wed, 20 Jun 2018 13:29:30 +0000 (09:29 -0400)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - Adds IP Addresses to Config API

    Uses the IP addresses of the VMs in the stack to populate
    a new slave_addresses field in the REST API.

    Change-Id: I363a4d118cf5c786f4faf8432ea884cb010c6db5
    JIRA: STORPERF-239
Signed-off-by: mbeierl <mark.beierl@dell.com>
6 years agoUpdate git submodules
mbeierl [Mon, 25 Jun 2018 17:18:47 +0000 (13:18 -0400)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - Speed up Builds

    Adding a new keyserver and ulimit to help speed up
    builds.

    Change-Id: If79ba1e533bfe2044606d98047abe9fa342aefb4
Signed-off-by: mbeierl <mark.beierl@dell.com>
6 years agoUpdate git submodules
Trevor Bramwell [Tue, 26 Jun 2018 18:53:54 +0000 (18:53 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[doctor] disable un-runnable jobs"
  - [doctor] disable un-runnable jobs

    This patch disbles the following jobs as the labs are not working.

     - daisy@x86_64
     - fuel@x86_64

    Change-Id: I69306ac1474afa0c8980ab4e2f1afa29abc789e0

6 years agoUpdate git submodules
Cedric Ollivier [Tue, 26 Jun 2018 17:58:27 +0000 (17:58 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Take shaker arm64 image into account"
  - Take shaker arm64 image into account

    Change-Id: Ia1da6e97027df2cfa923f5ba076731e4a2817b1f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cedric Ollivier [Tue, 26 Jun 2018 17:58:05 +0000 (17:58 +0000)]
Update git submodules

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

    It has been decided in TSC release meeting.

    Change-Id: I0a62f18c5b11fe31ac72fc301c5444e8d89b6fff
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Abhijit Sinha [Tue, 26 Jun 2018 17:39:32 +0000 (17:39 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Addition of Configurable Sampling and Configurable Confirmation Retry"
  - Addition of Configurable Sampling and Configurable Confirmation Retry

    JIRA: YARDSTICK-1221

    In order to increase accuracy of result the following are done :-
      - Improve Measurement Accuracy (YARDSTICK-1212)
      - Improve Sampling Interval (YARDSTICK-1219)
      - Allow 4 PROX ports to be read simultaneously (YARDSTICK-1220)

    This change does the following :-
      - Stores LINE Rate statistics of Sample
      - Requires a confirmation retry before deciding to increase or
        decrease this is configurable.
      - Allows the user to disable Sampling or specify a sample interval
      - Added Code Coverage of ProxDurationRunner based on YARDSTICK-1199

    Change-Id: I27242ac1849c9a2712866385b5fbc05977c71516
Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com>
6 years agoUpdate git submodules
Abhijit Sinha [Tue, 26 Jun 2018 17:39:18 +0000 (17:39 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Bugfix: heat conext of test case yamls jinja2 bypass sriov type"
  - Bugfix: heat conext of test case yamls jinja2 bypass sriov type

    the "if provider" condition bypass when provider = "sriov",
    related to https://gerrit.opnfv.org/gerrit/#/c/32789/

      networks:
        test:
          cidr: '10.0.1.0/24'
          {% if provider == "vlan" %}
          provider: {{provider}}
          physical_network: {{physical_network}}
            {% if segmentation_id %}
          segmentation_id: {{segmentation_id}}
            {% endif %}
          {% endif %}

    JIRA: YARDSTICK-1242

    Change-Id: I6a611e839654f401648d9bd6188589816f7b4946
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Tue, 26 Jun 2018 16:11:38 +0000 (16:11 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Extended Context class with get_physical_nodes functionality"
  - Extended Context class with get_physical_nodes functionality

    JIRA: YARDSTICK-1255

    Change-Id: I446d715dc6cf716a4fcbc1b809c1b1d6303071e0
Signed-off-by: Chornyi, TarasX <tarasx.chornyi@intel.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 26 Jun 2018 11:29:31 +0000 (13:29 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump & rebase for vPDF support

    Change-Id: Ie0705b598d6fcd37071c05afb90cb2948a88a1f5
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Tim Rozet [Tue, 26 Jun 2018 15:24:40 +0000 (11:24 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: Update and fix netvirt artifact download

    Change-Id: I7089603b982125f90dd5259e0720007ab3f910e5
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Abhijit Sinha [Tue, 26 Jun 2018 15:15:02 +0000 (15:15 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Bugfix: HA kill process recovery has a conflict"
  - Bugfix: HA kill process recovery has a conflict

    It happens in Nokia SUT when running in the Plugfest. The problem happens when
    the start_process start to recover the killed process (like nova-api), but the
    self-cured mechanism already recovered. And somehow it lead to a conflict and
    has problems.
    So the recover of the HA attack-recover should be improved to only recover it
    when it needs to.

    JIRA: YARDSTICK-1222

    Change-Id: I1acb5a7d59d6fe4e0de0b0c5942fa89e051dd1ff
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
Emma Foley [Tue, 26 Jun 2018 14:30:20 +0000 (14:30 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "NSB Topology fix for Prox 4 port test case"
  - NSB Topology fix for Prox 4 port test case

    The uplink and downlink interfaces for the 4 port
    test cases were inconsistent and fixed in this commit.

    This affects all the 4 port PROX test cases.

    Tested on: Heat L2fwd-4 and L3fwd-4 test case.

    JIRA: YARDSTICK-1185

    Change-Id: Ia2ce7ed0dc395b812f84ede94e259b42dc833579
    Signed-off-by:Abhijit Sinha <abhijit.sinha@intel.com>

6 years agoUpdate git submodules
Tim Rozet [Tue, 26 Jun 2018 13:50:06 +0000 (09:50 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: Fix fluorine name and patch netvirt reinstall

    Temporarily pull in specific patch to fix ODL netvirt reinstall.

    Change-Id: Id3ba00592e81ee0970075b34afb72f76db02d0b4
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Trevor Bramwell [Tue, 26 Jun 2018 12:45:16 +0000 (12:45 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Fix release tagging noop"
  - Fix release tagging noop

    When the release job runs to tag the repos it should push the tags back
    to Gerrit. This was originally a 'noop' for testing.

    Change-Id: Ifbecbccda1ae123c7b8f0d59eefa727784d10acd
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Trevor Bramwell [Tue, 26 Jun 2018 12:45:06 +0000 (12:45 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Include yamllint on build servers"
  - Include yamllint on build servers

    Change-Id: Ie99da1fd5ed3789a1dbf4134796b95f2ac69abce
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Fatih Degirmenci [Mon, 25 Jun 2018 19:32:00 +0000 (21:32 +0200)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Pin functest-healthcheck docker image to known sha

    Functest changes have significant impact which blocks everything in XCI so this
    change pins the image to a known sha to get the original set of healthcheck
    testcases until the impacts are analysed and concerns are raised to Functest
    and the wider OPNFV Community and addressed based on community consensus.

    Pinned version of functest-healthcheck contains the test cases below.
    - connection_check
    - api_check
    - snaps_health_check

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

    Change-Id: Ic9222af8c27e58491b7b60a7504df9d792b5e753
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 26 Jun 2018 11:21:14 +0000 (11:21 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[noha] Adopt vPDF usage"
  - [noha] Adopt vPDF usage

    Previously, all virtual deployments relied on lab configuration from
    <./mcp/config> using 'local-virtual1' as POD name.
    To keep using that default sample config, one can still pass the
    appropiate arguments to <ci/deploy.sh> as in:
    $ ./ci/deploy.sh -l local -p virtual1 [...]

    This changed introduces support for vPOD-specific lab config, e.g.:
    $ ./ci/deploy.sh -l ericsson -p virtual4

    Change-Id: I6ecb8e71d7e923e4b29b4ab0693c1afa5e19b582
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 26 Jun 2018 10:33:08 +0000 (10:33 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[ha] Add fabric to maas admin subnet"
  - [ha] Add fabric to maas admin subnet

    Change-Id: Ida4cf736dfe60886384e7e180d3e43faf811bd58
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Michael Polenchuk [Mon, 25 Jun 2018 16:57:01 +0000 (20:57 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [ha] Pin UCA's libvirt/qemu on computes

    * install libvirt/qemu packages only from UCA on computes
    * shift panko/aodh db settings to telemetry nodes

    Change-Id: I0f4434aa8d2139870afaed9d9831db0a9af10e51
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Tue, 26 Jun 2018 09:53:14 +0000 (09:53 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Refactor "utils.parse_ini_file" testing"
  - Refactor "utils.parse_ini_file" testing

    JIRA: YARDSTICK-1218

    Change-Id: I5136b22110d215beb7af72998ad47a8dba27f63b
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Emma Foley [Tue, 26 Jun 2018 09:38:34 +0000 (09:38 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Refactor remote command execution in pktgen_dpdk"
  - Refactor remote command execution in pktgen_dpdk

    PktgenDPDKLatency.run will raise a RuntimeError if a remote command
    fails. This commit makes it use the already existing exception raising
    mechanism in yardstick's ssh client.

    JIRA: YARDSTICK-1166

    Change-Id: I3a3c7691399044b174f5d040c015c9b907b2fe5d
Signed-off-by: Miikka Koistinen <miikka.koistinen@nokia.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Tue, 26 Jun 2018 07:43:20 +0000 (07:43 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add unit test file for DurationRunner"
  - Add unit test file for DurationRunner

    JIRA: YARDSTICK-1199

    Change-Id: I5526935207ae3661a4cb8b8d25e93bc26adc3ef2
Signed-off-by: Miikka Koistinen <miikka.koistinen@nokia.com>
6 years agoUpdate git submodules
Rex Lee [Tue, 26 Jun 2018 06:35:55 +0000 (06:35 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Refactor remote command execution in pktgen"
  - Refactor remote command execution in pktgen

    Some remote commands in Pktgen are executed without checking the exit
    status. This patch makes all remote commands check exit value, and
    removes unused variables that are captured from remote command
    executions.

    JIRA: YARDSTICK-1166

    Change-Id: I42a667ebd22d086887d61e1671bc569b03c59d33
Signed-off-by: Miikka Koistinen <miikka.koistinen@nokia.com>
6 years agoUpdate git submodules
Manuel Buil [Tue, 26 Jun 2018 06:29:45 +0000 (06:29 +0000)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Merge "Move the yamllint check to tox"
  - Move the yamllint check to tox

    Until now we were executing the yamllint check through shell
    commands contained to a builder in the releng repo [0].
    This patch moves that check to the tox framework.

    Additional changes should be done to the sfc jobs in the
    releng repo.

    [0]: https://github.com/opnfv/releng/blob/master/jjb/sfc/sfc-project-jobs.yaml#L73

    Change-Id: Ie42113087a8c1494593d5510cdf367abe99a7f5b
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Tue, 26 Jun 2018 06:28:41 +0000 (06:28 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add support for tox in SFC project jobs"
  - Add support for tox in SFC project jobs

    Depends-On: https://gerrit.opnfv.org/gerrit/#/c/58649/

    Change-Id: I4b39c6fd8e70fe40c68e5b2d7043ee522583290b
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
6 years agoUpdate git submodules
Tim Rozet [Mon, 25 Jun 2018 19:21:07 +0000 (15:21 -0400)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Deprecates the use of '--upstream' argument

    We only support the use of upstream deployments from Gambia onwards.
    Therefore deprecating the parameter and forcing upstream to always be
    used.

    Change-Id: I7926a65a2c32bca2272855ba45fdb6005f67616f
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Tim Rozet [Mon, 25 Jun 2018 20:05:33 +0000 (16:05 -0400)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Ignore error if network already undefined

    In clean we destroy a network, then undefine it. When running snapshot
    deploy it uses manual virsh bash commands to create the networks and
    other virsh resources. This leaves an admin network which our clean
    eventually tries to delete. However when the libvirt api network destroy
    command is used it is somehow undefining the newtork at the same time.
    Therefore just catch that possible scenario and ignore the failure as
    the network has already been removed.

    Change-Id: Id1d861fbe2a338f0828e78721c09f110030d3a4a
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Tim Rozet [Mon, 25 Jun 2018 21:11:05 +0000 (17:11 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: Update ODL master DIST

    Change-Id: I5937b486777a5da50b13084969a38c5ee6cb4ba6
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Tim Rozet [Mon, 25 Jun 2018 19:27:38 +0000 (15:27 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: Fix IP overcloud parsing for snapshot

    Sometimes there are more than 1 IP per line in the overcloudrc. So we
    make sure we only grab the first one.

    Change-Id: I565fbed902f00688607683cdc69d0edcba4dc743
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Tim Rozet [Mon, 25 Jun 2018 18:41:03 +0000 (14:41 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: Fixes blocking/snapshot checks

    Change-Id: If6782ae3806fa9193d42bc3f640c000e3a723724
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Cedric Ollivier [Mon, 25 Jun 2018 18:26:33 +0000 (18:26 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Remove list_zones() which requires dns"
  - Remove list_zones() which requires dns

    Change-Id: I271545a654a1a508c8b47a3fa4dcf72ad314a154
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Delia Popescu [Mon, 25 Jun 2018 10:32:42 +0000 (13:32 +0300)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Fix role name for tenantnetwork

    Role name _member_ is no longer available
    The test returnes OpenstackCloudException that
    role _member_ is not found

    Change-Id: I37c8dfe6c4da04009ccabbc49e12c2123d92832b
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
6 years agoUpdate git submodules
mbeierl [Thu, 10 May 2018 20:16:25 +0000 (16:16 -0400)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Adds Stack Update

    Adds function to allow stack update to
    occur.

    Includes higher level object calls for stack
    update.

    Added blocking parameter to create() and update()
    Rebase screwed up some changes.
    Added new test to test_suite_builder.py and updated
    IntegrationTests.rst accordingly

    Change-Id: I4558befb3ea8ea7982faff79d1ebb54fbb3d44a7
Signed-off-by: mbeierl <mark.beierl@dell.com>
6 years agoUpdate git submodules
Tim Rozet [Mon, 25 Jun 2018 13:36:45 +0000 (09:36 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: update 3rd party netvirt CI

    Intel slave no longer exists. Moves the Apex netvirt snapshots to run on
    Apex slaves.

    Change-Id: I3d9d32455e5a24cb64070677a32c5908cc331326
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 25 Jun 2018 12:58:29 +0000 (14:58 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump & rebase for maasng boot-resources

    Change-Id: I067fcde1bff66d100b1d052820217065fec2ea38
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 19 Jun 2018 14:34:20 +0000 (16:34 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [MaaS] Adopt boot-resources control from maasng

    JIRA: FUEL-364

    Change-Id: I891514f85cf694509003a3b0a6f3568524d0a461
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Markos Chandras [Mon, 25 Jun 2018 12:34:44 +0000 (12:34 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: vm: start-new-vm: Copy deployment image to clean VM"
  - xci: vm: start-new-vm: Copy deployment image to clean VM

    In order to save us some time and bandwidth we can copy the deployment
    image to the clean VM in order to be used by bifrost to prepare the
    virtual machines. Moreover, we also put our key there so we can ssh
    as the root user.

    Change-Id: Id21e19aaefde71862c21180129c664c1bf121c32
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Venkata Harshavardhan Reddy Allu [Mon, 25 Jun 2018 10:31:00 +0000 (16:01 +0530)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Remove side_effect method in 'test_cleanup.py' module

    The side_effect method under test_delete_openstack_objects_exception
    method in 'test_cleanup.py' module is not needed. In fact, it won't
    be called at all. It should have been detected in [pylint] W0612.
    So when we run the nosetest, side_effect from Mock instances of
    mock_creator_obj_one and mock_creator_obj_two were called.

    Change-Id: Ibad6c8ebe14c320ef31c2133635ecd45fd011835
Signed-off-by: Venkata Harshavardhan Reddy Allu <venkataharshavardhan_ven@srmuniv.edu.in>
6 years agoUpdate git submodules
Delia Popescu [Mon, 25 Jun 2018 11:41:50 +0000 (14:41 +0300)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - [patch] Bump & rebase for pymysql update

    Change-Id: I1cfe66962bf582a278412a648307f78fa9bc66c5
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Mon, 25 Jun 2018 11:27:25 +0000 (11:27 +0000)]
Update git submodules

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

    Remove unneeded mocks, clean console output and improve the
    test execution.

    JIRA: YARDSTICK-1226

    Change-Id: I83e91028c17208a39d3813e85b44c4df1961e01e
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Mon, 25 Jun 2018 11:19:12 +0000 (11:19 +0000)]
Update git submodules

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

    This new parameter, "volumeMounts", will allow the user to automatically
    create new volumes mounted inside the container. Example of Kubernetes
    context definition:

      context:
        type: Kubernetes
        servers:
          host:
            volumeMounts:
              - name: volume1              # mandatory
                mountPath: /dev/hugepages  # mandatory
                readOnly: True             # optional, default=False

    JIRA: YARDSTICK-1151

    Change-Id: Ic00b45e6d603a9f85e3f0e25becdf0bce14e637c
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Mon, 25 Jun 2018 11:19:04 +0000 (11:19 +0000)]
Update git submodules

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

    This new parameter, "volumes", will allow the user to automatically create
    new volumes. Example of Kubernetes context definition:

      context:
        type: Kubernetes
        servers:
          host:
            image: ...
            commands: ...
            volumes:
              - name: volume1              # mandatory
                <volume type definition>   # mandatory

    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-1152

    Change-Id: I44a91c605f047de4f286407e28fb5aa2e921b00a
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Ryota Mibu [Mon, 25 Jun 2018 10:14:31 +0000 (10:14 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Update the repo script to only list repos once"
  - Update the repo script to only list repos once

    When projects have multiple releases (ex 6.0, 6.1) the repos would be
    listed multiple times when only wanting repo names. This change still
    supports listing the repos when they have multiple versions.

    Change-Id: I7b0c96649b5486d91b177f95cf175bebcb53815b
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Mon, 25 Jun 2018 07:47:00 +0000 (08:47 +0100)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Change IxNextgen library load

    Changed IxNextgen library load in IXIA RFC2544 traffic generator call.

    JIRA: YARDSTICK-1116

    Change-Id: Icbdc5f1255dd2676584f3a1be767287e55e71f4a
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Cédric Ollivier [Mon, 25 Jun 2018 05:17:17 +0000 (07:17 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Move odl into healthcheck

    It should be included in healthcheck as all basic tests.

    Change-Id: I48439fe6385a9056eed8b779290f20633d59b0fd
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Mon, 25 Jun 2018 04:07:26 +0000 (06:07 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Implement connection_check via shade too

    SNAPS connection_check tests are merged into api_check.
    It would ease debugging deployment as well [1]

    [1] https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-master/127/console

    Change-Id: I30254a46c3dc6874881d687e36903c6b7878d63d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Mon, 25 Jun 2018 03:09:05 +0000 (05:09 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Move vping_* and cinder_test into healthcheck

    Change-Id: I193c6dcdf90fe8eac46884fe5a5a329b0e5a7322
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Tomi Juvonen [Mon, 25 Jun 2018 04:36:53 +0000 (07:36 +0300)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - Doctor releasenotes Fraser 6.2

    Change-Id: I18625dc03f050e2d424cfcd1bd10534647db5525
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
6 years agoUpdate git submodules
Harry Huang [Fri, 22 Jun 2018 04:20:04 +0000 (12:20 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Switch compass-tasks containers to opnfv repo

    Docker images on opnfv repo should be ready
    now and using images from opnfv instead of
    private docker hub

    Change-Id: I2f57c9493c2b8ccdd7b7e5b304176c82661643b3
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
6 years agoUpdate git submodules
Cédric Ollivier [Mon, 25 Jun 2018 02:58:11 +0000 (04:58 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Add dedug data when creating project/user

    https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-master/127/console

    Change-Id: I233cef05560eba5f238b0eea3e2c56cb3c882931
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Sun, 24 Jun 2018 17:43:01 +0000 (19:43 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Force the use of public endpoints in shaker.py

    It now leverages on the new user created and gets the public endpoint.

    Change-Id: Iead106e614a73708cb13e33b49a2f438766a3056
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Sun, 24 Jun 2018 11:54:01 +0000 (13:54 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Fix hardcoded values in cinder_test

    Only Fuel attaches a kdrive in all cases and then increase the device
    numbers. cinder_test now leverages on VOLUME_DEVICE_NAME as tempest.

    It also updates the testcase to leverage on the right scenario.

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

* Update docs/submodules/functest from branch 'master'
  - Improve scenarios to reduce duplicate codes

    Change-Id: I71f79b9ac8314ac979d4b1009f662baa7c93a4fd
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
  - Fix hardcoded value

    Change-Id: I070e1404a4b0dba4733f38e2de32e1fa77254ddc
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Sat, 23 Jun 2018 05:35:27 +0000 (07:35 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Decrease the log level when connecting in singlevm

    https://build.opnfv.org/ci/view/functest/job/functest-compass-baremetal-daily-master/172/console

    Change-Id: I0fd3bb833d306626c0eb6393fff3d0fca0579100
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Sat, 23 Jun 2018 10:30:07 +0000 (12:30 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Fix user/project create operations

    os_client_config creates a singleton which forbids the previous
    processing. It also cleans remaining resources and allows
    publishing public images (needed by Tempest)

    Change-Id: I3a0ad8664b263d3ee8599efe2973465006d5750b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Dimitrios Markou [Wed, 9 May 2018 11:49:27 +0000 (14:49 +0300)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Create unit tests for 'cleanup.py' module

    This is the first attempt to add unit testing capabilities
    to OPNFV/SFC project.

    Also we are following the contraints.txt logic which
    helps in the direction of simulating a test env which
    will be as much as close to the real env that the SFC
    testcases are running.

    Jira: SFC-127
    Jira: SFC-129

    Change-Id: I938d28f9f85614cdefa163949c4ec9f06f5d27b4
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
6 years agoUpdate git submodules
Cédric Ollivier [Fri, 22 Jun 2018 12:35:53 +0000 (14:35 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Update tempest to inherit from VmReady1

    It also copies tempest.conf due to side effects raised by
    Barbican plugins.

    Change-Id: Ie87680f5d2e68527a5a61aac302838afc339dde8
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Michael Polenchuk [Fri, 22 Jun 2018 12:57:44 +0000 (16:57 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [ha] Update pymysql to version 0.8

    * get latest pymysql from UCA repo
    * set DB connection recycle time to avoid issue with broken database
      connection during query (MySQL server has gone away)
    * set haproxy source balacing mode for neutron API to avoid race
      condition with duplicate security groups
    * get libvirt/qemu from UCA repo on compute nodes since main process
      of libvirt exits (is killed by 11/SEGV [segfault]) during volume
      attaching operation

    Change-Id: Iead5ecc561683876c476357f4a4de8780775aa7b
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Cédric Ollivier [Thu, 21 Jun 2018 20:47:45 +0000 (22:47 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Publish vmready scenarios

    It will simplify code in juju_epc, tempest, etc.

    Change-Id: I195ae1d7d75f1c2f2eba76ae3c5307153e9b9759
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Abhijit Sinha [Fri, 22 Jun 2018 13:24:20 +0000 (13:24 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Configure ACL via static file"
  - Configure ACL via static file

    This patch allows user to configure ACL/vFW SampleVNF ACL
    via configuration file provided in TC definition. The
    Yardstick applies the rules to SampleVNF from specified config
    file + rules generated by Yardstick (default rules).

    The example of SampleVNF ACL CLI commands generated/applied
    by Yardstick can be found at (using default ACL config file):

    ACL VNF ACL CLI commands:
      acl/tc_heat_rfc2544_ipv4_1rule_1flow_64B_trex.yaml
      http://paste.openstack.org/show/723303/

    vFW VNF ACL CLI commands:
      vfw/tc_heat_rfc2544_ipv4_1rule_1flow_64B_trex.yaml
      http://paste.openstack.org/show/723304/

    Change-Id: I76a630261a982083b628e3985fc3bec14ca495db
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
6 years agoUpdate git submodules
Ryota Mibu [Fri, 22 Jun 2018 03:25:19 +0000 (03:25 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add RTD Verify and Merge jobs for Releng"
  - Add RTD Verify and Merge jobs for Releng

    These jobs come from global-jjb[1]. On verify, 'tox -e docs' is ran
    against releng, and on merge at webhook it curl-ed on RTD to build the
    docs.

    The merge job additionally requires jq installed to verify the build was
    triggered.

    [1] https://docs.releng.linuxfoundation.org/projects/global-jjb/en/latest/jjb/lf-rtd-jobs.html

    Change-Id: Ib0d752a904a9fdda2ab13016509a0b82d34ec3ee
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Ryota MIBU [Thu, 7 Jun 2018 15:17:15 +0000 (00:17 +0900)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - [consumer] fix default value for port number

    Port number of consumer should be int instead of str.

    Change-Id: I7f7c7b23ede094d1d3278ef4cd5f971fb57ca2e8
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
6 years agoUpdate git submodules
Tim Rozet [Fri, 22 Jun 2018 00:15:16 +0000 (20:15 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: more snapshot fixes

    Changes-Include:
     - Rename jobs to have 'os' in them to distinguish openstack branch
     - Fix uploading snapshots to upload from the create directory (where
       the artifacts are built and stored)
     - Fix the properties file so that it is created if one does not exist
       already upstream in the artifacts repo

    Change-Id: I0d75fd41585538cbe860274a082cb4051d8b05c5
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Harry Huang [Thu, 21 Jun 2018 08:48:37 +0000 (16:48 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Set OpenContrail role to optional

    JIRA: COMPASS-602

    OpenContrail is not installed in every Kubernetes
    scenario. Set this role to optional to avoid deploy
    failure.

    Change-Id: Iafa0c817e87b44509e96549fcda892380b1c5586
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
6 years agoUpdate git submodules
Cedric Ollivier [Thu, 21 Jun 2018 20:07:51 +0000 (20:07 +0000)]
Update git submodules

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

    It patches specific values for singlevm1 and singlevm2 (arm64, ovs
    and fdio).

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

* Update docs/submodules/functest from branch 'master'
  - Add the Barbican test suite

    It eases verifying the functionality of a barbican installation.

    Change-Id: Iac2144ae6ba4d61b2b37bb5c7a0359edb3f222a6
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Gerard Damm [Thu, 21 Jun 2018 18:56:47 +0000 (18:56 +0000)]
Update git submodules

* Update docs/submodules/auto from branch 'master'
  - Merge "ci: CI helper script"
  - ci: CI helper script

    Skeleton of CI helper script. This script implements the body
    of AUTO CI jobs. It is executed from AUTO job definitions
    used by the OPNFV Jenkins.

    Change-Id: I17984293b795a0fe90bff8f9e06a8a82176c1612
Signed-off-by: Martin Klozik <martin.klozik@tieto.com>
6 years agoUpdate git submodules
Gerard Damm [Fri, 8 Jun 2018 20:30:03 +0000 (15:30 -0500)]
Update git submodules

* Update docs/submodules/auto from branch 'master'
  - adding Mohan, removing Madhukesh

    In a phase of refreshing list of Auto committers.

    First batch: add Mohan, remove Madhukesh.
    Mohan: which email to use (mvista or gmail); and need your LF ID.

    Next batch: add Martin, Richard, Cristina, Paul, Joe
    (voting in progress), and review all list

    Does the "INFO" file need to be deleted (since "INFO.yaml" is the reference) ?

    patch 2:
    - updated Mohan's LFID
    - added entries for Joe, Cristina, Paul, Martin, Richard
    - still need LFIDs from Paul, Richard
    - seems INFO can be deleted indeed; will do during final patch
      (delta: about 6 names in INFO not in INFO.yaml)

    patch 3 (June 14th):
    - updated LFIDs for Paul, Richard
    - updated INFO, but not deleted yet; grouped names not in INFO.yaml;
    - INFO.yaml ready to be merged, pending TSC approval process

    Change-Id: Ie34283faebbab99afbed731d7ac92309518e3b03
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
6 years agoUpdate git submodules
Tim Rozet [Thu, 21 Jun 2018 17:56:02 +0000 (13:56 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: Fix usage of gpg key import

    Removes using source to call the gpg import script. source will execute
    the script in the current shell, which will exit the artifact upload.
    Adds checking to make sure we ignore any failure with running the
    script.

    Change-Id: I587cf9584f9fa8c4d315b7b2328a6c7c55ae3b88
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Cédric Ollivier [Thu, 21 Jun 2018 16:20:16 +0000 (18:20 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Install third-party requirements again

    Change-Id: Ic04969a56a4e35d5caf12a6a9bc0323bcf3a26d2
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 21 Jun 2018 15:32:33 +0000 (17:32 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump for unh-pod1 updates & fixes

    Change-Id: I4dd5fe43a0bb84eb986c8b66b7d333f656c2be39
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 21 Jun 2018 15:31:03 +0000 (17:31 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [submodule] Bump Pharos for unh-pod1 updates

    Change-Id: Ic6705c64dd3582b562e96ff79fd7fc83789533a6
Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 21 Jun 2018 14:56:20 +0000 (16:56 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [ha] cmp: Fix duplicate PXE/admin IDs (2)

    Certain scenarios build additional interface definitions which
    overlap with the ones from common-ha reclass dir.
    Extend previous fix to scenario-specific interface definitions
    to prevent such duplicates.

    Change-Id: I57b175e2f760a22454723266b044845335af4cfe
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Tim Rozet [Thu, 21 Jun 2018 14:17:58 +0000 (10:17 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Fix gpg import error when node has no key

    For some servers like lf-virtual3 there is no key locally or one
    remotely. In that case we do not want the import script to fail the job,
    like in:
    https://build.opnfv.org/ci/job/apex-upload-snapshot/1/console

    Change-Id: I13ddfdb45cd2d60bd911fa590bf9bf54bd288ba8
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Yang (Gabriel) Yu [Thu, 21 Jun 2018 09:23:11 +0000 (17:23 +0800)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - Add sudo to docker

    It seems sudo is not included in Bottlenecks docker.
    This patch is to fix it.

    Change-Id: Icb3c09acb877acfc4817b2aa67689045846c716d
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Thu, 21 Jun 2018 13:28:35 +0000 (13:28 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Cleanup EnvCommand test cases"
  - Cleanup EnvCommand test cases

    Refactor exception testing and remove console output.

    JIRA: YARDSTICK-1235

    Change-Id: I6376c3637ffb6476a2578ef963cd2420b63bab52
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Thu, 21 Jun 2018 13:06:26 +0000 (13:06 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add scale out TCs with availability zone support"
  - Add scale out TCs with availability zone support

    Add PROX and vFW scale out TCs with availability zone
    configuration. To be able to specify the availability
    zone for specific VNF or TG the following example of
    command line option shoud be used:

      yardstick -d task start --task-args='{
        "num_vnfs": 2, "availability_zone":
         {
          "vnf_0": "az_0", "tg_0": "az_0",
          "vnf_1": "az_1", "tg_1": "az_1",
          ... }}' <SCALE-OUT-TC-FILE>

    The steps to run new scale-out TCs is documented in the
    userguide.

    JIRA: YARDSTICK-1203

    Change-Id: Ib3878485c5483981fe9b48ab02995712bcc31ae5
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
6 years agoUpdate git submodules
Cédric Ollivier [Wed, 13 Jun 2018 12:57:56 +0000 (14:57 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Integrate Shaker as a new testcase

    Shaker wraps around popular system network testing tools like iperf,
    iperf3 and netperf (with help of flent).

    Change-Id: Idd82ffd9642c90335ad156e899c0330473260f15
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Mon, 18 Jun 2018 12:18:59 +0000 (14:18 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Publish singlevm scenarios

    They ease creating all ressources to execute command in a new VM
    reachable via ssh. This scenarios should be reused by other
    more advanced ones (shaker, vping, cinder, etc.).

    Change-Id: If23866827c64a7afbdd8ff596dbc33710ee4ee20
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 20 Jun 2018 16:28:03 +0000 (18:28 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [MaaS] curtin: Switch back to Salt 2016.11 repo

    Change-Id: I7482a3b7045e6e1e94d6abfe2dc6b862f2176a53
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Jing Lu [Thu, 21 Jun 2018 02:35:29 +0000 (02:35 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Document for Fraser test case results"
  - Document for Fraser 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: I3c59851c8878ba37145e6ad6958272a62bad3f52
Signed-off-by: JingLu5 <lvjing5@huawei.com>
6 years agoUpdate git submodules
Tim Rozet [Wed, 20 Jun 2018 22:39:07 +0000 (18:39 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: fix parameter passing to snapshot jobs

    GS_URL is required for the builders with the snapshot related jobs.

    Change-Id: I4b194bbf5646361c527b522a25b71d4c268d9b6c
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Eddie Arrage [Wed, 20 Jun 2018 21:33:56 +0000 (21:33 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Update OVP portal docker images for missing package

    - The missing futures packages was added in patch:
    https://gerrit.opnfv.org/gerrit/#/c/58833/
    - The patch above does resolve the issue and has
    been valdiated on a development instance.

    - The issue was likely introduced in patch
    https://gerrit.opnfv.org/gerrit/#/c/56623/

    Change-Id: I850947e386024e6b65514bdb518799c359234811
Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>
6 years agoUpdate git submodules
Victor Morales [Fri, 27 Apr 2018 19:29:45 +0000 (12:29 -0700)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - spec: create k8-calico-onap scenario

    Spec file for the addition of a new XCI scenario which deploys Open
    Networking Automation Platform (ONAP) on top Kubernetes deployment
    through ONAP Operations Manager (OOM) tool.

    Change-Id: I01385fdeeb942154d9cce630552bd3e7713d3cdb
Signed-off-by: Victor Morales <victor.morales@intel.com>
Signed-off-by: Jack Morgan <jack.morgan@intel.com>
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
agardner [Fri, 2 Feb 2018 22:12:24 +0000 (17:12 -0500)]
Update git submodules

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

    Change-Id: Ia3749f55a407fa1dd173021b509123029bcde297
Signed-off-by: agardner <agardner@linuxfoundation.org>
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Trevor Bramwell [Wed, 20 Jun 2018 18:57:38 +0000 (11:57 -0700)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Add Missing Futures Package

    This is needed by the motor package.

    Change-Id: Ie19958040bc026b834fd3891da3a205cb248df92
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Trevor Bramwell [Wed, 20 Jun 2018 16:55:38 +0000 (09:55 -0700)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Update CVP Container Tags

    These include updates for the new web portal.

    Change-Id: I2951c8a1b00947a4546b4f90440ff8e0af8640e4
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
mbeierl [Fri, 15 Jun 2018 20:01:39 +0000 (16:01 -0400)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Adds Threads to Heat Calls

    Adds thread pool and coverts looping calls to OpenStack to be
    submitted to it, allowing them to be run in parallel.

    Places a configurable maximum size (default 5) of concurrent calls
    on the thread pool.

    JIRA: SNAPS-316

    Change-Id: Id209c5fe9b7ee7d755d3210a124b38fc3234f0d7
Signed-off-by: mbeierl <mark.beierl@dell.com>
6 years agoUpdate git submodules
Tim Rozet [Wed, 20 Jun 2018 17:52:03 +0000 (13:52 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: Fix OS credentials fetch

    Now that keystone V3 Identity is only one supported, OOO 'overcloudrc'
    should be used in Queens and later as that contains V3 creds.
    'overcloudrc.v3' will eventually be removed in OOO.

    Note, this was causing tempest_smoke_serial to fail in Apex with Swift
    test cases. This is due to the fact that in Apex we were only setting
    the OS_REGION_NAME in overcloudrc, and functest was using
    overcloudrc.v3. When Tempest does not have the region set it will simply
    look for the first endpoint it can find for that service type, and was
    not using the right keystone endpoint for Apex.

    Change-Id: I154c9e762dfc5ba035f6e108606ecedcfb0d60d2
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 20 Jun 2018 16:32:45 +0000 (18:32 +0200)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - [unh-pod1] Increase MaaS timeouts

    Some targets (especially 96-cores computes) in UNH POD1 take longer
    than the average to commission/deploy, so adjust the timeouts
    accordingly.

    Change-Id: I9bf0b2ecccb3e8437cc5659688a84ee5ad0b5b87
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Michael Polenchuk [Wed, 20 Jun 2018 12:06:14 +0000 (16:06 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [noha] Rectify opendaylight+dpdk scenario

    Change-Id: Ie707de90617e7080a5eb87cad69a604cf5e0f9fc
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 20 Jun 2018 14:24:33 +0000 (14:24 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Update default DEPLOY_SCENARIO"
  - Update default DEPLOY_SCENARIO

    Change default deploy scenario
    to os-nosdn-nofeature-noha

    JIRA: FUNCTEST-972

    Change-Id: Iea609c055436dd59c9de90a767069fc484090db5
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
6 years agoUpdate git submodules
Cédric Ollivier [Mon, 18 Jun 2018 11:52:42 +0000 (13:52 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Publish tenantnetwork scenarios

    They ease creating all tenant network ressources.
    These scenarios should be reused by other more complex ones.

    Change-Id: I4ce1872065bde92408d34f2ca8823ce98275d8d5
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Wed, 20 Jun 2018 10:26:06 +0000 (11:26 +0100)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - NSB setup inventory name changed

    NSB setup script [1] fails when retrieving the inventory file. This script
    is going to be deprecated but we still support it.

    [1] https://github.com/opnfv/yardstick/blob/master/nsb_setup.sh

    JIRA: YARDSTICK-1247

    Change-Id: I3798531652b0e3a1a007d1d9434998fdd54645d7
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Periyasamy Palanisamy [Mon, 18 Jun 2018 10:30:55 +0000 (12:30 +0200)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Use Neutron API for attaching floating ip address

    The Nova API for attaching floating ip address with vm instance is
    removed in latest Openstack release. Hence moving to neutron API for
    attaching floating ip address with VM.

    JIRA: SDNVPN-217

    Change-Id: If321191eca0915cfd816eabc8890b28ed79cefc7
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 20 Jun 2018 12:32:46 +0000 (14:32 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump for duplicate interface IDs fix

    Change-Id: I764254a2d1d0992e40505c41f651a5e72c7a7275
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 20 Jun 2018 12:24:16 +0000 (14:24 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [ha] cmp: Fix duplicate PXE/admin interface IDs

    Change-Id: I99a8acfbfdddb79493bf3a191835927cef5fd5e3
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Tim Rozet [Wed, 20 Jun 2018 00:11:18 +0000 (20:11 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: Removes workaround route for ODL with CSIT

    This route was used as a hack for JIRA: APEX-112

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