opnfvdocs.git
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Mon, 29 Jan 2018 23:26:52 +0000 (23:26 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add Intel Fortville 40G VF driver to sample VNF image"
  - Add Intel Fortville 40G VF driver to sample VNF image

    1) Add common YAML config file to add kernel drivers to sample VNF image.
    2) Add Intel Fortville 40G VF driverto sample VNF image using
       common YAML config file for drivers.
    3) Configure i40evf driver to load on boot

    JIRA: YARDSTICK-968

    Change-Id: I223c8a10d77352baf4f41a481f465970655ba251
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
6 years agoUpdate git submodules
Ross Brattain [Mon, 29 Jan 2018 19:31:39 +0000 (19:31 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Change CivetWeb download URL"
  - Change CivetWeb download URL

    Changed CivetWeb download URL to [1].

    [1] https://iweb.dl.sourceforge.net/project/civetweb/1.9.1/CivetWeb_V1.9.1.zip

    JIRA: YARDSTICK-920

    Change-Id: Ida014a57bd5b87d26c6cb8f5d36d43060f08026d
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Ross Brattain [Mon, 29 Jan 2018 19:31:22 +0000 (19:31 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Fix up tests for Parser scenario"
  - Fix up tests for Parser scenario

    * Check the results at the test methods
    * Remove print statement from Parser scenario
    * Replace assertEquals(x, True) with assertTrue(x)

    Change-Id: I5c2612692e625fc888c7ce7637b9e1625440724a
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
6 years agoUpdate git submodules
Ross Brattain [Mon, 29 Jan 2018 19:30:22 +0000 (19:30 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Move tests: unit/cmd/"
  - Move tests: unit/cmd/

    * 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.

    Change-Id: I505d72e1c646fea1976a0bf854369c6b6308bbb1
    Jira: YARDSTICK-837
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
6 years agoUpdate git submodules
Tim Rozet [Mon, 29 Jan 2018 17:16:15 +0000 (17:16 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Make introspection optional"
  - Make introspection optional

    - exposes new option to end users to skip introspection
    - moves the logic to decide to introspect or not into python

    JIRA: APEX-536

    Change-Id: Ieaff11362ff8f906daa98d301d3d473ad549d08f
Signed-off-by: Dan Radez <dradez@redhat.com>
6 years agoUpdate git submodules
Michael Polenchuk [Mon, 29 Jan 2018 16:12:17 +0000 (20:12 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [patch] Point neutron opendaylight configs to pike

    Change-Id: I3fae38da88b170b84ea926abf93da8b178e9ca8a
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Manuel Buil [Fri, 26 Jan 2018 11:54:35 +0000 (12:54 +0100)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Fix problem to fetch the compute name of client VM

    When migrating to SNAPs a bug was introduced and could be seen in logs as:

    Error when waiting for classification rules: 'module' object has no attribute
     'get_compute_client'

    The cause is that get_compute_client is not a global function anymore but a
    method inside a class. Besides, due to SNAPs, we need to fetch the compute
    name in another way

    Change-Id: I32007c83894281ba9514a121b7939b5bfe52f4bc
Signed-off-by: Manuel Buil <mbuil@suse.com>
6 years agoUpdate git submodules
Manuel Buil [Thu, 25 Jan 2018 18:23:51 +0000 (19:23 +0100)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Fix cleanup function

    A floating ip remains when executing the clean up function. That floating ip
    belongs to the Tacker VNF and thus we should add that creator to the list

    Change-Id: Ic15574bf93f30a26f81a4944d742307dda4bfe6d
Signed-off-by: Manuel Buil <mbuil@suse.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 29 Jan 2018 16:17:01 +0000 (16:17 +0000)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - Merge "[fuel] Update IA for vPDF support"
  - [fuel] Update IA for vPDF support

    - move gtw tenant addrs from {6,7,9} to {124,125,126}
      (e.g. 10.0.1.6 -> 10.0.1.124 for ericsson-virtual* PODs);
    - add gtw external (public) addresses, e.g. 10.16.0.124;
    - add ctl external (public) addresses, e.g. 10.16.0.11;

    JIRA: FUEL-322

    Change-Id: Ice73aa3985831dca7427e496850d0865db71477e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 29 Jan 2018 16:11:07 +0000 (16:11 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "deploy.sh: Retire `-B` argument"
  - deploy.sh: Retire `-B` argument

    All bridge information should be defined via IDF.
    Keeping `-B` support in deploy.sh only creates confusion.
    While at it, remove automatic bridge detection based on network addr.

    Change-Id: Id8b54e4887a97092daed5beb31fde4edd13057f1
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 29 Jan 2018 16:10:11 +0000 (16:10 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[FN VMs] remove graphics"
  - [FN VMs] remove graphics

    Since VCP VMs (created via salt formula) do not have a video
    controller defined in their domain XMLs, network devices end on
    different PCI slots and hence have different names assigned
    (ens2+ vs foundation node VMs, which start with ens3).

    To align network interface names for VMs on jumpserver vs kvm nodes,
    and reduce confusion, remove the video controller from FN VMs.

    This allows some cleanup:
    - drop extra AArch64 args from virt-install;
    - unify 'opnfv_vcp_vm_*' and 'opnfv_fn_vm_*' variables;

    Change-Id: I0d108b00914b3eaaa03b67c652174f8ed4573118
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Cedric Ollivier [Mon, 29 Jan 2018 15:29:56 +0000 (15:29 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Create subnet and net within the same project"
  - Create subnet and net within the same project

    It is required to create a network and subnet within the same project
    for some SUTs.

    Change-Id: Icd02edb0aebee93713f315cdbbeb021e9ae82dae
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Aric Gardner [Mon, 29 Jan 2018 14:27:18 +0000 (14:27 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[fuel] Retire 'BRIDGE' slave param"
  - [fuel] Retire 'BRIDGE' slave param

    Only Danube still uses this param, newer branches rely on IDF.
    Going forward, the `-B` deploy arg will be deprecated in Fuel.

    Do not yet remove BRIDGE slave params from non-CI PODs, as
    other installers (or custom Danube jobs?) might still use them.

    Change-Id: I6d259299d1e13e8a5da732aca60b1f56b8472af6
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Sun, 28 Jan 2018 20:07:12 +0000 (21:07 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - [fuel] Retire 'virtual_kvm' override

    Now that vPDF support landed in Pharos and Fuel repos, disable the
    'virtual_kvm' generic override, so we can load POD-specific PDF/IDF.

    JIRA: FUEL-322

    Change-Id: I0964220a25d6fe30afcbeb3ad1f020ae76d38e5a
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Cedric Ollivier [Mon, 29 Jan 2018 13:46:57 +0000 (13:46 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Enable epc unit tests"
  - Enable epc unit tests

    It adds the missing __init__.py to activate vepc unit tests.
    They are disabled because they are currently false (otherwise
    it would block next changes).

    Change-Id: I65b32490efde4cc8f6b3d9e6ee19257dcf02c2dd
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cedric Ollivier [Mon, 29 Jan 2018 13:46:50 +0000 (13:46 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Fix warnings in all snaps-related modules"
  - Fix warnings in all snaps-related modules

    It also adds vping/__init__.py to stop skipping vping unit tests.
    It removes the useless import os which is not required for mock (here
    the mock patch was simply false).

    It should be noted that the code is partially duplicated between
    snaps_test_runner.py and vping_base_base.py. A small part of code has
    been rewritten to fix that without multi inheritance.

    Change-Id: I2e3e181ad7dab8aa41afb1e63d0b6795ff0d1610
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cedric Ollivier [Mon, 29 Jan 2018 13:46:44 +0000 (13:46 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Fix pylint errors in several utils modules"
  - Fix pylint errors in several utils modules

    All utils which are moving to xtesting are now fixed.
    It remains OpenStack and Functest utils (+ the related unit tests)
    which doesn't move to the new package.

    Change-Id: If13c627c8444c62d5c6bf9c8057d6413aa0e56c7
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cedric Ollivier [Mon, 29 Jan 2018 13:46:38 +0000 (13:46 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Avoid duplicating get_parameter_from_yaml"
  - Avoid duplicating get_parameter_from_yaml

    It switches to this helper which was locally copied.

    Change-Id: Iaa30d83e8c0e2d4472f4ef8fe1da4943e424ebb3
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cedric Ollivier [Mon, 29 Jan 2018 13:46:23 +0000 (13:46 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Fix last Pylint error in Functest"
  - Fix last Pylint error in Functest

    It also fixes all pylint warnings in router and the related unit
    tests. tox.ini is updated to ensure that no error is introduced.

    Change-Id: Iddd74b0dac7b6581d72b04369140006c9e19f998
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Provoost [Mon, 29 Jan 2018 12:01:07 +0000 (13:01 +0100)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - Rework of the test cases in the *.test files
    Cores can now be specified in the test files. An irq test has been
    added to verify if the VMs are not suffering from long interrupts.

    Change-Id: I647fda3ebf76c7c2b36a8df9a63d9fb83563c249
Signed-off-by: Provoost <luc.provoost@intel.com>
6 years agoUpdate git submodules
Markos Chandras [Mon, 29 Jan 2018 10:13:07 +0000 (10:13 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "correct the lookup logic for scenario's xci_overrides"
  - correct the lookup logic for scenario's xci_overrides

    Previously xci-deploy.sh looks up the xci_overrides files under
    $XCI_SCENARIOS_CACHE/${DEPLOY_SCENARIO} directory, but actually
    xci_overrides file resides somewhere in the nested directory level
    in both inband/outband scenarios. Hence the fix is done by using
    the find command.

    Change-Id: Icb507471e368f56290ef91d555673830b598e204
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
6 years agoUpdate git submodules
Markos Chandras [Mon, 29 Jan 2018 10:12:59 +0000 (10:12 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: Record deployment scenario when collecting XCI info"
  - xci: Record deployment scenario when collecting XCI info

    Add the DEPLOY_SCENARIO variable to the list of information we
    collect when deployment fails.

    Change-Id: I7081b80feea1d3d2ff83e54bd5e614b4ea98964d
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Markos Chandras [Fri, 26 Jan 2018 14:05:51 +0000 (14:05 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - xci: run-functest: Add required functest packages

    The package requirements are the same across distros so
    we simply hardcode them in the task. Fixes the following problem:

    fatal: [opnfv]: FAILED! => {"changed": true, "cmd":
    "/root/run-functest.sh", "delta": "0:00:09.150226", "end": "2018-01-26
    14:01:18.758704", "failed": true, "rc": 125, "start": "2018-01-26 1
    4:01:09.608478", "stderr": "/root/run-functest.sh: line 14: wget:
    command not found

    Change-Id: Ib07acac18f8ece1111ee0706766f32005d0ac1da
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Thomas Duval [Thu, 25 Jan 2018 10:11:05 +0000 (11:11 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Add __init__.py in test directory because Jenkins needs it.

    Change-Id: Iad2f076680d6be04e4ec70c23b1a5a762480f720

6 years agoUpdate git submodules
Emma Foley [Mon, 29 Jan 2018 09:48:44 +0000 (09:48 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Adding support to pull docker images behind proxy"
  - Adding support to pull docker images behind proxy

    This patch creates a http_proxy.conf in docker service,
    to enable docker commands behind the proxy

    Change-Id: Iac38a086026c11e89e534728467dc7da0e01ba59
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
6 years agoUpdate git submodules
Michael Polenchuk [Mon, 29 Jan 2018 09:29:02 +0000 (09:29 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[cfg01] apt.conf.d: Dpkg::Use-Pty: 0"
  - [cfg01] apt.conf.d: Dpkg::Use-Pty: 0

    This will silence all 'Reading database ...' noise during Salt formula
    installation.

    Change-Id: I734d727194e276443db1e1581f40ec494562196e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Martin Klozik [Mon, 29 Jan 2018 07:20:26 +0000 (07:20 +0000)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - Merge "llc-management: Support for LLC management with RMD"
  - llc-management: Support for LLC management with RMD

    This patch adds support for LLC-Last level cache
    management using RMD. The changes include:
    1. 08_llcmanagement.conf: The configuration file to define cache
    allocation policy.
    2. testcase.py: To trigger llc-allocation and cleanup before and
    after the test, respectively.
    3. llc_management/rmd.py: The main file the performs the llc
    allocation and cleanup.
    4. llc_management/resthttp.py: Generic utility to call rest APIs,
    with http.
    5. Fixed a build error due to change in name mismatch.
    6. Fixed pylint errors. Override built-in function error.
    7. Added empty __init__.py to avoid import errors
    8. Fixed deprecated functions errors
    9. Fixed copyright issues, removed python-3 checking.
    10. Removed pylint disables.
    11. resthttp.py is already part of stcrestclient used in
    tools/pkt_gen/testcenter/ scripts. Hence, deleted from the source.
    12. Year update from the license
    13. Fixed some testcases.py collision issue

    JIRA: VSPERF-544

    Change-Id: I7cbd155dd66f5a0cef544751841e71b95c9b6821
Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com>
6 years agoUpdate git submodules
Linda Wang [Mon, 29 Jan 2018 01:26:17 +0000 (01:26 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Fix the connect issue when checking deployment

    Socket.connect() requires only one param with type tuple.

    Change-Id: I63aa4633e80bde3ad5e1b5af9d67d8f46eb84571
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 24 Jan 2018 21:47:52 +0000 (22:47 +0100)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - [daisy] network template: Fix set inside loop

    Previous implementation fails in older versions of py-jinja2.
    See related bug reports [1, 2].
    Since `networks.update` on its own is enough, stop assigning its
    result back to 'networks'.

    [1] https://github.com/pallets/jinja/issues/641
    [2] https://github.com/pallets/jinja/issues/164

    Change-Id: I303388223bdec9ae43e49d988aee41b5b47c1562
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Sun, 28 Jan 2018 22:53:15 +0000 (23:53 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump & rebase for OVS-DPDK vxlan

    Fix patch context after [1] was pushed upstream.
    Update copyright year in Fuel patches (and template).

    [1] https://github.com/salt-formulas/salt-formula-salt/commit/4c7cd2d

    Change-Id: I41755993cfc2dac89e8060768f01d58c5d2e5767
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Sun, 28 Jan 2018 17:53:25 +0000 (17:53 +0000)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - Merge "[PDF] Update LF-POD5 IDF bridges, interfaces"
  - [PDF] Update LF-POD5 IDF bridges, interfaces

    Change-Id: Ia761d6cecc360dde729965e499a899ba4fbc6a32
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Alexandru Avadanii [Sun, 28 Jan 2018 17:53:11 +0000 (17:53 +0000)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - Merge "[joid] Refresh installer adapter for Pike"
  - [joid] Refresh installer adapter for Pike

    Change-Id: I4e4960a772fcd5ae32e34c9bf375ed78e3a30311
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Sun, 28 Jan 2018 17:46:17 +0000 (17:46 +0000)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - Merge "[IDF] zte-pod1: Fix admin bridge"
  - [IDF] zte-pod1: Fix admin bridge

    Align PXE/admin bridge name on jumpserver with value in releng
    slave param BRIDGE for zte-pod1.

    Change-Id: I57e1079bc047046cb85afe6d7f7abcc340217235
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Sun, 28 Jan 2018 17:44:50 +0000 (17:44 +0000)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - Merge "[daisy] Use jump remote_management params"
  - [daisy] Use jump remote_management params

    Stop relying on 'remote_params' optional YAML anchor.

    Change-Id: Ie5c563834cee19d676cc635c622ebbe8ffc0cc83
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Sun, 28 Jan 2018 17:44:26 +0000 (17:44 +0000)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - Merge "[compass4nfv] Use jump remote_management params"
  - [compass4nfv] Use jump remote_management params

    Stop relying on 'remote_params' optional YAML anchor.

    Change-Id: I8d967b767cf66b298a651306c9bcc91cc9acb0a6
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Sun, 28 Jan 2018 17:43:32 +0000 (17:43 +0000)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - Merge "[joid] Use node remote_management params"
  - [joid] Use node remote_management params

    Previously, we relied on jumpserver IPMI user/pass/type to be the
    same for all nodes (including jumpserver).
    Instead, read node-specific params and stop relying on
    'remote_params' optional YAML anchor.

    Change-Id: Ia8925261bc8242cbfd195f1d09bb61121b3fdacf
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Yaron Yogev [Tue, 23 Jan 2018 13:26:21 +0000 (15:26 +0200)]
Update git submodules

* Update docs/submodules/calipso from branch 'master'
  - revert some docs changes from last commit by Koren

    table fixes by Aric Gardner in docs/release/admin-guide.rst
      were accidentaly destroyed
    files were accidentaly removed: docs/index.rst, docs/release/index.rst

    Change-Id: I9f826f524efd3e1af596055f0f16433551a918eb
Signed-off-by: Yaron Yogev <yaronyogev@gmail.com>
6 years agoUpdate git submodules
Cedric Ollivier [Sat, 27 Jan 2018 10:02:12 +0000 (10:02 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Refactor rally report generation"
  - Refactor rally report generation

    - statistic data based on Rally results report
    - fix statistics calculations
    - use PrettyTable in generating the report

    Change-Id: Ic84adc5e30d446aea1f3045ba997c3ddf895e9f5
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
6 years agoUpdate git submodules
Yifei Xue [Sat, 27 Jan 2018 03:41:04 +0000 (11:41 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Enable neutron port trunk

    JIRA: COMPASS-571

    The network trunk service allows multiple networks to be connected to an
    instance using a single virtual NIC (vNIC). Multiple networks can be presented
    to an instance by connecting it to a single port. This is a highly relevant
    feature for VNFs and hence for OPNFV as a reference NFVI.

    This patch is about enabling the trunk port feature in Compass deployments.

    Change-Id: I270c3f1d5e4af99578c8e1882fae12ddddaabe78
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
6 years agoUpdate git submodules
HU Xinhui [Sat, 27 Jan 2018 02:59:48 +0000 (02:59 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "Use run_dir instead of hard coding"
  - Use run_dir instead of hard coding

    Cluster name now can be set in DHA file
    which makes ansible dir changeable. Use
    run_dir variable to point to correct dir.

    Change-Id: I673b0b472b86ce505a8ea29ce4fb3666b4b991bd
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
6 years agoUpdate git submodules
trevortao [Thu, 25 Jan 2018 06:31:50 +0000 (14:31 +0800)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - Add Kubernetes deployment scenario with 2 Flannel interfaces

    1. README file
    2. Deployement scripts

    Change-Id: I1f99ba77e803c8bbc5c40ae783b32ff0c7218375
Signed-off-by: trevortao <trevor.tao@arm.com>
6 years agoUpdate git submodules
hu xinhui [Fri, 26 Jan 2018 04:30:26 +0000 (12:30 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Change the scenario file for k8s api ha

    1. Change the vm_environment config of k8-nosdn-nofeature-ha.yml
    2. Change the hardware_environment  config of k8-nosdn-nofeature-ha.yml

    Change-Id: Ia7654daf50c0c4b9f20e0851d41d25bf1051cb2d
Signed-off-by: hu xinhui <xinhui_hu@foxmail.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 26 Jan 2018 20:32:07 +0000 (21:32 +0100)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - generate_config: Check yaml arg is really a file

    In order to support bash process substition, e.g.
    $ ./generate_config.py -j /path/to/template.j2 -y <(echo stuff);
    do not consume the contents of ARGS.yaml unless it is a file.

    Change-Id: I89053cfaadc158f6a15f85836892b21980081772
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Ross Brattain [Fri, 26 Jan 2018 21:13:16 +0000 (21:13 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add python-openstackclient in docker image"
  - Add python-openstackclient in docker image

    "openstack: command not found" error occurred in [1].
    The version of python-openstackclient is listed in [2].
    This program should be installed in the container image
    to make CI work for now.

    [1]: https://build.opnfv.org/ci/job/yardstick-daisy-baremetal-daily-master/114/
    [2]: https://github.com/openstack/requirements/blob/stable/pike/global-requirements.txt

    Change-Id: Idb50e26bb2ca36f2dd6b6dddf94680d479cb9c9f
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
6 years agoUpdate git submodules
Ross Brattain [Fri, 26 Jan 2018 21:12:53 +0000 (21:12 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Replace assertEqual(x, True|False) with assert[True|False](x)"
  - Replace assertEqual(x, True|False) with assert[True|False](x)

    Change-Id: Id19df79b4d27aab1a83d8350ce6395e87c13472b
    JIRA: YARDSTICK-903
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
6 years agoUpdate git submodules
Ross Brattain [Fri, 26 Jan 2018 21:12:01 +0000 (21:12 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge changes from topic 'bug/yardstick-864'

    * changes:
      Replace assertEquals with assertEqual
      Make files pep8 compliant before using assertTrue|False

  - Replace assertEquals with assertEqual

    unittest.assertEquals is deprecated[1], and has been replaced with
    unittest.assertEqual.

    [1] https://docs.python.org/2/library/unittest.html#deprecated-aliases

    Change-Id: I9c6320e3a9ec5528036b529a9c32fc48b0bcfd62
    JIRA: YARDSTICK-864
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
  - Make files pep8 compliant before using assertTrue|False

    JIRA: YARDSTICK-903
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
    Change-Id: Id7912b5ddee36e7366bcfa824379853efd0a89f1

6 years agoUpdate git submodules
Gordon Kelly [Fri, 26 Jan 2018 13:47:55 +0000 (13:47 +0000)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - docs: update docker userguide with steps for VES and Kafka docker images

    Change-Id: I1b5a5112afe6771c5f31c56ffc856aef3450fec6
Signed-off-by: gordonkelly <gordon.kelly@intel.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 26 Jan 2018 17:04:40 +0000 (17:04 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "lib.sh: Reduce useless wget dot reporting"
  - lib.sh: Reduce useless wget dot reporting

    Downloading the base image (usually a few hundred MB) outputs a lot
    of useless dots to show progress. Switch to 1M per dot (from 1K).

    Change-Id: I8c525cad0b46e8ba3a7f6da4dd7f8277a49df91f
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
agardner [Fri, 26 Jan 2018 15:54:31 +0000 (10:54 -0500)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Set lint jobs to run concurrent

    Liniting is broken, last fix forgot to run linting concurrent

    FATAL: The project is configured to NOT run builds concurrent, but the
    node parameter [SLAVE_NAME] is configured to trigger new builds
    concurrent!

    Change-Id: I1eb4bf7279c7af4e01950b89c515e183fbc57b2d
Signed-off-by: agardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
agardner [Fri, 26 Jan 2018 15:32:04 +0000 (10:32 -0500)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Linting should be done on a build server, not on master

    Linting was broken by this patch
    https://gerrit.opnfv.org/gerrit/#/c/50737/

    Also added sudo to pip installs, as they are not in a venv

    Patch forgot to put linting on build server
    so it defaulted to master.

    Change-Id: Iba8c1f633fad6d5f3d097f4911f45100c3b43e30
Signed-off-by: agardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
Michael Polenchuk [Fri, 26 Jan 2018 13:52:31 +0000 (17:52 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [ovs/dpdk] Configure vxlan for baremetal scenario

    * switch ovs/dpdk scenario from vlan to vxlan mode
    * force br-ex interface to mitigate race with incorrect state
    * remove dpdk packages list (already in upstream)

    Change-Id: Ib827cef2d67879fd2a86d286ca2118b22493274d
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Periyasamy Palanisamy [Fri, 26 Jan 2018 11:30:20 +0000 (12:30 +0100)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - correct setup-openstack.yml destination path

    Change-Id: I9c1c174529e1802beeab6b4e5ac91d18283aa521
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
6 years agoUpdate git submodules
Periyasamy Palanisamy [Fri, 26 Jan 2018 10:40:35 +0000 (11:40 +0100)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - correct XCI scenario variable

    Change-Id: I4fcd3773457b6acb14720b84ba145ed9cac0368c
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Fri, 26 Jan 2018 10:54:55 +0000 (10:54 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Remove generated file in 'test_build_vm_xml'"
  - Remove generated file in 'test_build_vm_xml'

    Change I22e95c488e27d6e2a8fdf6c1a07faab275fa6bba introduced a change in
    test case 'test_build_vm_xml' [1]. This test case generates a file which
    is stored locally but never removed.

    [1]https://github.com/opnfv/yardstick/blob/80dc9034edeb05f66bfa6264ae0adf0f6aea60da/tests/unit/benchmark/contexts/standalone/test_model.py

    JIRA: YARDSTICK-918

    Change-Id: I91d39bb37c3d8a273fe68155bb308c5a3bc1ca9d
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
chenjiankun [Fri, 26 Jan 2018 08:22:59 +0000 (08:22 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Bugfix: Cannot change SUT version in the new uploaded test

    If we upload a new test, we can't modify the SUT version.
    The reason is we must predefine the model.

    Change-Id: I8822b078c25a015dd4cc4becfdaae141aed66359
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Alex Yang [Fri, 26 Jan 2018 07:47:54 +0000 (15:47 +0800)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Fix typo in lint-init

    Change-Id: I310c4f2e46a26b35eeafef2dfc8670d70ace0575
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
6 years agoUpdate git submodules
xudan [Mon, 8 Jan 2018 04:09:51 +0000 (23:09 -0500)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Align container tags and test suite configuration yaml for initial release

    Change default container tag to be:
    1. Functest ovp.1.0.0
    2. testapi ovp.1.0.0

    Add test suite ovp.1.0.0 and set it to be the default test suite.

    Comment out bottlenecks CLI for initial release.

    JIRA: DOVETAIL-580

    Change-Id: I956e49e43fc7ba0176c14079b7228089db5dc108
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Ryota Mibu [Fri, 26 Jan 2018 05:01:14 +0000 (05:01 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "add 'lint-all-code' as wrapper of lint builders"
  - add 'lint-all-code' as wrapper of lint builders

    OPNFV has common coding style [1]. So, all repos shall be checked by
    one generic checker builder/job, eventually.

    This patch adds lint wrapper builder 'lint-all-code', and also
    refactors all exisiting lint and syntax check builders, following
    'lint-yaml-code' builder approach, which only checks modified files.
    This approach is nice as it won't require immediate fixes of violations
    in whole repo code right after the lint checker job is enabled.

    Note that lint jobs are still configured to run against some project
    repo, in order to seperate discussion; wheter we should apply this
    lint job to all OPNFV repo or not immediately.

    [1] https://wiki.opnfv.org/display/DEV/Contribution+Guidelines

    Change-Id: Ib4ab3ba5dc08845f3016b8be772f4ed119f11b2d
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
6 years agoUpdate git submodules
Ryota Mibu [Fri, 26 Jan 2018 05:00:54 +0000 (05:00 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "fix yamllint config file"
  - fix yamllint config file

    pick from https://gerrit.opnfv.org/gerrit/#/c/50737

    Change-Id: If5b83c656f33af1740df194ba826b6a31ac10355
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
6 years agoUpdate git submodules
Zhijiang Hu [Fri, 26 Jan 2018 01:50:48 +0000 (01:50 +0000)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Merge "Sync kolla patches"
  - Sync kolla patches

    Change-Id: I1f13f72d4e75fa7414c571e6db080d0f08f47a96
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
6 years agoUpdate git submodules
HU Xinhui [Fri, 26 Jan 2018 01:32:19 +0000 (01:32 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "spport k8s apiserver HA     compass installer deploy k8s using kubespray for default, but k8s apiserver HA  is not implemented by kubespray, This patch aim  is to achieve the k8s apiserver HA Change-Id: I805b5eb2f4efa7ca82fcef7bfd3f4cad35ed65b5 JIRA: - Signed-off-by: hu xinhui <xinhui_hu@foxmail.com>"
  - spport k8s apiserver HA
        compass installer deploy k8s using kubespray for default,
    but k8s apiserver HA  is not implemented by kubespray, This
    patch aim  is to achieve the k8s apiserver HA
    Change-Id: I805b5eb2f4efa7ca82fcef7bfd3f4cad35ed65b5
    JIRA: -
Signed-off-by: hu xinhui <xinhui_hu@foxmail.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 26 Jan 2018 00:05:39 +0000 (01:05 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump & rebase for pharos as lab-config

    Change-Id: I78672282dd0bf98509bb2f0848a4df542564d418
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 25 Jan 2018 20:59:57 +0000 (21:59 +0100)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [baremetal] Fix openstack_compute_pdf yaml err

    Fixes: 7c79115

    Change-Id: I62f52382b297b1aa9cfc37f74f04a00872ead1ef
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Aric Gardner [Thu, 25 Jan 2018 19:09:09 +0000 (19:09 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[fuel] deploy: Stop using securedlab for master"
  - [fuel] deploy: Stop using securedlab for master

    Instead of cloning securedlab locally and passing it to Fuel deploy
    script, rely on Pharos git repo, embedded as a git submodule in Fuel.

    Keep old behavior (using securedlab) for stable/{danube,euphrates}.

    Depends-on: Ib04e4fb384568a6efd9e78a080857b663521ae88

    Change-Id: Ie30879292ae04b641257760de69c900a9eb4ef84
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 25 Jan 2018 18:33:54 +0000 (18:33 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "Add support for different public network netmask"
  - Add support for different public network netmask

     - Remove hardcoded /24 mask

     - Use PDF as source for public network, with reclass params:
       opnfv_net_public, _mask, _gw, _pool_start, _pool_end

     JIRA: FUEL-315

    Change-Id: Idf3a4ed8f63f58fa90d9c1dcb7751ef3b1c9bd36
Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 25 Jan 2018 18:33:21 +0000 (18:33 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[lab-config] Use Pharos submodule by default"
  - [lab-config] Use Pharos submodule by default

    - switch from securedlab to pharos as lab-config structure;
    - accomodate the move net_config from PDF to IDF in j2 templates;

    Change-Id: Ib04e4fb384568a6efd9e78a080857b663521ae88
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Trevor Bramwell [Thu, 25 Jan 2018 18:32:04 +0000 (18:32 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Pharos Dashboard: Deploy once config is in place"
  - Pharos Dashboard: Deploy once config is in place

    Since configuration has shifted out of the docker-compose.yml file and
    the workspace gets recreated ever job, the config.env file needs to be
    copied into place before each deployment.

    JIRA: PHAROS-316

    Change-Id: I8c80f1148ad268428defa2f7eb1877d821a11491
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Narinder Gupta [Thu, 25 Jan 2018 16:49:34 +0000 (10:49 -0600)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - added more space issue in template.

    Change-Id: I129758bd483f87673a21253d663883b734f9bef6
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 25 Jan 2018 16:41:53 +0000 (16:41 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "Horizon: Fix and reload missing css in Pike"
  - Horizon: Fix and reload missing css in Pike

    The horizon in Pike release is broken due to missing
    the static content. This workaround is to:

    - create a missing symbolic link.
      The link is defined as an alias in the apache configuraion
    - collecting and compressing static assets
    - add single "Default" theme as AVAILABLE_THEMES
    - restart apache2 service
    - apply the workaround to Salt states
     'openstack_ha' and 'openstack_noha'

    JIRA: FUEL-324

    Change-Id: Idd70165f1be8d31967a3ab518323e6f3e8406624
Signed-off-by: ting wu <ting.wu@enea.com>
6 years agoUpdate git submodules
ahothan [Thu, 25 Jan 2018 16:07:20 +0000 (08:07 -0800)]
Update git submodules

* Update docs/submodules/nfvbench from branch 'master'
  - Move to tag 1.2.2

    Change-Id: I358ebcb7528368ad68752c66810356b50caa482d
Signed-off-by: ahothan <ahothan@cisco.com>
6 years agoUpdate git submodules
Mytnyk, Volodymyr [Tue, 23 Jan 2018 17:35:05 +0000 (17:35 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Remove img_modify_playbook from nsb_setup.sh script

    The `img_modify_playbook` variable is not used anymore by the
    build_yardstick_image.yml. The `img_property` variable is used
    instead. The `img_modify_playbook` usage has been removed and
    the `img_property` has been introduced in
    YARDSTICK-879 JIRA story.

    JIRA: YARDSTICK-964

    Change-Id: I0239544c4f4078de7a4817292ab6bd789c21e944
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
Signed-off-by: Alonso Hernandez, Rodolfo <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Brady Johnson [Thu, 25 Jan 2018 14:54:22 +0000 (14:54 +0000)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Merge "Adapt the vim-config to new tacker"
  - Adapt the vim-config to new tacker

    Tacker is changing the config and adds cert_verify

    Change-Id: Ia99bf2ad4ea0d6986ecd523bbe76e0e2b4a8a0ce
Signed-off-by: Manuel Buil <mbuil@suse.com>
6 years agoUpdate git submodules
Brady Johnson [Thu, 25 Jan 2018 14:53:28 +0000 (14:53 +0000)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Merge "Create vnffgd templates with the new syntax"
  - Create vnffgd templates with the new syntax

    For Queens, tacker uses a different template syntax for the vnffgds

    Change-Id: I3c3bd497f09fcf6af2adc0eaf0f046dad88d88f2
Signed-off-by: Manuel Buil <mbuil@suse.com>
6 years agoUpdate git submodules
Deepak S [Thu, 25 Jan 2018 14:50:52 +0000 (14:50 +0000)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - Merge "Fix dumping receive packets"
  - Fix dumping receive packets

    There were two issues identified in dump receive packets
    - when the receive packets was going to be dropped (and not transmitted),
      it was also printed as TX[255].
    - a potential crash when using the dump function with modes like
      lat which can receive more than MAX_RING_BURST.
    Those issues have been fixed.

    Change-Id: Ia2297539d64961a211389d68e3c9c6280472243c
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
6 years agoUpdate git submodules
Deepak S [Thu, 25 Jan 2018 14:50:45 +0000 (14:50 +0000)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - Merge "Integrate irq mode into PROX (support display and command line)"
  - Integrate irq mode into PROX (support display and command line)

    irq mode can be used to show how a core is interrupted by other tasks.
    This mode does not handle packets. It only loops reading tsc.
    When the difference between two consecutive calls to rdtsc() is high
    then it means the core was interrupted.
    This task implementes the display, so that we can see a histogram of
    interrupts as well as the maximum, per core.
    Command line is also supported, through "show irq buckets" (too show
    the intervals of each buckets, in micrcoseconds), and the stats
    command line (showing the number of items in each buckets and the max)..

    Change-Id: I153cc3deaa7b86ae2776ea44e46ef9ecfd116992
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
6 years agoUpdate git submodules
Xavier Simonart [Mon, 8 Jan 2018 10:21:44 +0000 (11:21 +0100)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - Fix extrapolation used in latency measurements

    When doing latency measurements PROX takes into account the
    generation or reception of a bulk of packets. For instance, if
    PROX receives at time T 4 packets, it knows that the first
    packet was received by te NIC before T (the time to receive the other
    3 packets, as they were received at maximum link speed).
    So the latency data is decreased by the minimum time to receive those
    3 packets.
    For this PROX was using a default link speed of 10Gbps. This is wrong
    for 1Gbps and 40Gbps networks, and was causing for instance issues
    on 40 Gbps networks as extrapolating too much, resulting in either
    too low latencies or negative numbers (visible as very high latencies).

    Change-Id: I4e0f02e8383dd8d168ac50ecae37a05510ad08bc
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
6 years agoUpdate git submodules
Periyasamy Palanisamy [Thu, 7 Dec 2017 17:05:04 +0000 (18:05 +0100)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - os-odl-bgpvpn scenario for xci deployment

    This includes scenario os-odl-bgpvpn scenario specific configuration
    files to make XCI to install Openstack (master and stable/pike) with
    OpenDaylight configured as a BGP speaker.
    XCI would automatically checkout sdnvpn repo and use scenarios
    directory for the configuration during its execution time.

    Change-Id: Ic86fcb171c8e97f7d3c3fb649ab0fb00368e6c6d
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
6 years agoUpdate git submodules
Aaron Smith [Thu, 25 Jan 2018 12:13:55 +0000 (12:13 +0000)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - Merge "ci: build 5.8.0 packages for Apex"
  - ci: build 5.8.0 packages for Apex

    Change-Id: Iee1ed3e9a1d7b744a0fb94a8d031588db2b2dea2
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
6 years agoUpdate git submodules
trevortao [Thu, 25 Jan 2018 06:22:12 +0000 (14:22 +0800)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - Add Kubernetes deployment scenario for arm server

    1. README.rst: installation guide
    2. Scenario1: Kubernetes_basic, a basic Kubernetes cluster
       with 2 nodes and Flannel CNI plugin, including the
       deployment scripts,  and an example use case

    We may add more Kubernetes scenarios in the future

    Change-Id: I3a0189533fdf99f0a80fd76c9e6cf96ff4a7e9f0
Signed-off-by: trevortao <trevor.tao@arm.com>
6 years agoUpdate git submodules
Ryota Mibu [Thu, 25 Jan 2018 11:05:40 +0000 (11:05 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[doctor] fix node-label setting"
  - [doctor] fix node-label setting

    Current doctor verify jobs need to be run on relevant pods which are
    specified by slave-label. But, after multijob introduced, the parameter
    is not passed to children jobs. Also, 'phase' of project is misleading,
    as it isn't multijob's phase.

    This patch makes sure each doctor job run on correct pod by updating
    node label rule for doctor pod to 'doctor-{installer}-{arch}'.

    This patch also merges doctor slave parameter definitions into one,
    and deletes unnecessary setting where default are set.

    Change-Id: Ic9bf218ae7fb4f9866b510efd1e0ccd19277b78e
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 25 Jan 2018 10:46:07 +0000 (11:46 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - xci: Run functest as part of xci-merge jobs

    This is yet another messy work to get functest run for xci
    as part of merge jobs.

    The script is removed from xci-verify jobs in order not to
    block patches by -1ing them.

    Change-Id: I57254bcfbada7a51da89aba0e7a88f907eb9a525
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Eddie Arrage [Thu, 25 Jan 2018 04:40:17 +0000 (20:40 -0800)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Fix rendering issues with release notes

    - Fix test case listing and another bullet

    Change-Id: I46b0cff945176f464322f06737dc5c10f977598e
Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>
6 years agoUpdate git submodules
Ruan HE [Thu, 25 Jan 2018 09:40:44 +0000 (09:40 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "fix syntax error"
  - fix syntax error

    Change-Id: If6fb264c7da16700e80f0b6222a045ec8689c1bd
Signed-off-by: sgdt6900 <rhanafy.ext@orange.com>
6 years agoUpdate git submodules
Ruan HE [Thu, 25 Jan 2018 09:35:59 +0000 (09:35 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "Functional tests development"
  - Functional tests development

    Change-Id: I641522d813f171a4eed0e6b39b2f25cc470c76d1

6 years agoUpdate git submodules
Ruan HE [Thu, 25 Jan 2018 09:29:49 +0000 (09:29 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "Update documentation with the load and unload of wrapper components"
  - Update documentation with the load and unload of wrapper components

    Change-Id: I339c335c6ff34421b38181a7fa1d2b56b702b5c4

6 years agoUpdate git submodules
Ruan HE [Thu, 25 Jan 2018 09:28:40 +0000 (09:28 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "Update version of the GUI."
  - Update version of the GUI.

    Change-Id: I617d9a7038786d4ff4338c44aa6184241b1e7424

6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 24 Jan 2018 15:08:57 +0000 (16:08 +0100)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - xci: Integrate functest

    This change integrates functest in most easiest and messy way to
    get it up and running to bring functest into CI. The reason for
    this is that there are strange failures during functest healthcheck
    and it is important to look into those rather than beautifying how
    functest is integrated at this phase.

    Change-Id: I42e993be4aa15da022fa1e0069338447780f177e
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
zhihui wu [Thu, 25 Jan 2018 03:37:25 +0000 (03:37 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "Convert ipynb to rst file"
  - Convert ipynb to rst file

    Change-Id: I24e52254670524ff94c26154e8f930e20105ddc9
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
6 years agoUpdate git submodules
Narinder Gupta [Wed, 24 Jan 2018 21:52:00 +0000 (15:52 -0600)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - modified to satified the lab issues it seems sudo was required in
    his environment.

    Change-Id: If406bbeb4577369a5b7c7f76a9e0255eef2afbcf
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
6 years agoUpdate git submodules
Bryan Sullivan [Wed, 24 Jan 2018 19:41:41 +0000 (11:41 -0800)]
Update git submodules

* Update docs/submodules/ves from branch 'master'
  - Split setup and clean scripts. Fix daemonset for barometer.

    JIRA: VES-2

    Change-Id: Ied6f84500284b75976df2acb6d341e30fff35e6e
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
6 years agoUpdate git submodules
agardner [Wed, 24 Jan 2018 17:12:15 +0000 (12:12 -0500)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Add schema valiadator to jinja checker

    Alex has extended the jinja checker to valiate the schema
    uses jsonschema

    Next step is to enable voting on this job.

    Change-Id: I3c61eb3addbb3d41093ada486bf9d8b191fb2028
Signed-off-by: agardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
Ross Brattain [Wed, 24 Jan 2018 17:52:24 +0000 (17:52 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "'libvirt' guest console in Standalone model"
  - 'libvirt' guest console in Standalone model

    Add support for 'libvirt' guest console in Standalone model.

    Change-Id: I660e641339658d8abe4f040bec96e9d0041402c6
Signed-off-by: Jan Malanik <janx.malanik@intel.com>
6 years agoUpdate git submodules
Aric Gardner [Wed, 24 Jan 2018 16:36:42 +0000 (16:36 +0000)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - Merge "[IDF] Add IDF schema validation based on version"
  - [IDF] Add IDF schema validation based on version

    - add basic structure for IDF schema validation;
    - fill in Fuel section;
    - add stub for Daisy section;
    - add stub for Compass section;
    - add stub for net_config;
    - enable IDF schema validation via `check-schema.sh`;
    - prepare for new IDF versions with different schemas,
      while allowing subsection schema reuse from IDF v0.1;
    - extend validate_schema.py for IDF;

    Change-Id: I59b1c9d857e9dee9e6ff9956e81b2ae6dc27a767
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Eddie Arrage [Fri, 5 Jan 2018 05:08:25 +0000 (21:08 -0800)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Add release notes for OVP 2018.01 / Dovetail 1.0.0

    - Second pass
    - Incorporated most comments
    - Added missing links for participation form, governance guidelines,
    terms & conditions
    - Added links for test collection framework and testscope

    - Initial draft of release notes

    Change-Id: Ib805513011d917e4ecd0096e51f2d63c898d7142
Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 24 Jan 2018 16:26:05 +0000 (16:26 +0000)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - Merge "[fuel] Get public pool parameters from idf.fuel"
  - [fuel] Get public pool parameters from idf.fuel

    Reads parameters from idf.fuel.config.public_pool
    start_ip and end_ip

     JIRA: FUEL-315

    Change-Id: I4456b22bc21b20906f18953d80a57483fd6700bc
Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
6 years agoUpdate git submodules
Ross Brattain [Wed, 24 Jan 2018 16:12:18 +0000 (16:12 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Check RS for virtualized OpenStack/Yardstick"
  - Check RS for virtualized OpenStack/Yardstick

    Draft for env requirements reading and validation
    Script can be run from tools/virt_ci_rampup.sh. First requirement file is
    parsed/stored. This file must be created in ahead and named as
    'infra_deploy.yaml'. Then separate ansible role is used to validate
    resources. Ansible-role fails if there is not enough resources on the host
    for cpu, ram, disk space.

    JIRA: YARDSTICK-945

    Change-Id: I86cd4bdc963de3aa51392fc73a239cbd426bc64a
Signed-off-by: Stepan Andrushko <stepanx.andrushko@intel.com>
6 years agoUpdate git submodules
Aric Gardner [Wed, 24 Jan 2018 16:11:35 +0000 (16:11 +0000)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - Merge "update user/passwd"
  - update user/passwd

    Change-Id: I9675e419bdda676cb2d4fa6ae49d0c4198006d33

6 years agoUpdate git submodules
Eddie Arrage [Tue, 23 Jan 2018 01:16:52 +0000 (17:16 -0800)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Modify title and references in guidelines addendum doc

    - Add 2018.01 to title to match reviewer guide, release notes, etc. as
    this document may change per release
    - Modify link for Governance Guidelines to reflect ratified doc on
    opnfv.org domain

    Change-Id: Ifdaa287b2919c44d408aa0ddd0b164b8ca4f406d
Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>
6 years agoUpdate git submodules
Eddie Arrage [Mon, 15 Jan 2018 15:05:24 +0000 (16:05 +0100)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Remove a sub test case under dovetail.tempest.tc004

    - Fixed vping, ha, sdnvpn test case names to match test specs
    - Removed aliases from VIM operations and matched test case
    name changes in patch https://gerrit.opnfv.org/gerrit/#/c/47691/4
    - CVP to OVP name change

    - A test case was removed from tempest tc004 because of the Tempest
    version from 15 to 14. A reference to it was still in this doc.

    Change-Id: If2e07e15b48ae6bca5ac0e262aead784cd67cd0f
Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Wed, 24 Jan 2018 15:52:32 +0000 (15:52 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Cleanup of redundant files from Prox directory"
  - Cleanup of redundant files from Prox directory

    JIRA: YARDSTICK-965

    Removed the redundant files and directory from
    Prox test folder.

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