Skip to content

ip space / pools  #761

@moolinet

Description

@moolinet

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions