Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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