opnfvdocs.git
6 years agoUpdate git submodules
Tomi Juvonen [Tue, 5 Sep 2017 12:07:27 +0000 (12:07 +0000)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - Merge "Add doctor-test package"
  - Add doctor-test package

    It also updates test-requirements.txt to conform with OpenStack
    stable/ocata and renames it requirements.txt.

    tests.main:main is considered as entry point and run.sh as script.
    run.sh could be renamed to avoid possible conflicts in functest.

    tox.ini is updated to pin the right versions and build files are
    filtered.

    The next dependencies can be safely removed:
      - paramiko
      - scp
      - python-openstackclient
      - python-ceilometerclient
      - virtualenv

    Change-Id: I2091cfe4751640bf83d77e1fdd713af1e31fa89d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Bertrand Souville [Sun, 3 Sep 2017 19:59:58 +0000 (19:59 +0000)]
Update git submodules

* Update docs/submodules/promise from branch 'master'
  - Update run_promise_tests.py related to new Functest config values.

    JIRA: PROMISE-85

    Change-Id: Ib015f859ca1d5cc9ad0852db1ee915274c29140a
Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com>
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
6 years agoUpdate git submodules
SerenaFeng [Tue, 5 Sep 2017 09:14:16 +0000 (17:14 +0800)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - bugfix: TestAPI start failed due to config.ini not found

    not specifying abspath, so that the config.ini is installed under
    /usr/local/etc/opnfv_testapi/config.ini

    Change-Id: If9f4d1ab2d6a67a4aa5b5d481f46e9eddb4a2cbb
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
6 years agoUpdate git submodules
Cedric Ollivier [Tue, 5 Sep 2017 10:28:12 +0000 (10:28 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Stop downloading openbaton image."
  - Stop downloading openbaton image.

    It's downloaded in all CI runs and forbids several ones (timeout).

    Change-Id: I2f269d941990b7235eba7cc6d58ad17072495176
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cedric Ollivier [Tue, 5 Sep 2017 10:27:51 +0000 (10:27 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Stop using master for pip"
  - Stop using master for pip

    Rally cannot work via latest pip:
      [r.name.lower() for r in pip.req.parse_requirements(
      rally AttributeError: 'module' object has no attribute 'req'

    Badly it forbids building containers from a gerrit change.

    Change-Id: Ie60344b2a7793729823643ba2c1d3c30500d56c4
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cedric Ollivier [Tue, 5 Sep 2017 09:10:40 +0000 (09:10 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Create results/tempest dir for refstack config"
  - Create results/tempest dir for refstack config

    When generating refstack client reference tempest conf file,
    the step of tempest.conf backup is necessary.
    So if the dir results/tempest is absent, error shows:
    [Errno 2] No such file or directory:
    '/home/opnfv/functest/results/tempest/tempest.conf'

    Change-Id: I7aba5baff55a51881d125b28f99d71d0cc0a5c72
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Jun Li [Tue, 5 Sep 2017 08:32:25 +0000 (08:32 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Set volume_device_name=vdb for apex"
  - Set volume_device_name=vdb for apex

    Change-Id: I40a8359ea8ef868f79a02dcb824e80cd8b3385d1
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Serena Feng [Tue, 5 Sep 2017 08:24:46 +0000 (08:24 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "bugfix: leverage data_files to stop hacking setup.py"
  - bugfix: leverage data_files to stop hacking setup.py

    1) leverage data_files to distribute ui related files, and dispatch
    them under /usr/local/share/opnfv_testapi
    2) delete hacking coding, no more extra processes
    3) utilize MANIFEST.in to include 3rd_party when producing a source distribution

    Change-Id: Idb83a02be11f6b24610191e9f85e0db80d92e972
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
6 years agoUpdate git submodules
SerenaFeng [Tue, 5 Sep 2017 03:45:45 +0000 (11:45 +0800)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - bugfix: container start failed due to config_file set to Nonetype

    Traceback (most recent call last):
      File "/usr/local/bin/opnfv-testapi", line 6, in <module>
        from opnfv_testapi.cmd.server import main
      File "/usr/local/lib/python2.7/dist-packages/opnfv_testapi/cmd/server.py", line 34, in <module>
        from opnfv_testapi.common.config import CONF
      File "/usr/local/lib/python2.7/dist-packages/opnfv_testapi/common/config.py", line 67, in <module>
        CONF = Config()
      File "/usr/local/lib/python2.7/dist-packages/opnfv_testapi/common/config.py", line 21, in __init__
        self._parse()
      File "/usr/local/lib/python2.7/dist-packages/opnfv_testapi/common/config.py", line 29, in _parse
        if not os.path.exists(self.config_file):
      File "/usr/lib/python2.7/genericpath.py", line 18, in exists
        os.stat(path)
    TypeError: coercing to Unicode: need string or buffer, NoneType found

    Change-Id: Ifa26b5b52e7f1c19a773b02ecc1c45b59b5dc09b
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
6 years agoUpdate git submodules
hongbo tian [Tue, 5 Sep 2017 08:15:11 +0000 (08:15 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Merge "Remove some tempest test cases that are not too common"
  - Remove some tempest test cases that are not too common

    Change-Id: I2a19b9f3e6c44bedef5d3cb20f480405e4d6d5e2
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Ross Brattain [Tue, 5 Sep 2017 07:28:48 +0000 (00:28 -0700)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - ansible: fix corrupt /etc/fstab boot error

    Change-Id: I71fdef5deff75cad434bf19f0a7e507c1dcc4ed3
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
valentin boucher [Tue, 5 Sep 2017 07:44:05 +0000 (07:44 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Enable tempest multinode tests"
  - Enable tempest multinode tests

    JIRA: FUNCTEST-774

    Change-Id: I259a9a37e40dba6a6594941d989e5aa1858e4a04
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
6 years agoUpdate git submodules
valentin boucher [Tue, 5 Sep 2017 07:43:26 +0000 (07:43 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Launch Functest RestApi once the container is run"
  - Launch Functest RestApi once the container is run

    And fix the handling about env prepare exception.

    Change-Id: I3e590e63157182c442602367a244d7ff647f8b7d
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Michael Polenchuk [Tue, 5 Sep 2017 07:40:46 +0000 (07:40 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "ci/deploy.sh, lib.sh: Align SSH_KEY with Jenkins"
  - ci/deploy.sh, lib.sh: Align SSH_KEY with Jenkins

    Jenkins defines a build param also called SSH_KEY, which holds
    the full path to our MCP private RSA key, as opposed to Fuel@OPNFV,
    which uses the file basename as SSH_KEY.
    Switch to using full path in SSH_KEY, while also moving the key
    outside /tmp.

    NOTE: When running `ci/deploy.sh` with sudo, key will land in
    /root/opnfv/mcp.rsa unless SSH_KEY is set via env var.

    While at it, bring back VM image storage dir param, allowing us
    to drop one more reference to /tmp.

    JIRA: FUEL-280

    Change-Id: Id1cfa6dbe7b2e6f3915b22281da5957333718401
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Linda Wang [Tue, 5 Sep 2017 03:51:06 +0000 (03:51 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Fix the cloudify_ims update quotas error

    Change-Id: I62376dd02dd95ebff54c1ebf963267c6534181ed
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Alex Yang [Tue, 5 Sep 2017 05:42:17 +0000 (13:42 +0800)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Delete some unittest which block the verify job

    The unittest of cloudify_vrouter cannot work now.

    Change-Id: I1b6c591458aefe9aec628a02239f5c611ec3676c
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
6 years agoUpdate git submodules
Maciej Skrocki [Fri, 1 Sep 2017 22:33:53 +0000 (15:33 -0700)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Introduced ansible playbook to setup NSB.

    Change-Id: I5865cd50d5fde26e9e9fc265d4385372d668413f
Signed-off-by: Maciej Skrocki <maciej.skrocki@intel.com>
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Michael Polenchuk [Tue, 5 Sep 2017 07:04:09 +0000 (07:04 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "salt.sh: Execute deepclean before importing patches"
  - salt.sh: Execute deepclean before importing patches

    Deepcleaning can be useful when deploying from an existing local repo

    Change-Id: I3908d6533c744da7cc863a250f4158c6c0e8e169
Signed-off-by: Junaid Ali <junaidali.yahya@gmail.com>
6 years agoUpdate git submodules
hongbo tian [Tue, 5 Sep 2017 06:24:51 +0000 (06:24 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Merge "Add test area 'dynamic network runtime operations'"
  - Add test area 'dynamic network runtime operations'

    JIRA: DOVETAIL-473

    According to Dovetail addendum doc, add one test area about basic cloud
    capability 'dynamic network runtime operations through the life of a VNF'.

    Add the test specification about this test area.

    Change-Id: I59706bc4a5765cf779a03fc3c493e5a8d184c1dc
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Ross Brattain [Tue, 5 Sep 2017 03:43:55 +0000 (03:43 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Adding intel_pmu tools plugin for collectd"
  - Adding intel_pmu tools plugin for collectd

    Change-Id: I81ff3d43d209e98188855c8b2eb302835bb5d417
Signed-off-by: Neha Vadnere <neha.r.vadnere@intel.com>
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Deepak S [Sun, 3 Sep 2017 19:47:45 +0000 (12:47 -0700)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Fix Ixload KPIs collection & hang issues.

    Change-Id: If679333dc1cb9e041a332fb374c55f72eaab1b28
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Zhijiang Hu [Tue, 5 Sep 2017 03:15:42 +0000 (03:15 +0000)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Merge "Uniform the variable definition makefile_path.sh"
  - Uniform the variable definition makefile_path.sh

    replace all the "${TOOLS_PATH}/setup/bin_temp" statement to
    the variable $target_dir

    Change-Id: I62b95f1780a7cd5e0c8c4e60a5b0661a2a9937bd
Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
6 years agoUpdate git submodules
Serena Feng [Tue, 5 Sep 2017 02:00:33 +0000 (02:00 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "improve: discard venv support for official product"
  - improve: discard venv support for official product

    virtual env is only to facilitate the development, not be used
    in official product, thus delete the support, let the developer
    manage their own development env.

    Change-Id: I33af882ab257e88b1e7a316d1d78197d6279933d
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
6 years agoUpdate git submodules
dongwenjuan [Mon, 28 Aug 2017 09:14:03 +0000 (17:14 +0800)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - add running profiler in python

    For support bash and python both, I don't refactor the profiler_poc file,
    just call the func in python main.

    JIRA: DOCTOR-117

    Change-Id: I5f06ecbd673c6a21acc94cc359a3f2b749b77b13
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
6 years agoUpdate git submodules
dongwenjuan [Mon, 14 Aug 2017 08:58:13 +0000 (16:58 +0800)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - refactor failure inject

    JIRA: DOCTOR-116

    Change-Id: I14deda4ccb47414cff139a522a9196b68e92500e
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
6 years agoUpdate git submodules
Ross Brattain [Mon, 4 Sep 2017 03:30:40 +0000 (20:30 -0700)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - test_create_keypair: fix op_utils mock and mock paramiko

    Change-Id: I5c039c0d4f4ba651209c7d5ca4e748f9151b5630
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Mon, 4 Sep 2017 22:54:31 +0000 (22:54 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge changes from topic 'fuel-armband-deploy-sync'

    * changes:
      fuel, armband: Remove/disable artifact download
      fuel, armband: Remove build jobs and scripts
      fuel, armband: Drop armband-deploy.sh
      fuel, armband: Sync deploy scripts, cleanup

  - fuel, armband: Remove/disable artifact download

    Armband no longer requires any artifact before starting a deployment.
    Fuel (master and stable/E) no longer requires the artifact either,
    but since there are some stable/danube deploy jobs on ZTE PODs, we
    will hold off removing <fuel-download-artifact.sh> for a while.

    Deprecation warning: fuel-download-artifact.sh will be removed later.

    JIRA: ARMBAND-295

    Change-Id: I3b26733a1120306879eff83b9fac3390b3f5c7b8
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
  - fuel, armband: Remove build jobs and scripts

    While at it, cleanup obsolete parameters specific to build ops.

    JIRA: FUEL-277
    JIRA: FUEL-278

    Change-Id: Id45dfe6855c95c425ac9aa771519d450ba9da3b5
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
  - fuel, armband: Drop armband-deploy.sh

    Since armband-deploy.sh is merely a clone of fuel-deploy.sh, which
    we recently synced, drop armband-deploy.sh in favor of an universal
    fuel-deploy.sh, which will handle deploys for both projects.

    Change-Id: I653b4e67d9246951a284671e0cf559394661a1ad
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
  - fuel, armband: Sync deploy scripts, cleanup

    Run shellcheck on touched files, fix minor warnings.
    Prepare for upcoming changes:
    - ISO artifact will be obsoleted (later);
    - Fuel and Armband should use the same deploy script;

    Fuel:
    - rename securedlab local copy to lab-config;

    Armband:
    - drop deploy cache, Danube jobs can work without it, master/next
      jobs no longer use it;
    - move TMPDIR to $HOME (was in $WORKSPACE), so it's persistent;

    Change-Id: I9f8c47f9ca50de3c53c62ca6a08df0cc3a73abd3
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 4 Sep 2017 21:21:44 +0000 (23:21 +0200)]
Update git submodules

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

    Change-Id: Ib766ce11464bd546d41dd5992527e91fdcbbb95e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 4 Sep 2017 21:18:31 +0000 (23:18 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - lib.sh: Limit envsubst to certain variables

    This will prevent envsubst from expanding the SALT_REPO local
    variable in user-data.template.

    Change-Id: Idcc3ea827293ac0d3b4059776f90bbbcf807daec
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 4 Sep 2017 20:52:10 +0000 (22:52 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - patches/scripts: Fix whitespace in context

    git option '--ignore-whitespace' has issues, at least on certain
    versions of git, like 2.7.4.
    Work around it by adding the trailing whitespace we previously
    removed in patch context lines.

    Change-Id: Id192a87ec92c798fa808bb8ef38384160ee3faf5
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Cédric Ollivier [Fri, 18 Aug 2017 14:20:33 +0000 (16:20 +0200)]
Update git submodules

* Update docs/submodules/domino from branch 'master'
  - Add domino package

    It's required by Functest to ease integrating all OPNFV projects and
    their requirements.

    It also synchronizes requirements with stable/ocata and renames
    domino-cli to domino_cli to conform with common module names.

    It defines scripts and console_scripts to rely on $PATH.
    run_multimode.sh is adapted to correctly call client, cli and server.

    It should be noted that run.sh can raise conflicts if it's already
    provided by another OPNFV package and that run_on_remote_nodes.sh is
    not fully updated. Otherwise it obliges all OPNFV installers to be
    updated as well.

    run.sh is unchanged and it's called by releng from local directory.

    It may rise runtime issues if several files are not loaded via
    pkg_resources.

    Change-Id: Ibd9dd56f316609180aa432c6b7ee5a375d9af674
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 4 Sep 2017 16:48:04 +0000 (18:48 +0200)]
Update git submodules

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

    Change-Id: Ie116967d0dd909f1901e2099485795316a706ad7
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 4 Sep 2017 16:41:43 +0000 (16:41 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "salt.sh, user-data: Add Saltstack arm64 repo"
  - salt.sh, user-data: Add Saltstack arm64 repo

    These changes will only be applied on AArch64, based on `uname -m`.

    While at it, add arm64 suppport to salt-master-setup.sh.
    Upstream commit [1] broke Salt bootstrap on AArch64, by
    introducing an architecture condition that is too strict to allow
    Debian package installation (even if we provide our own repo).

    Add "arm64" to the list of supported architectures. This needs
    to be done on the fly, as the bootstrap script is fetched using
    `curl` from <salt-master-setup.sh>.

    [1] https://github.com/saltstack/salt-bootstrap/commit/caa6d7d

    Change-Id: Id706a74a52ffe2f8b8c9dd3b9f70c78f35b2f745
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Morgan Richomme [Mon, 4 Sep 2017 14:29:05 +0000 (14:29 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "More support of snaps for VNF"
  - More support of snaps for VNF

    Remove OpenStack utils in vnf_base
    Support snaps for quotas management in cloudify_ims

    Change-Id: I44e5b01bb26569276133e85dfc25bc2cceb03056
Signed-off-by: boucherv <valentin.boucher@orange.com>
6 years agoUpdate git submodules
Cedric Ollivier [Mon, 4 Sep 2017 14:18:56 +0000 (14:18 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Fix get_port_by_name in ims testcases"
  - Fix get_port_by_name in ims testcases

    Now there isn't a function named get_port_by_name in [1].
    Use get_port to replace it.

    [1]: https://git.opnfv.org/snaps/tree/snaps/openstack/utils/neutron_utils.py

    Change-Id: Ide5d6b497092f66abe6b0452841007808ee908e6
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
6 years agoUpdate git submodules
Ryota Mibu [Mon, 4 Sep 2017 13:41:52 +0000 (13:41 +0000)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - Merge "Test port data plane status on Sample Inspector"
  - Test port data plane status on Sample Inspector

    Exercise the Neutron port data plane status API on the Sample Inspector.

    Setting the data_plane_status field of Neutron Port objects to 'DOWN'
    when a network failure on a node is detected.

    To keep the test simple enough to verify the Neutron API, we don't
    consider a scenario where multiple NIC ports could be present on that
    particular node. It could still be done, though.

    JIRA: DOCTOR-107

    Change-Id: I9ffa0a23626b7edfaeb601dc90d55c756216cc41
Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
6 years agoUpdate git submodules
Cedric Ollivier [Mon, 4 Sep 2017 12:49:32 +0000 (12:49 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Stop cloning doctor and domino"
  - Stop cloning doctor and domino

    Both testcases are disabled and the next reviews allow installing
    them via packages:
      - Add doctor-test package [1]
      - Add domino package [2]

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

    Change-Id: I03fc89c26f527e33417c17a8b1ab47d1c69c9a89
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cedric Ollivier [Mon, 4 Sep 2017 12:49:07 +0000 (12:49 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Allow building Alpine containers from any gerrit changes"
  - Allow building Alpine containers from any gerrit changes

    Next pip release will allow installing from git ref.
    We will install it from git till it's released.

    Change-Id: I4f26c5a137ca94e9925bd64787c8572848154850
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cedric Ollivier [Mon, 4 Sep 2017 12:48:50 +0000 (12:48 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Unlink Functest and Domino tags"
  - Unlink Functest and Domino tags

    Otherwise it forbids building functest from a gerrit changes.
    DOMINO_TAG will be removed as soon as Domino offers a Python package.

    Change-Id: I081d468ff563c0be43b03fbae6c4899ed7824220
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cedric Ollivier [Mon, 4 Sep 2017 12:48:40 +0000 (12:48 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Remove openstack-requirements from requirements.txt"
  - Remove openstack-requirements from requirements.txt

    Change-Id: Iaaee0c3e1c5377a5064660ad8396cfd8a7c5e250
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Morgan Richomme [Mon, 4 Sep 2017 12:35:49 +0000 (12:35 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Remove all useless dependencies"
  - Remove all useless dependencies

    pexpect has been useless since onos testcases were removed [1]

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

    Change-Id: I9de88ee56e44518568d6562d9cf639b9bf7be562
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Morgan Richomme [Mon, 4 Sep 2017 12:19:45 +0000 (14:19 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Add 2 files forgotten in previous commit for vsperf integration

    Change-Id: Ibfd36814ac09d16ba4b3d365e04bf3b39a1ef7db
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
6 years agoUpdate git submodules
Michael Polenchuk [Mon, 4 Sep 2017 11:53:53 +0000 (15:53 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [baremetal] Enable cinder-volume service

    Change-Id: I60a5566de43ca58f3f172611c95546b1353f8406
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Morgan Richomme [Mon, 4 Sep 2017 12:15:44 +0000 (12:15 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add vsperf in reporting"
  - Add vsperf in reporting

    fix some pep8 errors in other projects

    Change-Id: Iea68b0d495f7fbe892ec866fb70b8354ad9ff3c2
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
6 years agoUpdate git submodules
Juha Kosonen [Mon, 4 Sep 2017 10:24:38 +0000 (13:24 +0300)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Blacklist CeilometerTraits tests

    Requires a deprecated Ceilometer API which was removed in ocata. Panko
    provides the API but is not yet supported by OPNFV installers.

    Change-Id: I85ab97099b8adfa1d15fe4195bc5703f2f4e83b8
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
6 years agoUpdate git submodules
SerenaFeng [Wed, 30 Aug 2017 08:33:31 +0000 (16:33 +0800)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - clarify obsoleted test configuration files

    delete noparam.ini/nosection.ini/notboolean.ini/notint.ini/normal.ini
    substitute normal.ini with etc/config.ini

    Change-Id: I7e2fa331736a2f9bf807814416a3118be5f613e5
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
6 years agoUpdate git submodules
hongbo tian [Mon, 4 Sep 2017 06:54:39 +0000 (06:54 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Merge "Test case specification for VIM Compute"
  - Test case specification for VIM Compute

    1. Add the alias VIM Compute test cases into testscope.
    2. Add test case specification for VIM Compute.

    Change-Id: Icca09a58221511f607e43eb1d0415d9de4e452eb
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Michael Polenchuk [Mon, 4 Sep 2017 05:59:03 +0000 (09:59 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Locate toplevel for git submodule [2]

    Change-Id: I0c719ec4cfd3d0a526fd6913358cc80c5a599985
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Yujun Zhang [Mon, 4 Sep 2017 02:44:43 +0000 (02:44 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge changes from topic 'storage'

    * changes:
      Keep tests/data consistent with repository structure
      Add score calculation module for storperf

  - Keep tests/data consistent with repository structure

    - rename `benchmarks` in `tests/data` to `resources`
    - delete obsoleted contents

    JIRA: QTIP-258
    Change-Id: I7f4ec1a1fc7b355922c7aee76851e7f0dd026f72
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
  - Add score calculation module for storperf

    Change-Id: I469ee4d768e16a27c3bde660bc1029d5a3507b72
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
6 years agoUpdate git submodules
Serena Feng [Mon, 4 Sep 2017 01:08:34 +0000 (01:08 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "leverage LFID as Authentication"
  - leverage LFID as Authentication

    delete openid authentication
    add LFID authentication

    Change-Id: Iead144b5130bce51448024e65092fdea3bb2f07a
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
6 years agoUpdate git submodules
Alexandru Avadanii [Sun, 3 Sep 2017 22:59:42 +0000 (00:59 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - submodules: Disable remote tracking

    Stop following remote master HEAD refs for git submodules.
    This should fix recent deploy failures caused by upstream changes in
    salt-formulas-scripts repo.

    Change-Id: I32b422f2dd7d31d51c65f1cd0101111e9ed2fb5e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Narinder Gupta [Sun, 3 Sep 2017 22:25:18 +0000 (17:25 -0500)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - modified to include rados gateway with vip.

    Change-Id: I5828c3b37e71da04515867f7e7d2b5bd10e9f9b1
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
6 years agoUpdate git submodules
Tim Rozet [Sat, 2 Sep 2017 13:45:26 +0000 (09:45 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: re-enable storperf on os-nosdn-nofeature-ha

    Change-Id: Ia48b95589e6365102fef54444a8e334a80301dd2
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Narinder Gupta [Sat, 2 Sep 2017 07:25:54 +0000 (02:25 -0500)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - modified to use boot from volume support in ceph and nova compute.

    Change-Id: I94e40c3ca9261b0ec6a14d99fdadc646623da7da
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
6 years agoUpdate git submodules
Narinder Gupta [Sat, 2 Sep 2017 07:03:08 +0000 (02:03 -0500)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - using the latest branch.

    Change-Id: Ia49f945482156659d7bad3d0b134852679a58ead
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
6 years agoUpdate git submodules
Markos Chandras [Sat, 2 Sep 2017 06:50:39 +0000 (06:50 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "jjb: xci: Update openSUSE release to 42.3"
  - jjb: xci: Update openSUSE release to 42.3

    openSUSE Leap 42.3 is the latest release so update the CI jobs to make
    use of it.

    Change-Id: I875bf924be9c84607d4b859a72f5eade4ca5f36d
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Zhijiang Hu [Sat, 2 Sep 2017 02:05:00 +0000 (10:05 +0800)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Enlarge kolla log output size to 5000 lines

    Change-Id: I9916d494e67b788d491b44fc1d0202d5ac20e710
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
6 years agoUpdate git submodules
Ross Brattain [Sat, 2 Sep 2017 01:31:03 +0000 (18:31 -0700)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - add opnfv_os-odl-nofeature-noha_daily.yaml for odl_l3 to odl rename

    Change-Id: Ib7cfb36d89551a187f5ee681454e61444a08c585
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Ross Brattain [Fri, 1 Sep 2017 23:15:37 +0000 (23:15 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Adding support for updating the count/packetsize for given testcase"
  - Adding support for updating the count/packetsize for given testcase

    Change-Id: I3ec1a6d3710d44df5ddac6bd8967d28ad58e8d33
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Fri, 1 Sep 2017 23:00:23 +0000 (23:00 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "xci: Fix the list of blocking jobs for osa-periodic jobs"
  - xci: Fix the list of blocking jobs for osa-periodic jobs

    Change-Id: I2f60bac555571d4fddbde63bf8002aae2df47de3
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
6 years agoUpdate git submodules
Narinder Gupta [Fri, 1 Sep 2017 22:30:42 +0000 (17:30 -0500)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - modified to autostart the VMs created for bootstrap and virtual
    deployment.

    Change-Id: I7afcc6e382f7575fbd2741cded3915763aafe6f6
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
6 years agoUpdate git submodules
Kerim Gokarslan [Fri, 1 Sep 2017 18:20:07 +0000 (11:20 -0700)]
Update git submodules

* Update docs/submodules/nfvbench from branch 'master'
  - NFVBENCH-17 Create docker container using OPNFV releng scripts

    Change-Id: Ic6f06cd731e28b99ad50037251ee35e0207b2bff
Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
6 years agoUpdate git submodules
mbeierl [Thu, 31 Aug 2017 23:57:31 +0000 (19:57 -0400)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - Re-instating docker build verify

    Change-Id: I720ba0c8e413d5c61e8d6f9a13eae0441df53ccb
Signed-off-by: mbeierl <mark.beierl@dell.com>
6 years agoUpdate git submodules
Cedric Ollivier [Fri, 1 Sep 2017 19:22:51 +0000 (19:22 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Stop removing /src/openstack-requirements/.git"
  - Stop removing /src/openstack-requirements/.git

    Otherwise pip fails when it checks it again [1].

    [1] https://hub.docker.com/r/opnfv/functest-features/builds/b8ziypongh8eexgsatdpyhm/

    Change-Id: I973f41f8a8e757c01c9c17d57323c7e737b76741
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Tim Rozet [Fri, 1 Sep 2017 18:54:14 +0000 (14:54 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: Need to use sudo for virsh for fetch creds

    Change-Id: I28e259bf8cdc7431a99227ba3e1eb8615744851e
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Cedric Ollivier [Fri, 1 Sep 2017 18:27:50 +0000 (18:27 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Add all missing dependencies"
  - Add all missing dependencies

    requirements.txt must have been updated by the previous changes:
      - Create API to run a test case [1]
      - Use separate timeouts for connection and reading [2]
      - Refactor the vyos_vrouter to adopt VNF abstraction [3]

    [1] https://gerrit.opnfv.org/gerrit/#/c/39565/
    [2] https://gerrit.opnfv.org/gerrit/#/c/39429/
    [3] https://gerrit.opnfv.org/gerrit/#/c/40261/

    Change-Id: I8865386f41a939b0f4c71c6dfff340882b5eee97
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Aric Gardner [Fri, 1 Sep 2017 18:17:22 +0000 (18:17 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add watchdog into testresults server to restart docker containers."
  - Add watchdog into testresults server to restart docker containers.

    Unexpected crashing of docker containers were occuring. So, a cron script
    is to be run in regular intervals which will check for status of the
    deployments and restart docker if necessary. Docker restart is seen
    as a solution to solve majority of crashes.

    Suggest if there is a better approach.

    Change-Id: I40d56180350844b4a0f766e1b10a9fabfa02d3be
Signed-off-by: Sakala Venkata Krishna Rohit <rohitsakala@gmail.com>
6 years agoUpdate git submodules
Trevor Bramwell [Fri, 7 Jul 2017 23:50:19 +0000 (16:50 -0700)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Fix Yamllint Violations for jjb/dpacc

    JIRA: RELENG-254

    Change-Id: I9f2d554f44b2291a8a7bbda7fab21a98110e7c04
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Ross Brattain [Fri, 1 Sep 2017 17:55:29 +0000 (10:55 -0700)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - sample_vnf: default to 16GB of 2048Kb hugepages

    8192 * 2048kB = 16GB

    Change-Id: I82bf420794e5174e88cfaea08b9fab0d77c2be7f
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Aric Gardner [Fri, 1 Sep 2017 18:05:56 +0000 (18:05 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "xci: Create daily virtual jobs for sfc"
  - xci: Create daily virtual jobs for sfc

    Change-Id: I18105f9289f67f634431013d08b24608380f00e4
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
6 years agoUpdate git submodules
Aric Gardner [Fri, 1 Sep 2017 18:04:43 +0000 (18:04 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "migrate openretriever to container4nfv"
  - migrate openretriever to container4nfv

    Change-Id: I6c758395abff5c980c013cbe65f99ad8938e20af
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
6 years agoUpdate git submodules
Aric Gardner [Fri, 1 Sep 2017 18:04:12 +0000 (18:04 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Initial Auto Project Jobs"
  - Initial Auto Project Jobs

    Create a noop job for the Auto project so they can begin submitting
    changes.

    Change-Id: If7c80c283a07d3d8e008f566bff8bfe473a93aed
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 1 Sep 2017 17:19:16 +0000 (19:19 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - p/fuel: Fix opnfv user missing _param

    While at it, also use proper mechanism to fetch _param:opnfv* in
    opnfv/adduser.sls.

    Change-Id: Ic74e14f609bc1648b30d04f38ac3cca4a6d0850e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Ross Brattain [Fri, 1 Sep 2017 17:05:43 +0000 (17:05 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Adding vfw scale-up test with ixia as tg"
  - Adding vfw scale-up test with ixia as tg

    Change-Id: I4f476d16dd11a12f5ffa9047af78d2236a4fbbc2
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
6 years agoUpdate git submodules
Deepak S [Fri, 1 Sep 2017 09:06:38 +0000 (02:06 -0700)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Adding cgnapt scale-up test with ixia as tg

    Change-Id: I834d733aff2da5af12db08f4159be2e9c6361aab
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
6 years agoUpdate git submodules
Cedric Ollivier [Fri, 1 Sep 2017 15:42:24 +0000 (15:42 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Fix all rally requirements on-the-fly"
  - Fix all rally requirements on-the-fly

    Rally is released out of OpenStack releases and its requirements must
    be modified before installing. Rally applies a similar solution for
    gating [1].

    [1] https://github.com/openstack/rally/blob/stable/0.9/tests/ci/sync_requirements.py

    Change-Id: I3dfe69597e6ebecc5f07943658634ea94625294f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
dongwenjuan [Wed, 30 Aug 2017 09:30:44 +0000 (17:30 +0800)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - delete workaroud of doctor driver in congress for Apex installer

    Change-Id: I767777fd3c07998170b0957400a3e2a00ebe62a9
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
6 years agoUpdate git submodules
Cedric Ollivier [Fri, 1 Sep 2017 15:21:13 +0000 (15:21 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Activate SFC testcases in CI (alpine)"
  - Activate SFC testcases in CI (alpine)

    SFC project is ready to run its tests in CI

    Change-Id: I4fbae92e426724f720372b9218653d5804278e51
Signed-off-by: Manuel Buil <mbuil@suse.com>
6 years agoUpdate git submodules
Feng Pan [Fri, 1 Sep 2017 14:25:50 +0000 (14:25 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Adds Undercloud retry and log fetch"
  - Adds Undercloud retry and log fetch

    Retry to install the undercloud if it fails due to sometimes failing.
    Also copy undercloud log over to host temp dir.

    Change-Id: I50f98c4f0d52fa6bb56d9dcd0766bbe745160452
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Zhijiang Hu [Fri, 1 Sep 2017 14:00:46 +0000 (14:00 +0000)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Merge "Add some unit test files test_netwrok.py"
  - Add some unit test files test_netwrok.py

    1.add the below unit test files:
    test_netwrok.py/test_schemas.py/test_query.py/test_utils.py
    2.add the corresponding test conf file deploy_virtual_error.yml.

    Change-Id: I01292d4c94b9d6159597961a0cab515f57727ec3
Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
6 years agoUpdate git submodules
Manuel Buil [Tue, 29 Aug 2017 10:33:58 +0000 (12:33 +0200)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Remove setup_compute_node and configure_iptables

    We are going to use ODL Nitrogen which does not require the NSH hack as
    packets reaching the VNF will use ETH+NSH encapsulation

    Change-Id: I5a55fde84e8f17860783ec9de8b99242fc38b9a9
Signed-off-by: Manuel Buil <mbuil@suse.com>
6 years agoUpdate git submodules
Tim Rozet [Fri, 1 Sep 2017 12:57:22 +0000 (08:57 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: fix find command for rpms

    Change-Id: I75bd15be3e68fa630a59cd30a0da72b8f17b8b84
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Tim Rozet [Fri, 1 Sep 2017 12:50:07 +0000 (12:50 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Apex, Yardstick: Fixes fetching creds"
  - Apex, Yardstick: Fixes fetching creds

    There is a bug where by default the INSTALLER_IP is set to 192.168.X.X
    and in yardstick the IP is never found for Apex before trying to fetch,
    so fetching fails to an invalid IP address.

    This patch makes fetch os creds more robust to check if the INSTALLER_IP
    is valid and if not, then attempt to find the correct IP for Apex.

    Change-Id: Ie18d6e70f77ccff3592fb37c6d0b6e87b6435cf8
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
hongbo tian [Fri, 1 Sep 2017 12:29:11 +0000 (12:29 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Merge "Test case specification for VIM Volume"
  - Test case specification for VIM Volume

    1. Add the alias VIM Volume test cases into testscope.
    2. Add test case specification for VIM Volume.

    Change-Id: I715a69aad380466659365cc554351efb4d6eb053
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Maryam Tahhan [Fri, 1 Sep 2017 09:26:33 +0000 (10:26 +0100)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - docs: added detailed descriptions for the plugins

    Change-Id: I151793a234615a96795d04eede486eba7aea5990
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
6 years agoUpdate git submodules
Martin Klozik [Fri, 1 Sep 2017 12:13:30 +0000 (12:13 +0000)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - Merge "trex: Add support Trex traffic generator"
  - trex: Add support Trex traffic generator

    Topology are two physical servers, on first is trex and second is VSPERF.
    Trex is running in stateless mode this means that on server where is located
    trex repo is running trex binary file and VSPERF working with server via
    python API.

    JIRA: VSPERF-528

    Change-Id: Id8819495325ebc13fdce365f4af0e040ce68cd0e
Signed-off-by: Martin Goldammer <martin.goldammer6@gmail.com>
Reviewed-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Trevor Cooper <trevor.cooper@intel.com>
6 years agoUpdate git submodules
Jun Li [Fri, 1 Sep 2017 12:06:09 +0000 (12:06 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Missing "-y" when install docker.io"
  - Missing "-y" when install docker.io

    Change-Id: I1c94d148bf62aba6e21fcabe1908931c6732327f
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Morgan Richomme [Fri, 1 Sep 2017 12:02:17 +0000 (12:02 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Remove tacker library from functest"
  - Remove tacker library from functest

    This library is moved to the SFC repo

    https://gerrit.opnfv.org/gerrit/#/c/40265/2

    Change-Id: I339337e4c2f17933a74bf85259e36f8f5742a17a
Signed-off-by: Manuel Buil <mbuil@suse.com>
6 years agoUpdate git submodules
Morgan Richomme [Fri, 1 Sep 2017 12:01:19 +0000 (12:01 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Activate SFC testcases in CI"
  - Activate SFC testcases in CI

    SFC project is ready to run its tests in CI

    Change-Id: I337af8685d78e34af00eb86776bd3a44f423f2dd
Signed-off-by: Manuel Buil <mbuil@suse.com>
6 years agoUpdate git submodules
Michael Polenchuk [Fri, 1 Sep 2017 11:11:15 +0000 (15:11 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [baremetal] Tune dpdk/compute cpu pinning

    Change-Id: I733c6c9f1f5aa559084998aa9bc639079bda83a5
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Charalampos Kominos [Tue, 22 Aug 2017 17:42:29 +0000 (19:42 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - p/fuel: Add opnfv user to all machines in the deployment

    Change-Id: I665b7498ade9fbd5b8c45d584a165673f1dc80d8
Signed-off-by: Charalampos Kominos <Charalampos.Kominos@enea.com>
6 years agoUpdate git submodules
Dimitrios Markou [Fri, 25 Aug 2017 14:57:26 +0000 (17:57 +0300)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Add new Tacker library

    Change-Id: I710e6f5da92ddfddd9111c6c53274b92d76d7449
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
6 years agoUpdate git submodules
hongbo tian [Fri, 1 Sep 2017 09:18:26 +0000 (09:18 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Merge "Add test area 'filtering packets based on security rules and port security'"
  - Add test area 'filtering packets based on security rules and port security'

    JIRA: DOVETAIL-473

    According to Dovetail addendum doc, add one test area about basic cloud
    capability 'filtering packets based on security rules and port security
    in data path'.

    Add the test specification about this test area.

    Change-Id: I814204f16b79bc06d9bfb54d5a90692d8b8c7bfa
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Harry Huang [Wed, 23 Aug 2017 07:05:02 +0000 (15:05 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Support multiple physnet mapping

    JIRA: COMPASS-559

    1. support multiple mapping in provider_net_mappings
    of network.yml and create corresponding ovs bridges
    2. support seperate config in sys_intf_mappings
    of network.yml
    3. remove linux bridges in compute nodes for ovs
    port binding convenience
    4. support openstack vlan tenant network
    5. modify odl and odl_sfc roles to use configurable
    provider mapping
    6. remove some hard coding

    Change-Id: Ib57484ce60d029f89c647fd5baf2c7af37c85d0b
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
6 years agoUpdate git submodules
Jun Li [Fri, 1 Sep 2017 08:32:48 +0000 (08:32 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add a dovetail test job on huawei-pod4 to test Apex danube branch"
  - Add a dovetail test job on huawei-pod4 to test Apex danube branch

    1. Apex doesn't have danube jobs now.
    2. Dovetail is based on opnfv danube branch, so it should be tested
       against Apex danube deployment.
    3. Huawei-pod4 deployed with Apex danube (os-nosdn-nofeature-ha) and
       can be used to test.

    JIRA: DOVETAIL-494

    Change-Id: Ic3251585503c15fb416c6d9497e8acfc977ebe3e
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Justin chi [Fri, 1 Sep 2017 08:25:01 +0000 (08:25 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "Support offline deployment for nosdn no feature scenario"
  - Support offline deployment for nosdn no feature scenario

    JIRA: -

    Add a repo docker which includes ubuntu PPA and python packages
    used for offline deployment.

    Change-Id: Iad9b0df7f33f5a7ab974c5deffb408fc93b3f3ad
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
6 years agoUpdate git submodules
Morgan Richomme [Fri, 1 Sep 2017 07:51:05 +0000 (07:51 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "cleanup of obsolete non-CI arm PODs"
  - cleanup of obsolete non-CI arm PODs

    Change-Id: I134feba421d12c4ca428b098aaa2bf52b3dec0ca

6 years agoUpdate git submodules
Ross Brattain [Fri, 1 Sep 2017 07:34:41 +0000 (07:34 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Introduced default values and remove unnecessary ones from ansible code image build code."
  - Introduced default values and remove unnecessary ones from ansible code image build code.

    Change-Id: Id711d6fdacaddeafb8550290503d6cb6c814ea70
Signed-off-by: Maciej Skrocki <maciej.skrocki@intel.com>
6 years agoUpdate git submodules
julien zhang [Fri, 1 Sep 2017 07:11:47 +0000 (07:11 +0000)]
Update git submodules

* Update docs/submodules/parser from branch 'master'
  - Merge "Add import file with suffix of yml testcases"
  - Add import file with suffix of yml testcases

    Add import file with suffix of yml testcases:
    1.normal file with suffix of yml;
    2.import file with suffix of yml.

    JIRA: PARSER-144

    Change-Id: I24368f7248e782df2e57202a3129c677e1bf068f
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
6 years agoUpdate git submodules
Morgan Richomme [Fri, 1 Sep 2017 07:03:15 +0000 (07:03 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "bug fix: reporting Tempest"
  - bug fix: reporting Tempest

    not updated since Colorado and data model changed

     - minor fixes to match data model
     - pep8/pylint correction

    Change-Id: I3a0a9ea689d25b3cfff35cb1ec39329981627bc6
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>