Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Extend the createVlanIpRange api to add the guest ip ranges form different subnets and create a new api AddPodIpRange to add the multiple management ip ranges from different subnets. Whenever we add a ip range from different subnet we have to add a new nic to the routervm. This nic will have one of the ips from the new subnet.
Also make changes to the dhcp entry in the router vm.

APIs:

API Name

API parameters

API response

Available only for root admin

createVlanIpRange

same as the existing parameters

returns the ip ranges

yes

AddPodIpRange

*podId, *IpaddressStart, IpaddressEnd, *Netmask, *Gateway.

returns the ipranges of the pod

yes

...