summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-07-27Merge "Add kubectl installation for jump server"Yu Yang (Gabriel)2-0/+33
2018-07-27bug-fix: insecure option for quota settingYang (Gabriel) Yu1-7/+9
JIRA: BOTTLENECK-240 Setting quotas will raise exception if either of insecure and os_cacert are not set. It is not resonable. Change-Id: Ie97f0580624a6d539e9c4cfe799714090a288487 Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-07-19Add kubectl installation for jump serverYang (Gabriel) Yu2-0/+33
Bottlenecks container does not support kubectl. This patch is to add installation script. Change-Id: I4e066aaffd0dda76b91b71a35e515a78acd5d823 Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-07-19Merge "add support for dpdk scenario"Yu Yang (Gabriel)1-0/+4
2018-07-18disable elk in CI pipelineYang (Gabriel) Yu10-10/+10
Change-Id: Iedcfcf52fb348c6a3f1ca01d6d9a7e09ff654162 Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-07-18Merge "update release note for fraser 6.2"Yu Yang (Gabriel)1-0/+54
2018-07-18Merge "Adjust the doc for stess ping test"Yu Yang (Gabriel)1-2/+2
2018-07-18add support for dpdk scenarioYang (Gabriel) Yu1-0/+4
Dovetail test ran by bii shows that dpdk var needed to be set to let VM be successfully created by openstack Change-Id: I44ab09f313e38942ff1175ad05fc7521f49b855b Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-07-18update release note for fraser 6.2Yang (Gabriel) Yu1-0/+54
Change-Id: Ifcafaa6df33b654d8a62a2b5d179701737e12fdc Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-07-18Delete unmaintained/useless testsYang (Gabriel) Yu10-812/+0
Change-Id: I0c0606befb4e53fb503d9e5fcbf7d3bdf2237824 Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-07-16Adjust the doc for stess ping testYang (Gabriel) Yu1-2/+2
Some changes of stess ping test have been made for Dovetail. The patch is to adjust the doc to the new changes. Change-Id: I7c6c6fb0f1f60849ec440068fabdf601d76655f1 Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-07-13Merge "Change OS exporter"Yu Yang (Gabriel)1-1/+1
2018-07-08Merge "Auto Generated INFO.yaml file"Yu Yang (Gabriel)1-0/+55
2018-06-30Change OS exporterYang (Gabriel) Yu1-1/+1
1. The name of prometheus OS exporter is too long messing up the display of docker ps. 2. Add version management of the exporter Change-Id: I3b634f2b3a274935ef27c0bcddeae3900170aebe Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-06-29Modify ping test thresholdYang (Gabriel) Yu1-2/+2
Change the threshold to 5 VM pairs for basic common OPNFV verification requirements from Dovetail. Currently, offline test over apex pass: 1. ping subtest1: https://gist.github.com/gabrielyuyang/764b7ee636ac5502d5e561a348ae909b 2. ping subtest2: https://gist.github.com/gabrielyuyang/af17905a7e2379e870f492ea393c54c0 Working on testig over compass, trying to deploy a compass first. We could also see the result from compass on CI after this patch be merged. Results in Dovetial CI will also be updated then. Change-Id: If2cfe9988c046d733b30a23de3cd569ed06496e6 Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-06-21bug-fix: add BRANCH var for apex config prepYang (Gabriel) Yu1-0/+1
utils/env_pre/config_pre.sh need BRANCH var to locate apex overcloudrc.v3 file Change-Id: I283d3d3af90b0a19b3ae9e4242a468d6a9abf3ce Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-06-21Add sudo to dockerYang (Gabriel) Yu1-0/+1
It seems sudo is not included in Bottlenecks docker. This patch is to fix it. Change-Id: Icb3c09acb877acfc4817b2aa67689045846c716d Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-06-14Update DockerfileYang (Gabriel) Yu2-77/+13
1. Openstack command lines keep poping up warnings which cause reading comand results wrongly. 2. Update the ubuntu version and packages to remove redundance which is a historical debt. Change-Id: I3cdb7a9ec3f0bc41ecfe5b8bf9d44878485de40f Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-05-30Change the function imposed on instances/tasksYang (Gabriel) Yu1-61/+61
The number of instances/tasks should be cumulated instead of averaging. Change-Id: If63244ea086de8ba6a74865e5bad23feec01b3d6 Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-05-28Merge "Adapt monitoring install to apex"Yu Yang (Gabriel)6-149/+188
2018-05-28Merge "adaption to installers/pod configs"Yu Yang (Gabriel)1-57/+72
2018-05-28adaption to installers/pod configsYang (Gabriel) Yu1-57/+72
Change-Id: I1083c96229a8d79bc9cf1bee4aa00de6aeae9d14 Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-05-26Adapt monitoring install to apexYang (Gabriel) Yu6-149/+188
To let the installation be adapted to Apex and Centos Change-Id: If779bab1badbd2f0ad9e0a5054e082e49b7d6238 Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-05-25add openstack-export supportYang (Gabriel) Yu9-90/+6012
add openstack-exporter and enable ovs plugin in Barometer Changes: 1. Add openstack-exporter docker 2. Add opnestack grafana dashboard Change-Id: Ifd3416ad1dc48075e98c190b2048c7760f686bcb Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-05-19bug-fix: idenity env not definedYang (Gabriel) Yu1-12/+23
OS_TENANT_NAME is wrongly used in getting openstack project information and is deprecated in keystone v3. Use OS_PROJECT_NAME to fix Change-Id: I941c612989ea5373ccf8a9d2e88ebd3eabcece73 Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-05-11Merge "Add monitor dir to unit test"Yu Yang (Gabriel)1-3/+5
2018-05-11Merge "Add unstall script to monitoring"Yu Yang (Gabriel)1-0/+52
2018-05-11Merge "bug-fix: fix key error in soak throughputs CI"Yu Yang (Gabriel)1-2/+2
2018-05-10Add/modify the Grafana DashboardYang Yu5-3115/+1350
Adding/modify metrics and structure of dashboard for Long Duration Test Change-Id: I4d1f169b7aa1e0f906e09fae13010ad3b8b49038 Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2018-05-08bug-fix: fix key error in soak throughputs CIYang Yu1-2/+2
In the redundant information deleting patch, results of each thread running is removed from message Queue resulting in counting the overall success threads in error status Change-Id: I3d12ddcc3ef996fca509741544a0f088428e948e Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2018-05-03Add unstall script to monitoringYang Yu1-0/+52
Change-Id: Ia78ede2747fe0be05b4421d67fd1dae022afc30f Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2018-05-03Add monitor dir to unit testYang Yu1-3/+5
Change-Id: I5a1540e4f176ea978a712a06040c297373526815 Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2018-05-03Restructure monitoring scriptsYang Yu26-109/+157
Restructure the monitoring scripts and modify the scripts to remove the redundance Change-Id: Ib4a5d7bea2dc455ec03ad61780b6caf06831daa8 Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2018-05-02Style-check for monitoring scriptsYang Yu14-61/+79
Fix the style-check errors for monitoring scripts. In another patch, the scripts will be restructured according the dicretory structure. Change-Id: I4149b18177fa1bdeb1b12a84ecad3d7d0b78260b Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2018-04-28Some informations are redundantYang Yu1-2/+2
This patch is to remove the redundant results in Soak throughputs reports to TestDB Change-Id: Ib7e95df8353f3aa7b28187d352d5a6a213af2727 Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2018-04-27Merge "Prometheus Prototype Dashboard"Yu Yang (Gabriel)1-0/+2028
2018-04-27Prometheus Prototype DashboardRutuja Surve1-0/+2028
JIRA: BOTTLENECK-181 Prototype Grafana dashboard using Prometheus query language for displaying system and docker performance metrics Change-Id: I2659eb4a4d072e95f3fc5a5dac0b1e5b1c6e536e Signed-off-by: Rutuja Surve <rutuja.r.surve@gmail.com>
2018-04-27Merge "Barometer automated installation script for jump server and ↵Yu Yang (Gabriel)11-2/+2504
compute/controller nodes"
2018-04-27fix the release notes titleYang Yu1-4/+3
It still has Danube in the titile which should be deleted Change-Id: Ia5075cf2d713dc9b64e1732b54e99ab604643cee Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2018-04-21Lazy creation of VM pairs for soak throuputs testsYang Yu4-22/+82
Add the lazy creation progress of VM pairs while testing dataplane traffic using netperf Change-Id: I3228ff444ea074b99cb1afaec138191358064e40 Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2018-04-17bug-fix: image for VMs is wrongly referencedYang Yu1-1/+1
This patch is to fix the url of yardstick image for bottlenecks Change-Id: I7fca672e0a7b8976923162a12a8a752cec320fcb Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2018-04-02Merge "Grafana Dashboard customization script"Yu Yang (Gabriel)2-0/+67
2018-03-30Barometer automated installation script for jump serverRutuja Surve11-2/+2504
and compute/controller nodes JIRA: BOTTLENECK-182 Install barometer for collecting OVS and collectd statistics as docker containers on all nodes Change-Id: I8ae7e2bcbe95ab6e1224e08828c822d50367f616 Signed-off-by: Rutuja Surve <rutuja.r.surve@gmail.com>
2018-03-19Auto Generated INFO.yaml fileagardner1-0/+55
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: I61cf3bacbc109286b258748834d59eccd489fdb7 Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-03-19Update Fraser DocsYang Yu9-24/+288
Release notes and test case decriptions, etc. Change-Id: I0c67c02118dfd8ea3d8a4fc23225dc6d027ba3db Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2018-03-19Merge "Documentation on storage testcases in bottlenecks"Yu Yang (Gabriel)4-11/+171
2018-03-16Add life-cycle throughputs testcaseGabriel Yu3-2/+169
JIRA: BOTTLENECK-186 Add skeleton of this test case: 1. Quotas modification 2. Call Yardstick to run test Change-Id: I02726bbfb2104151e5ef3c52a214775d30f9e743 Signed-off-by: Gabriel Yu <Gabriel.yuyang@huawei.com>
2018-03-16bugfix: copy hosts fileYang Yu1-2/+3
JIRA: BOTTLENECK-227 Operation of copying hosts file should follow the building of Yardstick docker Change-Id: I4d66efe8b823876a733d1877c26d1e0e263ca4da Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2018-03-15Merge "support hosts file copy"Yu Yang (Gabriel)1-0/+9
2018-03-14support hosts file copyYang Yu1-0/+9
JIRA: BOTTLENECK-227 Dovetail needs to regulate the hosts file of each docker to adapt SUTs. This patch is to make hosts file consistant in Bottlenecks-Yarstick docker. Change-Id: I93a57a5cac9c8d8c0a8b6660e84b8b351c455786 Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>