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

assign interfaces in vcd_ip_space_uplink #1207

Closed
bogi0704 opened this issue Feb 8, 2024 · 3 comments · Fixed by #1311
Closed

assign interfaces in vcd_ip_space_uplink #1207

bogi0704 opened this issue Feb 8, 2024 · 3 comments · Fixed by #1311
Assignees

Comments

@bogi0704
Copy link
Contributor

bogi0704 commented Feb 8, 2024

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

When creating a provider gateway using IP Spaces one is able to configure specific T0 Interfaces for that uplink via the VCD UI.

New or Affected Resource(s)

  • vcd_ip_space_uplink

Terraform Configuration (if it applies)

Proposal of a new argument

associated_interfaces = [nsxt_policy_tier0_gateway_interface.internet01.id, nsxt_policy_tier0_gateway_interface.internet02.id] // Optional (VCD 10.5.1+) / If one or more interfaces are specified, then NAT, Firewall and routing settings using this IP-Space will only apply to those interfaces instead of all connected interfaces. Default: []

References

grafik

@Didainius
Copy link
Collaborator

@bogi0704 , this is now implemented in #1311
Would you possibly be able to validate the feature works for you?

@bogi0704
Copy link
Contributor Author

@Didainius yes, I am planning to implement this in our stack. It may take some time though...

@Didainius
Copy link
Collaborator

Didainius commented Aug 30, 2024

@Didainius yes, I am planning to implement this in our stack. It may take some time though...

Got it, thanks. So we have working tests as usual and it all should be good, but whenever possible, your feedback is very valuable. If you get a chance to try - do post if it worked for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants