aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-02-23Add missing license headerYujun Zhang2-0/+18
Change-Id: Ie6464f443ef4357f0aac13667ca7053194b4615b Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2018-02-23Add QTIP flavor creation/deletionTaseer Ahmed2-0/+35
JIRA: QTIP-291 Change-Id: I4f5bea70605c4f9d4451961a3aa6db3a1fb078e4 Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2018-02-11Merge "Add the creation/deletion of image in the pipeline"zhihui wu10-16/+119
2018-02-11Add the creation/deletion of image in the pipelinezhihui wu10-16/+119
- Specify image download and upload details JIRA: QTIP-291 Change-Id: I9f4e0d179f7d907b448b716274348fb6c71dd3bc Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2018-02-08update pipfile.lockzhihui wu1-104/+218
Use "pipenv install shade" to update the file Pipfile.lock. Change-Id: I61b00fac5855dba0e72656063d4814c3c5bc47f6 Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2018-02-01install "shade" for ansible openstack modulezhihui wu1-0/+1
shade is a simple client library for interacting with OpenStack clouds. Ansible openstack module needs it. Change-Id: I82a134924d052e0d046c97b349a709cdaeb5c6bf Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2018-01-25Merge "Convert ipynb to rst file"zhihui wu3-235/+88
2018-01-17change the test suite for experimental jobzhihui wu1-1/+1
The experimental job is executed on zte-virtual6. And zte-virtual6 is deployed by mcp(fuel), storage test doesn't support mcp, so I change the test suite from "storage" to "compute". Change-Id: Id11dcc3344a0d06fdb3be2f058a519d1407736ac Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2018-01-15Convert ipynb to rst fileYujun Zhang3-235/+88
Change-Id: I24e52254670524ff94c26154e8f930e20105ddc9 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2018-01-15Merge "Add a judgement to control the proxy jump configuration"zhihui wu3-1/+13
2018-01-09Add a judgement to control the proxy jump configurationzhihui wu3-1/+13
- Set a default value(True) to proxy_jump - For MCP, set proxy_jump to False. Because remote node can be directly connected from qtip container without proxy jump. Change-Id: I92214de984a0231ba4ba873f3a60cb12589ade28 Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2018-01-09use 'import_tasks' and 'include_tasks' instead of 'include'zhihui wu6-8/+8
The use of 'include' for tasks has been deprecated.[1] [1] http://docs.ansible.com/ansible/latest/include_module.html Change-Id: I940f4031b16860e69d2ca92e4fca82c5cc495aef Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2018-01-08Fix "qtip command not found" in Docker containerYujun Zhang3-60/+116
- updated dependency lock - allow buidling docker image from local repository - use pip to install local package Change-Id: I9eecae54f278e57ec0ba4840b2d64abb0134d9b6 JIRA: QTIP-289 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-12-21Merge "Add sphinx build configuration"Yujun Zhang4-0/+449
2017-12-19fix some bugs about mcp modulezhihui wu2-9/+6
- ansible user should be "ubuntu" - SUT:children is "compute" not "compute-nodes" in the template/hosts - logical error about node_meta - Uniform installer_group mcp value Change-Id: I8c40accbe2b5d65d93044faebaf166703ab63932 Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2017-12-07Merge "Fix dependency error"zhihui wu2-160/+67
2017-12-07Merge "Fix broken link"zhihui wu1-1/+1
2017-12-06Fix dependency errorYujun Zhang2-160/+67
- remove django from Pipfile - include local package Change-Id: I3ec401bd367f8672771af0a19f621e066036f66d Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-12-06Merge "Storage QPI Userguide"Taseer Ahmed2-0/+111
2017-12-06Merge "bugfix: error in sed expression"zhihui wu1-2/+2
2017-12-06Storage QPI Userguidezhihui wu2-0/+111
Add storage QPI userguide. JIRA: QTIP-288 Change-Id: Ie3376345832e54238239a44f0d4e1218dbac82c1 Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2017-12-06bugfix: error in sed expressionzhihui wu1-2/+2
Refer to https://build.opnfv.org/ci/view/qtip/job/qtip-compute-apex-zte-virtual5-master/12/console Change-Id: I81991ce36a2827e614fb77ceb9276c444cc1c004 Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2017-12-05Fix broken linkYujun Zhang1-1/+1
Change-Id: I795a4cf21fc8dfd716cde7f7b6e9f1ca7e64388b Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-12-05Add sphinx build configurationYujun Zhang4-0/+449
This allows local build of document for preview Change-Id: I9f70ad68358cdd5d47afebc9e440555c48a7c913 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-12-05Merge "Use pipenv instead of pip"Taseer Ahmed7-62/+779
2017-12-04Add missing link for euphrates release notesYujun Zhang1-0/+1
Change-Id: Icc0067e961c497f203996eafedec3e316ea6e5ff Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-12-04Use pipenv instead of pipYujun Zhang7-62/+779
pipenv[1] is the officially recommended Python packaging tool from Python.org[2] [1]: https://docs.pipenv.org/ [2]: https://packaging.python.org/new-tutorials/installing-and-using-packages/ It integrates pip with virtualenv and handles version management better than pip. Change-Id: I4ec6436e29d76a866b56caa609e2bcd22489ae9f Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-11-29Deprecate qtip/web in favor of AWXYujun Zhang33-1399/+0
We decided to develop it at the time AWX is not open sourced. Now AWX seems to be a more promising solution then create the service from scratch. Change-Id: I586ac7e582b2db57ad81f0ece7585ca2bf0dd416 JIRA: QTIP-287 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-11-24distinguish fuel and mcp in ci scriptszhihui wu2-2/+7
Because ci parameter still use fuel to represent mcp, but they are two different installers for qtip. Distinguish them in qtip ci scripts. Change-Id: I74165da39a607c26464ced04e1ad3ca4ed4e40e5 Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2017-11-20Add role for heat stack creationTaseer Ahmed3-0/+109
JIRA: QTIP-284 Change-Id: I8de67c74fe31d6353f05892df67f21ae9af9640e Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2017-11-15Update gpg key for akhilakhilbatra8982-52/+31
- Old key expired Change-Id: Iba882d9a44cfb5a3b8695ad46f85bc509afbae4f Signed-off-by: akhilbatra898 <akhil.batra@research.iiit.ac.in>
2017-11-13Add public keys for akhilakhilbatra8982-0/+52
Change-Id: If13f9f73adda0356054c26480b37c371fd1eb1db Signed-off-by: akhilbatra898 <akhil.batra@research.iiit.ac.in>
2017-10-30Merge "VM-2-VM Network Performance Indicator: A Proposal"zhihui wu1-0/+235
2017-10-30VM-2-VM Network Performance Indicator: A ProposalSridhar K. N. Rao1-0/+235
The proposal is in Jupyter Notebook format. The network performance indicator considers the following (a) Metrics - Throughput and delay (b) Application performance. (c) Topology (d) Virtualization technology. The proposal is added at /docs/proposal folder. JIRA: QTIP-272 Change-Id: Ia808cb031edbe123c011de44712c389ce83863f5 Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com>
2017-10-24Add public key for aaron and qdaiYujun Zhang4-0/+128
The keys are used for openvpn connection and ssh access to qtip infra Change-Id: Ia56b79babeabbd89003e93463812808b5f3fc4d5 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-10-23Merge "Committers please vote +2/-2 for PTL nomination of Zhihui Wu"Yujun Zhang1-2/+2
2017-10-20Fix link error for documentsYujun Zhang1-2/+2
Change-Id: I30197065acbe24d409ba81b289076b3a566b8d46 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-10-19Set ``criteria`` as PASS for all completed executionsYujun Zhang1-1/+1
Change-Id: I232eedba24dd9f41a6d5ef588ffb1f6cfd8d0415 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-10-18Merge "Harmonization titles of the doc of the test projects"Morgan Richomme1-3/+3
2017-10-18Harmonization titles of the doc of the test projectsMorgan Richomme1-3/+3
Change-Id: I75a0ca232a48d451be894dd08b38adb51dbddb82 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-10-18Merge "Add support for Mirantis Cloud Platform."zhihui wu5-1/+122
2017-10-16Add support for Mirantis Cloud Platform.Taseer Ahmed5-1/+122
JIRA: QTIP-261 Change-Id: Ied9c3d91b25bc8dad7deb0cf30f83cd2b7855a92 Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2017-10-16Add release note for EuphratesYujun Zhang1-0/+137
Change-Id: I673671a6d02fea007aebaa02d027cfdb670cf044 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-10-16Committers please vote +2/-2 for PTL nomination of Zhihui WuYujun Zhang1-2/+2
Change-Id: If3d5dfa5ec215c0360df70fc674e54be511a0857 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-10-03Lookup in enviroment for OPNFV release nameYujun Zhang2-1/+2
this is used in testapi reporting Change-Id: If0a2ef1d406544f5c8648fb653ff6c2334abf5e8 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-09-30Merge "Nomination of committer promotion for Akhil Batra"Akhil Batra1-0/+1
2017-09-30Merge "Download ramspeed from new url"Yujun Zhang1-1/+3
2017-09-30Merge "Revert "Enable test result pushing in periodic job""Yujun Zhang1-2/+0
2017-09-30Download ramspeed from new urlYujun Zhang1-1/+3
The original one has expired Change-Id: I0e362daf0308c5f0915bf1f652f3ab7d14373e91 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-09-30Revert "Enable test result pushing in periodic job"Yujun Zhang1-2/+0
This reverts commit 90ff55b51817c23d5070765435c69b585bd184fd. Change-Id: I4dccc70869956e1f852230bc867538a5365903dd Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>