opnfvdocs.git
7 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>
7 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>
7 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>
7 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>
7 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>
7 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>
7 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>
7 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>
7 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>
7 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>
7 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>
7 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>
7 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>
7 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>
7 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>
7 years agoUpdate git submodules
Ryota Mibu [Wed, 24 Jan 2018 09:51:48 +0000 (09:51 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add GERRIT_REFSPEC to 'project-parameter' Macro"
  - Add GERRIT_REFSPEC to 'project-parameter' Macro

    GERRIT_REFSPEC is always passed by the gerrit-trigger plugin when a job
    is triggered by Gerrit. Because it is not explicily defined, there is no
    way to manually trigger jobs, as the git clone looks up the list of refs
    by GERRIT_REFSPEC.

    Being able to manually trigger jobs (with node parameters so they can be
    restricted) is very helpful in debugging CI issues.

    Change-Id: I8a1d9ea380902fc95f30482e5acb616347709ab1
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
7 years agoUpdate git submodules
chenjiankun [Mon, 22 Jan 2018 03:16:01 +0000 (03:16 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - [ovp-web] Modify OVP home page left-side navigation links

    JIRA: DOVETAIL-579

    Under the 'Governance & Workflow' left-side navigation category:
    Modify 'Overview' link href from:
    https://www.opnfv.org/compliance-verification-program-cvp
    to:
    https://www.opnfv.org/verified
    Modify link text for 'Application Form' to 'Participation Form'
    Modify link href for above from:
    http://docs.opnfv.org/en/latest/submodules/dovetail/docs/testing/user/certificationworkflow/ApplicationForm.html
    to:
    https://na3.docusign.net/Member/PowerFormSigning.aspx?PowerFormId=e03e78d7-c32e-47d3-8292-350b747a0105

    Add another link right below the 'Governance' link named 'Terms & Conditions'. The href for this links is:
    https://www.opnfv.org/wp-content/uploads/sites/12/2018/01/OVP-Terms-and-Conditions-011918.pdf

    Under the 'Training Resources' left-side navigation category:
    Modify link text for 'Dovetail Test Tool User Guide' to 'OVP / Dovetail User Guide'
    Modify link href for above from:
    http://docs.opnfv.org/en/latest/submodules/dovetail/docs/testing/user/userguide/testing_guide.html
    to:
    http://docs.opnfv.org/en/stable-danube/submodules/dovetail/docs/testing/user/userguide/testing_guide.html

    Modify 'Test Specifications' link href from:
    http://docs.opnfv.org/en/latest/submodules/dovetail/docs/testing/user/testspecification/
    to:
    http://docs.opnfv.org/en/stable-danube/submodules/dovetail/docs/testing/user/testspecification/

    Modify 'Dovetail CLI' link href from:
    http://docs.opnfv.org/en/latest/submodules/dovetail/docs/testing/user/userguide/cli_reference.html
    to:
    http://docs.opnfv.org/en/stable-danube/submodules/dovetail/docs/testing/user/userguide/cli_reference.html

    Modify 'OVP Guidelines Addendum' link href from:
    http://docs.opnfv.org/en/latest/submodules/dovetail/docs/testing/user/cvpaddendum/index.html
    to:
    http://docs.opnfv.org/en/stable-danube/submodules/dovetail/docs/testing/user/ovpaddendum/index.html

    Under the 'Release Information' left-side navigation category:

    For the '2018.01 Release Notes' link, specify the href as
    http://docs.opnfv.org/en/stable-danube/submodules/dovetail/docs/release/release-notes/index.html

    Change-Id: Ia4d2cc9f4c3c9874b3c328658bb4bce643aa4c6c
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
7 years agoUpdate git submodules
Serena Feng [Wed, 24 Jan 2018 06:22:12 +0000 (06:22 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[daisy] Skip signing kolla images"
  - [daisy] Skip signing kolla images

    No key avaliable at gs://opnfv-signing-keys/zte-virtual-subkey,
    so this PS skip signing key for kolla images.

    Change-Id: I1b934f01faeec0657a0019cd35ed209a511cdcdd
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
7 years agoUpdate git submodules
chenjiankun [Mon, 22 Jan 2018 02:11:31 +0000 (02:11 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Don't allow user change SUT version to None after submitting

    We don't allow SUT version to be None when submitting test.
    So we also not allow user to change it to Nonw after submitting.

    In this patch, I also make the result table self-adaption.

    Change-Id: I5c391592dcbdbd9eb8697e44d7bb5dda41431bd6
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
7 years agoUpdate git submodules
chenjiankun [Mon, 22 Jan 2018 02:54:05 +0000 (02:54 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Update OVP home page text

    JIRA: DOVETAIL-582

    We received new text from OPNFV marketing for the home page of the OVP web portal. Text title and body are pasted below.

    OPNFV is offering an OPNFV Verified Program (OVP) that verifies products and services with the "OPNFV Verified" mark.

    The OPNFV Verified program demonstrates the readiness and availability of commercial products based on OPNFV. Verified products and services submitted by vendors and service providers become compliant by implementing explicitly defined interfaces, behaviors and key features while retaining distinct and value-added innovations across features and capabilities.
    Navigate through the links in the left-hand menu to learn more and get started. You'll find step-step-instructions as well as a participation form. Use this portal to upload your test results when ready. Please send any questions to verified@opnfv.org.

    Change-Id: I5f6dd67fc187d7557a0b4cce6dd7391479e66b2b
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
7 years agoUpdate git submodules
Yifei Xue [Wed, 24 Jan 2018 04:04:36 +0000 (04:04 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'stable/danube'
  - Merge "Bug fix for onos sfc" into stable/danube
  - Bug fix for onos sfc

    Add the configuration of sfc driver in
    networking-sfc and networking-onos.

    Change-Id: I2f9345d2caa030960e707f15406cb22f6b525dc0
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
7 years agoUpdate git submodules
Ryota Mibu [Wed, 24 Jan 2018 02:15:58 +0000 (02:15 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add lf-pod4 and lf-pod5 to slave params"
  - Add lf-pod4 and lf-pod5 to slave params

    Change-Id: I3ca61f015c07cbf3bd67acd7972d9a1e0011f21d
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
7 years agoUpdate git submodules
Trevor Bramwell [Tue, 23 Jan 2018 21:57:03 +0000 (13:57 -0800)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Output version before Docker builds

    Its helpful to know which version of docker is being used to build a
    project when debugging build failures.

    Change-Id: I2bb9c5386d1d69e61c4477913f5f0162acd0c47d
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
7 years agoUpdate git submodules
Trevor Bramwell [Tue, 23 Jan 2018 18:23:13 +0000 (18:23 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Disable Interactivity for and enable Pharos Backup"
  - Disable Interactivity for and enable Pharos Backup

    When running docker commands from an interactive shell the '-it' flags
    are needed. Since the backup isn't running any interactive command,
    these flags aren't needed and failing the job due to a tty not being
    allocated to the Jenkins user.

    Change-Id: I9bd81faaf548b3247ee1992f6db9c0258ebfc1fb
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
7 years agoUpdate git submodules
Fatih Degirmenci [Tue, 23 Jan 2018 10:21:41 +0000 (10:21 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "docker: update name and dockerfile location for barometer collectd image.         change build directory to fix build's copy errors "
  - docker: update name and dockerfile location for barometer collectd image.
            change build directory to fix build's copy errors

    Change-Id: I3bc4f929156c7c04cc93822d28b0a64991f18595
Signed-off-by: gordonkelly <gordon.kelly@intel.com>
7 years agoUpdate git submodules
Fatih Degirmenci [Tue, 23 Jan 2018 09:10:52 +0000 (10:10 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - xci: Skip jobs if the scenario is not supported on a distro

    Change-Id: I22d2327558ee1d19d04775da6abf1b3eed5b357a
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
7 years agoUpdate git submodules
Fatih Degirmenci [Mon, 22 Jan 2018 14:15:55 +0000 (15:15 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - xci: Do not clone and checkout scenario repo if it is releng-xci

    Change-Id: I48cdbfbd5b7746e75565d318616e9c580b5ba156
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
7 years agoUpdate git submodules
Fatih Degirmenci [Mon, 22 Jan 2018 14:00:25 +0000 (15:00 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - xci: Clone releng-xci repo for phase jobs as well

    Forgotten to fix phase jobs.

    Change-Id: I50c525089d6d3b4f28650ad78b8810817aaf150e
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
7 years agoUpdate git submodules
Fatih Degirmenci [Mon, 22 Jan 2018 13:36:47 +0000 (14:36 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - xci: Clone the repo and checkout the patch for testing

    Change-Id: Ie1c2f76b6043133c3821272040b1a2a38de29035
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
  - xci: Always clone releng-xci into WORKSPACE for merge jobs

    The cloning of the correct version of the repo which the scenario
    resides in will be handled by get-opnfv-scenario-requirements.yml
    for all the scenarios.

    The change proposed for merge jobs will be reflected to verify jobs
    as well once it is verified with this.

    Change-Id: Icaa99a8b9e981c839969ce556e5af6a9ef6d9da8
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
7 years agoUpdate git submodules
Fatih Degirmenci [Mon, 22 Jan 2018 09:27:40 +0000 (10:27 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - xci sfc: Enable post merge deployment

    This change enables the deployment upon merge of a change.
    Followup patches will incorporate functest smoke and promotion
    which the promotion will most likely be the first one as functest
    parts are a bit tricky due to failures while running testing
    in VMs.

    Apart from the enablement of the deployments, job concurrency is
    disabled as well since we should only test one change at a time
    and attempt promotion for any scenario in order to ensure we keep
    the promotion consistent.

    Change-Id: Ib4b5754b6b88f42eab83c656e03773c83068016f
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
  - xci: Convert execute shell scripts to external scripts

    The scripts used by verify jobs to create VMs, start deployments,
    run functest, and do cleanup for CI can be reused by other jobs as
    well so they are moved out of the yaml file.

    Apart from that, if we decide to change the way we run CI (not
    using VMs for performance reasons), we don't have to make big changes
    to yaml either.

    Change-Id: I2df1f2d60f999bcd7d53a5cd879112a5b2b0ca05
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
7 years agoUpdate git submodules
Fatih Degirmenci [Fri, 19 Jan 2018 08:26:52 +0000 (08:26 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "RFC: Set the basic structure for post merge jobs"
  - RFC: Set the basic structure for post merge jobs

    This change proposes structure for  post-merge jobs for the
    scenarios that are onboarded to XCI.

    The idea with these jobs is to verify the sanity of impacted
    scenario to find out if the version that is tested should be
    promoted to the next level in XCI; daily on baremetal.

    If it succeeds, the metadata regarding the scenario needs to
    be stored somewhere (artifact repo, etc.) so daily jobs can
    poll that location to see if there is any scenario that is
    worth testing on baremetal.

    If it fails, the scenario could be demoted instead which still
    requires further discussion and thinking. We might perhaps leave
    the metadata of the version of the scenario with previous sha
    as the candidate for testing instead of demoting it since we
    need to have working version of the scenarios at all times.

    Change-Id: I85d7176b16d0d6da45cd2462b0cdb990485b6b0d
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
7 years agoUpdate git submodules
Aric Gardner [Thu, 18 Jan 2018 16:39:26 +0000 (16:39 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Disable the triggers for euphrates in armband"
  - Disable the triggers for euphrates in armband

    Change-Id: I738b4eb712bc85ee3327a9be55f4990000ff28c8
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
7 years agoUpdate git submodules
Alex Yang [Thu, 18 Jan 2018 06:13:00 +0000 (14:13 +0800)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - [daisy] delete tmp dir with sudo

    Permission denied occured in [1].

    [1]: https://build.opnfv.org/ci/job/daisy-deploy-zte-pod9-daily-master/7/console

    Change-Id: Ic7e67eed8a121cae0ea2c05ab4cc9005358fcda5
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
7 years agoUpdate git submodules
Eddie Arrage [Sun, 12 Nov 2017 21:38:11 +0000 (13:38 -0800)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Transfer Danube reviewer guidelines from wiki

    The reviewer guidelines will be created per release, where the
    CVP/Dovetail releases are aligned to OPNFV releases. The guidelines
    outlined in this initial document are for the Danube release.

    Updated reviewer guidelines

    - Updated to account for issue where mandatory total always shows 215
    in current version of web portal; removed one diagram and amended another
    - First section title change and wording for test area results

    - Removed white space
    - Added SUT info section and diagrams
    - Modified reference to cvp.opnfv.org with verified.opnfv.org
    - Modified reference to cvp@opnfv.org with verified@opnfv.org
    - Modified diagram filenames to reflect program name change
    - Changed CVP references to OVP and Danube to 2018.01
    - Remove TODO for granting marks and escalation - this info is in other docs

    Change-Id: I01fc568ce6713d3c60daf339a2630e56e8dbcfcb
Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>
7 years agoUpdate git submodules
Trevor Bramwell [Wed, 17 Jan 2018 22:00:49 +0000 (22:00 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Create job to deploy Pharos Dashboard"
  - Create job to deploy Pharos Dashboard

    Runs docker-compose build & up to recreate containers when code changes,
    and redeploys the dashboard.

    JIRA: PHAROS-316

    Change-Id: Ie83ae775c55aa9e18069b9988bfd771b5655c14b
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
7 years agoUpdate git submodules
Ryota Mibu [Wed, 17 Jan 2018 12:05:40 +0000 (12:05 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "bugfix: pass functest parameters to builders"
  - bugfix: pass functest parameters to builders

    As doctor CI failed: https://build.opnfv.org/ci/job/doctor-verify-apex-sample-build-x86_64-master/24/console
    Functest parameters can not passed to 'functest-suite-builder' to build the job

    Change-Id: I34039025bb77e78ce43c21ef7ec67da7583b6e39
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
7 years agoUpdate git submodules
Zhijiang Hu [Wed, 17 Jan 2018 03:01:40 +0000 (22:01 -0500)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - [daisy] Add '|' for more than one predefined-parameters

    This tries to solve Job name error [1] which cause functest
    failure.

    [1] https://build.opnfv.org/ci/job/functest-daisy-baremetal-daily-master/257/console

    Change-Id: I89c9a00bcaf0ccb274a18339533bdd99b1134be3
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
7 years agoUpdate git submodules
Trevor Bramwell [Tue, 16 Jan 2018 18:57:52 +0000 (18:57 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Docker Builds from Git Tag"
  - Docker Builds from Git Tag

    Facilitates the creation of docker images from tags pushed to Gerrit,
    which should remove the need to manually trigger 'tagged' builds.

    Fixes a typo in the 'gerrit-trigger-tag-created' macro,
    replaces 'RELEASE_VERSION' with 'GERRIT_REFNAME', and adds the
    tag-trigger to docker builds.

    Change-Id: I6d8f8f34b1c51d74bb98211dfae21c37cf9356fa
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
7 years agoUpdate git submodules
Ryota Mibu [Tue, 16 Jan 2018 08:14:28 +0000 (08:14 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "The '{is-skip-vote}' is always 'true' for the jobs"
  - The '{is-skip-vote}' is always 'true' for the jobs

    fix it temporarily, will ask jjb team for this issue.

    Change-Id: I470f7114f74123f0419d2605837742208867753e
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
7 years agoUpdate git submodules
Serena Feng [Tue, 16 Jan 2018 03:19:16 +0000 (03:19 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add macro for reporting the provision result"
  - Add macro for reporting the provision result

    1. add macro for report the provision result of installers
    and try it in daisy
    2. update according to TestAPI interface

    Change-Id: Ic041744c917c37fcd84a12a92e927e39106cf18f
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
7 years agoUpdate git submodules
Georg Kunz [Fri, 22 Dec 2017 13:48:10 +0000 (14:48 +0100)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Changing CVP to OVP in the documentation

    Due to the name change from 'CVP' to 'OVP', the documentation has to be
    updated.

    Change-Id: Id934e8fc07f60802f7aa6b3d295d268c4c9b71f8
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
7 years agoUpdate git submodules
Aric Gardner [Mon, 15 Jan 2018 13:35:52 +0000 (13:35 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Revert "container4nfv: Disable jobs until the project stops changing docker version""
  - Revert "container4nfv: Disable jobs until the project stops changing docker version"

    The project fixed their build script to stop reinstalling docker which downgrades it so the jobs can be enabled back now.

    https://gerrit.opnfv.org/gerrit/#/c/50603/

    This reverts commit c9aac428e09385a5893313a99b6af6652dafd216.

    Change-Id: I529850be56e30e4fdd66929809628b89e3a2ed8f

7 years agoUpdate git submodules
Eddie Arrage [Fri, 10 Nov 2017 05:33:04 +0000 (21:33 -0800)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Update test user guide to improve usability

    - Modify hosts.yaml syntax to match patch by Serena
    - Modify result file references for new timestamp patch by Georg
    - Revise online/offline diagrams for OVP name change
    - Add XCF GIMP source files for diagrams with layers for new elements

    - New changes for cvp.0.9.0 to ovp.1.0.0
    - Remove reference to bottlenecks container for now
    - Modify section/heading structure
    - Incorporate comments: results.json vs. result files
    - Incorporate comments: online/offline install headings
    - Incorporate comments: remove IP from launch_db.sh
    - Incorporate comments: remove sudo for wget
    - Incorporate comments: pod.yaml for SUT HW info
    - Incorporate comments: test case to config file requirement
    - Incorporate comments: suggested changes to env_config.sh

    - Modify the sequence of the guide to reflect installation steps
    - Outline all required configuration files earlier in the guide
    - Highlight configuration file key entries and pitfalls
    - Improve requirements for pod.yaml file for HA
    - Improve online/offline install instructions
    - Call out Dovetail docker run command and explain options
    - Clarify when testapi and local db ports need to be changed
    - Explain the dovetail run --testsuite and --testarea arguments
    more clearly
    - Improve --report option and default result result behavior
    - Make CVP portal a separate section
    - Explain CVP portal workflow to reflect current state of interface
    - Update references to cvp.0.8.0 with cvp.0.9.0

    Change-Id: I41857c1b07c211a95f19c99054ca414351c75c20
Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>
7 years agoUpdate git submodules
Fatih Degirmenci [Fri, 12 Jan 2018 22:38:54 +0000 (22:38 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "snaps: Disable snaps verify jobs to prevent jobs queueing up"
  - snaps: Disable snaps verify jobs to prevent jobs queueing up

    The POD, intel-pod20, where the slave was located doesn't exist
    anymore so we have no possibility to run snaps-verify jobs for
    the timebeing.

    This will be looked into once we have a new slave setup.

    Change-Id: Ib46ccf160cd6895aa65d6a136afeedd2f7300335
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
7 years agoUpdate git submodules
Trevor Bramwell [Fri, 12 Jan 2018 21:53:00 +0000 (21:53 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Update Pharos Backup Job"
  - Update Pharos Backup Job

    Moves the backup location to a directory that Jenkins can write to, and
    since this only runs a docker container there is no need to clone any
    repositories.

    Change-Id: I05b35e5d2d95c7044973d9d0e1a9d7e72c490570
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
7 years agoUpdate git submodules
Fatih Degirmenci [Fri, 12 Jan 2018 20:02:59 +0000 (21:02 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - container4nfv: Disable jobs until the project stops changing docker version

    Container4nfv verify jobs uninstall the installed version of docker and installs
    the one coming from the distro which is causing issues for the other projects.

    Builds are disabled until the project fixes this issue.

    Change-Id: Ibcec9a7d3badf85193bb7115730410bb719949f9
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
7 years agoUpdate git submodules
Aric Gardner [Fri, 12 Jan 2018 19:59:19 +0000 (19:59 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[daisy] Retry if download opnfv.bin failed"
  - [daisy] Retry if download opnfv.bin failed

    Download from http://build.opnfv.org/artifacts.opnfv.org may fail [1]
    so we need retry to make CI stable.

    [1] https://build.opnfv.org/ci/job/daisy-deploy-baremetal-daily-master/374/console

    Change-Id: I62837038c7f124870814a68e4b87a8e89ba8c58c
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
7 years agoUpdate git submodules
Aric Gardner [Fri, 12 Jan 2018 19:58:25 +0000 (19:58 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Fix 'copper' in Gerrit Trigger for Security Scan"
  - Fix 'copper' in Gerrit Trigger for Security Scan

    'copper' was incorrectly listed as 'cooper' in the gerrit trigger for
    the security scanning job. Fixing this will ensure patchsets against
    copper are scanned.

    Change-Id: Ie32148647638612b0da2d810c50dd5c0ea078844
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
7 years agoUpdate git submodules
Trevor Bramwell [Thu, 2 Nov 2017 23:06:09 +0000 (16:06 -0700)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Remove Concurrency From JJB Merge Job

    Currently multiple jjb merge jobs can run at once causing a
    race-condition which Jenkins exposes as a 401 Unauthorized.

    Throttling the number of jobs in total to 1 should prevent this from
    happening in the future.

    Change-Id: I4c99d9f49db0baf26b3d077354afd2fea93d1740
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
7 years agoUpdate git submodules
Cédric Ollivier [Fri, 12 Jan 2018 14:39:04 +0000 (15:39 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Remove falsy ;;

    It completes "Create vnf and restapi images-built job for arm" [1]
    which introduced a new bug.

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

    Change-Id: I45dcc6db65382eeb3280c719cec72c425164ab2f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Jose Lausuch [Fri, 12 Jan 2018 12:39:56 +0000 (12:39 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Create vnf and restapi images-built job for arm"
  - Create vnf and restapi images-built job for arm

    Change-Id: Ife5d1726680db34d5d027cd592510bdd1123a965
Signed-off-by: Linda Wang <wangwulin@huawei.com>
7 years agoUpdate git submodules
Jose Lausuch [Fri, 12 Jan 2018 08:14:54 +0000 (08:14 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Enable functest-kubernetes docker builds"
  - Enable functest-kubernetes docker builds

    Change-Id: I6326d0c25d673c407a3eda6451d242d2571fdaee
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
7 years agoUpdate git submodules
Trevor Bramwell [Thu, 11 Jan 2018 21:05:25 +0000 (21:05 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Enable kubernetes test suite for compass"
  - Enable kubernetes test suite for compass

    Compass will put admin.conf file in /opt/admin.conf in
    compass-tasks container. We need to cp it to $HOME/admin.conf,
    then do a volume mapping so that yardstick docker container can
    have this file.

    Change-Id: I33b9ab4e44e363bd8375805bad7d8e5bf6af97fa
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
7 years agoUpdate git submodules
Trevor Bramwell [Thu, 11 Jan 2018 20:31:48 +0000 (20:31 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Reduce Basic Job Duplication"
  - Reduce Basic Job Duplication

    In the initial formation of projects we found it easy to copy job
    definitions to provide project a baseline job config to work off. This
    has led to a lot of duplication and misalignment with the gerrit
    triggers and default build server tag to be used.

    Collapsing these jobs into a job-group containing the stream and a
    verify job per-stream, should help reduce this duplication.

    Change-Id: Icb366487590a145be4cbfc0637a8d86a6d9b7cec
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
7 years agoUpdate git submodules
Trevor Bramwell [Thu, 11 Jan 2018 20:30:38 +0000 (20:30 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "pharos: check-jinja for installer adapter changes"
  - pharos: check-jinja for installer adapter changes

    check-jinja should also run when the installer adapter templates
    are changed, not only for PDF/IDF files.

    Change-Id: I3453d8bfe5ef61d30ecc71a01c38e2121c1a09f8
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
7 years agoUpdate git submodules
Trevor Bramwell [Thu, 11 Jan 2018 20:02:02 +0000 (20:02 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "barometer: add aditional docker images to build"
  - barometer: add aditional docker images to build

    Change-Id: I7a4567df7fa20f6ee85b1787489645711f1b17ab

7 years agoUpdate git submodules
Fatih Degirmenci [Thu, 11 Jan 2018 12:46:37 +0000 (12:46 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Update recipient list for arm jobs"
  - Update recipient list for arm jobs

    Change-Id: Ic40f950bfb5505c95a16edb2e71017a9edb87db2
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
7 years agoUpdate git submodules
00184532 [Fri, 5 Jan 2018 03:22:40 +0000 (11:22 +0800)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - [daisy] Enable ovs_dpdk scenarios jobs

    Change-Id: I5193285493926fcf82779f12d491a118bc83baa7
Signed-off-by: 00184532 <lu.yao135@zte.com.cn>
7 years agoUpdate git submodules
Trevor Bramwell [Wed, 10 Jan 2018 18:25:52 +0000 (18:25 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Backup Pharos Dashboard Data"
  - Backup Pharos Dashboard Data

    Use an alpine container to mount the pharos_data volume and create a
    backup in the home directory on the system.

    Change-Id: If6700a8c4cd19a6c4b854efc54225d8f6b973aaa
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
7 years agoUpdate git submodules
Serena Feng [Wed, 10 Jan 2018 07:31:09 +0000 (07:31 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[daisy] Adjust the schedule of daisy master jobs"
  - [daisy] Adjust the schedule of daisy master jobs

    Leave more time for ODL debug.

    Change-Id: I614a8f8ef088f687f71405365dce6cccaaef741c
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
7 years agoUpdate git submodules
Ryota Mibu [Wed, 10 Jan 2018 03:38:01 +0000 (03:38 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "add pep8 check task for doctor"
  - add pep8 check task for doctor

    Change-Id: Ibd595748910b143ae3e9373bccf4b4e6b54dd931
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
7 years agoUpdate git submodules
Ryota Mibu [Tue, 9 Jan 2018 14:13:35 +0000 (14:13 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Disable notebook preview job"
  - Disable notebook preview job

    - the job does not work for patch with *.ipynb deletion
    - qtip has migrated to rst for formula display

    Change-Id: I4882f55ac7d9d4430a15c1f0237e0b9d6e223f47
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
7 years agoUpdate git submodules
Ryota Mibu [Tue, 9 Jan 2018 13:59:04 +0000 (13:59 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Converting INFO file to Yaml"
  - Converting INFO file to Yaml

    This is a proposed format for switching the INFO file to a
    machine readable format.

    Notable changes to the INFO file:

     * Adds Meeting information: time, date, location, agenda, etc.
     * Updates Commiter info to include: Linux Foundation IDs and Timezone

    Change-Id: I05aaef36e44978d2abc73f5f18757d91ee6002d0
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
7 years agoUpdate git submodules
Aric Gardner [Mon, 8 Jan 2018 21:29:50 +0000 (21:29 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "add container4nfv job to upload artifacts"
  - add container4nfv job to upload artifacts

    Change-Id: I16592831a5382bbcad8bec27d0070608381a7061
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
7 years agoUpdate git submodules
Aric Gardner [Mon, 8 Jan 2018 21:28:13 +0000 (21:28 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Use local repository for docker build"
  - Use local repository for docker build

    Change-Id: I789aa64f0f5443aee5178f98ce36e07f3b786c15

7 years agoUpdate git submodules
Serena Feng [Mon, 8 Jan 2018 07:26:51 +0000 (07:26 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Prepare integration of daisy and dovetail"
  - Prepare integration of daisy and dovetail

    JARA: DAISY-76

    1. add daisy adapter in releng utils and modules
    2. add daisy adapter in dovetail jjb script
    3. support id_dsa as ssh key

    Change-Id: I15a1c0cfcc17ae1fe6b7020f674b8bbbb72f4a7a
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
7 years agoUpdate git submodules
chenjiankun [Mon, 8 Jan 2018 01:45:18 +0000 (01:45 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Bugfix: pass/not pass filter not work in results-report page

    For now if we click the pass/not pass filter, the user can also
    see the not pass/pass data in the page.

    Change-Id: I8bf696e615bedbb93714d457b3eb502a4ed1d923
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
7 years agoUpdate git submodules
chenjiankun [Thu, 28 Dec 2017 01:39:07 +0000 (01:39 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - [ovp-web] Add SUT version number to OVP portal

    JIRA: DOVETAIL-572

    We currently have a label column in the OVP test result view. This
    allows users to attach a custom label field to their results. It is at
    the users discretion to fill out this field.
    We need a separate SUT version column to track the product version
    number being submitted for official review. The field can be left blank
    when users upload and share results in a private manner. However, the
    OVP portal must check that this new 'SUT version' field is populated
    before results are officially submitted for review. An error message
    prompting the user to fill out this field if it is blank must be
    implemented when users submit results for review.

    Change-Id: I1ca915423a56e8173a3a13f1b84b066cf91d9291
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
7 years agoUpdate git submodules
Aric Gardner [Thu, 4 Jan 2018 21:44:31 +0000 (21:44 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Use pharos repo in daisy master branch"
  - Use pharos repo in daisy master branch

    There are no PDFs in euphrates branch of pharos repo.
    Securedlab is still used in euphrates branch. In master branch,
    pharos repo will be used.

    Change-Id: Ifbdeed26f938025aae56d2d263abf3d8620b31ba
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
7 years agoUpdate git submodules
Tim Rozet [Thu, 4 Jan 2018 15:19:25 +0000 (10:19 -0500)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: Adds os-odl-bgpvpn-noha to daily

    Change-Id: I92b3c2fce51dad5e0e00b836a41af40f845e701e
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoUpdate git submodules
xudan [Thu, 4 Jan 2018 06:46:46 +0000 (01:46 -0500)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Get fuel controller ip for HA test cases

    The releng module 'deployment' doesn't work for fuel euphrates and master.
    Use commands to get one controller ip for HA test cases.

    Since the public endpoint url may be v2, reset openstack authentic file for v2

    Change-Id: I3c6ec1f0890c93f75ca3c7c9801e05da329ffdae
Signed-off-by: xudan <xudan16@huawei.com>
7 years agoUpdate git submodules
mei mei [Wed, 3 Jan 2018 01:41:48 +0000 (01:41 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Bugfix: Lack of DEPLOY_TYPE"
  - Bugfix: Lack of DEPLOY_TYPE

    Set the value of DEPLOY_TYPE according to BUILG_TAG

    Change-Id: I08e720dc6e049c54e249172503bcbdb7c314dc6d
Signed-off-by: xudan <xudan16@huawei.com>
7 years agoUpdate git submodules
Tim Rozet [Tue, 2 Jan 2018 15:44:29 +0000 (10:44 -0500)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: disable Euphrates daily

    Change-Id: I7b10ac19a8844832886e6a54d065ee79dde026d0
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoUpdate git submodules
xudan [Tue, 2 Jan 2018 07:12:30 +0000 (02:12 -0500)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Bugfix: use fuel public endpoint rather than internal one

    1. The internal endpoint url of fuel is http.
    2. Dovetail won't pass cacert to functest and yardstick containers if it's http.
    3. For functest and rally, even if it uses internal url in the openrc file,
       they will still use public one somewhere.
    4. Use fuel public endpoint which is https, so all containers will work with
       the cacert.

    Change-Id: I3326c8d66bcad44ea81169ce0938cb0e247f498c
Signed-off-by: xudan <xudan16@huawei.com>
7 years agoUpdate git submodules
xudan [Fri, 29 Dec 2017 02:12:07 +0000 (21:12 -0500)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Support run dovetail CI jobs on fuel euphrates and master

    Change-Id: Iaf64316f8db351dd72f1ec1079953764f797dc3b
Signed-off-by: xudan <xudan16@huawei.com>
7 years agoUpdate git submodules
mei mei [Thu, 28 Dec 2017 01:29:22 +0000 (01:29 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Use Dovetail aarch64 docker image with armband pod"
  - Use Dovetail aarch64 docker image with armband pod

    Change-Id: I8ce34880b78daaaf0bf22674d26e1d8f8f41614c
Signed-off-by: xudan <xudan16@huawei.com>
7 years agoUpdate git submodules
mei mei [Thu, 28 Dec 2017 01:26:18 +0000 (01:26 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Enable dovetail daily jobs on Fuel/armband Euphrates and master"
  - Enable dovetail daily jobs on Fuel/armband Euphrates and master

    Dovetail only ran against fuel danube release before.
    It needs to run against fuel euphrates and master because Dovetail team
    is planning the 2nd release which is based on OPNFV Euphrates.

    Change-Id: I2c39d53a16ca6dbf8eda31943f09896cf7ee35c6
Signed-off-by: xudan <xudan16@huawei.com>
7 years agoUpdate git submodules
mei mei [Thu, 28 Dec 2017 01:18:49 +0000 (01:18 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[compass4nfv] merge the docker image compass-tasks-k8s and compass-tasks-osa to compass-tasks. And create a new docker image compass-tasks-base"
  - [compass4nfv] merge the docker image compass-tasks-k8s and compass-tasks-osa
    to compass-tasks. And create a new docker image compass-tasks-base

    Change-Id: I3a6f38ce28fe465cf1c2c1723a41728a7cbcc60d
Signed-off-by: wutianwei <wutianwei1@huawei.com>
7 years agoUpdate git submodules
Yujun Zhang [Thu, 7 Dec 2017 18:56:41 +0000 (10:56 -0800)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Allow building docker image from specified path

    Change-Id: Iab40fc2c719050d36a614fe529ca22634b59b7bc
Signed-off-by: Yujun Zhang <zhangyujun@gmail.com>
7 years agoUpdate git submodules
xudan [Wed, 13 Dec 2017 07:00:34 +0000 (02:00 -0500)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - [Bugfix] Local summary with wrong results when Tempest failed at the SetupClass

    When Tempest test cases failed at the SetupClass, the record is the class name
    of the test cases rather than the name of the test cases.
    The local summary will say they are passed wrongly.

    JIRA: DOVETAIL-575

    Change-Id: Iec879378770017eddd37e9a99346d980355bb6e2
Signed-off-by: xudan <xudan16@huawei.com>
7 years agoUpdate git submodules
xudan [Sat, 23 Dec 2017 08:15:02 +0000 (03:15 -0500)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - [bugfix] easy_install: not found

    Remove easy_install because it will be installed later.

    Change-Id: I29f425e0a5784b581a5b65ea5c8f8db66fc9dc8e
Signed-off-by: xudan <xudan16@huawei.com>
7 years agoUpdate git submodules
xudan [Thu, 21 Dec 2017 03:36:30 +0000 (22:36 -0500)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Fix aarch64 patch for Dovetail container

    Change-Id: I3746136e9002a14eea81c38ea54cbbad7fa68da1
Signed-off-by: xudan <xudan16@huawei.com>
7 years agoUpdate git submodules
mbeierl [Fri, 22 Dec 2017 18:15:56 +0000 (13:15 -0500)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Putting the required  back

    This is required for StorPerf multi-arch and causes all the StorPerf
    ARM builds to fail if it is not present.

    Change-Id: I302c0471a52759cd9c051741e2b0bb086b87e8eb
Signed-off-by: mbeierl <mark.beierl@dell.com>
7 years agoUpdate git submodules
Michael Polenchuk [Thu, 21 Dec 2017 14:27:52 +0000 (18:27 +0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - [fuel] Schedule ovn-nofeature-noha scenario

    Change-Id: I67574f37a2bb4908b935fdc3e72ecf891ad66def
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
7 years agoUpdate git submodules
Fatih Degirmenci [Tue, 19 Dec 2017 09:57:59 +0000 (10:57 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - xci: Create periodic jobs for upstream osa

    This change takes xci-verify-jobs as base and adjusts osa-periodic
    jobs to ensure they do what they are supposed to.

    The structure of periodic jobs is pretty similar to xci-verify-jobs and the
    differences comparing to them are
    - OPENSTACK_OSA_VERSION is set to master.
    - SCM type changed to git-scm from gerrit
    - Voting is removed.
    - Triggering will be done using pollscm to ensure we only run jobs when something
    changes upstream. Triggers are not enabled yet until the basics are verified
    working.

    This change requires https://gerrit.opnfv.org/gerrit/#/c/49275/ in order for
    periodic jobs to work as expected.

    Further changes are needed to finalize the structure.

    Change-Id: I8f6519ccce93e6b8b65509638294419459fd36e8
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
7 years agoUpdate git submodules
Tim Rozet [Wed, 20 Dec 2017 22:22:31 +0000 (22:22 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Apex: Enables verify trigger for ci directory"
  - Apex: Enables verify trigger for ci directory

    We were missing triggering on the ci/ path in our Apex repo.  This
    contains some code and a file we use to trigger verify jobs for
    dependent patches.

    Change-Id: I54f2826f8a16a1d0219d6ecc6ef8d257840b6399
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoUpdate git submodules
Aric Gardner [Wed, 20 Dec 2017 12:37:38 +0000 (12:37 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "jjb: xci: xci-verify-jobs: Do not trigger on forbidden paths"
  - jjb: xci: xci-verify-jobs: Do not trigger on forbidden paths

    We should set 'disable-strict-forbidden-file-verification' to 'false'
    to really prevent any changes to the forbidden paths to trigger a CI
    job. When this option is set to 'True', then a patchset that modifies
    both allowed and forbidden paths will trigger a job. However, in order
    to be on the same side in regards to the start-new-vm.sh script, we
    really shouldn't trigger the job. Moreover, we drop the rest of the
    forbidden paths since we can use the 'skip-verify' topic name to
    skip the deployment.

    Change-Id: I2a89e51861c7fb8541fe774b128ea4049e91df43
Signed-off-by: Markos Chandras <mchandras@suse.de>
7 years agoUpdate git submodules
Fatih Degirmenci [Wed, 20 Dec 2017 09:48:57 +0000 (10:48 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - xci-verify: Remove flavor from the scenario name

    Change-Id: Ief47cd60d45f2cc35c74a9e8430d6602210bbba1
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
7 years agoUpdate git submodules
xudan [Mon, 18 Dec 2017 09:53:10 +0000 (04:53 -0500)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Change a to an

    Change-Id: Id2b9c2a6718047dace2a84ffa68efa387cb22500
Signed-off-by: xudan <xudan16@huawei.com>
7 years agoUpdate git submodules
grakiss [Mon, 18 Dec 2017 08:09:52 +0000 (08:09 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Bugfix: SSLError when login with linux fundation account

    It is a quick fix.

    Change-Id: I72aabd5dd682074546259582cc91ba055d1decbe
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
7 years agoUpdate git submodules
xudan [Mon, 18 Dec 2017 06:31:52 +0000 (01:31 -0500)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Add License for the python scripts in folder offline

    Change-Id: I9c585f132c10ef726cd859e4abe3c9a874cbe0bc
Signed-off-by: xudan <xudan16@huawei.com>
7 years agoUpdate git submodules
grakiss [Fri, 15 Dec 2017 02:18:54 +0000 (02:18 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - [ovp-web] Use new program logo/text for OVP portal home page

    JIRA: DOVETAIL-570

    OPNFV marketing has provided new logos for OVP that will be incorporated
    on the portal home page and attached to this issue. The 'Infrastructure'
    logo must by used. The other two logos (Application, Lab) currently on
    the development site must be removed for now.

    Position the new logo in the upper-left side and position the blurb
    language to the right of it. The new blurb language to swap in (all
    uniform, non-bold font) is provided below:

        The OPNFV Verified program (OVP) demonstrates the readiness and
        availability of commercial products based on OPNFV. Verified products
        and services submitted by vendors and service providers become compliant
        by implementing explicitly defined interfaces, behaviors and key
        features while retaining distinct and value-added innovations across
        features and capabilities. The OPNFV Verified program grants products
        and services with the "OPNFV Verified" mark. Get started with your OVP
        application today.

    Change-Id: Iaf4172fe61ea46133c474207f77ba24b841211e4
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
7 years agoUpdate git submodules
grakiss [Wed, 13 Dec 2017 02:19:47 +0000 (02:19 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - [ovp-web] Modify new web portal header to reflect program name change

    JIRA: DOVETAIL-569

    CVP is officially being renamed to 'OPNFV Verified Program'. We will
    adopt the acronym OVP instead of CVP. The new web portal header needs to
    modified to OPNFV Verified Program.

    Change-Id: I0ee1780b4e544dce4cf0b029733d1318a7c4e8fb
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
7 years agoUpdate git submodules
grakiss [Wed, 13 Dec 2017 01:15:39 +0000 (01:15 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Bugfix: pass/not pass filter not work in result-report page

    The reason is there are some conflict with jquery.js and ng-model.
    So ng-model not work.

    Change-Id: I01ccd0e297d1a89aff8f78d7fb0a63a0e2114f63
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
7 years agoUpdate git submodules
mei mei [Mon, 18 Dec 2017 03:09:31 +0000 (03:09 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Create dovetail-docker-build-stable job"
  - Create dovetail-docker-build-stable job

    1. Dovetail first release is based on OPNFV danube release.
    2. Dovetail has the branch stable/danube now.
    3. It needs to automatically triggle dovetail-docker-build-stable job
       when there is a patch cherry picked to this stable branch.

    JIRA: DOVETAIL-576

    Change-Id: I58a639cd8208e40099c6481085d1f450c89b2523
Signed-off-by: xudan <xudan16@huawei.com>
7 years agoUpdate git submodules
mei mei [Mon, 18 Dec 2017 02:14:20 +0000 (02:14 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "create dovetail-merge-danube and dovetail-verify-danube jobs"
  - create dovetail-merge-danube and dovetail-verify-danube jobs

    Dovetail has a branch stable/danube now, so it needs to add the verify jobs
    on branch stable/danube.

    JIRA: DOVETAIL-577

    Change-Id: Ifd2622d58439b6794f6b0f2e636142d4e7d1ac5e
Signed-off-by: xudan <xudan16@huawei.com>
7 years agoUpdate git submodules
Markos Chandras [Fri, 15 Dec 2017 16:27:01 +0000 (16:27 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - jjb: xci: Do not trigger the CI when patchset modifies the CI VM

    The scripts in xci/scripts/vm are used to manage the VM on the CI so
    we shouldn't blindly test a patch that modifies them. It's better to
    use manual inspection since that script rarely changes anyway.

    Change-Id: I48d81f984a1a8d1500be2cc74ea79420962b9a15
Signed-off-by: Markos Chandras <mchandras@suse.de>
7 years agoUpdate git submodules
Fatih Degirmenci [Fri, 15 Dec 2017 12:29:21 +0000 (12:29 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "xci: Use custom-url for readable CI reports"
  - xci: Use custom-url for readable CI reports

    Change-Id: I97d8fac47ec25414045a7761b651019f9f89224f
Signed-off-by: Markos Chandras <mchandras@suse.de>
7 years agoUpdate git submodules
Serena Feng [Fri, 15 Dec 2017 08:30:27 +0000 (08:30 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Update the fuel ci job on zte pods"
  - Update the fuel ci job on zte pods

    - Delete Danube job on zte-pod1
    - Modify the triggers on zte-pod1
    - Delete master and Euphrates job on zte-pod3

    Change-Id: I034dc3b968ee9255aa014c28dc08237fc0803d32
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
7 years agoUpdate git submodules
Aric Gardner [Thu, 14 Dec 2017 21:58:22 +0000 (21:58 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add 'docker' string to functest docker build names"
  - Add 'docker' string to functest docker build names

    This will make it a little easier to track all our docker builds and
    clarify what these specific builds do.

    Change-Id: I92a60055af1153991877373550ea1a6f3e86682d
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>