Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/fds from branch 'master'
- Merge "Documetation for odl-fdio-dvr scenarios"
- Documetation for odl-fdio-dvr scenarios
Change-Id: I209c2250ebb96c595ccf881877d3fe662cfe6dd1
Signed-off-by: juraj.linkes <jlinkes@cisco.com>
|
|
* Update docs/submodules/fds from branch 'master'
- Update of existing scenarios documentation
We're not releasing l2 scenarios and l3 scenarios have been renamed.
Change-Id: Ia6862ab937bf52beb534c46e95747d57be335a25
Signed-off-by: juraj.linkes <jlinkes@cisco.com>
|
|
* Update docs/submodules/storperf from branch 'master'
- Re-adding missing sample file
Change-Id: Ia0023b0e0cf25519fe2c418ed953618370991e30
Signed-off-by: mbeierl <mark.beierl@dell.com>
|
|
* Update docs/submodules/storperf from branch 'master'
- Addition of slope line to graph
JIRA: STORPERF-195
Change-Id: I0d674c77976ba7378143edcef4485a6b90a19fc7
Signed-off-by: saksham115 <saksham.agrawal@research.iiit.ac.in>
|
|
* Update docs/submodules/storperf from branch 'master'
- Reinstating Merge
Change-Id: I94cf1d4c67bef421a25aef4f0da05514ebb83b96
Signed-off-by: mbeierl <mark.beierl@dell.com>
|
|
* Update docs/submodules/vswitchperf from branch 'master'
- report: Update paths after doc reorganization
Directory with report files was moved to different
location. Thus CI build script must be updated too.
Change-Id: Id5b4c8b2740c01c821c25f8bfdaeb25352410e76
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: Trevor Cooper <trevor.cooper@intel.com>
|
|
* Update docs/submodules/vswitchperf from branch 'master'
- Merge "build: Rename cloned repositories and remove cuse"
- build: Rename cloned repositories and remove cuse
VSPERF expects folders to be named a certain way, but this may not be
the case if another repository is specified via the package-list.mk
file. One example of this is the DPDK stable repo which gets cloned to
the "dpdk-stable" directory unless otherwise specified. Thus Makefiles
were updated to enforce expected folder names.
Unused configuration related to vHostCuse support was removed.
Change-Id: Ifa48898d51e96c72e7d740f43cb635d729b2a796
Signed-off-by: Cian Ferriter <cian.ferriter@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>
Reviewed-by: Trevor Cooper <trevor.cooper@intel.com>
|
|
* Update docs/submodules/vswitchperf from branch 'master'
- gitignore: Ignore non vsperf files
.gitignore was updated to ignore following files:
* VPP project directory
* l2fwd binary files
* tags
JIRA: VSPERF-529
Change-Id: Idc10eae7b14c72a863f3473e02cbdc7c47d31b41
Signed-off-by: Cian Ferriter <cian.ferriter@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>
Reviewed-by: Trevor Cooper <trevor.cooper@intel.com>
|
|
* Update docs/submodules/barometer from branch 'master'
- docs: updated release notes for E release.
* Updated summary section.
* Updated backlog and testsuite section.
Change-Id: I32ed41bbe4badf43b6277636c2c901fa45918fa9
Signed-off-by: Shobhi <shobhi.jain@intel.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Merge "Get rid of tacker_client_install.sh"
- Get rid of tacker_client_install.sh
It's removed from sfc tree to deploy the official version instead [1].
[1] https://gerrit.opnfv.org/gerrit/#/c/40237/
Change-Id: I84b2f8ce2842c5da2d0678e54129c632f4f476ac
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Merge "Create API to get log for each task"
- Create API to get log for each task
API: /api/v1/functest/tasks/<task_id>/log
METHOD: GET
JIRA: FUNCTEST-867
Change-Id: I987cbf662e4da349bf7583e48da5d981a2f1e0fd
Signed-off-by: Linda Wang <wangwulin@huawei.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Merge "Create API to update hosts info"
- Create API to update hosts info
API: /api/v1/functest/envs/action
METHOD: POST
PARAMS:
{
"action": "update_hosts",
"args": {
"identity.ac.dz.com": "8.20.11.22",
"image.ac.dz.com": "8.20.11.22"
}
}
JIRA: FUNCTEST-856
Change-Id: Ifaf064110ade6e39189dd14b38c921d9e1c3568d
Signed-off-by: Linda Wang <wangwulin@huawei.com>
|
|
* Update docs/submodules/sfc from branch 'master'
- Remove custom tacker-client installation script
In previous releases we used a custom tacker client
because we also used a custom tacker.
For the next release we migrate to the the upstream tacker
so we don't need anymore the aforementioned installation script
because now we support the upstream tacker client.
Change-Id: I0c502426161bbeaaf2418823fe91c2025f1494a8
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
|
|
* Update docs/submodules/sfc from branch 'master'
- Include the tacker python client to the requirements.txt
In OPNFV/SFC project we are going to substitute
the custom tacker that we used so far with the upstream one.
So as outcome of the aforementioned change we will need the
upstream tacker client.
Change-Id: I8425c7168c1be69d090481efbf3f966e8d04e609
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Merge "download_images.sh: add --keep option to avoid redownloading images"
- download_images.sh: add --keep option to avoid redownloading images
Change-Id: Id25f1a354ffd067ba926dc67907b6ca913999437
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Updated sfc section in testcases
That section had an old scenario name which resulted in errors when sfc
functests tests needed to be executed
Change-Id: Ie35bb0d97c3d6cad6a97137355f146e8d20a40b9
Signed-off-by: Manuel Buil <mbuil@suse.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Remove download images logs (too verbose)"
- Remove download images logs (too verbose)
logs were used to troubleshoot Functest CI pipeline issue
solved with [1]
[1]: https://gerrit.opnfv.org/gerrit/#/c/40109/
Change-Id: I56587f355c5e117efa8d0338204b0ced741477a7
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
|
|
* Update docs/submodules/barometer from branch 'master'
- docs: updated userguide for E release.
* Updated fuel reference with Apex.
* Updated instructions for Centos 7.
* Updated configuration to match sample configuration.
* Fixed typos.
Change-Id: I40fc3eb423589e4643eefb31259937f8a6f96a15
Signed-off-by: Jain, Shobhi <shobhi.jain@intel.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "bug fix: installation of node, bower and grunt for reporting docker"
- bug fix: installation of node, bower and grunt for reporting docker
- change node installation process
- clean setup (no need of pbr)
Change-Id: I9015486e3892e7c949bad5140cc4180ec9f07aa7
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Bug-fix: syntax error for add compass pod yaml
JIRA: BOTTLENECK-178
Containerized compass does not support ssh method to get the POD
yaml anymore. This patch is to fix the syntax error of last patch.
Change-Id: Ibd1711a645327db0c43a602519a9fa47ddaec64f
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Bug-fix: Add compass pod yaml in btks config dir
JIRA: BOTTLENECK-178
Containerized compass does not support ssh method to get the POD
yaml anymore. This patch is to fix the issue.
Change-Id: I98ca9a419d71d0ec22bf48ef40d4c5fb2d96d1b2
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
|
|
* Update docs/submodules/dovetail from branch 'master'
- Added top-down scope analysis based on cvp objectives and end-user expectations. Also simplified to focus on scope only.
Change-Id: Ibde9fdacfd026f7859bd6fd239d79fdbdeccad01
Signed-off-by: Trevor Cooper <trevor.cooper@intel.com>
|
|
* Update docs/submodules/dovetail from branch 'master'
- Merge "Draft a workflow that will work with the CVP web portal and test API. Also made simplifications for the first release."
- Draft a workflow that will work with the CVP web portal and test API. Also made simplifications for the first release.
Change-Id: Ief92a7e71c546883fdf472346646a43c9ae26c94
Signed-off-by: Trevor Cooper <trevor.cooper@intel.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Merge "Fix args parsing in run_tests"
- Fix args parsing in run_tests
By default, 'report' and 'noclean' are both False, so
self.clean_flag shoule be True and self.report_flag
should be False.
Change-Id: I4935f70bd124fbb996dcaa73e01e0e61cd0184e1
Signed-off-by: Linda Wang <wangwulin@huawei.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Fix the config of vping net
Change-Id: I71cea850985c67cf4c4e42a29600f9d63291fc94
Signed-off-by: Linda Wang <wangwulin@huawei.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "Add rpm,image directories and SLA options to Livemigration"
- Add rpm,image directories and SLA options to Livemigration
This patch includes adding of rpm and image directories in addition
to scripts directory for execution of live migration test case and
SLA options for downtime,totaltime and setuptime.
Change-Id: I22747b978aa16b6c3ee9e3cdd05cf77a10207626
Signed-off-by:RajithaY<rajithax.yerrumsetty@intel.com>
|
|
* Update docs/submodules/fuel from branch 'master'
- [baremetal] Bring in ovs/dpdk scenario
Change-Id: Ia0d828fa31549a12b6740e0edeeba2ab13a9b998
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
|
|
* Update docs/submodules/apex from branch 'master'
- Fixes issues with baremetal
Change-Id: I60470611a70261d57ccbfd0e499f4336c7a12fe1
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "Removed unnecessary image definitions and flavor names."
- Removed unnecessary image definitions and flavor names.
Change-Id: I13464d997ff9aba09a6cff7d3ff62f29df770a38
Signed-off-by: Maciej Skrocki <maciej.skrocki@intel.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "Fixed invalid vfw/vacl rulw config issues"
- Fixed invalid vfw/vacl rulw config issues
Change-Id: Ib96bc4bec359005e04e4a839846779d918881ba4
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
|
|
* Update docs/submodules/releng from branch 'master'
- bugfix: fail to generate APIs document patch
Change-Id: Iac5bb851514f0f688fcb72deb5f07488bc071225
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
|
|
* Update docs/submodules/openretriever from branch 'master'
- Modify NGVS doc
Change-Id: I4e0949fa0be18d5b67e5fdaaa93b920867ee80d4
Signed-off-by: Xuan Jia <jason.jiaxuan@gmail.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "Test case: add test config file for TC078 and TC079"
- Test case: add test config file for TC078 and TC079
Change-Id: I47c6f1bf85caa814f019a8aec446c99bb8d99f0d
Signed-off-by: JingLu5 <lvjing5@huawei.com>
|
|
* Update docs/submodules/armband from branch 'master'
- p/fuel: baremetal: odl: Drop UCA repo
Change-Id: Ie5ff1608a66657ccdb5b06eceb950d95b1d571a4
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Adjust the schedule of daisy jobs"
- Adjust the schedule of daisy jobs
Leave more time for debugging on nosadn-nofeature scenario.
Change-Id: I38199954ddd503c5bf4e956ae97ae61a470a2ad8
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Apex: Updates CI to use new rpm names"
- Apex: Updates CI to use new rpm names
Change-Id: I0455283ba94501119786ffbc3b1217bb71cc35c7
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "bugfix: fail to generate APIs document"
- bugfix: fail to generate APIs document
Change-Id: I13c91fb34e190cd62400eccec6b755419aad89d1
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "Add function to upload image from local/url in GUI"
- Add function to upload image from local/url in GUI
JIRA: YARDSTICK-782
As user, we need to upload image from local/url.
If upload image from local, user need to choose local image, then
we will load it to openstack.
If upload image from url, we will download it and load it to openstack.
Change-Id: Ia9a42fda15a1dfc91476643635343a2f77a94a6b
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
|
|
* Update docs/submodules/armband from branch 'master'
- p/fuel: Update armband state for baremetal support
Change-Id: I328866c7a9ef1c5c1c242f1ba8cf553bd1b94c7b
Signed-off-by: Charalampos Kominos <charalampos.kominos@enea.com>
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Add missing project-parameters to storperf verify
This should fix the error of storperf verify jobs not being able to
resolve the git repository.
Change-Id: Ibc8382c7ec77d5975849fda042d30c457b6b457c
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/apex from branch 'master'
- Merge "Updates RPM specs and building"
- Updates RPM specs and building
Changes Include:
- Disables ONOS from rpm and image building
- Fixes opnfv-apex package dependency for python34-opnfv-apex
- Updates requirements for python34-opnfv-apex
- Updates docs
- Removes temporary build qcow2 for odl which was being bundled
into our dev tars unnecessarily
Change-Id: Ief668067181fc35a54553ae118b7950bddce1940
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Storperf Parallel Verify Jobs
To ensure these run in parallel they need to all be part of the same
phase, and the phase needs to be marked as parallel.
Change-Id: Ib1c1d9e433d925c36371500039da30251469b5fb
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/releng from branch 'master'
- Storperf Verify Job should be Multijob
Change-Id: Ic4ed4775353622567df02790d3cca960ae0567ff
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "add ppm into result of pktgen to make result clear"
- add ppm into result of pktgen to make result clear
Change-Id: I6649960dc9fbc61c22c9b7434805fc335634960b
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "nsb: update HEAT testcases"
- nsb: update HEAT testcases
use yardstick-samplevnfs image name
always create DPDK flavor, we require 1 socket, 10 cores
remove hardcoded external network
add gateway_ip: null to prevent multiple default gateways ssh bug with Heat
add enable_dhcp: false
Change-Id: I85787b72bf6ebf1c330f20f50f7a7a2b12aa995e
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Added proxy setup for standard cloudimage playbooks.
Change-Id: I4f29f584395d58b2fcece1ca8fcbda78a64e3a66
Signed-off-by: Maciej Skrocki <maciej.skrocki@intel.com>
|
|
* Update docs/submodules/releng from branch 'master'
- armband-deploy: Cleanup obsolete POD renaming
arm-pod4 and arm-pod3 are now both obsolete, so we no longer need
the ad-hoc translation of the slave name in the deploy script.
Change-Id: Ib81d0574507f8c0e8b513cdc00b35124eaaeeb68
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/storperf from branch 'master'
- Changes in the UI
JIRA: STORPERF-194
Change-Id: If90a69c5cbfb859d6941047121fac86d9e422eca
Signed-off-by: saksham115 <saksham.agrawal@research.iiit.ac.in>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "storperf: Expand the CI verify scope"
- storperf: Expand the CI verify scope
This change
- converts storperf-verify job to multijob type
- adds 2 additional jobs to build docker image(s) on x86 and arm
machines which will contribute to final Verified+1/-1 verdict
- all 3 jobs run in parallel on appropriate slaves
Change-Id: I3c3aec8834d7bd0ef4d7ffbc7453dd063ef10dd1
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Signed-off-by: mbeierl <mark.beierl@dell.com>
|
|
* Update docs/submodules/parser from branch 'master'
- Updated the PTL info for the project
Change-Id: Ieac0444fd8451c68bf702f40657def321794a6e9
Signed-off-by: rpaik <rpaik@linuxfoundation.org>
|