opnfvdocs.git
6 years agoUpdate git submodules
Manuel Buil [Fri, 4 May 2018 21:11:35 +0000 (23:11 +0200)]
Update git submodules

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  - Fix pip install issues in install.yaml script

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

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

    JIRA: YARDSTICK-1250

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

    Increase ansible version to 2.5.5.

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

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

    JIRA: YARDSTICK-1249

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

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

    Removed unneeded output.

    JIRA: YARDSTICK-1275

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

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

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

    JIRA: YARDSTICK-1274

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

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

    Removed deprecated functions.

    JIRA: YARDSTICK-1273

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

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

    Removed unneeded output and stopped access to file system.

    JIRA: YARDSTICK-1271

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

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

    Removed unneeded output and mock system calls.

    JIRA: YARDSTICK-1270

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

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

    Removed unneeded output.

    JIRA: YARDSTICK-1268

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

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

    Removed unneeded output.

    JIRA: YARDSTICK-1267

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

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

    This reverts commit 0ff1a51fa53cb74f7a671edc3f1502838294d5c9.

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

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

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

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

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

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

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

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

    JIRA: VSPERF-587

    Change-Id: I72c5bd85f38274f308fce881517e5b6fa4a123dc
Signed-off-by: Martin Klozik <martin.klozik@tieto.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>
Reviewed-by: Richard Elias <richard.elias@tieto.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 2 Jul 2018 19:34:55 +0000 (21:34 +0200)]
Update git submodules

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    JIRA: DOVETAIL-678

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

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

    Removed unneeded output and mocks.

    JIRA: YARDSTICK-1266

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

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

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

    JIRA: YARDSTICK-1262

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

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

    It also fixes clean().

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

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

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

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

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

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

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

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

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

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

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

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

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

    vswitchperf tagging.

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

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

    fix opnfv-6.2.0 bug: docker image build failed

    JIRA: YARDSTICK-1278

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

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

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

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

    JIRA: YARDSTICK-1278

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

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

    JIRA: YARDSTICK-1279

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

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

    JIRA: YARDSTICK-1280

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

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

    Change-Id: Id78fbfe1cb2e0ace44d2e6acf688e4115941a84a
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
6 years agoUpdate git submodules
rexlee8776 [Sat, 30 Jun 2018 04:23:27 +0000 (04:23 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Bugfix: docker build failed

    Due to no inventory.ini specified in Dockerfile, which
    resulsts in ansible-playbook run fail

    JIRA: YARDSTICK-1277

    Change-Id: Iaf689b71b8c86b54b2451d8a8c480f7d94d53561
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
Georg Kunz [Fri, 22 Jun 2018 09:52:56 +0000 (11:52 +0200)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Removing unused test suite and updating debug test suite

    The compliance_set test suite is not used. Updating the description of
    the debug test suite.

    Change-Id: Id2c3ca922ffb083f3443e00e5ca1a0648aec3e4a
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
6 years agoUpdate git submodules
Georg Kunz [Fri, 22 Jun 2018 19:37:35 +0000 (21:37 +0200)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Update licence headers to comply with guidelines

    Updating the licence headers to comply with the community guidelines [1]
    and anteater checks.

    [1] https://wiki.opnfv.org/display/DEV/Contribution+Guidelines#ContributionGuidelines-License

    Change-Id: Idec787e32daf76c0b1bd6108977b78828125da5e
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
6 years agoUpdate git submodules
Trevor Bramwell [Fri, 29 Jun 2018 21:51:16 +0000 (21:51 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Adds StorPerf 6.2.0"
  - Adds StorPerf 6.2.0

    Change-Id: Iec76686129f9cd53603e6a73df45681979e4a695
Signed-off-by: mbeierl <mark.beierl@dell.com>
6 years agoUpdate git submodules
Trevor Bramwell [Fri, 29 Jun 2018 21:50:39 +0000 (21:50 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Update in release tag for sfc"
  - Update in release tag for sfc

    Change-Id: I1e410851dc4e4dcbb2844af9c35cb0b5bb91ac94
Signed-off-by: Manuel Buil <mbuil@suse.com>
6 years agoUpdate git submodules
Trevor Bramwell [Fri, 29 Jun 2018 21:49:19 +0000 (21:49 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Apex: update release tags for 6.2"
  - Apex: update release tags for 6.2

    Change-Id: I4d6e12a6975b5a3e49fc50eeca71514d118cf235
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Trevor Bramwell [Fri, 29 Jun 2018 21:48:09 +0000 (21:48 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Tag snaps-oo with 6.2 for fraser"
  - Tag snaps-oo with 6.2 for fraser

    patch 2, selected wrong SHA earlier

    Change-Id: Ibf3176a048c6e9e882cd997f3bc74ae986d7bbf8
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Trevor Bramwell [Fri, 29 Jun 2018 21:46:41 +0000 (21:46 +0000)]
Update git submodules

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

    Change-Id: I704c09f22098023ad39b835a982a58159ac45ff0
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Trevor Bramwell [Fri, 29 Jun 2018 21:46:05 +0000 (21:46 +0000)]
Update git submodules

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

    merge after patch https://gerrit.opnfv.org/gerrit/#/c/59349/

    Change-Id: Icf2a16659f2804eaef95c83ee7d959b7e73441eb
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
Trevor Bramwell [Fri, 29 Jun 2018 21:44:57 +0000 (21:44 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "updated auto.yaml with 6.2.0 commit"
  - updated auto.yaml with 6.2.0 commit

    JIRA: AUTO-41

    Change-Id: I6952b19687eef464040b47ccc116597f0cb9b397
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
6 years agoUpdate git submodules
Trevor Bramwell [Fri, 29 Jun 2018 21:44:22 +0000 (21:44 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Tagging opnfv-6.2.0 for IPv6"
  - Tagging opnfv-6.2.0 for IPv6

    Change-Id: Ic0d7b8976d91239bca61f01396fc0423e51ac578
Signed-off-by: Bin Hu <bh526r@att.com>
6 years agoUpdate git submodules
Trevor Bramwell [Fri, 29 Jun 2018 21:43:51 +0000 (21:43 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Tagging SampleVNF stable/fraser branch for Fraser 6.2.0"
  - Tagging SampleVNF stable/fraser branch for Fraser 6.2.0

    Change-Id: I6312e57c689519bdf65a562db85acfb443ac7b68
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
6 years agoUpdate git submodules
Cédric Ollivier [Fri, 29 Jun 2018 18:54:37 +0000 (20:54 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Publish Functest 6.2.0 tags

    Change-Id: Ieef2d00e57af2c06f588f4f819b9eaf402830a07
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Trevor Bramwell [Fri, 29 Jun 2018 20:14:01 +0000 (20:14 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "tagging compass4nfv Fraser 6.2 release"
  - tagging compass4nfv Fraser 6.2 release

    JIRA: -

    check ip_forward and set to 1

    Change-Id: I23f8757339a0433d79d0973366be2db15c6760a3
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
6 years agoUpdate git submodules
Trevor Bramwell [Fri, 29 Jun 2018 20:04:29 +0000 (13:04 -0700)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Fix release tagging script

    git cat-file can't output the tag information for a tag, but it can
    output the commit information a tag points to.

    Change-Id: I147941e2c0ba6defe212dbd0fc8c8a3a1fe0c728
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Cedric Ollivier [Fri, 29 Jun 2018 18:57:51 +0000 (18:57 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Remove floating ip of second instance in cinder testcase"
  - Remove floating ip of second instance in cinder testcase

    Change-Id: I30e30f1d35bb83984b63d7308331fc7bfee53955
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 29 Jun 2018 16:19:49 +0000 (18:19 +0200)]
Update git submodules

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

    Change-Id: I13798e519c6527499eaa6ba996c0123c0861ab5d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 29 Jun 2018 16:20:37 +0000 (18:20 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Revert "[salt-formulas] Switch to 'testing' dist"

    This reverts commit a8f434118013a69295bdc0f9fc8294c539742c01.
    This reverts commit b52ef6ea62f43de4b91e2becd92a3282e569925c.

    Change-Id: I604df3f50febb049f1545a8141c5abb013cf6c69
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Fri, 29 Jun 2018 16:18:34 +0000 (16:18 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Update PROX_NSB_DEVGUIDE for F Release"
  - Update PROX_NSB_DEVGUIDE for F Release

    Contains Updates :-
       New Description of Grafana output
       New Description of ProxDuration Runner
       Update Description of Openstack Network

    Change-Id: I861bb7eab4aeed207c0151be6766c48c5f10c6ef
Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 29 Jun 2018 16:12:36 +0000 (16:12 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[patch] MaaS: fabric ID from CIDR"
  - [patch] MaaS: fabric ID from CIDR

    Change-Id: I1e1490f4d0a0bee2783450c6369d7ab6c45b193f
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 29 Jun 2018 15:43:20 +0000 (17:43 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - [fuel, armband] verify: Use same node for deploy

    JIRA: FUEL-375

    Change-Id: I01f17a28fdb1bd692d1997b0a32be66de8856a8b
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Rex Lee [Fri, 29 Jun 2018 15:33:02 +0000 (15:33 +0000)]
Update git submodules

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

    JIRA: YARDSTICK-1261

    Change-Id: I61adeaea8a727605481ffce9dae9646f160bf401
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 29 Jun 2018 13:06:09 +0000 (15:06 +0200)]
Update git submodules

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

    Functest Docker has issues connecting to Openstack clusters on
    Ericsson virtual PODs due to iptables rules interfering.
    Apply old iptables workaround from functest, at least until we
    rootcause and fix the issue on those virtual PODs.

    JIRA: FUNCTEST-985

    Change-Id: I01b6788e5dd7a9fd64e80e3e78d7cd8828570cb1
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Chornyi, TarasX [Tue, 29 May 2018 14:59:49 +0000 (17:59 +0300)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - NFVI support for standalone, baremetal and heat contexts

    JIRA: YARDSTICK-1257

    Change-Id: I6733bd49ac91985e8f3d7722e6990e8733bb430e
Signed-off-by: Chornyi, TarasX <tarasx.chornyi@intel.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 27 Jun 2018 14:42:28 +0000 (16:42 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - sysinfo_print: Dump all iptables rules

    Change-Id: I0ce6d21e14efe6e5236759c8d8b3439f09e89675
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
mbeierl [Thu, 28 Jun 2018 17:45:24 +0000 (13:45 -0400)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - Update release notes

    Change-Id: I41ae2a5730684056e6854f22201544c5c486bd3e
Signed-off-by: mbeierl <mark.beierl@dell.com>
6 years agoUpdate git submodules
Cédric Ollivier [Fri, 29 Jun 2018 08:05:36 +0000 (10:05 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Update patches for all tests based on scenarios

    Change-Id: Iff7fd8e6c14bdfb67ae146c5be1e073673a951d8
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Yang (Gabriel) Yu [Fri, 29 Jun 2018 06:40:54 +0000 (14:40 +0800)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - Modify ping test threshold

    Change the threshold to 5 VM pairs for basic common
    OPNFV verification requirements from Dovetail.
    Currently, offline test over apex pass:
    1. ping subtest1:
       https://gist.github.com/gabrielyuyang/764b7ee636ac5502d5e561a348ae909b
    2. ping subtest2:
       https://gist.github.com/gabrielyuyang/af17905a7e2379e870f492ea393c54c0

    Working on testig over compass, trying to deploy a compass
    first. We could also see the result from compass on CI
    after this patch be merged. Results in Dovetial CI will
    also be updated then.

    Change-Id: If2cfe9988c046d733b30a23de3cd569ed06496e6
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Fri, 29 Jun 2018 08:21:57 +0000 (08:21 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Removed unused ACL config file."
  - Removed unused ACL config file.

    Change-Id: Ibdb1dd12587df0182b5e8d3b7bc6901be0aac3ec
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
6 years agoUpdate git submodules
Deepak S [Fri, 29 Jun 2018 12:24:06 +0000 (17:54 +0530)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - Updating release notes for OPNFV Fraser 6.2

    Change-Id: I9a9da79cb4ccb245ddb38b50b561da51a40a359d
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
6 years agoUpdate git submodules
Georg Kunz [Wed, 27 Jun 2018 20:26:50 +0000 (22:26 +0200)]
Update git submodules

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

    Spliting the IPv6 test case in Tempest API tests and scenario tests. The
    API tests will be promoted to mandatory while the scenario tests will
    remain optional.

    JIRA: DOVETAIL-677

    Change-Id: If3dca5ecf2ce5c9e02de5c6d45e674da029b609f
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
6 years agoUpdate git submodules
Deepak S [Fri, 29 Jun 2018 06:53:05 +0000 (06:53 +0000)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - Merge "TempFix: vCGNAPT/vACL ipv4 perf issue"
  - TempFix: vCGNAPT/vACL ipv4 perf issue

    Change-Id: I924fcac7a65c0d221d5d422f419deb9c0f864172
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
6 years agoUpdate git submodules
Deepak S [Fri, 29 Jun 2018 06:53:01 +0000 (06:53 +0000)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - Merge "Temp Fix for vFW perf issue"
  - Temp Fix for vFW perf issue

    Change-Id: I324fcac7a65c0d221d5d422f419deb9c0f864172
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
6 years agoUpdate git submodules
Rex Lee [Fri, 29 Jun 2018 01:47:01 +0000 (01:47 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add testsuite "os-odl-ovs-noha""
  - Add testsuite "os-odl-ovs-noha"

    Add testsuite yaml file for scenario
    "os-odl-ovs-noha"

    JIRA: YARDSTICK-1208

    Change-Id: I2671df847332379afed8c6481e54eb25dcba5e48
Signed-off-by: ting wu <ting.wu@enea.com>
6 years agoUpdate git submodules
Trevor Bramwell [Thu, 28 Jun 2018 23:32:59 +0000 (23:32 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Fix unset RC_FILE_PATH in Scripts"
  - Fix unset RC_FILE_PATH in Scripts

    Even though RC_FILE_PATH is defined in Jenkins as passed in as a
    parameter, bash still sees it as unset. Removing the 'nounset' option
    from these scripts should allow the check to success (RC_FILE_PATH set
    to blank).

    Change-Id: Ibcfdcf0d2a12c8119d2fe3ec3b354be782338bd5
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Trevor Bramwell [Thu, 28 Jun 2018 23:05:41 +0000 (16:05 -0700)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Fix the output of repo list to be 'repo, tag, ref'

    This was changed in a previous commit and causes calls to 'git branch'
    during the verification job to fail.

    Change-Id: I71c248abecf030658371b810d403e1f460933946
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 28 Jun 2018 23:04:59 +0000 (01:04 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump for salt-formulas testing dist

    Change-Id: Ie097df92cf843a338192e9e7b114c63aadf38e6c
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 28 Jun 2018 22:02:37 +0000 (00:02 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [salt-formulas] Also switch reclass to 'testing'

    Previous commit only changed the dist during Salt master bootstrap,
    but failed to update the DEB repo configration in reclass.

    Fixes: a8f43411

    Change-Id: Ie011719cdc1c75cba363f53e51f22ce7cf138a5e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Gerard Damm [Thu, 28 Jun 2018 21:54:41 +0000 (16:54 -0500)]
Update git submodules

* Update docs/submodules/auto from branch 'master'
  - cosmetic change to R6.2 Release Notes

    JIRA: AUTO-41

    forgot blank line before list of notable activities
    (line 277); opnfvdocs rendition did not look good;

    Change-Id: Ic5073e5021164c27fdcccab4b11fd8f375bfeeaf
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 28 Jun 2018 21:15:58 +0000 (23:15 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump for arm-virtual2 ip-range

    Change-Id: I1f8d3dfe6a98b0a65347b1514542ed8a6845d4aa
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 28 Jun 2018 21:33:57 +0000 (23:33 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [salt-formulas] Switch to 'testing' dist

    Nightly repo dist is currently broken.

    Change-Id: I9235c2c95b4edebf56d20e33932237f18a8e63d5
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Trevor Bramwell [Thu, 28 Jun 2018 20:45:51 +0000 (13:45 -0700)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Fix Git URL Parameter for Release Merge Job

    This was incorrectly set to GIT_BASE, which includes the Project name,
    and should be set to GIT_URL, which does not. GIT_URL is used instead as
    each release file can contain multiple repos.

    Change-Id: I82b5e80f20f8999745cb5008c8057c81c4993574
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 28 Jun 2018 18:55:45 +0000 (20:55 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [submodule] Bump Pharos for arm-virtual2 ip-range

    Change-Id: I77859a2670e07668913232d482853d77cfc8b149
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Trevor Bramwell [Thu, 28 Jun 2018 20:17:05 +0000 (13:17 -0700)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Fix Typo in repos release script

    As the scripts are ran under Python 3, parenthesis are required around
    print statements. Adding these doesn't seem to cause in error in Python
    2.

    Change-Id: Ic0ce623ded5f3e3f27c8117e2067566afc8d8c0b
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Trevor Bramwell [Thu, 28 Jun 2018 20:01:47 +0000 (20:01 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Doctor Fraser opnfv-6.2.0"
  - Doctor Fraser opnfv-6.2.0

    Change-Id: I9f61914d3c07ca52e9b062110a2d0036090b3626
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
6 years agoUpdate git submodules
Gerard Damm [Thu, 28 Jun 2018 18:54:15 +0000 (18:54 +0000)]
Update git submodules

* Update docs/submodules/auto from branch 'master'
  - Merge "R6.2 updates for Auto Release Notes and Configuration Guide"
  - R6.2 updates for Auto Release Notes and Configuration Guide

    JIRA: AUTO-41

    Several updates in Release Notes and Configuration Guide, to capture
    changes and progress since R6.1.
    Included tickets 35,37,40, since they can still be done for 6.2.

    Patch 2:
    made updates based on comments (note: need to close by 6/28)

    Patch 3:
    minor edits, will merge today

    Patch 4:
    removed Jira tickets 35, 37, 40 from Auto release 6.2

    Change-Id: I7547a9ea9b807c28513ce4e995d53a9f32223eb1
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
6 years agoUpdate git submodules
Gerard Damm [Thu, 28 Jun 2018 18:43:11 +0000 (18:43 +0000)]
Update git submodules

* Update docs/submodules/auto from branch 'master'
  - Merge "ci: Support for pylint and yamllint"
  - ci: Support for pylint and yamllint

    A support for pylint and yamllint checks was introduced.
    Checks can be executed manually by invocation of ./check
    script (see script usage for more details). Automatic lint
    checks were integrated info VERIFY and MERGE job bodies.

    TODO:
    Improve pylint ratings of python code. Some issues can
    be fixed in python files or by relaxing pylint settings.
    However dependencies on ONAP includes can't be easily fixed.
    Thus pylint checks should be set as non-blocking at the beginning.

    Change-Id: I82a6a266b8003ae5d70f4f2a88ecc96817b97ac0
Signed-off-by: Martin Klozik <martin.klozik@tieto.com>
6 years agoUpdate git submodules
Gerard Damm [Thu, 28 Jun 2018 18:41:54 +0000 (18:41 +0000)]
Update git submodules

* Update docs/submodules/auto from branch 'master'
  - Merge "update of config script using new release of OpenStack SDK"
  - update of config script using new release of OpenStack SDK

    JIRA: AUTO-38

    - Issues in OpenStack SDK 0.13 were fixed in new release 0.14
    - revisited the script, made some changes (delete interfaces before
      deleting router)
    - Script now fully works: creates all objects, and can be used also
      for deleting (in a clean-up job for example)
    - resilient to re-runs: can attempt to re-create, won't crash if
      objects already exist (existence tests work, thanks to SDK 0.14
      fix). Likewise, can attempt to re-delete (no crash).

    - next steps will be:
      * update created objects based on ONAP-B requirements
        (current: still from Amsterdam; should be quite similar)
      * script to ensure Python3 and SDK are installed, and to
        ensure files are there (clouds.yaml, .img)
      * chain in CI pipeline: Fuel/MCP install, and this script

    Patch 2:
    made changes to address the comments
    - fixed the summary (works in any execution case), tested on hpe12
    - researched the URL support (use image proxy), but did not try yet
    (need to merge this for 6.2)

    Change-Id: Ibf647e33428c98a6fec17eda0a41e9ee11cc8085
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
6 years agoUpdate git submodules
Dimitrios Markou [Thu, 28 Jun 2018 09:20:03 +0000 (12:20 +0300)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Disable SFC verify job in fraser branch

    We would like to disable the SFC verify job for fraser branch
    because jenkins give us -1 on new patches on stable fraser branch
    because of the lack of tox on that branch.

    We are not going to submit any new patches on the SFC fraser branch from
    now on except from one [0]. So we can disable the fraser job as an easy
    fix to the -1 jenkins-ci problem in gerrit.

    [0]: https://gerrit.opnfv.org/gerrit/#/c/59175/

    Change-Id: Iab2cb1eea6ac14f262ca25bc3cc61e15556f21e9
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
6 years agoUpdate git submodules
Aric Gardner [Thu, 28 Jun 2018 17:09:17 +0000 (13:09 -0400)]
Update git submodules

* Update docs/submodules/clover from branch 'master'
  - Fix project LEAD in INFO.yaml

    Change-Id: Iff9c7bfbae8f5ca46ef88634d4864cd27512aa8a
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
Aric Gardner [Thu, 28 Jun 2018 17:00:11 +0000 (13:00 -0400)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - Adding PTL to INFO.yaml

    This was missed in my automated script
    as jiaxuan@chinamobile.com != jason.jiaxuan@gmail.com

    Change-Id: I831b88165a3a91b2c7b028b6ac16fd6cc60957fa
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
Aric Gardner [Thu, 28 Jun 2018 16:51:44 +0000 (12:51 -0400)]
Update git submodules

* Update docs/submodules/auto from branch 'master'
  - Fix formatting in INFO.yaml file

    Soon we will have a valiadator that will not
    allow errors like this to be merged.

    Change-Id: I6d65f30376afe0e2b6da768f488888aed15bdb22
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
mbeierl [Thu, 28 Jun 2018 15:13:34 +0000 (11:13 -0400)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - Fixes daily run

    Change-Id: I8f17efe0d0866a3dc6ecbbabe07985b93ac445e6
Signed-off-by: mbeierl <mark.beierl@dell.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Thu, 28 Jun 2018 15:56:08 +0000 (15:56 +0000)]
Update git submodules

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

    Remove logging console output during test execution.

    JIRA: YARDSTICK-1234

    Change-Id: I8ecab0219ffd1919f2fa97a90d5be11018b11322
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Thu, 28 Jun 2018 15:55:59 +0000 (15:55 +0000)]
Update git submodules

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

    Remove logging console output during test execution.

    JIRA: YARDSTICK-1230

    Change-Id: I1b61f0f18bfb6e5a63c9027537cfb736261c4926
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
DanielMartinBuckley [Thu, 28 Jun 2018 13:51:09 +0000 (14:51 +0100)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Decrease Sampling interval - Invalid Port results

    JIRA: YARDSTICK-1219

    The computed in/fwd throughputs displayed on the L2FWD,
    L3FWD and VPE dashboards. The computed value is likely
    4x the expected value.

    It is required to return sampling information form Generator AND VNF at
    least every  1 second.

    Change-Id: I4435fd05ba3116ead836843a4c2fce133b767a28
Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 28 Jun 2018 14:46:36 +0000 (16:46 +0200)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - [arm-virtual2] Add ip-range to avoid IP conflicts

    Change-Id: Ib7858d57d3e0cc1a428905a63c4d342be260a673
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Periyasamy Palanisamy [Thu, 28 Jun 2018 13:17:00 +0000 (13:17 +0000)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Merge "Clean up stale routers and gateway routers."
  - Clean up stale routers and gateway routers.

    During snaps_smoke test all floating IPs are allocated
    by routers as external IP's, as a result there are no
    more floating IPs left.
    This patch clean up stale routers and free the assigned
    IPs.

    JIRA: SNAPS-318

    Change-Id: Ifbf01ce38db63315e692dca9ffa5d993dbfa4337
Signed-off-by: dimitris.tsiolakis <dmts@intracom-telecom.com>
6 years agoAdd edgecloud submodule 99/59199/1
Cristina Pauna [Thu, 28 Jun 2018 12:26:40 +0000 (15:26 +0300)]
Add edgecloud submodule

The project edgcloud started working on their documentation.
Adding the project so that the documenatation can be built.

Change-Id: I82ff5bbbaf4a8a8c55b2059d2d16ee664db4400f
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
6 years agoUpdate git submodules
Delia Popescu [Thu, 28 Jun 2018 10:40:33 +0000 (13:40 +0300)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Get aarch64 image metadata for cinder and vping testcase

    Image metadata for cinder and vping tests is no longer set for ARM

    Change-Id: I2ab8e6ce55c6e619b96e49ecec7afe727a902345
Signed-off-by: Delia Popescu <delia.popescu@enea.com>