Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provide a way to create reserved ip independently from vpe creation #395

Open
vburckhardt opened this issue Sep 21, 2023 · 1 comment
Open
Assignees
Labels
enhancement New feature or request internal-synced

Comments

@vburckhardt
Copy link
Member

vburckhardt commented Sep 21, 2023

Description

Use case: ensure that consumer has got control on reserved ip. This is used full in the scenario where a consumer want to have the same ip for a given vpe type across vpcs.

@vburckhardt vburckhardt added the enhancement New feature or request label Sep 21, 2023
@jor2 jor2 self-assigned this Sep 26, 2023
@vburckhardt
Copy link
Member Author

Suggested approach is to:

  1. add an optional input variable to the vpe module that takes a list of reserved ips - eg: reserved_ips
  2. extract out the existing logic that reserve ips as a submodule
  3. refactor root module to use the new submodule to reserve ips when there is not reserved ips passed in the optional input variable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request internal-synced
Projects
None yet
Development

No branches or pull requests

3 participants