-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Description
would it be possible to add a IP/prefix pool feature?
here's how I see this could be used:
admin: create a pool
- define size of pool item (/32 for fixed ip or any other prefix length)
- assign one or more IP ranges (prefixes) to the pool from which items can be requested
- assign a role to the pool (infrastructure, dhcp, nat, ssl, etc..)
user: request an IP/prefix
- choose an IP / prefix length
- choose a role
- provide description
ipspace/pool module:
- pick the next free IP/prefix available from the pool matching prefix length and role and assign it
- calculate the usage of a pool and send a notification when it reaches a certain threshold (80%?)
if the request mechanism is available via api then it will become very easy to script IP assignation without having to search through the whole ip space.
we could use the new 'is_pool' prefix type to mark prefixes used in pools
Thanks,
tioan and BMH64
Metadata
Metadata
Assignees
Labels
No labels