opnfvdocs.git
6 years agoUpdate git submodules
mei mei [Fri, 23 Mar 2018 01:10:58 +0000 (01:10 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Fix RegExp issue for sfc scenario"
  - Fix RegExp issue for sfc scenario

    Change-Id: I345aeed4e11c4f5329251766b1fcf6aa1d852ba1
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
QiLiang [Thu, 22 Mar 2018 12:39:00 +0000 (20:39 +0800)]
Update git submodules

* Update docs/submodules/clover from branch 'master'
  - Add clover ci deploy skeleton

    - create kubernetes + istio by continer4nfv kubeadm_istio scenario
    - add clover real test entry script
    - add basic .gitignore

    Change-Id: I3b36cdf71d70db4e24a19e386ad39dbb0a71ac2f
Signed-off-by: QiLiang <liangqi1@huawei.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Fri, 23 Mar 2018 00:28:02 +0000 (00:28 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "xci: Record additional promotion metadata for further use"
  - xci: Record additional promotion metadata for further use

    It would be good to point to the link of the job that promoted
    certain scenario and display promotion date/time so we know when
    was the last time the scenario has successfully been promoted.

    Change-Id: I8099cf48f0ba5000cbf7622aa084f863f123eb15
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 22 Mar 2018 21:38:59 +0000 (14:38 -0700)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - xci: Set additional variables in CI test script

    We need the variables CI_LOOP, BUILD_TAG, and NODE_NAME
    passed to the deployment to display during functest execution.

    Change-Id: Ib6709678d760d43927d3cd9f606d2c7e74e724d0
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Trevor Bramwell [Thu, 22 Mar 2018 20:40:22 +0000 (13:40 -0700)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Fix Python3 Errors for Release Automation

    My testing was done using Python 2.7 but the build server running the
    jobs is obviously running Python3.

    These changes allow the create_branch.py release script to run against
    both Python2 and Python3.

    Change-Id: I02478986ef869ce82ece5b96dbb4b5ed548a2a55
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 22 Mar 2018 20:23:36 +0000 (20:23 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: playbooks: Fix message on fail task for deployed scenario"
  - xci: playbooks: Fix message on fail task for deployed scenario

    The fail message was a bit weird since it listed all the scenarion
    information as below:

    TASK [Fail if {'scm': u'git', 'src':
    u'https://git.opnfv.org/releng-xci', 'scenario': u'os-nosdn-nofeature',
    'installers': [{'flavors': [u'ha', u'mini', u'noha'], 'installer':
    u'osa', 'distros': [u'opensuse', u'ubuntu', u'centos']}], 'version': u'master', 'role':
    u'xci/scenarios/os-nosdn-nofeature/role/os-nosdn-nofeature'} is not
    supported] ***
    skipping: [localhost]

    This looks awkward and we should only list the actual scenario name
    instead.

    Change-Id: I725793f91661f00606573906847336716fecd418
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 22 Mar 2018 20:23:19 +0000 (20:23 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: files: xci-destroy-env.sh: Remove VMs from all flavors"
  - xci: files: xci-destroy-env.sh: Remove VMs from all flavors

    If we switch from one flavor to another then some VMs may left behind
    so we need to cleanup the VMs from all flavors.

    Change-Id: I8b5d400b6d543b32b9cdaff73c3d173984357012
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 22 Mar 2018 20:23:02 +0000 (20:23 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: osa: Configure the ARA callback plugin on OPNFV host"
  - xci: osa: Configure the ARA callback plugin on OPNFV host

    The OSA deployment is driven by the OPNFV host so we need to install
    and configure the ARA plugin there as well.

    Change-Id: Ib583f5771a8c2da7531f0a42612d7c0b34fb4898
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 22 Mar 2018 20:22:58 +0000 (20:22 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: Install the ARA callback plugin"
  - xci: Install the ARA callback plugin

    The ARA Ansible plugin can be used to visualize the entire XCI run so
    lets install it by default and generate a report at the end of the
    execution.

    Change-Id: I66c3230b371001c110e81755c5f0dad4b1756606
Link: https://github.com/openstack/ara
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 22 Mar 2018 20:22:53 +0000 (20:22 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: files: install-lib.sh: Install pip packages as user"
  - xci: files: install-lib.sh: Install pip packages as user

    We can avoid "polluting" the system with all the pip packages we install
    so we could just install them in the user's home directory.

    Change-Id: I5b3369175535e8ab74c2591d1284c743391fd718
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 22 Mar 2018 20:22:35 +0000 (20:22 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: files: Move Ansible installation to a library file"
  - xci: files: Move Ansible installation to a library file

    Installing Ansible is just one of the functions we need during XCI
    deployment, as such move it to a library file which can contain more
    functions in the future.

    Change-Id: I708a4e51b2b1d624d6827a8c99f3719b59227ec0
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 22 Mar 2018 20:22:27 +0000 (20:22 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: kubespray: Add experimental support for openSUSE"
  - xci: kubespray: Add experimental support for openSUSE

    Add experimental support for openSUSE until the upstream PR
    is accepted

    installer-type:kubespray
    deploy-scenario:k8-nosdn-nofeature
    Change-Id: Icd3698d882d249a18be77560ba0ba52159893816
Link: https://github.com/kubernetes-incubator/kubespray/pull/2380
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 22 Mar 2018 20:18:16 +0000 (20:18 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "jjb: xci: bifrost-verify: Update location for XCI bifrost scripts"
  - jjb: xci: bifrost-verify: Update location for XCI bifrost scripts

    Change-Id: I55e5042fda4bf5662a90f0065fa427a50bc76bfa
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Periyasamy Palanisamy [Wed, 21 Mar 2018 10:00:51 +0000 (11:00 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - create stable/fraser branch for sdnvpn

    Change-Id: Ibe0e92b2b3772c53df66e10bf7059be4754d4646
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
6 years agoUpdate git submodules
Trevor Bramwell [Thu, 22 Mar 2018 19:56:33 +0000 (19:56 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Release Automation"
  - Release Automation

    Tracking releases through yaml file similar to the openstack/releases
    project.

    Includes a schema file to be for validation, jobs for creating gerrit
    branches and stable branch jobs, and documentation for projects on
    creating their releases.

    Change-Id: Id1876482723e01806c0a6932126dff5ea314eae5
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 15 Mar 2018 15:25:32 +0000 (16:25 +0100)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Nomination of David Blaisonneau as XCI committer

    David Blaisonneau is the main driver of introducing native
    support for Pharos PDF/IDF in XCI. He has been also working
    on stabilizing XCI framework and enabling baremetal deployments.

    His contributions include
    - creation of PDFs for baremetal PODs
    - starting the work on improving the stabilization of the framework
    - starting the work on introducing support for PDF/IDF
    - deployment on baremetal

    Change-Id: If4e71c7456e5e8f642b3e82b8ef356747431ed96
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 15 Mar 2018 12:52:24 +0000 (13:52 +0100)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Nomination of Periyasamy Palanisamy as XCI committer

    Periyasamy Palanisamy onboarded SDNVPN project to XCI,
    contributed various scenarios and made contributions to upstream
    projects.

    His contributions include
    - creating os-odl-nofeature scenario
    - integrating ovs into os-nosdn-nofeature scenario
    - creating os-odl-bgpvpn scenario
    - improving the framework
    - reviewing changes

    His contributions can be seen from following link:
    https://gerrit.opnfv.org/gerrit/#/q/owner:periyasamy.palanisamy%2540ericsson.com+project:releng-xci+status:merged

    Apart from contributing to XCI, he directly worked in upstream for
    integrating different features and improving things. Some of his
    contributions can be seen from following links:
    https://review.openstack.org/#/q/owner:%22Periyasamy+Palanisamy+%253Cperiyasamy.palanisamy%2540ericsson.com%253E%22+status:merged
    https://git.opendaylight.org/gerrit/#/q/project:integration/packaging/ansible-opendaylight+owner:periyasamy.palanisamy%2540ericsson.com+status:merged

    Change-Id: I1b86938b8519e758801339fb8029f8b2dd1f7918
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 15 Mar 2018 12:40:42 +0000 (13:40 +0100)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Nomination of Manuel Buil as XCI committer

    Manuel Buil has been crucial onboarding OPNFV SFC Project to XCI.
    His contributions include
    - creating os-odl-sfc scenario on XCI
    - developing role to integrate Functest into XCI
    - working on establishing XCI developer workflow by being first project
    to evaluate the XCI framework and provide feedback
    - reviewing changes

    His contributions can be seen from following link:
    https://gerrit.opnfv.org/gerrit/#/q/owner:mbuil%2540suse.com+project:releng-xci+status:merged

    Apart from contributions to XCI, he contributed to several upstream components
    in order to onboard SFC to XCI.
    - Taking over the Ansible Tacker Role implementation and finalizing it
    - Integrating Tacker into OpenStack Ansible
    - Enhancing Ansible Neutron Role and introducing ODL support

    His contributions to upstream projects can be seen from following link:
    https://review.openstack.org/#/q/owner:mbuil%2540suse.com+status:merged
    https://git.opendaylight.org/gerrit/#/q/project:integration/packaging/ansible-opendaylight+owner:mbuil%2540suse.com+status:merged

    Change-Id: I40756bfe5e7c962e6d8d6d5c3d53ef1699ae6428
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 22 Mar 2018 19:32:06 +0000 (19:32 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "Nomination of Tianwei Wu as XCI committer"
  - Nomination of Tianwei Wu as XCI committer

    Tianwei Wu made many important contributions to XCI which includes but
    not limited to
    - bringing up first prototype for XCI using OpenStack Ansible
    - assisting others with the usage of prototype
    - bringing Kubespray to XCI
    - developing Kubernetes scenario k8-nosdn-nofeature which can be deployed
    on multiple Linux Distributions, Ubuntu 16.04 and CentOS 7
    - updating documentation
    - reviewing changes

    His contributions can be seen from following link:
    https://gerrit.opnfv.org/gerrit/#/q/owner:wutianwei1%2540huawei.com+(project:releng-xci+OR+project:releng)+status:merged

    Please note that XCI started in OPNFV releng repo and some of his
    contributions were made while XCI was still developed in releng repo.

    Change-Id: I8d7b802a13a0ce1f7eb87ab5811437419572d823
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 22 Mar 2018 19:29:52 +0000 (19:29 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "Connect ODL CI-CD to XCI"
  - Connect ODL CI-CD to XCI

    Provide the possibility to select what version of ODL to use, master included.
    Before executing xci-deploy.sh, the user can specify ODL's version by using the
    XCI_ANSIBLE_PARAMS variable:

    export XCI_ANSIBLE_PARAMS="-e ODL_VERSION=oxygen"

    Change-Id: I5b3879b0c197059b3aecace48760e983c65a586b
Signed-off-by: Manuel Buil <mbuil@suse.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 22 Mar 2018 19:27:53 +0000 (19:27 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: scripts: start-new-vm.sh: Improve do_copy()"
  - xci: scripts: start-new-vm.sh: Improve do_copy()

    The copy function of start-new-vm.sh script only excludes the
    image of the current OS which is some cases can contain other
    images. This change excludes any image.

    Change-Id: I50075cb56e7784d090582fe5d0c11c906773a174
Signed-off-by: Victor Morales <victor.morales@intel.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 22 Mar 2018 19:23:41 +0000 (19:23 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "Move bootstrap-scenarios.yml to common playbooks directory"
  - Move bootstrap-scenarios.yml to common playbooks directory

    Move bootstrap-scenarios.yml from installer/osa/playbooks/bootstrap-scenarios.yml
    to playbooks/bootstrap-scenarios.yml as a common playbook.
    So we can use this file to bootstarap k8s-* scenarios, instead of creating a new
    file under installer/kubespray/playbooks/bootstrap-scenarios.yml

    Change-Id: Ic31ee00e1a0863f48fb86298d7c00fa8420fa28a
Signed-off-by: wutianwei <wutianwei1@huawei.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 22 Mar 2018 19:03:47 +0000 (19:03 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "Use package_state:present to avoid package installation issues"
  - Use package_state:present to avoid package installation issues

    Using package_state:present should give our jobs better chance
    to finish on time and perhaps improve the overall deployment times
    even.

    Change-Id: Ifa4e01318fe364a91c32f5326024d34c364e25c8
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Michael Polenchuk [Thu, 22 Mar 2018 14:03:06 +0000 (18:03 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [ovs/dpdk] Turn on non-blocking ovs calls

    Change-Id: I8206707cdb2ebc267b6f4971de35477e3dc73c5f
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Asteroide [Thu, 22 Mar 2018 16:34:37 +0000 (16:34 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "Fix a bug in Managr HTTP server"
  - Fix a bug in Managr HTTP server

    Change-Id: If29c9971e171e78e20aa02a3bff1b01ec46e6e30

6 years agoUpdate git submodules
Asteroide [Thu, 22 Mar 2018 16:34:11 +0000 (16:34 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "Allow to force the installation of dev python library in dist directory"
  - Allow to force the installation of dev python library in dist directory

    Change-Id: I4629810db3c4b269f4b47b157bd1aa323d507d18

6 years agoUpdate git submodules
Thomas Duval [Thu, 22 Mar 2018 16:28:51 +0000 (17:28 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Fix a bug in init script

    Change-Id: I7eced2471785a0c8bf4072e731547e459e956613

6 years agoUpdate git submodules
francois.cellier [Fri, 16 Mar 2018 14:51:01 +0000 (15:51 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Add unique constraints on db tables

    Change-Id: I8480ed2be16f73ada314f64f0bfda8e788288933

6 years agoUpdate git submodules
Ross Brattain [Thu, 22 Mar 2018 13:40:46 +0000 (13:40 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Make Sample VNF hugepages size configurable"
  - Make Sample VNF hugepages size configurable

    The amount of hugepages claimed for a Sample VNF is always 16GB. This
    value is excesive for most of the Sample VNF applications (except for vPE).

    Making this parameter configurable we allow to spawn smaller VMs by using
    less hugepages (in case of StandAlone and OpenStack deployments).

    Because this parameter depends on the Scenario and the type of VNF executed,
    the parameter is located in:

      scenarios: {options: hugepages_gb} # number of GB of hugepages claimed

    PENDING: document this new parameter. A new userguide section should be
             created to document all "scenario" sections and parameters.

    JIRA: YARDSTICK-1061

    Change-Id: I6f082e105289bd01781be18f2fecbe0ba2fdfdee
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Linda Wang [Thu, 22 Mar 2018 11:51:49 +0000 (11:51 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Remove test_create_volume_bad_zone

    JIRA: FUEL-356

    Fuel/MCP has set allow_availability_zone_fallback option to True.
    If the requested Cinder availability zone is unavailable, fall back
    to the value of default_availability_zone, then storage_availability_zone,
    instead of failing.

    Change-Id: I04f45f8435dbdf1113ac6b2c50bf913c1f29cd20
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Rex Lee [Thu, 22 Mar 2018 12:40:14 +0000 (12:40 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "update ci pod in the test suite according to Fraser"
  - update ci pod in the test suite according to Fraser

    Change-Id: I999b44cc4e0ec1029c6efca224e691298a007689
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
Rex Lee [Thu, 22 Mar 2018 12:37:28 +0000 (12:37 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Bugfix: Error when using API(v1) to run test suite"
  - Bugfix: Error when using API(v1) to run test suite

    JIRA: YARDSTICK-1098

    The reason is missing TasksHandler parameter to run test suite.

    Change-Id: I9dd45caa87d0e39afbf7485443a6e566317f5cea
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
chenjiankun [Thu, 22 Mar 2018 12:15:43 +0000 (12:15 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Add k8-nosdn-stor4nfv-ha/noha scenario

    JIRA: YARDSTICK-1090

    We have k8-nosdn-stor4nfv-ha/noha scenario in compass,
    so we need to add this files to trigger it.

    Change-Id: I79709c53b8542434f7324ad907fa95b4855839d3
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Serena Feng [Thu, 22 Mar 2018 12:24:05 +0000 (12:24 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "QTIP: create a daily CI job for network test"
  - QTIP: create a daily CI job for network test

    Change-Id: I0913e115951aa48eb99366125292772f4fc6d93e
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 21 Mar 2018 16:30:40 +0000 (17:30 +0100)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - xci: Bump SHAs for os_neutron and opendaylight ansible role

    This change brings the SHAs needed for os-odl-bgpvpn scenario
    and will be tested using os-odl-nofeature scenario.

    installer-type:osa
    deploy-scenario:os-odl-nofeature

    Change-Id: I3ab8be557d78710f47c8a2e558078e13eb70553c
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 21 Mar 2018 16:26:27 +0000 (17:26 +0100)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - xci: Bump OpenStack Ansible SHAs

    Change-Id: Iae3f642bea54feae4c033b61e8ea4cfe759848ec
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 22 Mar 2018 12:02:16 +0000 (12:02 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "lib.sh: Skip modprobing nbd, loop if inbuilt"
  - lib.sh: Skip modprobing nbd, loop if inbuilt

    While at it, skip waiting for Salt master when deleting UEFI stale
    entries if it doesn't respond to ping.

    Also, use https for fetching Armband GPG key to bypass yet another
    hks issue behind proxies/firewalls that block hks port.

    Change-Id: I400cbe3257094b62c96b302a3c81c5ffd1ba4755
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 21 Mar 2018 05:15:49 +0000 (06:15 +0100)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [patch] Drop keystoneclient project ID checking

    Since we brought back NAT over MaaS PXE/admin, drop out-of-tree patch
    that was only needed for full network isolation (no cross-talk
    between public and admin).

    Change-Id: I577b1116bbdcc19647b3c01fe6f2acb7bb9ce627
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Charalampos Kominos [Wed, 14 Mar 2018 14:43:34 +0000 (15:43 +0100)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - [IDF] arm-pod5: Configure hugepages and cpupinning variables for armpod5

    For non-dpdk scenarios we define as cpu config:
            0,1 for OS
            2-7 for nova
    For dpdk scenarios we define as cpu config:
            0,1 for OS,
            2,3 for DPDK drivers and processes
            4-7 for nova

    JIRA: ARMBAND-364

    Change-Id: Icc976e8511fed221b71a348afda3cbe4e0556b1a
Signed-off-by: Charalampos Kominos <charalampos.kominos@enea.com>
6 years agoUpdate git submodules
Jing Lu [Thu, 22 Mar 2018 08:51:50 +0000 (08:51 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "fix Dummy test context name"
  - fix Dummy test context name

    more dummy test fix base on I0ccb7e9fabdf6bc2890d2e4763f53baee06c87b2

    Since I1447fb5ed447691eaeb0a97f928c0b3333799d07, the context name is
    a mandatory parameter for every context.

    JIRA: YARDSTICK-886

    Change-Id: I10ee6bcc0507fa90b6e99261a98a96655fc66947
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
Jack Chan [Thu, 22 Mar 2018 08:23:00 +0000 (08:23 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Running Test Case in Latest Yardstick Docker Image shows Error"
  - Running Test Case in Latest Yardstick Docker Image shows Error

    JIRA: YARDSTICK-1080

    This bug will only occur in kubernetes test case.
    In openstack, we use 'stack_name.context', but some kubernetes
    resources(pod, etc) do not support this format. So we use
    'name-context'.

    Change-Id: I87d61c027d55449914bc283672eb98be3d3fe22f
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Rex Lee [Thu, 22 Mar 2018 08:15:48 +0000 (08:15 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Test case description and configuration file for yardstick_tc091:Control Node Openstack Service High Availability - Heat Api"
  - Test case description and configuration file for yardstick_tc091:Control
    Node Openstack Service High Availability - Heat Api

    JIRA: YARDSTICK-961

    Change-Id: I49fc2b2d8fc4fa090a74f1838f5ac386e39eaf49
Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
6 years agoUpdate git submodules
Martin Klozik [Thu, 22 Mar 2018 05:43:34 +0000 (05:43 +0000)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - Merge "trex: Update T-Rex to v2.38"
  - trex: Update T-Rex to v2.38

    Default API version of T-Rex was changed to v2.38. T-Rex related
    documentation was updated to inform user, that the same version
    of T-Rex must be used for both server and client.

    JIRA: VSPERF-564

    Change-Id: Ib1bedde683efafa84a6069b55daa0507700dbb30
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>
Reviewed-by: Richard Elias <richardx.elias@intel.com>
6 years agoUpdate git submodules
QiLiang [Thu, 22 Mar 2018 02:03:17 +0000 (10:03 +0800)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - Fix ci deploy hanging issue

    - add timeout for each scenarios
link: https://build.opnfv.org/ci/view/container4nfv/job/container4nfv-daily-deploy-master/79
    Change-Id: I6dfe7b50a6649e25e88dcec5f57ae9a26efe5e52
Signed-off-by: QiLiang <liangqi1@huawei.com>
6 years agoUpdate git submodules
mei mei [Thu, 22 Mar 2018 02:21:26 +0000 (02:21 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Fetch creds according scenario type(os or k8)"
  - Fetch creds according scenario type(os or k8)

    We have two kinds of scenario: os and k8, their creds
    is defferent, so we need to fetch creds according different
    scenario type.

    Change-Id: I54d1a1fcdfa981fed2a1433693aa3483abf4baf0
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
QiLiang [Thu, 22 Mar 2018 01:37:14 +0000 (09:37 +0800)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Add job timeout for clover and container4nfv

    - set clover-daily-deploy job timeout to 3h
    - set container4nfv-daily-deploy job timeout to 4h
    - add time trigger for clover upload job

    Change-Id: I3809828d764a2da176c8f51713ebb763f979211d
Signed-off-by: QiLiang <liangqi1@huawei.com>
6 years agoUpdate git submodules
Jack Chan [Thu, 22 Mar 2018 02:11:04 +0000 (02:11 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add k8-nosdn-stor4nfv-ha/noha scenario"
  - Add k8-nosdn-stor4nfv-ha/noha scenario

    JIRA: YARDSTICK-1090

    We have k8-nosdn-stor4nfv-ha/noha scenario in compass,
    so we need to add this files to trigger it.

    Change-Id: Iefa3a83407bff7d3c1de1959f35b6d8e5eecd145
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
zhihui wu [Thu, 22 Mar 2018 01:29:43 +0000 (01:29 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "bugfix: Unable to locate package python-minimal"
  - bugfix: Unable to locate package python-minimal

    This log shows python-minimal can't be located.
    https://build.opnfv.org/ci/view/qtip/job/qtip-compute-fuel-zte-virtual6-master/21/console

    Change-Id: Idbdd47bae68ac5998c75f33ab8dd2851238d8484
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
6 years agoUpdate git submodules
Yujun Zhang [Thu, 22 Mar 2018 01:06:44 +0000 (09:06 +0800)]
Update git submodules

* Update docs/submodules/clover from branch 'master'
  - Rename doc to docs

    Change-Id: Iaa83d00704a8d077f8671647b999394eac461482
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
6 years agoUpdate git submodules
QiLiang [Wed, 21 Mar 2018 04:19:17 +0000 (12:19 +0800)]
Update git submodules

* Update docs/submodules/clover from branch 'master'
  - Add ci entry scripts

    Currently, just some dummy scripts for ci test.

    Scripts contents Plan:
    - deploy.sh is for ci daily job deploy and verify
    - upload.sh is for building/uploading docker image, other resources
    - verify.sh is for basic patch verify (e.g. ut, lint)

    Change-Id: If4c9ffb484a265258dcb6afaf6f479c8e394d7ee
Signed-off-by: QiLiang <liangqi1@huawei.com>
6 years agoUpdate git submodules
Tina Tsou [Wed, 21 Mar 2018 21:07:42 +0000 (21:07 +0000)]
Update git submodules

* Update docs/submodules/auto from branch 'master'
  - Merge "INFO: Add Gerard Damm as Auto committer"
  - INFO: Add Gerard Damm as Auto committer

    Change-Id: I2cb3e69d1e85a3435631fd7d9e0a245130cde693
Signed-off-by: Mohankumar Navaneethan <mnavaneethan@mvista.com>
6 years agoUpdate git submodules
Tina Tsou [Wed, 21 Mar 2018 21:07:31 +0000 (21:07 +0000)]
Update git submodules

* Update docs/submodules/auto from branch 'master'
  - Merge "Testcases for Edge cloud Environment check"
  - Testcases for Edge cloud Environment check

    This testcases only specific to OpenStack.

    JIRA: AUTO-31

    Change-Id: I283ffcfef97320765e7a5d76898aecd1077bf12e
Signed-off-by: Mohankumar Navaneethan <mnavaneethan@mvista.com>
6 years agoUpdate git submodules
Tina Tsou [Wed, 21 Mar 2018 21:06:37 +0000 (21:06 +0000)]
Update git submodules

* Update docs/submodules/auto from branch 'master'
  - Merge "Auto Generated INFO.yaml file"
  - Auto Generated INFO.yaml file

    INFO.yaml meant to be machine readable.
    This file was auto generated from an ldap lookup
    and your projects INFO file

    Meeting times are not currently filled out.
    please ammend this patchset to complete

    Going forward comitter promotions should be done
    against this file.

    PTLs:
    Must be merged for you to gain delete access on
    testresults.opnfv.org

    Change-Id: I71f2138879184849d8f6d7cb324ce5d2d5fce587
Signed-off-by: agardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
Tina Tsou [Wed, 21 Mar 2018 21:05:40 +0000 (21:05 +0000)]
Update git submodules

* Update docs/submodules/auto from branch 'master'
  - Merge "structures for definition code (Tests and Challenges)"
  - structures for definition code (Tests and Challenges)

    JIRA: AUTO-13

    Created structures for configuring various test definition scripts
    and challenge definition scripts in corresponding classes (something like
    libraries of functions, with an index ID to pick the applicable function).
    This will be useful to leverage Python clients to OpenStack and
    Kubernetes, or even for HTTP-level APIs for ONAP. It may be more flexible
    than the list of CLI/API commands initially planned (however, the list structures
    are still there, and might be used by the scripts).

    Additionally, there are some test snippets for Openstack Python SDK (work in progress).
    Also, there is a clouds.yaml file, for this interface.

    Change-Id: Ida1ff118fcbfe8715679492feb8fe0df2da62b45
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
6 years agoUpdate git submodules
Gerard Damm [Fri, 16 Mar 2018 20:31:41 +0000 (15:31 -0500)]
Update git submodules

* Update docs/submodules/auto from branch 'master'
  - cosmetic fixes (numbering, bulleting, TOC, section levels, ...)

    JIRA: AUTO-26

    edited files for better HTML rendering (especially, added missing blank lines to ensure proper bulleting)

    Change-Id: I8165363f15f26bab2e3f72cc1435c4acf32f618b
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
6 years agoUpdate git submodules
yayogev [Wed, 21 Mar 2018 15:31:54 +0000 (17:31 +0200)]
Update git submodules

* Update docs/submodules/calipso from branch 'master'
  - Python 3.4 backwards compatibility (for 'verify' job)

    cherry-picked from internal commit by ilia on 07/02/2018 19:49

    Change-Id: I03caf42492785a9af5e8301ca202b00a7b4af787
Signed-off-by: yayogev <yaronyogev@gmail.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Tue, 20 Mar 2018 19:16:56 +0000 (20:16 +0100)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Clean up opnfv ansible vars and switch to lowercase

    This change removes the variables that are not used in any of the
    playbooks/roles from opnfv ansible vars.

    Apart from that, all caps ansible vars replaced with lowercase ones
    and impacted playbooks/roles are updated.

    installer-type:osa
    deploy-scenario:os-nosdn-nofeature

    Change-Id: I99ebdc155b3903176ac5940b64cef0c0f3aa0f0d
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 21 Mar 2018 11:45:43 +0000 (12:45 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - xci: Disable merge jobs on centos until centos is fixed properly

    Change-Id: Ieab479d257fb1922136eb343d1dd25f2006c2ac2
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Qiaowei Ren [Tue, 20 Mar 2018 05:44:22 +0000 (13:44 +0800)]
Update git submodules

* Update docs/submodules/stor4nfv from branch 'master'
  - Add k8s test case

    Change-Id: I7ef6fd6aa31fae47cca446d31b6b54d13454df9c
Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 21 Mar 2018 07:34:45 +0000 (08:34 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - xci: Make centos jobs non-voting for promotion

    Change-Id: I981b115bc37f034db991667a29f0ce66b239cbdf
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Rex Lee [Wed, 21 Mar 2018 08:51:37 +0000 (08:51 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Offline support for bottlenecks project"
  - Offline support for bottlenecks project

    JIRA: YARDSTICK-1053

    Those three yaml files are for bottlenecks support offiline flavor
    The ssh time out problem will fix in changing the duration time

    Change-Id: Ifd317404a820d0446ffab5070211e48def1a0d2f
Signed-off-by: liyin <liyin11@huawei.com>
6 years agoUpdate git submodules
Victor Morales [Mon, 5 Feb 2018 18:45:46 +0000 (10:45 -0800)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Add proxy support

    In some cases the XCI development environment can be located behind a
    corporate proxy resulting in a additional layer to consider to
    configure. These changes pretend to include proxy support for all
    linux distros in all the posible flavors.

    Change-Id: Iab469268809ac471d09e244bb3ccd83de1a41b88
Signed-off-by: Victor Morales <victor.morales@intel.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 21 Mar 2018 08:19:09 +0000 (08:19 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add Compass POD ipmi info to pod.yaml for ha.tc009"
  - Add Compass POD ipmi info to pod.yaml for ha.tc009

    1. For ha.tc009 which needs to login one controller node and shut it down
       with its ipmi info.
    2. So it needs to add impi info and jumpserver info into pod.yaml file.
    3. Remove yardstick.img file to save artifacts space

    JIRA: DOVETAIL-628

    Change-Id: I4d2aa48b209155f27e49a7bb871a170683b47fc9
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Rex Lee [Wed, 21 Mar 2018 08:18:24 +0000 (08:18 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Enforce pip version during installation"
  - Enforce pip version during installation

    Currently there is a reported problem in pip library [1]. To avoid this
    problem, the pip version should be enforced during the installation.

    [1]https://github.com/pypa/pip/issues/5079

    JIRA: YARDSTICK-1087

    Change-Id: I2ee28749f146cd3b0e1bf4ed92b51cbe6db8b2f3
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Rex Lee [Wed, 21 Mar 2018 08:13:02 +0000 (08:13 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Replace neutron router creation with shade."
  - Replace neutron router creation with shade.

    Function create_neutron_router now uses shade client instead of neutron
    client.

    JIRA: YARDSTICK-890

    Change-Id: I819d26f4edb3af5e50f777e8ddbadf4d24820b7f
Signed-off-by: Shobhi Jain <shobhi.jain@intel.com>
6 years agoUpdate git submodules
Richard Elias [Wed, 28 Feb 2018 15:48:00 +0000 (15:48 +0000)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - vsperf: Performance Matrix functionality support

    The patch expands the vsperf --test-params argument with list
    functionality, which enables running multiple tests with different
    parameters. If more tests are run then parameters provided, the
    last parameters will be reused. Example:
    ./vsperf --test-params "['','TRAFFICGEN_PKTSIZE = (64,)']"
    phy2phy_cont phy2phy_cont
    CUMULATIVE_PARAMS if true, instead of using the default settings,
    each test will take the parameters of the previous test before
    applying it's own.
    The patch also adds the vsperf --matrix argument which analyzes and
    compares the results of all the tests run, printing it as a table,
    as well as saving it into a file in the results directory.
    MATRIX_METRIC metric used by Performance Matrix to compare tests.

    JIRA: VSPERF-554

    Change-Id: I71530ddf110890612236a7e57039f249609c835b
Signed-off-by: Richard Elias <richardx.elias@intel.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: Sridhar Rao <sridhar.rao@spirent.com>
6 years agoUpdate git submodules
rexlee8776 [Tue, 20 Mar 2018 09:14:16 +0000 (09:14 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Bugfix: update test case base on node parameters in ci

    JIRA: YARDSTICK-1082

    Change-Id: I00080d0317a54b73a6cd571198e9446962c11b5a
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
QiLiang [Wed, 21 Mar 2018 03:17:27 +0000 (11:17 +0800)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Add jjb for clover

    - clover-project.yml is a modified copy of container4nfv-project.yml
    - clover and container4nfv temporary share the same vpod huawei-virtual6
    - add job blocker between clover and container4nfv
    - add clover doc to opnfvdocs

    Change-Id: I6e4b133670fd46c57e338af37f2a066c95ce4bc6
Signed-off-by: QiLiang <liangqi1@huawei.com>
6 years agoUpdate git submodules
Yifei Xue [Wed, 21 Mar 2018 03:18:19 +0000 (03:18 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "Fix Stor4nfv CI issues due to repo changes"
  - Fix Stor4nfv CI issues due to repo changes

    Applies the changes in stor4nfv repo and consolidates
    opensds and nbp inventories. This fixes the CI failure in
    stor4nfv scenarios.

    Change-Id: I91f291d52488771934e0e0e93da2c56715abc877
Signed-off-by: Ramamani Yeleswarapu <ramamani.yeleswarapu@intel.com>
6 years agoUpdate git submodules
zhihui wu [Wed, 21 Mar 2018 02:55:56 +0000 (02:55 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "A initial CI script for network test"
  - A initial CI script for network test

    This is a initial CI script for network test.
    For now it verifies the containers can be correctly launched.

    Change-Id: I418716a69efa5c784b300d0d8b5ce0d0823d11db
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
6 years agoUpdate git submodules
zhihui wu [Wed, 21 Mar 2018 02:55:41 +0000 (02:55 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "Change nettest export port to 5000"
  - Change nettest export port to 5000

    I misunderstood this export port before.Change it to the previous
    value.

    Change-Id: I8366c27d8763ea1c8eb140dbbb37cfcffe414dbf
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
6 years agoUpdate git submodules
shangxdy [Tue, 20 Mar 2018 03:24:38 +0000 (11:24 +0800)]
Update git submodules

* Update docs/submodules/parser from branch 'master'
  - Handle flavor before image

    JIRA: PARSER-174

    Change-Id: I891398e634846db617081b0baed9adf0662743b7
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
6 years agoUpdate git submodules
Guo Ruijing [Wed, 21 Mar 2018 09:19:12 +0000 (05:19 -0400)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - disable multus

    Change-Id: I79854e52188833184ed60669b9f792afffcfd3c6
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
6 years agoUpdate git submodules
Rex Lee [Wed, 21 Mar 2018 01:45:10 +0000 (01:45 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Fix for datasource field value"
  - Fix for datasource field value

    This is fix for grafana dashboard templates
    where variable "${DS_YARDSTICK}" is replaced
    by "yardstick".

    JIRA: YARDSTICK-1089

    Change-Id: I0647d5bfd772a2d9ffa18bac59cdbbb39c8ec0ab
Signed-off-by: Mika Rautakumpu <mika.rautakumpu@nokia.com>
6 years agoUpdate git submodules
QiLiang [Tue, 20 Mar 2018 09:33:01 +0000 (17:33 +0800)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - Tiny fix for istio scenario

    - disable user interactive when clean_bookinfo
    - run sleep before status check to save ci varify time

    Change-Id: I6072b85c3c941af30263101a3d4dca0537abf1fc
Signed-off-by: QiLiang <liangqi1@huawei.com>
6 years agoUpdate git submodules
Ross Brattain [Tue, 20 Mar 2018 23:04:07 +0000 (23:04 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Fix retrieving "options" section in "scenario""
  - Fix retrieving "options" section in "scenario"

    In [1] a new method to rename the "scenario" host names was implemented.
    This method parses all sections with host names and applies the
    "qualified" name.

    Some malformed test cases define the "options" section without content.
    This causes that [2] retrieves "None" value instead of an empty
    dictionary. This possibility must be handled in the new method.

    [1]I44da30dac562c1a4166e084645ae91c17798651d
    [2]https://github.com/opnfv/yardstick/blob/4b8b674b65830a24230faed71e8d9a1048139c89/yardstick/benchmark/core/task.py#L630

    JIRA: YARDSTICK-1073

    Change-Id: I8864b428734ead8c5aa39de5091d3a2a691be060
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Ross Brattain [Tue, 20 Mar 2018 23:01:36 +0000 (23:01 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add "YARDSTICK_REPO_DIR" into tests path"
  - Add "YARDSTICK_REPO_DIR" into tests path

    In the CI flow, script "load_images.sh",
    variable ${YARDSTICK_REPO_DIR} needs to be added
    in front of tests path to avoid the error:

    sed: can't read tests/opnfv/test_cases/*:
    No such file or directory

    This fix is specific to arm64

    JIRA: YARDSTICK-1086

    Change-Id: If19b295233bb7313226dae70df016ad236bed2ac
Signed-off-by: ting wu <ting.wu@enea.com>
6 years agoUpdate git submodules
Ross Brattain [Tue, 20 Mar 2018 23:00:03 +0000 (23:00 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Modify the Docker diff file for ARM64"
  - Modify the Docker diff file for ARM64

    In I5d9e135449b2d35f051ecf5fa63a1ce11030de4a the Dockerfile was modified.
    Until we can handle the Dockerfile generation for each architecture in a
    better way, we need to keep updated the Docker diff file for ARM64.

    JIRA: YARDSTICK-1030

    Change-Id: Ibd9224dcb9a7a897b0da8aab126f62983b5e70bd
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Alec Hothan [Tue, 20 Mar 2018 21:44:54 +0000 (21:44 +0000)]
Update git submodules

* Update docs/submodules/nfvbench from branch 'master'
  - Merge "NFVBENCH-75 fluent logger configure not override by -c my_config.yaml"
  - NFVBENCH-75 fluent logger configure not override by -c my_config.yaml

    Change-Id: I139037069d930ca5c15078c455933f3e5eebe484
Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
6 years agoUpdate git submodules
mortenhillbom [Tue, 20 Mar 2018 21:05:48 +0000 (14:05 -0700)]
Update git submodules

* Update docs/submodules/nfvbench from branch 'master'
  - NFVBENCH-73 vlan_tagging parameter cause exception

    Change-Id: Ia2f091dfd05004806637e3e15076e04aa31bd433
Signed-off-by: mortenhillbom <mhillbom@cisco.com>
6 years agoUpdate git submodules
Tim Rozet [Tue, 20 Mar 2018 20:36:56 +0000 (20:36 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Make Apex JJB Renderer Importable"
  - Make Apex JJB Renderer Importable

    Wrapping the script into a function will make it importable from other
    python code. Calling the file directly will still work as it did before.

    Change-Id: I8336d34b05687fa650ce1c123bb37fa311ce2978
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Michael Polenchuk [Tue, 20 Mar 2018 13:41:35 +0000 (17:41 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [virtual/odl] Use default gw offered from dhcp

    Remove default route to external gateway on compute nodes
    instead of placing wrapper script as a workaround.

    Change-Id: I8e1d5d9920a7aa2ed2d1092ebce692176a3bf41a
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Markos Chandras [Mon, 19 Mar 2018 16:22:47 +0000 (16:22 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - xci: Move cleanup script outside of bifrost

    The cleanup script has grown quite a bit over time and it now does more
    things than cleaning up old 'bifrost' artifacts to move it to the global
    files directory so it can be used by all installers.

    Change-Id: Ibf70ff255f14e798216cedc71fb7c5f5476b964a
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Markos Chandras [Tue, 20 Mar 2018 17:28:50 +0000 (17:28 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge changes from topic 'allow-deployment-overrides'

    * changes:
      xci: infra: bifrost: Avoid installing Ansible twice
      Add initial support for multiple infra deployers

  - xci: infra: bifrost: Avoid installing Ansible twice

    We already install Ansible globally and we also install another version
    of it in the bifrost venv. Even though the OSA Ansible may move faster
    than the bifrost one, we normally pin both projects so we can move them
    when they can work with the same Ansible version. As such, lets make the
    deployment a little bit faster by simply not installing Ansible twice.

    Change-Id: I121ef5979607b62e76300db1bc6d51fc27362d5b
Signed-off-by: Markos Chandras <mchandras@suse.de>
  - Add initial support for multiple infra deployers

    bifrost is currently the only way to deploy the infrastructure but
    in the future other solutions will be added so we need to do some
    preparation for XCI integration.

    Change-Id: I961dd42157c924d88747074ddba6a318f8b537ac
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Fatih Degirmenci [Tue, 20 Mar 2018 15:51:58 +0000 (16:51 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - xci: Set CI_LOOP, FUNCTEST_MODE, and FUNCTEST_SUITE_NAME in jobs

    These variables are needed for displaying details of functest run.
    Apart from that and more importantly, FUNCTEST_SUITE_NAME will be
    important for adjusting the criteria for verifying and promoting
    scenarios.

    Change-Id: I7a3c82c6babc4d5e057b26fda697e9fc969c8526
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Georg Kunz [Sun, 11 Feb 2018 22:15:58 +0000 (23:15 +0100)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Exemption process for disabling strict API validation

    This document describes an exemption process for disabling strict API
    response validation.

    JIRA: DOVETAIL-617

    Change-Id: I690efdcae7dd15a6c0781a837a62677904836fca
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
6 years agoUpdate git submodules
Emma Foley [Tue, 20 Mar 2018 13:24:11 +0000 (13:24 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "update scenario test cases according to gating release"
  - update scenario test cases according to gating release

    JIRA: YARDSTICK-1046

    Change-Id: I12223876d1cf1f3e45152f6b7996b75a66b16fe6
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
Emma Foley [Tue, 20 Mar 2018 13:18:39 +0000 (13:18 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Bugfix: sutie -> suite in documentation"
  - Bugfix: sutie -> suite in documentation

    Change-Id: Ia898a7a6d95e74b16cfc754b615cccfd9c5380ad
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Markos Chandras [Tue, 20 Mar 2018 13:17:57 +0000 (13:17 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "display the correct deploy scenario for the functest run"
  - display the correct deploy scenario for the functest run

    Change-Id: I0b8a6d9409d95033839bdc5b3fbe9d1cbbdf4b7c
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
6 years agoUpdate git submodules
valentin boucher [Tue, 20 Mar 2018 12:11:26 +0000 (12:11 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Add Stor4NFV in upper-constraints.txt"
  - Add Stor4NFV in upper-constraints.txt

    This centralized file is reused by functest-kubernetes.

    Change-Id: Id0d9d4bb4be4368ee8181f73e8c5626414d6291d
Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>
6 years agoUpdate git submodules
Cedric Ollivier [Tue, 20 Mar 2018 10:47:48 +0000 (10:47 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Implement trunk ports - Documentation part"
  - Implement trunk ports - Documentation part

    The tempest testcases have been integrated from Neutron trunk testcases.
    The relevant documentation has been updated.

    JIRA: FUNCTEST-926

    Change-Id: I56cbd0ebb211a283e4e11df28ad6d1520d18e25a
Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
6 years agoUpdate git submodules
Cédric Ollivier [Tue, 20 Mar 2018 10:25:30 +0000 (11:25 +0100)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Stop redirecting dnsmasq messages

    Else dnsmasq is defunct: "dnsmasq: junk found in command line".

    It partially reverts "Mute log in vnfs" [1] from the time being to
    allow gating.

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

    Change-Id: I660904b9e542f776f554562df2808db751cb9d2e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Tue, 20 Mar 2018 10:20:35 +0000 (10:20 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "Access the K8s dashboard and configure the CLI in opnfv host"
  - Access the K8s dashboard and configure the CLI in opnfv host

    1. Add the type: NodePort in dashboard service. the default is ClustIP,
       which cannot access from outside.
    2. Print the url ,user, password for user to access dashboard.
    3. configure the kubectl CLI in opnfv host.

    Change-Id: I6cb6e6f7547412139ece0c40a85de67a9edce0ef
Signed-off-by: wutianwei <wutianwei1@huawei.com>
6 years agoUpdate git submodules
Gordon Kelly [Tue, 20 Mar 2018 09:25:19 +0000 (09:25 +0000)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - Merge "ansible: add task to copy custom types.db file to targets"
  - ansible: add task to copy custom types.db file to targets

    Change-Id: I0ae30a46d11d53cdc218e38d0b3a852aa5be147d
Signed-off-by: Gordon Kelly <gordon.kelly@intel.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Tue, 20 Mar 2018 09:11:21 +0000 (09:11 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "xci: Enable post merge promotion for generic scenarios"
  - xci: Enable post merge promotion for generic scenarios

    Change-Id: Iacbd6515de08e77e3874354fc8e23a6cf8f7bf61
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
QiLiang [Tue, 20 Mar 2018 08:28:38 +0000 (16:28 +0800)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - Update ci deploy sequences

    - Add time consuming count for each scenarios
    - Add istio for container4nfv

    Change-Id: I3ed377492d6228e1c04362fee41f8b258f8ffd5a
Signed-off-by: QiLiang <liangqi1@huawei.com>
6 years agoUpdate git submodules
Yifei Xue [Tue, 20 Mar 2018 08:48:52 +0000 (08:48 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "Fix workaround of image upload through horizon"
  - Fix workaround of image upload through horizon

    1. using horizon group limit
    2. set fact openstack_release to hostvars of
    localhost

    Change-Id: I0af0da1a508e862d0e2bb975f29897ec2948617f
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Tue, 20 Mar 2018 08:44:40 +0000 (08:44 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "xci: Make centos job non-voting for promotion"
  - xci: Make centos job non-voting for promotion

    verify-centos jobs do not vote for patch verification since
    things on centos are still shaky. Make merge-centos jobs
    non-voting for promotion as well by not allowing them to
    fail the entire promotion job or by stopping the promotion.

    Change-Id: Idf7b3c7586d94454ff94cd0bccf42f02954c722c
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Linda Wang [Tue, 20 Mar 2018 08:38:58 +0000 (08:38 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Put TestResults.json in the right dir"
  - Put TestResults.json in the right dir

    https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-master/26/console

    Change-Id: Icfdc0030d517b1885a94c2815aeb35257fdfd590
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Linda Wang [Tue, 20 Mar 2018 08:38:13 +0000 (08:38 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Fix apidoc builds"
  - Fix apidoc builds

    Change-Id: Id5846d0c66a52fa72b6cd32333f18c485877aa8f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>