aboutsummaryrefslogtreecommitdiffstats
path: root/opt
AgeCommit message (Collapse)AuthorFilesLines
2017-02-21Add licence header according to OPNFV contribution guidelines[1] by script[2]Yujun Zhang12-0/+96
[1]: https://wiki.opnfv.org/display/DEV/Contribution+Guidelines [2]: https://github.com/Justin-chi/Lab/blob/master/add_license.sh Change-Id: I5b77394a104857bb4ee9addbe973ed239b7a59f3 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-01-23Code refactoring about doctor QPIYujun Zhang16-486/+0
- Move sample log files to test data - Move configuration from plugin to plan Change-Id: Iaaf36ab3ce29c2eafe2d75f3524e7a302cc3836d Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-01-11Reorganize the project foldersYujun Zhang25-0/+0
Code from Brahmaputra is no longer maintained, including: - docker - playbooks - scripts - utils They are moved to legacy folder to avoid unnecessary confusion to new developers. Change-Id: Ia50383ca5c3bd82571eb7b2184e7f83e264ff8a7 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-01-11sample QPI for doctor performance measured in verification jobYujun Zhang16-0/+486
The doctor benchmark plan produces a performance profile consist of timestamp at each checkpoint and time cost of each phase.[1] It collects data from log files and render a timeline diagram in console Current progress - skeleton created - method to be implemented [1]: http://artifacts.opnfv.org/doctor/docs/design/index.html#document-performance-profiler JIRA: QTIP-199 Change-Id: I60fbbd37d04a5724841bd85cb3bfed9eabd3741a Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-01-05Retire `qtip-desk` server to save costYujun Zhang3-14/+6
info: this AWS instance hasn't been used much but costing 40$/month Change-Id: I50045eef42eadd656a54e4a0fa2a65f9a9c0c557 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2016-12-16Merge "add ssh public key to users/files/"zhihui wu2-0/+2
2016-12-10add ssh public key to users/files/Akhil Batra2-0/+2
request user access on server Change-Id: I2b100a63c9a4de52d8494d4b0ad527cf6f5b3f71 Signed-off-by: Akhil Batra <akhil.batra@research.iiit.ac.in>
2016-12-08Fix role name errorYujun Zhang6-0/+0
JIRA: QTIP-159 Change-Id: Idb4d43accaf0186f53c338624513e172dc54b9a8 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2016-11-23Reorganize the inventoryYujun Zhang16-40/+28
- update server name and spec - group servers by usage - assign roles for each group - rename role ssh to user Change-Id: Ibc0a599adfabee296510f140319889775d9ae6cc Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2016-11-23Merge "Additional server test.qtip.io"zhihui wu3-3/+7
2016-11-22adapt testapi running script to use mongo container as TESTDBSerenaFeng1-2/+2
JIRA: QTIP-166 Change-Id: Icae8ab2a8760138ef10e9b353f6027bc5179ab5e Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2016-11-21deploy mongodb to qtip dashboard serverSerenaFeng3-1/+18
add ansible code to deploy mongodb in qtip dashboard server JIRA: QTIP-166 Change-Id: Icce4ac10b00ecf7679ff89204cb8a95cd1919151 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2016-11-21deploy testapi to qtip dashboard serverSerenaFeng7-1/+37
add ansible code to deploy testapi in qtip dashboard server JIRA: QTIP-166 Change-Id: I09111ea762d2677061c010e85208105f3f556fc6 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2016-11-17Additional server test.qtip.ioYujun Zhang3-3/+7
- Located in Aliyun HK - 1 CPU, 1GiB Mem, 100Mbps Change-Id: I93241648f5721c04305cd74e1668de8ce5317604 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2016-11-16New domain name for dev serverYujun Zhang1-1/+1
Change-Id: I293b5b32948132aac9f81f9188a7ab4b3a8ced2f Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2016-11-10Adjust folder structureYujun Zhang22-0/+198
Note: this patchset may break existing features, but it will help to accelerate the refactoring work. JIRA: QTIP-131 Change-Id: Ie0cd9d185e6b02316878daef905e26f4e533a66b Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>