aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-10-31Update links for committer approvalYujun Zhang1-3/+3
https is now forced for the mainling list archive Change-Id: I1c0071024e2e126cda0eb157174ef90aac7d5d9d Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2016-10-31Merge "Nauman Ahad retires from committers"Yujun Zhang1-1/+1
2016-10-31Merge "Nomination of committer promotion for wu.zhihui1@zte.com.cn"Yujun Zhang1-0/+1
2016-10-31Merge "Small amends in the documentation."Yujun Zhang1-3/+3
2016-10-31Merge "Code refactor: spawn_vm.py"Yujun Zhang3-154/+138
2016-10-31Merge "Fix doc8 warning"Yujun Zhang1-1/+1
2016-10-30Fix doc8 warningYujun Zhang1-1/+1
Warning: rst validation (doc8) has failed, please fix the following error(s). docs/userguide/annex.rst:18: D005 No newline at end of file Change-Id: Idcb7a79337d1ea5e607ac238be5c68f1dec85edd Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2016-10-30Small amends in the documentation.linux_geek1-3/+3
Change-Id: Ic1c5a177f3fadd263443a83fb8a9319c5d9c6a8f Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2016-10-28Code refactor: spawn_vm.pywu.zhihui3-154/+138
1. update SampleHeat.yaml 2. No need to fetch private key file my_key.pem. 3. remove keypair value from spawn_vm_test.py 4. cleanup redundant code. Change-Id: Id7ccdbae5b88c86ebff7518710b6c91ab4281c53 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-10-26Merge "Update docker information"Yujun Zhang2-1/+12
2016-10-26Update docker informationYujun Zhang2-1/+12
- Original maintainer retires from the team - Add README.md[1] from which docker hub will pull the full description [1] https://docs.docker.com/docker-hub/builds/#/understand-the-build-process Change-Id: Ib3aa926bf7a46430d09c72493f8cf73cac73b843 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2016-10-26Merge "bugfix on perftest"Yujun Zhang7-80/+109
2016-10-26Merge "Remove Qtip private key files in repos"zhifeng jiang8-37/+35
2016-10-25bugfix on perftestwu.zhihui7-80/+109
1. Correct path of common directory 2. cleanup the directories qtip creates on host 3. typo 4. use module file instead of shell command to create/cleanup directory Change-Id: I85960998c15d2a1934e8ae5047b71fc91c936a46 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-10-25Remove Qtip private key files in reposwu.zhihui8-37/+35
1. Automaticly genegrate private key files. 2. remove the key files in repo at last. 3. remove public key from authorized_keys of compute hosts. JIRA: QTIP-110 Change-Id: Ie22f3f195edf650e690a2ed69df1af191953068f Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-10-25Make documents update to datazhifeng.jiang2-76/+56
modification: Leave only docker installation method Fix some errors due to path changes JIRA:QTIP-113 Change-Id: I18663d57df4c792f72cbde95806ecd6b3a6436e2 Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
2016-10-25Nauman Ahad retires from committersYujun Zhang1-1/+1
- https://lists.opnfv.org/pipermail/opnfv-tsc/2016-October/003104.html Change-Id: I7640ec90d5e91c76ddcc649837484340f9c8e30a Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2016-10-25Merge "Add zhifeng ssh_key"zhifeng jiang2-0/+2
2016-10-25Merge "Use supervisor to start qtip_server in docker."zhifeng jiang2-1/+22
2016-10-22Add zhifeng ssh_keyzhifeng.jiang2-0/+2
Change-Id: I549decd14679160d774211386ec19aa3cf7c2c64 Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
2016-10-22Use supervisor to start qtip_server in docker.zhifeng.jiang2-1/+22
JIRA:QTIP-99 Change-Id: I447973e17613c5b9dcbbaefef9d67a8dc01c838c Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
2016-10-22Remove directory test_listwu.zhihui7-54/+25
Directory benchmarks/suite will be used instead of test_list. JIRA: QTIP-131 Change-Id: I2c1f534b72361cb2e6469463ef5e43714d6dc993 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-10-22bugfix: cannot run qtip_creds.shwu.zhihui1-1/+1
miss a '#' in first line. Change-Id: I98bcb5b54a7ff1eba563c8128e58ea1168ce8bb2 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-10-21reorganize playbooks directorywu.zhihui21-0/+1304
In this patch, playbooks will not be deleted temporarily.Diectory playbooks will be reorganized like this benchmarks/ ├── fio_jobs │   └── test_job ├── perftest    ├── common    │   ├── git_proxy_pbook.yaml    │   ├── sys_info_pbook.yaml    │   └── sys_proxy_pbook.yaml    ├── dhrystone.yaml    ├── dpi.yaml    ├── etc    │   ├── dpi_average.sh    │   ├── info_collect.py    │   └── test_job    ├── fio.yaml    ├── iperf.yaml    ├── ramspeed.yaml    ├── ssl.yaml    └── whetstone.yaml utils/ └── transform ├── dpi_transform.py ├── final_report.py ├── fio_transform.py ├── __init__.py ├── iperf_transform.py ├── ramspeed_transform.py ├── ssl_transform.py └── ubench_transform.py JIRA: QTIP-131 Change-Id: I41003f2f1935efd15b6221ac05200f391fa8a6a9 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-10-21Merge "Add directory suite under benchmarks/"Yujun Zhang3-0/+33
2016-10-21Add directory suite under benchmarks/wu.zhihui3-0/+33
Directory suite is renamed from directory test_list. In this patch, test_list will be not deleted temporarily. JIRA: QTIP-131 Change-Id: I1b2d7e522f94441c53b894564718d3cb749ea428 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-10-20Push test results to testdb at the end of qtip_server job.zhifeng.jiang4-3/+10
JIRA:QTIP-99 Change-Id: I2a3ba25c1bcb66cf71a65757c3f003838dca614f Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
2016-10-20Bugfix: Problems meet when following the step of introduction.rstzhifeng.jiang3-189/+2
modification: Delete the fetch_os_creds.sh Call the fetch_os_creds.sh which in releng Include the curl in docker Change-Id: I5a92f671ce4183cf0d7dabc8faf69018b9b54e0b Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
2016-10-20Merge "Pulling dockers using ansible also requires docker-py package."Yujun Zhang1-0/+12
2016-10-19Nomination of committer promotion for wu.zhihui1@zte.com.cnYujun Zhang1-0/+1
Zhihui is one of the most active QTIP contributors in current release[1] She has made lots of improvement in code refactoring and CI job[2] Committers please vote +1/-1 for this nomination[3] [1] http://stackalytics.com/?project_type=opnfv-group&metric=commits&module=qtip [2] https://git.opnfv.org/cgit/qtip/log/?qt=author&q=wu.zhihui1%40zte.com.cn [3] https://wiki.opnfv.org/display/DEV/Committer+Promotions Change-Id: Ia8aec3fa0fda7e83a0a259141af57dea814cd990 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2016-10-19Fix warnings during sphinx-buildYujun Zhang4-22/+24
Change-Id: Iafc86372884c4a9d0f2a595b8b4d59818062b6a2 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2016-10-18Pulling dockers using ansible also requires docker-py package.linux_geek1-0/+12
Change-Id: I107fc447335af6f5d44cdb2bd0ea74246ef17b29 Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2016-10-18Reorganize existing documentsYujun Zhang13-37/+61
- Align document structure with Colorado release - follow convention used in "Python’s Style Guide for documentating"[1] [1] https://docs.python.org/devguide/documenting.html#sections Change-Id: Idee6ad6e68a35e3fd84ec36de480722e0259011b JIRA: QTIP-117 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2016-10-18Deprecate docs/roadmapYujun Zhang2-113/+0
Content moved to https://wiki.opnfv.org/display/qtip/Vision JIRA: QTIP-117 Change-Id: I699a49d308e934a7d9d35befd0b8dd0624b5d36d Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2016-10-18Merge "add CLI framework for qtip"Yujun Zhang7-0/+110
2016-10-17Merge "bugfix due to directory adjustment"Yujun Zhang5-12/+12
2016-10-17add CLI framework for qtipSerenaFeng7-0/+110
add cli framework to implement commands JIRA: QTIP-125 Change-Id: I442e9df9d3ea8443adb7a7aedd5849457dcead7e Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2016-10-17Merge "Add contributing guide"Yujun Zhang1-0/+79
2016-10-17bugfix due to directory adjustmentwu.zhihui5-12/+12
Some files still use directory "data/". Fix it. Change-Id: Ia07f380c3e9c3e312d17b09728b050c818492f0f Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-10-17add serena ssh_keysSerenaFeng2-0/+2
Change-Id: I6b7bf9855e5c892b72a04f9a6da4d984461c4001 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2016-10-17Add contributing guideYujun Zhang1-0/+79
Change-Id: I5f94bf4e7503cd5edaeae1f20186fcbaf121d033 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2016-10-17Merge "Add ssh users with ansible roles"Yujun Zhang5-0/+36
2016-10-17Merge "Playbook for setting up ELK."Yujun Zhang2-0/+53
2016-10-17Merge "Adjust directory structure"Yujun Zhang30-20/+20
2016-10-16Merge "Unit test bugfix: Remove the zte-pod1 in unit test."zhifeng jiang2-6/+6
2016-10-14Playbook for setting up ELK.linux_geek2-0/+53
Change-Id: Iccd8531a7c292796b76f2ab23bc8a2ca5d2d99ed Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2016-10-14Adjust directory structurewu.zhihui30-20/+20
qtip ! +---- scripts ! ! ! +----ref_result # python scripts to generate results report ! +----fetch_compute_ips.sh ! +----fetch_os_creds.sh ! +----file_permission.sh ! +----get_env_info.sh ! +----qtip_creds.sh ! +----ssh_exch.exp ! +---- config ! ! ! +---- Qtip_key ! +---- Qtip_key.pub ! +---- SampleHeat.yaml ! +---- utils ! ! ! +---- logger_utils.py ! +---- report # generate pdf report file Change-Id: Ia908ff31494369c1a13fb88b1ff9b0e5681f8e29 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-10-14Unit test bugfix: Remove the zte-pod1 in unit test.zhifeng.jiang2-6/+6
Change-Id: I5e8be7d22800f67e475660fa1a557af62e8c9b1f Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
2016-10-13update known_hosts path in ssh_test()wu.zhihui1-6/+6
In qtip container, env HOME is changed to /home/opnfv. '~/.ssh/known_hosts' need be specified to '/root/.ssh/known_hosts' in ssh_test(). Change-Id: I902699164c0fb6a06e0253020bf701e206cfd166 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-10-13Add ssh users with ansible rolesYujun Zhang5-0/+36
Change-Id: I10a9f1ed2fbc1fbef5d488263b25d482fcaa320b Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>