summaryrefslogtreecommitdiffstats
path: root/windriver/titanium_cloud/vesagent
AgeCommit message (Expand)AuthorFilesLines
2018-06-05Fix eventId to conform VES specsBin Yang1-2/+2
2018-05-23VESagent monitors all VMs under a tenantBin Yang2-29/+52
2018-05-21Fix incompatible fields of reported eventsBin Yang1-10/+21
2018-05-19correct the timestamp granularityBin Yang1-3/+14
2018-05-16Change logs to reduce uncessary info outputBin Yang1-10/+13
2018-05-16Fix bugs for GET API and tasksBin Yang3-7/+11
2018-05-15Add UT for VESagent GET APIBin Yang1-0/+60
2018-05-15Add DELETE API to remove all backlogs of a VIMBin Yang1-0/+53
2018-05-15Add GET API to retrieve config and backlogsBin Yang1-1/+46
2018-05-15Encode the collected VM data into VES eventBin Yang1-2/+104
2018-05-15Publish the event to VESBin Yang2-1/+64
2018-05-15collect VM status according to the backlogBin Yang1-0/+43
2018-05-15Add logic to handle single backlogBin Yang2-1/+98
2018-05-15pass backlogs via cache and verify thatBin Yang2-4/+71
2018-05-15Add the vesagent worker scheduler as celery taskBin Yang2-0/+59
2018-05-15Resolve tenant name to id and server name to idBin Yang1-3/+39
2018-05-15Add logic to build backlog for VM fault eventBin Yang3-0/+103
2018-05-15Add outer loop to build and store backlogsBin Yang1-1/+69
2018-05-15Add API to configure VESagentBin Yang2-0/+218