Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-05-16 | Fix bugs for GET API and tasks | Bin Yang | 3 | -7/+11 |
2018-05-15 | Add UT for VESagent GET API | Bin Yang | 1 | -0/+60 |
2018-05-15 | Add DELETE API to remove all backlogs of a VIM | Bin Yang | 1 | -0/+53 |
2018-05-15 | Add GET API to retrieve config and backlogs | Bin Yang | 1 | -1/+46 |
2018-05-15 | Encode the collected VM data into VES event | Bin Yang | 1 | -2/+104 |
2018-05-15 | Publish the event to VES | Bin Yang | 2 | -1/+64 |
2018-05-15 | collect VM status according to the backlog | Bin Yang | 1 | -0/+43 |
2018-05-15 | Add logic to handle single backlog | Bin Yang | 2 | -1/+98 |
2018-05-15 | pass backlogs via cache and verify that | Bin Yang | 2 | -4/+71 |
2018-05-15 | Add the vesagent worker scheduler as celery task | Bin Yang | 2 | -0/+59 |
2018-05-15 | Resolve tenant name to id and server name to id | Bin Yang | 1 | -3/+39 |
2018-05-15 | Add logic to build backlog for VM fault event | Bin Yang | 3 | -0/+103 |
2018-05-15 | Add outer loop to build and store backlogs | Bin Yang | 1 | -1/+69 |
2018-05-15 | Add API to configure VESagent | Bin Yang | 2 | -0/+218 |