summaryrefslogtreecommitdiffstats
path: root/fcaps
AgeCommit message (Collapse)AuthorFilesLines
2019-05-09Fix FCAPS health check issueLiexiang Yue1-1/+1
Issue-ID: MULTICLOUD-499 Change-Id: Iba6fd3ff539685021506ebbdffb07c751d731e0b Signed-off-by: Liexiang Yue <yueliexiang@chinamobile.com>
2019-04-26Decrease the rabbitmq image size for fcaps local testLiexiang Yue1-1/+1
Issue-ID: MULTICLOUD-499 Change-Id: I96aeb5be679a5c238bc7b3b315660c525dfc6638 Signed-off-by: Liexiang Yue <yueliexiang@chinamobile.com>
2019-04-24Add docker-compose for fcaps local testLiexiang Yue1-0/+31
Issue-ID: MULTICLOUD-499 Change-Id: I432d0236b4b5bddc27c18320924216f428697d66 Signed-off-by: Liexiang Yue <yueliexiang@chinamobile.com>
2019-04-12Merge "Add FCAPS healthy check api"Bin Yang1-1/+2
2019-04-12update stop scriptsXiaohua Zhang2-2/+2
Issue-ID: MULTICLOUD-508 Change-Id: I9ac055038f497b761cd5807c89551137fcc76d6c Signed-off-by: Xiaohua Zhang <xiaohua.zhang@windriver.com>
2019-04-12Add FCAPS healthy check apiLiexiang Yue1-1/+2
Issue-ID: MULTICLOUD-499 Change-Id: If8cc17c6774ede397e138db8d756134c02389fde Signed-off-by: Liexiang Yue <yueliexiang@chinamobile.com>
2019-04-12Merge "Use alpine for MultiCloud FCAPS plugin"Bin Yang2-9/+7
2019-04-12Use alpine for MultiCloud FCAPS pluginLiexiang Yue2-9/+7
This patch change the base image to python:2-alpine Issue-ID: MULTICLOUD-499 Change-Id: I8fed9c774eabab496fa07acd96b7f759e20b123e Signed-off-by: Liexiang Yue <yueliexiang@chinamobile.com>
2019-04-09Fix bugs for infra_workload APIsXiaohua Zhang2-2/+2
Change-Id: Ieda8b2f7f68911bc348613cf7b18b40ea800b1e2 Issue-ID: MULTICLOUD-541 Signed-off-by: Xiaohua Zhang <xiaohua.zhang@windriver.com>
2019-04-08Add secured https support for FCAPSLiexiang Yue5-3/+61
Issue-ID: MULTICLOUD-522 Change-Id: I0d08093d09a450313a2ca29372f65d794dce9502 Signed-off-by: Liexiang Yue <yueliexiang@chinamobile.com>
2019-04-04Fix thread helper bugXiaohua Zhang2-2/+3
the uwsgi disable threads by default. Enable it with additonal option. The post and get API request might routed to different uwsgi process, Leverage memcached to sync backlog items between uwsgi process Change-Id: Iaac6b66061f2c396cd24825ab020f0a937dfb505 Issue-ID: MULTICLOUD-561 Signed-off-by: Xiaohua Zhang <xiaohua.zhang@windriver.com>
2019-03-21Add unit_test for Multi-Cloud Fcaps enhancementLiexiang Yue1-0/+90
Issue-ID: MULTICLOUD-495 Change-Id: I321823f894bba014f39455487687a0f77ff4234d Signed-off-by: Liexiang Yue <yueliexiang@chinamobile.com>
2019-03-20Multi-Cloud Fcaps enhancementLiexiang Yue4-2/+393
Issue-ID: MULTICLOUD-495 Change-Id: I3d5d6eadeaa00b8597dfa318bad6a1fa1796a2ce Signed-off-by: Liexiang Yue <yueliexiang@chinamobile.com>
2019-03-06Optimize docker image footprint sizeLiexiang Yue3-5/+12
Issue-ID: MULTICLOUD-495 Change-Id: I351c2424050e139c5d53ebe78c44c8579d350a1c Signed-off-by: Liexiang Yue <yueliexiang@chinamobile.com>
2019-03-01Upgrade onaplog 1.0.8Xiaohua Zhang1-1/+1
Add python3 validation Change-Id: I331247e96ebad0d5e1ca3e9ffada8e2623237863 Issue-ID: MULTICLOUD-503 Signed-off-by: Xiaohua Zhang <xiaohua.zhang@windriver.com>
2019-02-27Add OpenStack fcaps moduleBin Yang40-0/+2686
Change-Id: Ie05808a199edf1203ed0c7663031c7065dcb1512 Issue-ID: MULTICLOUD-499 Signed-off-by: Bin Yang <bin.yang@windriver.com>