DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.

DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
No changes to existing Apis
...
...
Add one more default Network offering having LB Service with Internal LB provider. Insert this offering as a part of the upgrade as well.
...
Api name | Request parameters | Response parameter | Available to regular user |
|---|---|---|---|
allocateIpAddress | networkId (required, accepts only Id of VPC guest networks in 4.2) |
| yes |
releaseIpAddress | id (required) | true/false | yes |
listIpAddresses |
| List of Ip objects, each having:
| yes |
DB changes
TBD
...
...
...
For the backend engineer to complete. Have to put HA proxy management/configuration details here
...
...
API name | Request parameters | Response parameters | Available to regular user |
|---|---|---|---|
createInternalLoadBalancer |
|
| yes |
deleteInternalLoadBalancer | id(required) | true/false | yes |
listInternalLoadBalancers |
| list of load balancers, each having parameters:
| yes |
DB changes
TBD
Question: should we allow destroying the vm with DestroySystemVM command?
...