opnfvdocs.git
6 years agoUpdate git submodules
Cédric Ollivier [Sun, 23 Sep 2018 09:25:26 +0000 (11:25 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'stable/fraser'
  - Protect vs former OS env vars

    rally_jobs is failing vs APEX which still sets OS_TENANT [1].

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

    Change-Id: I672bfa93b37b1b773ea7d20fdd91bea0ff14b79f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
    (cherry picked from commit 83e0e6836d7f5e18eb4eb8c9d28b4e6980b790c2)

  - List default secgroup via orig user

    Else the generated account can be already removed [1].

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

    Change-Id: I93d88763cdc67cd38286c24ad830244e0c12e019
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
    (cherry picked from commit f6748c8f3737bf7fbae519319b93e88db9e65834)

  - Conform with OpenStack Pike gates

    It excludes slow tests conforming with OpenStack Gates.
    All tests run in parallel here.

    It should be noted that only one skipped test was in failure here.
    tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames

    Change-Id: I110a8cf5dd8603f29f40fcf01fc277d468582bf6
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Sun, 23 Sep 2018 04:58:14 +0000 (06:58 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'stable/fraser'
  - Fix typos in tempest.conf

    It completes the previous change [1].

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

    Change-Id: Ie4c4c5cb374f2bfac6397841f8ddc2cd3b2f524b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
    (cherry picked from commit 98a4a863935be38f63e78550ddbcf4c1299bfdf1)

6 years agoUpdate git submodules
Cédric Ollivier [Sat, 22 Sep 2018 21:48:15 +0000 (23:48 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'stable/fraser'
  - Set default_domain_id in tempest.conf

    It allows verifying via non-default domain.

    Change-Id: I95ae26fd3bfd1c10421c02d2b4f6e8a9b6aa49e6
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
    (cherry picked from commit 11d28aaf2e726859b59b7511d64dc4dd4b422e1e)

6 years agoUpdate git submodules
Cédric Ollivier [Sat, 22 Sep 2018 19:35:04 +0000 (21:35 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'stable/fraser'
  - Set admin_domain_scope to True (tempest)

    It completes the previous commit [1].
    It also sets cidr and fully forces Keystone v3.

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

    Change-Id: Ida948a4ff051dc1d1325d29a815c201366a1e33e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
    (cherry picked from commit f4b545efe2339bdb5f6117d484e127adda5c8021)

  - List all sheduler filters instead of all

    It doesn't work as expected as highlighted in [1].

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

    Change-Id: Iaf64345c40e8d62349cd50a6861c1191d25c40b9
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
    (cherry picked from commit ecc7bc215cdf47104d61ba7e23e5f8ec65ca03c4)

6 years agoUpdate git submodules
Alexandru Avadanii [Sat, 22 Sep 2018 03:03:08 +0000 (05:03 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - [fuel] verify: Rework condition for using sudo

    With the rework of Fuel & Armband repos, the condition for using sudo
    got mixed up and alternated between on/off for armband's deploy/verify
    jobs. Rewrite it based on lab allocation instead of project.

    Change-Id: I428c585142017b170233858ec3160fdaf998db0c
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Cédric Ollivier [Sat, 22 Sep 2018 14:07:47 +0000 (16:07 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'stable/fraser'
  - Clean the default security group

    It's not removed when deleting the users and the projects.

    Change-Id: Ib5de0885dcbfb558a48cdd20ae3ccc47b7f23748
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
    (cherry picked from commit d4e60af2b8f544d774223b16c193dc40bd5dce38)

  - Grant new tempest user as admin in domain too

    It seems mandatory for test_list_projects_returns_only_authorized_projects

    Change-Id: Id994e66b088d751c4f6d7f260f8e482c2ee83307
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
    (cherry picked from commit 17e87d5af713bb07759c4b2af0c2b40077343a32)

  - Stop creating network resources in tempest

    fixed_network_name is not used in neutron or nova gates [1].
    It may bypass juju bug (subnet discovery).

    [1] http://logs.openstack.org/46/603046/1/check/tempest-full/a8468a1/controller/logs/tempest_conf.txt

    Change-Id: I820e8c723918ed683ed1f8016363eb70bad0d14a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
    (cherry picked from commit ac31a32320122ea1683fe9884e5bf1f969678b03)

6 years agoUpdate git submodules
Emma Foley [Fri, 21 Sep 2018 09:55:41 +0000 (10:55 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - [yardstick] Add stable/gambia branch

    Change-Id: I2f3b0b150cefb12553740f0d4c3ec111fceb7a5b
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 21 Sep 2018 21:34:13 +0000 (23:34 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - [fuel] verify: Use regex find instead of match

    ==~ and its negative form previously used mean the pattern should
    match the whole string, while =~ returns true for partial matches.

    Change-Id: Ibdeacb4bc221820175b15a87db343fc950e0f9e8
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 21 Sep 2018 19:15:23 +0000 (21:15 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - [fuel] verify: pass env vars with sudo -E

    While at it, tweak regex for verify job to match 'recheck' right
    before EOF.

    Change-Id: I3e8e1eeaf2ca947425fa2443b29e150c808eea07
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Trevor Bramwell [Fri, 21 Sep 2018 18:44:21 +0000 (18:44 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "For compass, the process name is rabbitmq"
  - For compass, the process name is rabbitmq

    JIRA: DOVETAIL-738

    Change-Id: I0266c8f61657ceb30d8ce41d3caa35f4e7aa46fa
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 21 Sep 2018 18:10:12 +0000 (20:10 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - [fuel] verify: Enable voting for arm64 deploy

    - disable functest smoke on arm-virtual* PODs, since we don't perform
      a full deployment on those PODs, only a basic integrity check;

    Change-Id: I0bcd6da32118ea256652dc74977ef0ee7f2525ab
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 18 Sep 2018 16:19:47 +0000 (18:19 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - [fuel] verify: Add baremetal testing on request

    Duplicate fuel-verify jobs based on cluster type (virtual, baremetal)
    and allow (re)checking changes using a specific scenario:
    - ALL changes will trigger a virtual POD CI cycle (build, deploy,
      smoke) on submit, rebase etc., just like they used to;
    - change comments containing a substring formatted like:
      * `recheck: os-odl-nofeature-ha`
      * `reverify: os-odl-nofeature-noha`
      * `recheck`
      will trigger only virtual or baremetal deployments of the required
      scenario (default os-nosdn-nofeature-noha) on:
      * virtual   PODs if scenario is NOHA;
      * baremetal PODs if scenario is HA;
    - limit arm64 verify job running on arm-virtual2 to the installation
      of infrastructure VMs and skip cluster setup to prevent POD time
      starvation;

    Limitations:
    - HA scenarios can only be verified on manual request via a change
      comment (e.g. 'recheck: os-odl-ovs-ha');

    JIRA: FUEL-390

    Change-Id: I6368cfd045180d6a7202b8d817b17a4b123ba2af
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Fri, 21 Sep 2018 07:42:13 +0000 (09:42 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - openci: Log eventBody to console before publishing

    It is necessary to log the eventBody to console before we attempt
    to publish it since it is not possible to see the event body in
    case if the publisher errors out due to invalid JSON.

    Change-Id: I79cb93f64f5e6e275e306b375210f5f2ed7bd53d
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Fri, 21 Sep 2018 07:40:37 +0000 (07:40 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "openci: Fix jsonBody for the published event"
  - openci: Fix jsonBody for the published event

    Change-Id: I9bdcbf24573bb2202e8ec3c43b3cdfc2ba7df321
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Fri, 21 Sep 2018 07:36:25 +0000 (07:36 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "openci: Switch to python utility for publishing messages"
  - openci: Switch to python utility for publishing messages

    Change-Id: Iee41f1fcaf80f0a0b3a58cd189a04cefcbfbb028
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
xudan [Fri, 21 Sep 2018 02:08:16 +0000 (22:08 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - [dovetail] add fraser docker build job

    Change-Id: Ic54f6fe21dc0e9d2b3a9a2f3db1ba82f08446b6c
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Trevor Bramwell [Thu, 20 Sep 2018 22:21:48 +0000 (22:21 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge changes from topic 'stable-branch'

    * changes:
      [armband] verify: Simplify and move to build hosts
      [fuel] Retire Danube stream
      [fuel] cleanup: remove unused scenarios
      [fuel] cleanup: remove unused job defs & scripts

  - [armband] verify: Simplify and move to build hosts

    Now that Fuel verify jobs cover arm64 deployments by default, we
    only need to validate that the Armband patches still apply on top
    of the latest Fuel@OPNFV git submodule HEAD.

    While at it, tweak timed trigger order.

    JIRA: ARMBAND-401

    Change-Id: I4ed20b52906848efff6bad641852d3dd1bee3db3
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
  - [fuel] Retire Danube stream

    - cleanup deploy tooling for old-style artifacts (ISO-based);
    - remove danube stream, related jobs and hacks required for them;

    Change-Id: Ib2486173df1ec83f2dbc08a5e9faf950bffb4b06
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
  - [fuel] cleanup: remove unused scenarios

    We don't currently support ONOS and KVM-based scenarios.

    Change-Id: I9869498c1f726293d571562291e850a817bf3e18
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
  - [fuel] cleanup: remove unused job defs & scripts

    Change-Id: I64aae5719f1a0a667e56722bab9e5012a813571f
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Trevor Bramwell [Thu, 20 Sep 2018 18:02:01 +0000 (18:02 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[stable/gambia] fuel, armband stable branches"
  - [stable/gambia] fuel, armband stable branches

    Change-Id: I21e6464478fd943037b16af8758f6b24bc54f0fc
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Cédric Ollivier [Thu, 20 Sep 2018 11:39:56 +0000 (13:39 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'stable/fraser'
  - Allow overriding default storage protocol

    It adds a new env var STORAGE_PROTOCOL to override storage_protocol
    in tempest. The default value is unchanged [1].

    [1] https://docs.openstack.org/tempest/latest/sampleconf.html

Co-Authored-By: Viktor Tikkanen <viktor.tikkanen@nokia.com>
    Change-Id: I19e4e25212b6f6176e3b967e01eb634c15e4d474
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
    (cherry picked from commit a561c6ca316feb1a203327aa729ac0317f70df48)

6 years agoUpdate git submodules
Trevor Bramwell [Thu, 20 Sep 2018 17:56:33 +0000 (17:56 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Clean up RETURN rule from FORWARD chain"
  - Clean up RETURN rule from FORWARD chain

    Remove obsolete/breaking RETURN rule from preparation
    stage of Yardstick and Dovetail test suites.

    Change-Id: I817780da95f10bc12c491e56806455d1aee25ece
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 20 Sep 2018 13:17:25 +0000 (15:17 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - openci: Configure jobs to run on ericsson-build4

    lf-build2 seems not to have right ports open, causing problems while
    connecting to ActiveMQ Message Broker.

    https://build.opnfv.org/ci/view/OpenCI/job/openci-opnfv-k8-nosdn-onap-ha-compose-daily-master/10/console

    Change-Id: If78cb8b2748080641db851182860f6a8630a323d
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Georg Kunz [Thu, 20 Sep 2018 09:05:56 +0000 (11:05 +0200)]
Update git submodules

* Update docs/submodules/dovetail from branch 'stable/fraser'
  - Eliminating docs build warning

    Eliminating a build warning from the Tempest volume description and
    aligning its layout with other test case descriptions.

    Change-Id: Idb9ba8d77ef3cb7e14a5b24a8a81622fa0e3e30d
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
    (cherry picked from commit 4413f0693b34158af4a4fd86eca5762e42f232ed)

6 years agoUpdate git submodules
Yolanda Robla [Thu, 20 Sep 2018 11:39:31 +0000 (13:39 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Add scenario to publisher and filter

    Change-Id: I52d4ecb5f305f190a9e06c13407fd0927bc45a29
Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
6 years agoUpdate git submodules
Georg Kunz [Thu, 20 Sep 2018 09:13:43 +0000 (11:13 +0200)]
Update git submodules

* Update docs/submodules/dovetail from branch 'stable/fraser'
  - Updating the link to the updated participation form

    Updating all links to the new participation form.

    Change-Id: I41811fff3516ed5c8c91fbee16a3b50d432258d4
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
    (cherry picked from commit a22995bcb5e7be1ca0273c46af5c32f6d3d53225)

6 years agoUpdate git submodules
Yolanda Robla [Thu, 20 Sep 2018 11:18:09 +0000 (13:18 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Change test job to use new publisher

    Change-Id: I9da4c2587874a7ea4ca0f2b90dd7ec15c9e05e34
Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
6 years agoUpdate git submodules
Yolanda Robla [Thu, 20 Sep 2018 08:36:29 +0000 (10:36 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Remove injecting properties, fix in openci_publish call

    Also remove the jms publisher, this is not going
    to be used now, as the openci_publisher will be
    used instead.

    Change-Id: I9a3f4557724cc41ac85ce68a6d0c46ae78864b88
Signed-off-by: Yolanda Robla Mota <yroblamo@redhat.com>
6 years agoUpdate git submodules
Yolanda Robla [Thu, 20 Sep 2018 08:46:02 +0000 (10:46 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Use credentials for openci job

    Change-Id: Ie25586d8ef73a34b68fdf5580df27e5e609e84ce
Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
6 years agoUpdate git submodules
dimitris.tsiolakis [Tue, 18 Sep 2018 13:37:01 +0000 (16:37 +0300)]
Update git submodules

* Update docs/submodules/dovetail from branch 'stable/fraser'
  - Reviewers Guide document for fraser release.

    Images have been updated to depict the latest changes
    in Dovetail Web portal.

    Change-Id: I4dc928141856fab34670272fcc465bea3f6156db
Signed-off-by: dimitris.tsiolakis <dmts@intracom-telecom.com>
    (cherry picked from commit cfa402bae022e7e288f9d9eaa3582f22fd39c42e)

6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 20 Sep 2018 08:23:25 +0000 (08:23 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add missing PS1 var"
  - Add missing PS1 var

    Change-Id: I0d6b8525cc12bb71852a8aeeb67cbc37d0456bcb
Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
6 years agoUpdate git submodules
Cédric Ollivier [Thu, 20 Sep 2018 06:32:09 +0000 (08:32 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'stable/fraser'
  - Set scheduler_available_filters to all

    It indicates all filters that are included with nova are enabled [1].

    [1] https://docs.openstack.org/tempest/latest/sampleconf.html

Co-Authored-By: Viktor Tikkanen <viktor.tikkanen@nokia.com>
    Change-Id: I0d1943941d62d2eee418200c69e8198cd858383e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
    (cherry picked from commit ff2ba1fd18b05bf1b031e78d2589028968bbe906)

  - Temporarily disable shelve

    They are blocking in Orange Openlab as the support is missing.
    A dynamic check has to be implemented before activating it.

    Change-Id: I8d87251fa4589f96d3515e411aeec5e79b7e7960
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
    (cherry picked from commit 1da4b519f8e73d3be9e37f9d72367654bf662e63)

6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 20 Sep 2018 08:18:12 +0000 (08:18 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add fixes in openci job"
  - Add fixes in openci job

    Force workspace cleanup
    Do not use credentials plugin, but hardcode it.

    Change-Id: I5b6e59382c25fc75a748f90fbd030521dac9071f
Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 20 Sep 2018 07:15:10 +0000 (07:15 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Use publisher in OPNFV compose daily jobs"
  - Use publisher in OPNFV compose daily jobs

    Change-Id: I2341191b9afbf7b572a6ae28a50eb722b66109c7
Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
6 years agoUpdate git submodules
Thierry ALLENO [Mon, 17 Sep 2018 13:55:10 +0000 (15:55 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'stable/fraser'
  - Modify creation of SecGroup Rule for SSH

    There is multiple "default" security groups, when user is created
    with admin role.

    Change-Id: I7555dc9461816dfdaaee36d82d712e25b4b65da7
Signed-off-by: Thierry ALLENO <thierry.alleno@orange.com>
    (cherry picked from commit 7488f119f9d9c61c61ef55d53f87de0e671fed23)

6 years agoUpdate git submodules
Trevor Bramwell [Wed, 19 Sep 2018 18:08:39 +0000 (11:08 -0700)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Perform a Mock Release

    Releasing the sandbox project to verify release automation is working as
    intended.

    Change-Id: Ica62b683490581179ccfa953850a2667b018d4c4
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Aric Gardner [Wed, 19 Sep 2018 16:28:39 +0000 (16:28 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Create branches via ssh rather than the https"
  - Create branches via ssh rather than the https

    Previously we created the branches over Gerrit's HTTPS interface. One or
    two projects from the previous release did not have their stable
    branches created at the correct place.

    Switch to using ssh for branch creation will be more reliable and easier
    for us to verify.

    Change-Id: If7f24d2b19e74513b59889bd64d25919aa048e4c
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Thierry ALLENO [Mon, 17 Sep 2018 13:10:18 +0000 (15:10 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'stable/fraser'
  - Correct proxy configuration for VNF VM

    The configuration of proxy for apt is missing in ubuntu images.
    Line Feed is missing in cloudify conf files.

    Change-Id: I3237b914e993c57f4fe3ed568690d2d9a41c0bdf
Signed-off-by: Thierry ALLENO <thierry.alleno@orange.com>
    (cherry picked from commit be864b0de9f0f990984ad9e3c2d20b694e1b2c26)

6 years agoUpdate git submodules
Markos Chandras [Wed, 19 Sep 2018 13:07:31 +0000 (13:07 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "jjb: xci: Do not wipe clean VM on failures"
  - jjb: xci: Do not wipe clean VM on failures

    If there is a CI failure, then we need the VM to be present so we can
    ssh to the slave and collect all the logs we can in order to debug
    the problem. However, in order to not leave stale VMs around, we should
    remove the VM if a job is scheduled again on the same node. As such, if
    we need to debug a build on the node, we need to disconnect the node
    from Jenkins so the VM is not wiped by a future job.

    Change-Id: I93e7d7402fe03c392b63b87e7d438191f6e7e9cc
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Trevor Bramwell [Tue, 18 Sep 2018 21:08:10 +0000 (21:08 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[fuel] Accept arm clusters as valid deploy targets"
  - [fuel] Accept arm clusters as valid deploy targets

    JIRA: ARMBAND-401

    Change-Id: Icd32874ecb38c3f7469e71bd461794b65f50494c
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Trevor Bramwell [Tue, 18 Sep 2018 14:09:45 +0000 (14:09 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add former testcase names as cases"
  - Add former testcase names as cases

    Else Fraser jobs are wrong [1]

    [1] https://build.opnfv.org/ci/view/functest/job/functest-compass-baremetal-daily-fraser/lastFailedBuild/console

    Change-Id: I4b3e1cacb9da3a3c51ec5b1be615bd2049b6a6e7
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 17 Sep 2018 13:48:52 +0000 (15:48 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'stable/fraser'
  - [lib.sh] Stop Fuel@OPNFV containers if present

    JIRA: FUEL-388

    Change-Id: I6a7286bb9fc0243ab4a89292e34059fc85a831c4
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Tue, 18 Sep 2018 07:40:39 +0000 (07:40 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "xci: Switch to Functest Hunter"
  - xci: Switch to Functest Hunter

    Change-Id: I09978a08d00c561f17ce3a7d5ba75d80aa49a0f6
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Georg Kunz [Thu, 6 Sep 2018 08:45:01 +0000 (10:45 +0200)]
Update git submodules

* Update docs/submodules/dovetail from branch 'stable/fraser'
  - Adapting local docs build and remove build warnings

    The OPNFV docs project will remove its submodules and enable local docs
    builds. This patch prepares the Dovetail repo according to the official
    transition guide:

    https://docs.opnfv.org/en/latest/how-to-use-docs/local-build-transition.html

    This patch also applies syntactical changes which eliminate the sphinx
    doc build warnings.

    Change-Id: Ief8fd2d1c3e39b232d214a9ab392879ee4a492c8
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
    (cherry picked from commit a18e2b0d45c631709e457530f6f9d0b52f552156)

6 years agoUpdate git submodules
Michael Polenchuk [Thu, 13 Sep 2018 09:58:38 +0000 (09:58 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Revert "fuel-deploy: Add temporary iptables rule"

    This reverts commit b4a65c5e6777a53be5ea817c967caeee51285a7f.
    Chain of DOCKER-ISOLATION already has required rule.

    Change-Id: Ic7d3e93a2814a42764b4822ef96e0841f68b774d
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
louie.long [Mon, 17 Sep 2018 02:07:30 +0000 (10:07 +0800)]
Update git submodules

* Update docs/submodules/dovetail from branch 'stable/fraser'
  - Align testcase formats and complete volume testcase descriptions.

    Change-Id: Ie7497f6e5ef79726d8cbbcd9f05bffa2aac6c8b8
Signed-off-by: louie.long <longyu805@163.com>
    (cherry picked from commit 60f1c35c294d5d94a862db348315f8f3b9f870ba)

6 years agoUpdate git submodules
Cédric Ollivier [Sat, 15 Sep 2018 13:45:36 +0000 (15:45 +0200)]
Update git submodules

* Update docs/submodules/stor4nfv from branch 'stable/fraser'
  - Remove check_envs call

    It was removed because it was useless [1].
    [1] https://build.opnfv.org/ci/view/functest/job/functest-compass-virtual-daily-fraser/772/console

    Change-Id: I7620e959f756bb77e65dd1f770ecdb40e7042629
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
    (cherry picked from commit 6b637d11c99450ed0a1f3b9a5231ccea82e5cd5b)

6 years agoUpdate git submodules
Cédric Ollivier [Sat, 16 Jun 2018 16:07:25 +0000 (18:07 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'stable/fraser'
  - Update travis-ci config

    It stop cross-compiling for arm and creating functest-parser
    manifests.

    Change-Id: Ic9567232d876e36b3adbff4bc1d4d23ff9ef3b81
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
    (cherry picked from commit 1734755754867dc81938c8d6ca878e12ada36990)

6 years agoUpdate git submodules
Cédric Ollivier [Sun, 16 Sep 2018 08:20:08 +0000 (10:20 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'stable/fraser'
  - Fix FDS_TAG (stable/fraser)

    Change-Id: I45b8a0255428f9ee27c00bc96ebf6c0d21a6a4de
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
xudan [Thu, 13 Sep 2018 02:53:39 +0000 (22:53 -0400)]
Update git submodules

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

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

    JIRA: DOVETAIL-740

    Change-Id: Ie0e532d6671b7590454e9afd960a2934f313a022
Signed-off-by: xudan <xudan16@huawei.com>
    (cherry picked from commit b65bbbc31c1a36e9981761712aea8ff17c8bc9de)

6 years agoUpdate git submodules
rexlee8776 [Fri, 31 Aug 2018 07:08:45 +0000 (07:08 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'stable/fraser'
  - tc046 kill keystone process condition incorrect - dovetail

    Change-Id: If01abfd5a99b4cea74f835e258f3a982af9446cd
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
    (cherry picked from commit e5cf82b0514c88a2aca87a2bbb98c8cc1d751ecb)

6 years agoUpdate git submodules
Cédric Ollivier [Wed, 12 Sep 2018 19:07:44 +0000 (21:07 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Fix Functest release refs

    Change-Id: Ibc67e69c12a1e8c28700d05b5c055681a45ef536
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
mei mei [Thu, 13 Sep 2018 01:12:56 +0000 (01:12 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add functest-k8 job for arm platform"
  - Add functest-k8 job for arm platform

    Create functest-k8 job for arm platform. It will be triggerd by
    container4nfv jobs.
    Add 2 arm pods to functest-daily pod list.

    Change-Id: If8209574263b863f2a907cd962f9511cc3db74ea
Signed-off-by: Jingzhao Ni <jingzhao.ni@arm.com>
6 years agoUpdate git submodules
Cédric Ollivier [Wed, 12 Sep 2018 18:34:30 +0000 (20:34 +0200)]
Update git submodules

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

    Change-Id: Ia71b0cf58f74f7d760daacec7ee646f914c29442
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 12 Sep 2018 17:30:47 +0000 (19:30 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - [fuel] verify: Align build/deploy docker img tags

    Docker build automatically appends 'amd64-<TAG>' or 'arm64-<TAG>',
    which are normally combined using manifest tool. However, for verify
    we don't push a manifest, so use the explicit arch-specific tag.

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

* Update docs/submodules/releng from branch 'master'
  - [fuel] verify: Fix project, branch undef refs

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

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

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

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

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

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

    Change-Id: I8aac88e4688157def1d6642eaa64bba56dde49ba
Signed-off-by: xudan <xudan16@huawei.com>
    (cherry picked from commit 5412c4228f7fed5e04b95b3fb0adb8bd3445b3a8)

6 years agoUpdate git submodules
Aric Gardner [Wed, 12 Sep 2018 15:31:18 +0000 (15:31 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Assign yardstick/barometer to ericsson-build4"
  - Assign yardstick/barometer to ericsson-build4

    This is a temporary fix until we can determine the full list of
    requirements from each project needed for the opnfv-build-ubuntu labled
    servers.

    Previously these were building fine on ericsson-build4, so reassigning
    them there should keep there builds green.

    Change-Id: I767b6faa718cd6dd4b9fd17f83e7ee817cfb8c4d
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Aric Gardner [Wed, 12 Sep 2018 15:25:31 +0000 (15:25 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[fuel] verify: Multiarch, docker build step"
  - [fuel] verify: Multiarch, docker build step

    Rework Fuel verify jobs:
    - split 'fuel-verify' into per-arch jobs (amd64 and arm64):
      * for now, arm64 jobs are non-voting;
    - add 'docker-build' phase job:
      * the docker build job will run on the same virtual POD jump host
        as the deploy, to bypass the need of pushing to a (public)
        Docker hub registry - this might be refactored later to resemble
        the old Fuel ISO build workflow where the artifacts built during
        verify are the ones actually promoted - with the current method
        the final build & tag (ran on OPNCI CI build servers) might yield
        different results due to different docker build cache states;
      * the locally built container image is tagged with the 'verify'
        designator and not pushed to a public registry, only consumed
        during verify's job 'deploy-virtual' phase;

    JIRA: ARMBAND-401
    JIRA: FUEL-383

    Change-Id: I9b0d8079e759cdc895260219a8a4989411c995ff
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 12 Sep 2018 13:34:34 +0000 (13:34 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "xci: Enable triggers for daily jobs"
  - xci: Enable triggers for daily jobs

    Please note that these triggers are temporary and they will be
    adjusted to fit promotion based triggering. This will result
    in running scenario deployments and testing if any scenario
    has changes. Otherwise, daily jobs will be skipped.

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

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

    It eases running VNFs behind proxies as they download packages.

    Change-Id: I187078dab744c51188b9835417d1a29fad1b4bd6
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
    (cherry picked from commit d5fce8c12bc73c1b1547df2750563c271a3ab3f6)

6 years agoUpdate git submodules
Cédric Ollivier [Mon, 27 Aug 2018 18:24:47 +0000 (20:24 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'stable/fraser'
  - Support VIO (VMware in OpenStack)

    It allows converting all images to vmdk and then patching all
    testcases. DEPLOY_SCENARIO should match vio to do so.

    convert_images.sh has to be called as prerequisite.

    JIRA: FUNCTEST-992
    JIRA: FUNCTEST-993

    Change-Id: Ie35bf80af1cd9610a8c416ec01b81b61c6148cfe
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
    (cherry picked from commit d176e20067368d834e8b77d4f685f48cb54d03f5)

6 years agoUpdate git submodules
Serena Feng [Wed, 12 Sep 2018 09:30:13 +0000 (09:30 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add Doctor maintenance job"
  - Add Doctor maintenance job

    Change-Id: I1d5d83df75f25ae3f54a660e5a0cba4290a1510b
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
6 years agoUpdate git submodules
Serena Feng [Wed, 12 Sep 2018 08:14:51 +0000 (08:14 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Update Functest jobs to manage new branches"
  - Update Functest jobs to manage new branches

    It manages stable/gambia and stable/hunter as well.

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

* Update docs/submodules/releng from branch 'master'
  - Merge changes from topic 'stable-branch'

    * changes:
      Create Gambia and Hunter Release Jobs
      Create stable/hunter Branch for Functest repos

  - Create Gambia and Hunter Release Jobs

    This will create the release jobs needed for the OPNFV Gambia
    and Hunter stable-stream release process.

    Change-Id: Icdb9a337dcbad26fccb0e1e2935f8082f17bb220
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
  - Create stable/hunter Branch for Functest repos

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

* Update docs/submodules/releng from branch 'master'
  - Merge "Create stable/gambia Branch for Functest repos"
  - Create stable/gambia Branch for Functest repos

    Change-Id: Ib5c1c4435baa1a98907f08869c399f1f21f3e43c
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Trevor Bramwell [Wed, 12 Sep 2018 04:31:14 +0000 (04:31 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add build "yardstick-image-k8s" docker image job"
  - Add build "yardstick-image-k8s" docker image job

    JIRA: RELENG-408

    Change-Id: Ie6ac842ebd1bb6264c88a7f8ee0446d76fc3dbdd
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
Tim Rozet [Tue, 11 Sep 2018 18:11:40 +0000 (18:11 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Updated calipso scenario for master"
  - Updated calipso scenario for master

    Change-Id: I22c05b0cb2973e84b6352a0ab4e7e38132e909f9
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Cédric Ollivier [Mon, 10 Sep 2018 13:10:33 +0000 (15:10 +0200)]
Update git submodules

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

    Change-Id: I7af07849fb70ef53f293002f313035b46731b705
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
    (cherry picked from commit 5988d84f62cb19abfdddf1475177f174d6c2597d)

6 years agoUpdate git submodules
xudan [Tue, 4 Sep 2018 04:18:58 +0000 (00:18 -0400)]
Update git submodules

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

    The endpoints info for the 2018.08 has been changed.

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

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

    JIRA: DOVETAIL-725

    Change-Id: I74cde3aa6032c7afac4b6ce1d2146e09a0f99fe5
Signed-off-by: xudan <xudan16@huawei.com>
    (cherry picked from commit 3f92680059a8371ec6002e1d909cd89cc4bab96d)

6 years agoUpdate git submodules
Trevor Bramwell [Mon, 10 Sep 2018 17:01:42 +0000 (17:01 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add the docs build job for fuel project"
  - Add the docs build job for fuel project

    Change-Id: I2d0a71fc40a4a6cd1f5b1e63ca429c5b83b7ad00
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
6 years agoUpdate git submodules
Tim Rozet [Mon, 10 Sep 2018 15:04:13 +0000 (15:04 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Fix tempest_full name when running Functest fraser"
  - Fix tempest_full name when running Functest fraser

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

    Change-Id: I8c76620c67c28ea3f14ff79aef98ad2815a3aaa9
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 6 Sep 2018 16:49:29 +0000 (18:49 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'stable/fraser'
  - Revert "[Horizon] Drop the obsolete Horizon workaround"

    This reverts commit e6685124258ed9d1237acf9d8b383c07f1397f93.

    Change-Id: If9ebf7ff149ce0dcf3976e99863e88e5a7ef2c74
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Yang (Gabriel) Yu [Mon, 10 Sep 2018 09:24:54 +0000 (17:24 +0800)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - bug-fix: k8s capacity test name

    JIRA: BOTTLENECK-242

    TEST_CASE is wrongly defined. Spaces should be deleted
    in order to make the right defination for shell.

    Change-Id: I981e80af8fc8dfd9f375b44b205f7478e0d4f260
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
6 years agoUpdate git submodules
Harry Huang [Wed, 5 Sep 2018 01:50:57 +0000 (09:50 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'stable/fraser'
  - Fix downloading lxc image

    Change-Id: I195a2203c9c998e264c54effc37346fec67c6c6a
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
6 years agoUpdate git submodules
Yang (Gabriel) Yu [Fri, 7 Sep 2018 09:09:29 +0000 (17:09 +0800)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - add k8s capcity test

    JIRA: BOTTLENECK-242

    Change-Id: I2fb92017b2b07ede448c817c89ae0d7572cfbae9
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
6 years agoUpdate git submodules
Cédric Ollivier [Fri, 7 Sep 2018 21:15:25 +0000 (23:15 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'stable/fraser'
  - Stop cloning when running vyos_vrouter

    It moves the clone operation into docker build instead.

    Change-Id: I296005d8638510a999665d383a26c4fcd48897a6
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
    (cherry picked from commit 2e7f66734394dc5e749ef9ac95e46a8ded9fb2c9)

  - Fix dict conversion in tempest.conf

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

    Change-Id: Icde9938bb9f6c0c37d2504317f31b0af4ef9ee8e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
    (cherry picked from commit 59cf95974b2b9c0271c1ff9c9604b960c4bcfa26)

  - Update scenario section in tempest.conf

    It's required at least by Barbican tempest plugin.

    Change-Id: I46a65ee5fee044917c5375adaa8ebb529efe86ec
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
    (cherry picked from commit 9ec639526ed32d4b05168627c5c016fb66b7d008)

6 years agoUpdate git submodules
Cédric Ollivier [Fri, 7 Sep 2018 09:32:33 +0000 (11:32 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'stable/fraser'
  - Remove one useless security group

    This rule breaks lookup when the user created is admin.

    Change-Id: I2fe3dba687bd5d151cd7e53217586a0bcb21815d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
    (cherry picked from commit 65b9318ffcb4b12e0aa4aa08027a35ff1e2d285d)

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

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

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

    Change-Id: Ib6be5cf22654e882ea110298cba421c1e87c78fd
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
    (cherry picked from commit 98f3bf16722e5e718130f960910d64bc76951e3b)

6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 6 Sep 2018 21:03:39 +0000 (21:03 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Move global-jjb parameter from releng to global"
  - Move global-jjb parameter from releng to global

    As these only affect jobs defined in global-jjb (no other jobs used
    these variable names) they should be safe to define at the global level.

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

* Update docs/submodules/releng from branch 'master'
  - jjb: xci: Make sure all virtualbmc process are gone

    Daily jobs run on the actual slave so they leave virtualbmc processes
    running even when the job is finished. As such, we need to make sure
    that such artifacts are gone as soon as we start a new job.

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

* Update docs/submodules/releng from branch 'master'
  - Merge "Run tempest_full and tempest_scenario in daily jjbs"
  - Run tempest_full and tempest_scenario in daily jjbs

    It simply adds OpenStack jobs in OPNFV daily gates.
    OPNFV Installers seem good enough to meet the OpenStack merge criteria.

    Rally is still excluded as it ends after 3 hours.

    Change-Id: I16ea72c1ca49f485d81f9b06b435e9731b56083a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Trevor Bramwell [Thu, 6 Sep 2018 07:32:30 +0000 (07:32 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Set NODE_NAME as the description for ansible runs"
  - Set NODE_NAME as the description for ansible runs

    When the ansible-build-server job runs it helps to know which job ran on
    which server without clicking through to the job description.

    Change-Id: I2d5ef3b843fc839c8706837c74f00503de8808d5
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Georg Kunz [Mon, 3 Sep 2018 20:58:05 +0000 (22:58 +0200)]
Update git submodules

* Update docs/submodules/dovetail from branch 'stable/fraser'
  - Update test list for OS interop tests

    The OpenStack Interop WG has recently deprecated [1] 4 cinder volume
    reservation tests. As a result, they are not part of Functest's set of
    interop tests anymore. This patch cleans up the test case validation
    list for the web portal.

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

    Change-Id: I183602b099cb4d44c6cb3d21af6acaa4d3ee01ca
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
    (cherry picked from commit 16ec1f400882a80c2762c2b1667af81089555591)

6 years agoUpdate git submodules
Panagiotis Karalis [Fri, 31 Aug 2018 13:28:07 +0000 (16:28 +0300)]
Update git submodules

* Update docs/submodules/dovetail from branch 'stable/fraser'
  - Remove identity v2 TCs,not supported by Functest

    As Functest does not support identity v2 anymore,
    it does not make sense to try to run tempest identity v2 tests.
    They need to be removed correspondingly.

    JIRA: DOVETAIL-735

    Change-Id: I09c06faf52893cc535bbed1fd406b81a7665e787
Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
    (cherry picked from commit c266472c9dea9f1a3d58e9a70f761d792ac798dd)

6 years agoUpdate git submodules
Fatih Degirmenci [Tue, 4 Sep 2018 17:07:30 +0000 (17:07 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "xci: Log functest results to console for daily jobs"
  - xci: Log functest results to console for daily jobs

    Change-Id: Ic3f31fea8170af8b1e9845856976ef57df496e1e
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Tue, 4 Sep 2018 17:07:14 +0000 (17:07 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "xci: Switch to functest-smoke for daily jobs"
  - xci: Switch to functest-smoke for daily jobs

    Change-Id: I958c8f857c28a45c009daba36c4bcef7adda4bbe
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Tue, 4 Sep 2018 11:02:12 +0000 (13:02 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - xci: Pass functest tier and suite to downstream jobs

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

* Update docs/submodules/fuel from branch 'stable/fraser'
  - Merge "Turn off default apache ports" into stable/fraser
  - Turn off default apache ports

    Change-Id: Ie1b427975e7596f6ba0eba953d60b21a907d65c5
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
    (cherry picked from commit 8de9c24300817b9d0ce4f2bfb2ab63643d895a1a)

6 years agoUpdate git submodules
Michael Polenchuk [Fri, 8 Jun 2018 08:49:26 +0000 (12:49 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'stable/fraser'
  - Unmask OpenDaylight service explicitly

    After salt update to version 2017.7.0 the indefinite mask
    has to be removed before attempting to start the service.

    Change-Id: I21616929f06f8ebd8a2d70e8c33f92c7b808a9c5
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
    (cherry picked from commit 941a31e1e7f64f38a487b4e493bc25fdf29657da)

6 years agoUpdate git submodules
Cédric Ollivier [Mon, 3 Sep 2018 06:10:03 +0000 (08:10 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'stable/fraser'
  - Create network via admin user

    It creates the network via admin user as segmentation id may be set.

    Change-Id: I853f40e09aee9a658fc2373cd7e8bf00e3c0c3ad
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
    (cherry picked from commit 92ba2d7f3bbbecebcd4214bc9b8682d2b6ce87e9)

6 years agoUpdate git submodules
Harry Huang [Tue, 4 Sep 2018 07:09:37 +0000 (15:09 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'stable/fraser'
  - Using compass4nfv/compass-deck:7.0.0

    Change-Id: Id60fd9082c46ae9e52e612ef6f99eab34af7eea2
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Mon, 3 Sep 2018 16:36:23 +0000 (16:36 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Build and run functest-benchmarking"
  - Build and run functest-benchmarking

    Change-Id: If2597ae36a2c6599b524543b67aac7f6272b384a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Mon, 3 Sep 2018 15:33:42 +0000 (15:33 +0000)]
Update git submodules

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

    Change-Id: Id48d1dcb6c1998f7f6d0f71cb9380ed7fcf7b320
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Markos Chandras [Mon, 3 Sep 2018 14:45:07 +0000 (15:45 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - jjb: xci: Turn on bash debug option

    The script does not behave as it should so we need to enable the debug
    option in order to debug it properly

    Change-Id: I13cd4d027c0d9bb9229466148ea4c913508cba2a
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Markos Chandras [Mon, 3 Sep 2018 14:22:19 +0000 (15:22 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - jjb: xci: Do not check for scenario changes in releng-xci repo

    There are no scenarios in releng-xci anymore so we must not try and
    determine the impacted scenario. Using the default one is good enough
    for CI. Users can still override the defaults using the usual methods.

    Change-Id: I47207ebddae79fd89615bfd664f211879aabae92
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Fatih Degirmenci [Mon, 3 Sep 2018 09:46:15 +0000 (11:46 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - xci: Execute prepare-tests.sh to prepare OPNFV VM

    It also fixes the results directory where Functest log is cat from.

    Change-Id: I3d8ea06d3741c70108cdb1c7f040969dbacf79a5
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Cédric Ollivier [Fri, 31 Aug 2018 14:02:02 +0000 (16:02 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'stable/fraser'
  - Allow refs as vnf requirement versions

    Change-Id: I4079fa3641373eee40f8a876a2a525635f2752eb
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
    (cherry picked from commit b039d8d4219bca73a5b86e03f34f27fbe655ec81)

6 years agoUpdate git submodules
Fatih Degirmenci [Mon, 3 Sep 2018 09:26:51 +0000 (09:26 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "xci: Adapt jobs to use common prepare-tests role"
  - xci: Adapt jobs to use common prepare-tests role

    In order to activate more test tiers from functest and also
    start running yardstick, we need to do the test preparation
    at one go and then run what's supposed to be run.

    This change is required for below changes to be verified
    successfully
        https://gerrit.opnfv.org/gerrit/#/c/61639/
        https://gerrit.opnfv.org/gerrit/#/c/61641/

    Change-Id: Ib3ae2241921383b77c23b05443325aa6240cc176
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Aric Gardner [Fri, 31 Aug 2018 21:25:19 +0000 (21:25 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Https now works for artifacts.opnfv.org"
  - Https now works for artifacts.opnfv.org

    Also, I believe that https://artifacts.opnfv.org/
    now works behind the GFW  and so
    https://build.opnfv.org/artifacts.opnfv.org/index.html
    Will no longer be needed.

    Change-Id: I5ce850a0264a0d56d27756928f82c6c03868b622
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
Aric Gardner [Thu, 23 Aug 2018 17:22:10 +0000 (13:22 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Https now works for artifacts.opnfv.org

    Also, I believe that https://artifacts.opnfv.org/
    now works behind the GFW and so

    https://build.opnfv.org/artifacts.opnfv.org/index.html

    Will no longer be needed.

    Change-Id: Ieeaf9331a71a108db1d7a7a538f5f25179b98932
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
Dimitrios Markou [Wed, 29 Aug 2018 12:03:40 +0000 (15:03 +0300)]
Update git submodules

* Update docs/submodules/functest from branch 'stable/fraser'
  - Add concurrency parameter to refstack_defcore tests

    In fraser release we observed that refstack tests are executed in parallel
    and that might causes problems in CI because without concurrency
    parameter it will try to use as many cpus as possible and that might
    lead to race condition issues.

    This patch is created for backporting purposes to fraser branch
    where the problem occurs.

    JIRA: DOVETAIL-662

    Change-Id: I6cf0ad3a32e88f04abd00d69523aa8ac47c39470
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
    (cherry picked from commit d5c3692d211cb3e82708eaf2595ba3f26fafc6a6)