Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiaocongdong/vmmigrationcontroller
An Northbound Application of OpenDayLight to optimize the VM migration flow
https://github.com/xiaocongdong/vmmigrationcontroller
computer-networking opendaylight sdn vm-migration-flow
Last synced: 14 days ago
JSON representation
An Northbound Application of OpenDayLight to optimize the VM migration flow
- Host: GitHub
- URL: https://github.com/xiaocongdong/vmmigrationcontroller
- Owner: XiaocongDong
- Created: 2016-04-20T12:50:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-12T07:09:24.000Z (over 7 years ago)
- Last Synced: 2024-11-10T13:46:20.108Z (2 months ago)
- Topics: computer-networking, opendaylight, sdn, vm-migration-flow
- Language: Java
- Size: 67.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VMMigrationController
An Northbound Application of OpenDayLight to optimize the VM migration flow
it provides a restful api for network manager to do the flow optimization
the restful url is http://{webserviceIp}:{port}/VMMigrationController/MigrationService/Optimize/
the HTTP method will be post, here is the input template
```
{
"srcIp":{srcIp},
"destIp":{destIp},
"controllerIp":{controllerIp}
}
```
Copyright:XiaocongDong 20160507