Feature #2858

Updated by Ruben S. Montero about 7 years ago

This is a meta-issue to group multiple networking features. All of them will be develop in the same branch.

branch, In order to accommodate all the requests made to improve the OpenNebula networking network flow we'll we need to re-design the data model. Basically, it'll extend OpenNebula Model, basically extending the definition of a lease to get rid of the FIXED vs RANGED types.

A network will have any number of address ranges that may even provide specific configuration (e.g. VLAN_ID) or context (e.g. GATEWAY) attributes. The new address ranges could be of any type (Ethernet, IP, IPv6, Dual IPv4+6).

IPv6...). This will effectively decouple the network implementation (e.g. BRIDGE, VLAN...) from the address management, management so making possible a self-service model for virtual network provisioning.

The following issues will be addressed:

* #2740: Virtual Networks should be able to select the IP version for addresses
* #2545: Decorrelate networks TYPE and IP management
* #1818: Support for IP reservations
* #1773: Add network groups
* #2818: Let specify IPv6 (apart from MAC and IPv4) addresses for Fixed leases
* #1945: Tag Virtual Network as IPv6 enabled.

Back