opnfvdocs.git
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 'stable/fraser'
  - 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>
    (cherry picked from commit 76619a3824f213715e012fdb23df64b079a4ff48)

6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Thu, 21 Jun 2018 13:28:03 +0000 (13:28 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'stable/fraser'
  - Merge "Convert SSH custom exceptions to Yardstick exceptions" into stable/fraser
  - Convert SSH custom exceptions to Yardstick exceptions

    JIRA: YARDSTICK-1215

    Change-Id: I5ecfd3dccd91b07cd8de5309dfa1a372eff16ed0
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
    (cherry picked from commit dde8fa628483deec352e176cea8decdbf6bed7e8)

6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Thu, 21 Jun 2018 13:08:42 +0000 (13:08 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'stable/fraser'
  - Merge "Remove AnsibleCommon class method mock" into stable/fraser
  - Remove AnsibleCommon class method mock

    In [1], several methods in "AnsibleCommon" class are mocked, but those
    mocks are not removed after the test execution. Depending on the test
    execution order, this affects other results.

    [1] https://github.com/opnfv/yardstick/blob/stable/fraser/yardstick/tests/unit/service/test_environment.py#L20

    JIRA: YARDSTICK-1214

    Change-Id: I85ef702b3b5b2fda5cf453a21b9f0bec61b155f0
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
    (cherry picked from commit e204c5063ab86d4ed2bff296959afae43866890f)

6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Thu, 21 Jun 2018 13:04:55 +0000 (13:04 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'stable/fraser'
  - Merge "Error when adding SR-IOV interfaces in SR-IOV context" into stable/fraser
  - Error when adding SR-IOV interfaces in SR-IOV context

    Method "add_sriov_interfaces" in Libvirt class throws an error when trying
    to add SR-IOV interfaces in the XML file.

    Function "setup_sriov_context" in SriovContext if passing to
    "_enable_interfaces" method the XML file name instead of passing the XML
    string.

    JIRA: YARDSTICK-1189

    Change-Id: If021c102311ecb98cb26934f78067dfc720e4291
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
    (cherry picked from commit 72df0eaac4a2a1f23439af7f249c2b5d18d1b819)

6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Thu, 21 Jun 2018 13:04:50 +0000 (13:04 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'stable/fraser'
  - Merge "Remove __init__ method overriding in HeatContextTestCase" into stable/fraser
  - Remove __init__ method overriding in HeatContextTestCase

    Unit test case clases should implement setUp() method instead of overriding
    __init__() method.

    JIRA: YARDSTICK-1210

    Change-Id: I0f9a10575f9aeebf76dfa84619e59589b3ea83f6
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
    (cherry picked from commit 619bed631f064a94ab20ac296802d467ebe32318)

6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Thu, 21 Jun 2018 13:04:21 +0000 (13:04 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'stable/fraser'
  - Merge "Bump oslo.messaging version to 5.36.0" into stable/fraser
  - Bump oslo.messaging version to 5.36.0

    A decoding error was introduced in the AMQP libraries installed by
    oslo.messaging version 5.30.2.

    Error example:

    File "/home/jenkins/opnfv/slave_root/workspace/yardstick-verify-master/
            .tox/functional/local/lib/python2.7/site-packages/amqp/utils.py",
             line 89, in str_to_bytes
      return s.encode('utf-8')
    UnicodeDecodeError: 'ascii' codec can't decode byte 0xd2 in position 3: ordinal not in range(128)

    This problem is fixed in the library versions installed in version 5.36.0.

    JIRA: YARDSTICK-1204

    Change-Id: I4719d8e0a0891ebbb3b87c31d593d15f897ef53a
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
    (cherry-picked from commit bcc841699c8072a74378774593729931e81b4398)

6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Thu, 21 Jun 2018 13:04:08 +0000 (13:04 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'stable/fraser'
  - Merge "Set "cmd2" library to version 0.8.6" into stable/fraser
  - Set "cmd2" library to version 0.8.6

    Last "cmd2" version, 0.9.0, removed Python 2+ support [1]. In order to
    support Python 2.7, version 0.8.6 (or earlier) must be installed.

    [1] https://github.com/python-cmd2/cmd2/commit/e54e5a5b891548df4df0acb04b6e607ad8f871b1

    JIRA: YARDSTICK-1205

    Change-Id: Ic2fe57438720de5b21c75f9456e653c6facf3ae9
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
    (cherry picked from commit c4d821c58858418ce8dfec95426f06ae11b25c7b)

6 years agoUpdate git submodules
John O Loughlin [Wed, 2 May 2018 07:50:53 +0000 (08:50 +0100)]
Update git submodules

* Update docs/submodules/yardstick from branch 'stable/fraser'
  - Correctly set PYTHONPATH in Dockerfile

    JIRA: YARDSTICK-1144

    Change-Id: I8c0fe229ed620417a85356e017b171260373c43f
Signed-off-by: John O Loughlin <john.oloughlin@intel.com>
    (cherry picked from commit a114dc39f003beb1bb1ed12ed17fd3a6d0e7deaa)

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
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
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
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>
6 years agoUpdate git submodules
Emma Foley [Fri, 27 Apr 2018 10:29:27 +0000 (10:29 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'stable/fraser'
  - Move tests: unit/network_services/{lib/,collector/,*.py}

    * Fix pylint errors
    * Add TODOs

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

    JIRA: YARDSTICK-837
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
    Change-Id: Idc2e70291b6d9b4cf7e7249a10c4a290b999206c
    (cherry picked from commit 2e75e6d27240945ec985998bbe9ec6241d11626a)

6 years agoUpdate git submodules
wutianwei [Tue, 19 Jun 2018 02:52:26 +0000 (10:52 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'stable/fraser'
  - check ip_forward and set to 1

    JIRA: COMPASS-600

    Change-Id: I21ace213060d9d0dde7f7f4b5cf1f79d567ebeb0
Signed-off-by: wutianwei <wutianwei1@huawei.com>
    (cherry picked from commit 1a1ed339b96458c483976a820e30b3a1bbb0b5d8)

6 years agoUpdate git submodules
Periyasamy Palanisamy [Tue, 19 Jun 2018 13:10:26 +0000 (13:10 +0000)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'stable/fraser'
  - Merge "Create and pass references of flavor and image to tempest" into stable/fraser
  - Create and pass references of flavor and image to tempest

    When invoked from SDNVPN, Tempest scenario functest test cases
    try to use flavor and image references from the tempest.conf file
    which are currently empty.
    This patch uses the default flavor that is created by the test
    suite and the creates an image using the availabe cirros image,
    which is deleted at the end.

    JIRA: SDNVPN-209

    Change-Id: I6a6fd636fec2c0fa7d35981ca51d59f06a4d9d69
Signed-off-by: nikoskarandreas <nick@intracom-telecom.com>
    (cherry picked from commit c6fbfb9651f5293c544351d3c9c549dfa24fafc6)

6 years agoUpdate git submodules
Stepan Andrushko [Mon, 18 Jun 2018 11:23:16 +0000 (14:23 +0300)]
Update git submodules

* Update docs/submodules/yardstick from branch 'stable/fraser'
  - Update pmd/lcore mask for OVS-DPDK context

    Added default values for pmd/lcore mask to the SampleVNF test case for
    Trex TG.
    lcore mask - specifies the CPU cores used for non-datapath OVS-DPDK
    threads.
    pmd mask - specifies the CPU cores used for data path packet processing.
    Updated documentation for Standalone OVS-DPDK context.

    JIRA: YARDSTICK-1246

    Change-Id: I8d008a185c94d2047ffa4769d7974bc4d283fd7f
Signed-off-by: Stepan Andrushko <stepanx.andrushko@intel.com>
    (cherry picked from commit 779a868348c3361f2a3054f06002807fd69a6549)

6 years agoUpdate git submodules
mei mei [Tue, 19 Jun 2018 07:29:11 +0000 (07:29 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[Dovetail] Increase frequency of Dovetail runs on Compass"
  - [Dovetail] Increase frequency of Dovetail runs on Compass

    Run Dovetail tests on every deployment of os-nosdn-nofeature and
    os-odl_l3-nofeature-ha to improve testing turn-around time as we are
    approaching the next release of Dovetail.

    Change-Id: Idb5580871c47651eb1c01e917d9d93be73b9cd17
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
mei mei [Tue, 19 Jun 2018 07:29:02 +0000 (07:29 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[Dovetail] Bugfix a typo"
  - [Dovetail] Bugfix a typo

    Change-Id: I919e2510aea75dc530c5769a09d3c678f2246ea4
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
mei mei [Tue, 19 Jun 2018 07:28:50 +0000 (07:28 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Use Ipmi info provided with PDF"
  - Use Ipmi info provided with PDF

    For one HA test case, it needs the ipmi info to shutdown controller node.
    Use PDF to get the impi info.
    1. For Apex, it runs on lf-pod1, currently there is no PDF about this pod.
    2. For Compass, it runs on huawei-pod2, also there is no PDF about this pod.
    3. For Fuel, it runs on ericsson-pod1 and lf-pod2, use their PDFs.

    Change-Id: I7d3d0b4ed6b16840ca25093d3ea877da203f58f8
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Harry Huang [Fri, 15 Jun 2018 06:18:50 +0000 (14:18 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'stable/fraser'
  - Specify netmask for install NIC

    JIRA: COMPASS-599

    Interface that be used as install NIC may
    have uncertain netmask which may cause
    network issue.

    Change-Id: Ic10709ca82a0d16af614ac327160f97a654d2294
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
    (cherry picked from commit da8ccfe3c89726673ff6c3d2a967fd670d40b6fd)

6 years agoUpdate git submodules
Cédric Ollivier [Mon, 18 Jun 2018 17:48:29 +0000 (19:48 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'stable/fraser'
  - Add minimal docstings in clearwater_ims_base.py

    It will allow forcing 10/10 in any new patchset.

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

6 years agoUpdate git submodules
Cédric Ollivier [Sun, 17 Jun 2018 09:41:08 +0000 (11:41 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'stable/fraser'
  - Mock os.makedirs() in test_odl.py

    os.makedirs() is called before calling robot.run.

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

6 years agoUpdate git submodules
Cédric Ollivier [Fri, 15 Jun 2018 15:55:23 +0000 (17:55 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'stable/fraser'
  - Fix pylint warnings in clearwater_ims_base

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

6 years agoUpdate git submodules
Cédric Ollivier [Sun, 17 Jun 2018 11:36:12 +0000 (13:36 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'stable/fraser'
  - Fix invalid method names in vnfs

    Change-Id: Icff1a53ffd7b59d46543b79571b45872a9f243c3
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Tim Rozet [Mon, 18 Jun 2018 14:47:10 +0000 (10:47 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: Enable OS master clients with Tempest

    We want to use OS master clients when testing with master OpenStack
    (scenarios without any branch in the name).

    Change-Id: I6b2814dcb6fd7e8a650782e13c1a765320e8cf98
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Trevor Bramwell [Mon, 18 Jun 2018 14:23:07 +0000 (14:23 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Update tox jjb command to use jjb 2.0.3"
  - Update tox jjb command to use jjb 2.0.3

    2.0.3 is the current JJB version being used by OPNFV.

    This removes 'jjb/global' from the positional arguments as overriding
    with '-- jjb' will throw errors files are included twice.

    Change-Id: If9014fd8a5b92ade89d97994ea1b58f0b227c65a
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Cédric Ollivier [Sun, 17 Jun 2018 12:58:36 +0000 (14:58 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Add functest-tempest jjbs

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

* Update docs/submodules/releng from branch 'master'
  - Update FUNCTEST suite and tier names

    Change-Id: I0bef73cf17e845faf3e1da42a07c5ada767fd731
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
  - Update Functest testcase list

    Change-Id: I1f9d2d594d1bd0e09edf4dd51cae2355623de7c2
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
  - Run opnfv/functest-parser in Fraser daily jobs

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

* Update docs/submodules/releng from branch 'master'
  - Stop running containers in privileged mode

    It should be useless in case of Functest.

    Change-Id: Iac214dc484079bf17bbbfc08c28554835fac3f69
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Tim Rozet [Sat, 16 Jun 2018 03:00:48 +0000 (23:00 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: Adds missing nosdn scenarios to daily

    Change-Id: Ib1f508461c22e01ea2e9a7d855f79ed7aa25f68a
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Tim Rozet [Fri, 15 Jun 2018 19:34:07 +0000 (19:34 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[Dovetail] Increase frequency of Dovetail runs on Apex"
  - [Dovetail] Increase frequency of Dovetail runs on Apex

    Run Dovetail tests on every deployment of os-nosdn-nofeature to improve
    testing turn-around time as we are approaching the next release of
    Dovetail.

    Change-Id: Ie4baf3c2f607aaf09135c4021258e9afb0aec826
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
6 years agoUpdate git submodules
Yang (Gabriel) Yu [Wed, 13 Jun 2018 09:23:12 +0000 (17:23 +0800)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'stable/fraser'
  - Update Dockerfile

    1. Openstack command lines keep poping up warnings which
    cause reading comand results wrongly.
    2. Update the ubuntu version and packages to remove redundance
    which is a historical debt.

    Change-Id: I3cdb7a9ec3f0bc41ecfe5b8bf9d44878485de40f
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
    (cherry picked from commit 0ea5233caabae215afb0769194a87f32a430fa2d)

6 years agoUpdate git submodules
Dimitrios Markou [Wed, 6 Jun 2018 11:14:15 +0000 (14:14 +0300)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'stable/fraser'
  - [Bug Fix] Determine the BGP entity owner in ODL Cluster

    In HA deployments is essential to determine which is the ODL
    BGP entity owner and transform that ODL to BGP speaker.
    This is necessary because of this bug [0] in netvirt. So
    we can consider this as a workaround for the testcase_3.

    Note: This patch is dependent on this task resolution [1]
          for master branch.

    Note: This patch works fine in stable/fraser branch.

    [0] https://jira.opendaylight.org/browse/NETVIRT-1308
    [1] https://jira.opnfv.org/browse/SDNVPN-217

    Jira: SDNVPN-214

    Change-Id: I383987e650da45400a3a6437dbdaaea904db9265
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
6 years agoUpdate git submodules
Morgan Richomme [Fri, 15 Jun 2018 10:08:45 +0000 (10:08 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Remove functest-parser"
  - Remove functest-parser

    Parser should be fixed and then added to functest-smoke.

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

* Update docs/submodules/fuel from branch 'stable/fraser'
  - [patch] Rebase keyserver proxy support (3)

    Rebased on top of [1].

    [1] https://github.com/salt-formulas/salt-formula-linux/commit/9f30456

    Change-Id: Iad5aef674c47d622a94d1c21cae3f46fbb3c52d8
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
    (cherry picked from commit fd1f3fa1c8c83b2e5f8cacc6a6caf1a14e40b1a5)

6 years agoUpdate git submodules
Abhijit Sinha [Thu, 14 Jun 2018 13:32:40 +0000 (13:32 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'stable/fraser'
  - Merge "Bugfix: openrc api dump should be safe_dump" into stable/fraser
  - Bugfix: openrc api dump should be safe_dump

    1. fix safe_dump
    2. fix pep8 problem, use flask_restapi custom error handling [1]

    [1] https://flask-restful.readthedocs.io/en/latest/extending.html#custom-error-handlers

    JIRA: YARDSTICK-1165

    RestApi openrc dump clouds.yaml error

    it now use yarml.dump, should be yaml.safe_dump.

    dump would gererate !!python/unicode and cause error when upload openrc file in gui

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

6 years agoUpdate git submodules
Trevor Bramwell [Wed, 13 Jun 2018 20:13:34 +0000 (20:13 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Update repo archive script to handle empty repos"
  - Update repo archive script to handle empty repos

    After an empty repo is cloned, and we attempt to pull in changes, git
    fails due to not know which branch to pull from. Explicitily pulling
    from origin into master should resolve this.

    Change-Id: I6bed85779c1bb571559c263800e8ea55ece3aa62
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Trevor Bramwell [Wed, 13 Jun 2018 20:13:24 +0000 (20:13 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Remove jjb-sandbox as we now have jjb-deploy"
  - Remove jjb-sandbox as we now have jjb-deploy

    Now that the sandbox is available and we can easily deploy jobs using
    'jjb-deploy' or upload them through the cli, this outdated directory can
    be removed.

    Change-Id: I680dbc84eeba140adac7b69ea0af4ed26d160362
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Paul Vaduva [Wed, 13 Jun 2018 17:26:26 +0000 (19:26 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Remove quotes from PROJECT env

    Change-Id: I0e169b8ea3135a49ccfed9fe9fe3550017faab95
Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 13 Jun 2018 16:22:57 +0000 (18:22 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - [auto] Fix missing yaml block marker

    Change-Id: Ia1e95dce8f272cb53186314025fdd81419fc9d4d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Cédric Ollivier [Wed, 13 Jun 2018 12:56:23 +0000 (14:56 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'stable/fraser'
  - Fix result parsing in cloudify_ims

    The previous regex failed when errors are listed [1].

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

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

6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 11 Jun 2018 13:52:32 +0000 (15:52 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'stable/fraser'
  - [patch] Rebase keyserver proxy support

    Rebase on top of [1].

    [1] https://github.com/salt-formulas/salt-formula-linux/commit/6f5e69e

    Change-Id: Ic34bb9c1fad8778262f2e876c91667e903d143bf
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
    (cherry picked from commit 79e32c8cc5631204d2e5b0b328c954a2a2197037)

6 years agoUpdate git submodules
mei mei [Wed, 13 Jun 2018 11:22:35 +0000 (11:22 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "jjb/releng: fix compass-container $DOCKERFILE"
  - jjb/releng: fix compass-container $DOCKERFILE

    Use default $DOCKERFILE setting from downstream projects.

    Change-Id: I0bfee5dcaef9a9eb7601548a1e5da5a5f8d51bb5
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
6 years agoUpdate git submodules
wutianwei [Thu, 7 Jun 2018 08:55:44 +0000 (16:55 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'stable/fraser'
  - set spice-html5 git repository URL

    Change-Id: Ie2d473d3cdc804f698244f163c62bed30a5dd33d
Signed-off-by: wutianwei <wutianwei1@huawei.com>
    (cherry picked from commit 3e8cc46ac37c5b89b606bd2ee1e3b389c84fd7fa)

6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 13 Jun 2018 07:36:11 +0000 (09:36 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - xci: Disable Centos jobs until Intel lab is back

    Due to Intel lab maintenance, the number of slaves will go down so we need
    to have fewer jobs running. Centos is known to be problematic upstream and
    it is better to disable them until the lab is back online to ensure the jobs
    for other distros are impacted less.

    Change-Id: Ifd8624e45282d68bd7acdf283ef7a499e81990e9
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Trevor Bramwell [Tue, 12 Jun 2018 22:28:06 +0000 (22:28 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[yardstick] update yardstick email list"
  - [yardstick] update yardstick email list

    remove Ross as he is no longer PTL.

    Change-Id: I2661cf09cae4be5c16d06a237d2dbe1c7c591cfc
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Trevor Bramwell [Tue, 12 Jun 2018 22:24:13 +0000 (22:24 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Remove obsolete iptable rules"
  - Remove obsolete iptable rules

    It simply breaks parallel testing and seems useless/deprecated.

    Change-Id: I7dafa65f4acfdabb089cf0e10c66d5eb632500c6
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Trevor Bramwell [Tue, 12 Jun 2018 22:19:18 +0000 (22:19 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add separate fraser jobs to Barometer container builds"
  - Add separate fraser jobs to Barometer container builds

    In order to support additonal features that have been added to
    collectd since the 5.8 release, there needs to be a separate
    stable and master container so we can support the new features
    as well as the stable release.

    This change will allow us to increment the version of collectd
    as we add functest support, config guides and documentation,
    while keeping the stable version container intact and available
    for users to download.

    JIRA: BAROMETER-102

    Change-Id: I06ca84581a2e0f1a994cedf53aebc8f5cc3e7535
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
6 years agoUpdate git submodules
Trevor Bramwell [Tue, 12 Jun 2018 22:17:25 +0000 (22:17 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Auto: Project Modification in armband jobs"
  - Auto: Project Modification in armband jobs

    In order for us to run a job template from
    armband project and to override the project
    parameter that defaults to auto we need to
    modify the template for the deploy job from
    armband.

    Change-Id: Idf465107eb571d632dc09dbcce8e4c796648dc4b
Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
6 years agoUpdate git submodules
Tim Rozet [Tue, 12 Jun 2018 21:38:28 +0000 (21:38 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Apex: disable functest for k8s deployment in gate job"
  - Apex: disable functest for k8s deployment in gate job

    Change-Id: I554dd364dbcbef03c4bc54bc026af22f8d95d34f

6 years agoUpdate git submodules
mei mei [Tue, 12 Jun 2018 03:39:38 +0000 (03:39 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[Dovetail] Setting correct process name for rabbitmq on Apex"
  - [Dovetail] Setting correct process name for rabbitmq on Apex

    Customizing the pod.yaml for running the dovetail.ha.rabbitmq test on
    Apex.

    Change-Id: I945d281bb8aac2799dd0ff0aa4a750cbf44803de
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
6 years agoUpdate git submodules
Cédric Ollivier [Sun, 10 Jun 2018 12:00:22 +0000 (14:00 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'stable/fraser'
  - Update cloudify-rest-client to 4.3.2

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

7 years agoUpdate git submodules
Cédric Ollivier [Sat, 9 Jun 2018 12:47:51 +0000 (14:47 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'stable/fraser'
  - Select the right quaff repo

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

  - Force unf_ext 0.0.7.4

    Else it cannot compile vs arm [1][2]

    [1] https://build.opnfv.org/ci/job/functest-vnf-docker-build-arm64-master/231/console
    [2] https://github.com/sile/unf/pull/2/commits/74ed3e3b1ec31474cf9b8d8a90aee535607fdfe8

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

  - Stop using a forked obsolete repo

    It leverages on the official clearwater live test instead.
    It now parses the output directly.

    Conflicts:
        docker/vnf/Dockerfile

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

7 years agoUpdate git submodules
spisarski [Mon, 4 Jun 2018 15:23:53 +0000 (09:23 -0600)]
Update git submodules

* Update docs/submodules/snaps from branch 'stable/fraser'
  - Fix to a router's internal subnet resoulution.

    Ensures that any subnet added to the router is available to that project.

    Change-Id: Iddfad14a093551bc0f4a05c52b20f02db2474d78
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoUpdate git submodules
Tim Rozet [Fri, 8 Jun 2018 12:13:55 +0000 (12:13 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Stop hardcoding Docker repository"
  - Stop hardcoding Docker repository

    Change-Id: I7c8a131b4f80b58ee136e63c547c4fe55822a134
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
wutianwei [Wed, 6 Jun 2018 10:50:33 +0000 (06:50 -0400)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'stable/fraser'
  - fix istio deploy fialure

    Some files don't exist in istio 0.8.0 version.
    So it failed to deploy istio in CI.
    what this patch do:
    1. using istio-demo.yml instead of istio.yml to deploy istio
    2. define the ingress gateway when running bookinfo sample
    3. rename ingress to ingressgateway

    Change-Id: I39ec39320d61e5af8282c6f50bad90240444bc79
Signed-off-by: wutianwei <wutianwei1@huawei.com>
    (cherry picked from commit f5e9d072a9d4d896a9da40dbfef8a5ca9abd7924)

7 years agoUpdate git submodules
Alexandru Avadanii [Thu, 7 Jun 2018 11:59:59 +0000 (13:59 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'stable/fraser'
  - [patch] Rebase APT keyserver proxy support patch

    Sync our patch with upstream PR [1].

    [1] https://github.com/salt-formulas/salt-formula-linux/pull/138

    Change-Id: If3a51d3aef51accee0901c59e1342b42dbe4be4b
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
    (cherry picked from commit 78d368731c9582361cc291d5618e01702982f2b9)

7 years agoUpdate git submodules
Periyasamy Palanisamy [Thu, 7 Jun 2018 14:34:00 +0000 (14:34 +0000)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'stable/fraser'
  - Merge "Re-enabling execution of tempest tests" into stable/fraser
  - Re-enabling execution of tempest tests

    My previous patch broke the execution of tempest tests, causing tempest
    to complain about a missing .testr.conf file. This fix adds the explicit
    use of the --config-file CLI flag back to the tempest test framework.

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

7 years agoUpdate git submodules
Periyasamy Palanisamy [Thu, 7 Jun 2018 08:35:48 +0000 (10:35 +0200)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'stable/fraser'
  - Add own logger for SdnvpnFuncTest class

    The functest xtesting Testcase class removed the logger instance
    variable, so let SdnvpnFuncTest use its own logger.

    JIRA: SDNVPN-215

    Change-Id: I8b611273e44204d5051fad1140e6ecaddc2a4334
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
    (cherry picked from commit 6491326ffadcc143a64723169038cad58620f117)

7 years agoUpdate git submodules
Trevor Bramwell [Thu, 7 Jun 2018 14:03:08 +0000 (14:03 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Use armband project for deploy in auto"
  - Use armband project for deploy in auto

    Change-Id: I76dabebfd696c9b307399e1906740df823b4d91c
Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
7 years agoUpdate git submodules
Alexandru Avadanii [Thu, 7 Jun 2018 13:45:41 +0000 (15:45 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'stable/fraser'
  - u/fuel: Bump & rebase for keyserver prx refresh

    Change-Id: If00a793dccfa6f779a6e2481b41ebec6bbdda39c
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
    (cherry picked from commit d5748bc0dd2fe4241a3924192d6beac860238551)

7 years agoUpdate git submodules
Ryota Mibu [Thu, 7 Jun 2018 11:11:22 +0000 (11:11 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Clean up CI Node Listing for pushing test logs"
  - Clean up CI Node Listing for pushing test logs

    These machines have been removed from Jenkins for quite some time and
    no longer need to be listed here.

    Change-Id: I43943865eb83eccdf26effe916d6c2ac010f402f
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
7 years agoUpdate git submodules
Aric Gardner [Wed, 6 Jun 2018 19:58:18 +0000 (19:58 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Deploy job needs armband project for deploy"
  - Deploy job needs armband project for deploy

    Change-Id: Iae34d2b9249614b5a4b27173eff3b64779a96c49
Signed-off-by: pava <Paul.Vaduva@enea.com>
7 years agoUpdate git submodules
Aric Gardner [Wed, 6 Jun 2018 19:48:41 +0000 (19:48 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Remove INFO file as we've migrated to INFO.yaml"
  - Remove INFO file as we've migrated to INFO.yaml

    Change-Id: I69fc68e101db5b83a56e392924d6e1e656fa1b5e
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
7 years agoUpdate git submodules
Michael Polenchuk [Wed, 6 Jun 2018 10:26:36 +0000 (14:26 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'stable/fraser'
  - Pin OVN packages

    Make a pinning of OVN packages as well to meet an openvswitch dependency.

    Change-Id: I96ac7e052c710b65fc1f74bc4f406bba435d433f
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
7 years agoUpdate git submodules
Ryota MIBU [Wed, 6 Jun 2018 14:58:10 +0000 (23:58 +0900)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - [doctor] pass inspector value to parameter

    Change-Id: I56e4e8e00840e46efe5fe52812fd949ee08f984a

7 years agoUpdate git submodules
Cédric Ollivier [Wed, 6 Jun 2018 07:28:38 +0000 (09:28 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'stable/fraser'
  - Switch to Python3 divide in cloudify_ims

    The code simply asks for python3 divide else only live_test = 100% is
    considered as successful [1].

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

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

  - Switch from OS_ENDPOINT_TYPE to OS_INTERFACE

    It also set endpoint_type to public in tempest.conf if unset.

    JIRA: FUNCTEST-975

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

7 years agoUpdate git submodules
Cédric Ollivier [Tue, 5 Jun 2018 18:29:04 +0000 (20:29 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'stable/fraser'
  - Return true if at least one passed test

    JIRA: FUNCTEST-974

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

7 years agoUpdate git submodules
Tim Rozet [Tue, 5 Jun 2018 16:54:49 +0000 (12:54 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: Fix missed updating nosdn verify scenario

    Change-Id: If9e612b24fca868c3b330a03053accc7debf9420
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoUpdate git submodules
Panagiotis Karalis [Fri, 25 May 2018 08:53:57 +0000 (11:53 +0300)]
Update git submodules

* Update docs/submodules/sfc from branch 'stable/fraser'
  - Fix the logging to be compatible with functest

    In order to collect logs from SFC test scenarios running through
    functest framework (mainly for troubleshooting purposes),
    the logging mechanism has been updated accordingly.

    JIRA: SFC-125

    Change-Id: Ide7c32519afa6ece299d0ac1dcb168609a2e3945
Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
7 years agoUpdate git submodules
Tim Rozet [Tue, 5 Jun 2018 13:40:50 +0000 (09:40 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: Change verify job to use tempest

    Tempest is maintained for different versions of openstack which we need
    to be able to test master and queens in Apex for XCI.

    Change-Id: I1ab6500964a93b74f1800e9bdfea9ddfb1157f70
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoUpdate git submodules
Dimitrios Markou [Fri, 1 Jun 2018 13:09:47 +0000 (16:09 +0300)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'stable/fraser'
  - [Bug Fix] Use correct image for the Quagga instance

    In testcase_3 the Quagga image is downloaded from the
    opnfv.artifacts repository to the /home/opnfv/functest/data
    directory.

    But the testcase_3 after that tries to find the image in the
    /home/opnfv/functest/images directory.

    This results in using a wrong image

    Jira: SDNVPN-213

    Change-Id: I99539fc9a7a2d016a97ed51fca0cde81f82b3911
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
7 years agoUpdate git submodules
Michael Polenchuk [Tue, 5 Jun 2018 12:54:02 +0000 (16:54 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'stable/fraser'
  - Clean out merged upstream patch

    Change-Id: I0c8f87bad0fbe55684bd43547674ed91a31f39f8
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
    (cherry picked from commit 5ab2540591ad029b5b6cf23eab88959fbd14712b)

7 years agoUpdate git submodules
Alexandru Avadanii [Mon, 4 Jun 2018 15:57:06 +0000 (15:57 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'stable/fraser'
  - Merge "[patch] Drop upstream reclass formula patches" into stable/fraser
  - [patch] Drop upstream reclass formula patches

    Change-Id: Iad2a27d059b43ed14fb70bdee01b3db29613615b
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
    (cherry picked from commit 28ccbe4f37cf8b2e38681d4a732f80112888ce84)

7 years agoUpdate git submodules
Alexandru Avadanii [Mon, 4 Jun 2018 14:02:21 +0000 (16:02 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'stable/fraser'
  - [submodule] Bump Pharos for ericsson-pod1 updates

    This bump also brings in:
    - arm-pod{8,9} config;
    - UNH lab config;
    - NTP config in IDFs for existing PODs;
    - basic vPDF support;

    Change-Id: Ifc16616bc8a13de2bdf048971448d4853e93880e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
    (cherry picked from commit 4ee7da0aa1128569bc97e5a28ce10a3ce1aac142)

7 years agoUpdate git submodules
Alexandru Avadanii [Mon, 4 Jun 2018 13:46:04 +0000 (15:46 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'stable/fraser'
  - u/fuel: Bump & rebase for upstream patches

    Change-Id: Ie25c098273b929e9a31adfcfd3eb95dcf856611a
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
    (cherry picked from commit baa15e4501d47adb80b1648d059881bdf57b2a9d)

7 years agoUpdate git submodules
Alexandru Avadanii [Mon, 4 Jun 2018 12:13:14 +0000 (12:13 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'stable/fraser'
  - Merge "Pin openvswitch packages from UCA" into stable/fraser
  - Pin openvswitch packages from UCA

    Make a pinning of openvswitch packages to get 2.8.1 version.

    Change-Id: I2bb78050cebd671ef1dddbac02705e0782fc34c8
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
7 years agoUpdate git submodules
Alexandru Avadanii [Mon, 4 Jun 2018 12:12:40 +0000 (12:12 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'stable/fraser'
  - Merge "[noha] Disable proxy certificate generation" into stable/fraser
  - [noha] Disable proxy certificate generation

    noha scenarios try to generate the proxy SSL cert using the Salt
    Master CA authority. However, this requires a `salt-minion` restart
    between the CA configuration and the cert generation (see [1]).
    Since we don't use this cert anyway, let's just disable it for cfg01.

    JIRA: FUEL-377

    [1] https://github.com/salt-formulas/salt-formula-salt/issues/67

    Change-Id: I8e88200e0d5614f0034c0c77e6ba675dc7ef0c11
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
    (cherry picked from commit 016db55bd5cc07d32926b60d59b1fdd7e2471705)

7 years agoUpdate git submodules
Periyasamy Palanisamy [Thu, 31 May 2018 14:59:54 +0000 (16:59 +0200)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'stable/fraser'
  - Fix the logging to be compatible with functest

    Change-Id: I62b432497175e79bcf2cd241be54d8a7f5db2799
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
    (cherry picked from commit e08e7c43c85fa04dc78a1fcf8a11ab877a78dfb9)

7 years agoUpdate git submodules
Alexandru Avadanii [Sun, 3 Jun 2018 16:31:03 +0000 (18:31 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'stable/fraser'
  - [patch] maas: rebase artifact download

    Upstream refactored maas/regions.sls to introduce kitchen tests in
    [1], rebase our patches on top of it.

    [1] https://github.com/salt-formulas/salt-formula-maas/commit/8a0d52e

    Change-Id: I491fb2e05679ebc226a27141e685d429e0ff8bcc
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
    (cherry picked from commit e2c554c856a923c4a6323c96a190fd82e3d049d7)

7 years agoUpdate git submodules
Trevor Bramwell [Sat, 2 Jun 2018 00:19:39 +0000 (00:19 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "jjb/releng: fix compass container build error"
  - jjb/releng: fix compass container build error

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

    Change-Id: I47ef2ede64d63fb3e9a500dc48cdd510ee9ff235
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
7 years agoUpdate git submodules
Tim Rozet [Fri, 1 Jun 2018 19:46:15 +0000 (15:46 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: Only use admin network for snapshot create

    CSIT only uses admin network, so only collect that virsh def.

    Change-Id: I2bce08f004ca673cc8a9ecffd09e44f45b04eb76
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoUpdate git submodules
Cédric Ollivier [Fri, 1 Jun 2018 15:31:03 +0000 (17:31 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'stable/fraser'
  - Update clearwater to 129

    It switches to Sprint Ulmo [1] which fixes deployment issues in
    Orange ONAP Openlab.

    [1] http://www.projectclearwater.org/sprint-ulmo-release-note/

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

7 years agoUpdate git submodules
Feng Pan [Fri, 1 Jun 2018 12:20:29 +0000 (12:20 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'stable/fraser'
  - Merge "Configure NAT with baremetal when necessary" into stable/fraser
  - Configure NAT with baremetal when necessary

    We currently only enable NAT on undercloud for virtual deployments.
    However, there could be a case where a baremetal deployment also needs
    NAT as it is not using an interface on the overcloud nodes with external
    access. Therefore this patch changes the behavior to configure NAT when
    the gateway of either the external or admin (when external is disabled)
    network matches an IP assigned to the undercloud.

    JIRA: APEX-605

    Change-Id: I9c79af371913e6e5f0d39b433f68205bc7e106c5
Signed-off-by: Tim Rozet <trozet@redhat.com>
    (cherry picked from commit d0f4951e914cacd99c750cb04a332cd7251b9de8)

7 years agoUpdate git submodules
Tim Rozet [Wed, 23 May 2018 20:09:47 +0000 (16:09 -0400)]
Update git submodules

* Update docs/submodules/apex from branch 'stable/fraser'
  - Default ctlplane to native VLAN

    We were not setting any vlan type value for the admin network.  This
    caused an issue when deploying and trying to use a single collapsed
    network (no net isolation).  The issue occurred when trying to create an
    external neutron network.  We happen to check if the phys type is flat
    or vlan using this attribute to decide what kind of phys type to use for
    the neutron network.

    JIRA: APEX-606

    Change-Id: I4e24dd5e8b99cef920b8203b820a77d0021631cc
Signed-off-by: Tim Rozet <trozet@redhat.com>
    (cherry picked from commit 42a9303a21a46f9e9b1997ab4c0beceb6b0bf438)

7 years agoUpdate git submodules
Trevor Bramwell [Thu, 31 May 2018 23:21:42 +0000 (23:21 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Auto: Setup Ci Jobs for Auto project"
  - Auto: Setup Ci Jobs for Auto project

    We will try to reuse the job template
    for deploying from armband project.

    Change-Id: I76a783094ce5be1b4aa93585a6b90898d909ca13
Signed-off-by: pava <Paul.Vaduva@enea.com>
7 years agoUpdate git submodules
Trevor Bramwell [Thu, 31 May 2018 23:18:15 +0000 (23:18 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "updated commit for Auto 6.1.1"
  - updated commit for Auto 6.1.1

    Cherry-picked 3 changes from latest master, to stable/fraser
    merged these 3 changes into stable/fraser
    new commit ID: 0f43563624832c5908e6fc00eb0a4bbc6cc82c33
    will need to be tagged as 6.1.1

    patch#2: removed trailing spaces

    Change-Id: I934dedb6c0b1efde2404f550cbd1a58e618ffc1a
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
7 years agoUpdate git submodules
Tim Rozet [Thu, 31 May 2018 18:08:43 +0000 (14:08 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: Parameterize functest suite/testcase

    This patch parameterizes the functest variables for the apex-virtual job
    so that we can indicate which tests to run when calling the apex-virtual
    (which in turn runs deploy and functest).

    Change-Id: Ic628c7711aca2d3ac0520d34150a3242d8d9891d
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoUpdate git submodules
spisarski [Tue, 29 May 2018 16:53:55 +0000 (10:53 -0600)]
Update git submodules

* Update docs/submodules/snaps from branch 'stable/fraser'
  - Fixed issue when attempting to add an internal subnet to a router.

    Internal subnets that are owned by the same user who is creating a
    router now can be added properly. Attempted to fix an issue with the
    change in https://gerrit.opnfv.org/gerrit/#/c/57853/ that was allowing
    for subnets with the same name to be assigned but ended up breaking
    this functionality completely.

    JIRA: SNAPS-312

    Change-Id: I1687f66db47520e93e401d3e9fb5f0c4f45d460f
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoUpdate git submodules
Yang (Gabriel) Yu [Tue, 29 May 2018 06:44:03 +0000 (14:44 +0800)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'stable/fraser'
  - Change the function imposed on instances/tasks

    The number of instances/tasks should be cumulated instead of
    averaging.

    Change-Id: If63244ea086de8ba6a74865e5bad23feec01b3d6
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
    (cherry picked from commit f6ca90e950a3b007b118cad702616267fab91916)

7 years agoUpdate git submodules
Tim Rozet [Wed, 30 May 2018 20:49:29 +0000 (20:49 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'stable/fraser'
  - Merge "nosdn-fdio scenarios fixes" into stable/fraser
  - nosdn-fdio scenarios fixes

    - Set DatabaseSyncTimeout to 1800 to avoid db_sync timeout.
    - Add workaround for nova vif plug failure
    - Update vpp version
    - Change tap0 interface config to be on controller node only
    - Change networking-vpp repo back to upstream

    apex-tripleo-heat-templates: I14af87378b8ac7a5d10d31d2652a65d535e2ec0c
    apex-puppet-tripleo: Ia33234b1c6eddf787d5e4ab62c22ddc8a18b82f3

    Change-Id: I843bf5b420f7994e451a01d64eacb6193df97d75
Signed-off-by: Feng Pan <fpan@redhat.com>
7 years agoUpdate git submodules
Ricardo Noriega [Wed, 16 May 2018 10:54:40 +0000 (12:54 +0200)]
Update git submodules

* Update docs/submodules/apex from branch 'stable/fraser'
  - Adding git as required dependency for Apex RPMs

      If it's not installed, opnfv-deploy will output an
      error message.

    JIRA: APEX-599

    Change-Id: Ib826204120f53abce1f4f1e3e4ec3119a71ab650
Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
    (cherry picked from commit 52557753e9cd240bc69d6b5d037a5b84e310050c)

7 years agoUpdate git submodules
Cédric Ollivier [Wed, 30 May 2018 13:18:35 +0000 (15:18 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'stable/fraser'
  - Bypass Cloudify's upper-constraints issues

    It installs cmd2 via yum instead as last cmd2 release only supports
    python3.

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

7 years agoUpdate git submodules
Alexandru Avadanii [Thu, 27 Jul 2017 21:42:29 +0000 (23:42 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'stable/fraser'
  - mcp: salt-formulas: opendaylight: AArch64 leveldb

    ODL requires native leveldbjni support on architectures like AArch64,
    provided as a Debian package in ODL Team Nitrogen PPA.

    Only systemd is supported (unlikely to change).

    JIRA: ARMBAND-387

    Change-Id: Ie7f2955c6574ab4584ed0c207b42ed7ab7261561
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
    (cherry picked from commit 57175f45f6ae9c2ee2adf02ea30a75c0ab956206)

7 years agoUpdate git submodules
Alexandru Avadanii [Tue, 29 May 2018 15:32:56 +0000 (17:32 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'stable/fraser'
  - u/fuel: Bump & rebase for upstream ODL leveldbjni

    JIRA: ARMBAND-387

    Change-Id: Id24c15f7390bb63b6c422f1da8548effd5aa885a
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
    (cherry picked from commit 4270458ba464057578f2bbc7360fb8d0f8fa89cc)

7 years agoUpdate git submodules
Cédric Ollivier [Wed, 30 May 2018 07:32:00 +0000 (09:32 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'stable/fraser'
  - Fix _do_execute() return code in vping_ssh

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

7 years agoUpdate git submodules
Panagiotis Karalis [Fri, 25 May 2018 09:22:47 +0000 (12:22 +0300)]
Update git submodules

* Update docs/submodules/functest from branch 'stable/fraser'
  - Simplify logging

    In order to collect logs from features running through
    functest framework (mainly for troubleshooting purposes),
    the logging mechanism has been updated accordingly.

    It should be noted that feature logs are printed in functest.log.
    All logs are now printed in functest.log whatever the namespace.

    JIRA: SFC-125

Co-Authored-By: Cédric Ollivier <cedric.ollivier@orange.com>
    Change-Id: I6cb32e5553749023d490d553ae4653750c52e844
Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
    (cherry picked from commit ceaea7f0cb95bce7f71d29dff71d58654cf0e700)

7 years agoUpdate git submodules
mei mei [Wed, 30 May 2018 06:36:02 +0000 (06:36 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "jjb/releng: support multi arch compass images"
  - jjb/releng: support multi arch compass images

    Change-Id: I9f6a287727d36266207fb2821127ac142952f67d
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
7 years agoUpdate git submodules
Tim Rozet [Tue, 29 May 2018 13:49:09 +0000 (09:49 -0400)]
Update git submodules

* Update docs/submodules/apex from branch 'stable/fraser'
  - Updates CentOS artifact links

    Artifacts expired from mirror links, so moving to artifacts repo.

    JIRA: APEX-608

    Change-Id: Ib49ca355b49467e4ecfa52ba90cd5e2fad9f2d71
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoUpdate git submodules
Tim Rozet [Tue, 29 May 2018 21:37:41 +0000 (17:37 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: Changes default verify scenario to nosdn

    Basically we are getting blocked on merging patches due to ODL breaking
    and these patches have nothing to do with ODL. So we are changing the
    default sceanrio to just be nosdn, and then if the change is relatd to
    ODL we can include an ODL gate run.

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