Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / logic / ippool.py @ 439ff929

History | View | Annotate | Download (2.5 kB)

# Date Author Comment
8a4a931d 07/23/2012 11:49 am Christos Stavrakakis

Fix IP pool exceptions

77f0fa63 07/23/2012 11:49 am Christos Stavrakakis

Implement IP management

Delegate IP management to synnefo, in order to be able to allocate IP
addresses accross multiple Ganeti backends. This is achieved by creating a
Pool of IPs for each Network, in the form of a bitarray, which is stored
in the DB as a base64 string....