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

Add DHCP binding support for NSX-T Org Networks (vcd_nsxt_network_dhcp_binding) #1039

Merged
merged 11 commits into from
Apr 12, 2023

Conversation

Didainius
Copy link
Collaborator

@Didainius Didainius commented Mar 31, 2023

This PR introduces resource and data source vcd_nsxt_network_dhcp_binding dedicated to the managment of DHCP Bindings of NSX-T Org VDC networks. (Closes #907)

Note. While technically it has support for IPv4 and IPv6 bindings, IPv6 support remains undocumented because Terraform provider lacks a few building blocks to enable IPv6 support for DHCP bindings themselves. These settings remain absent from resource configuration for time being.

Signed-off-by: Dainius Serplis <dserplis@vmware.com>
@Didainius Didainius changed the title Initial version of vcd_nsxt_network_dhcp_binding Add DHCP binding support for NSX-T Org Networks (vcd_nsxt_network_dhcp_binding) Mar 31, 2023
Signed-off-by: Dainius Serplis <dserplis@vmware.com>
Signed-off-by: Dainius Serplis <dserplis@vmware.com>
Signed-off-by: Dainius Serplis <dserplis@vmware.com>
Signed-off-by: Dainius Serplis <dserplis@vmware.com>
Signed-off-by: Dainius Serplis <dserplis@vmware.com>
Signed-off-by: Dainius Serplis <dserplis@vmware.com>
Signed-off-by: Dainius Serplis <dserplis@vmware.com>
@Didainius Didainius marked this pull request as ready for review April 4, 2023 12:30
Copy link
Collaborator

@adambarreiro adambarreiro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this PR! First scan

Signed-off-by: Dainius Serplis <dserplis@vmware.com>
@Didainius Didainius removed the request for review from dataclouder April 6, 2023 06:59
vcd/resource_vcd_nsxt_network_dhcp_test.go Outdated Show resolved Hide resolved
vcd/structure.go Show resolved Hide resolved
website/docs/r/nsxt_network_dhcp_binding.html.markdown Outdated Show resolved Hide resolved
vcd/resource_vcd_nsxt_network_dhcp_test.go Outdated Show resolved Hide resolved
Signed-off-by: Dainius Serplis <dserplis@vmware.com>
Signed-off-by: Dainius Serplis <dserplis@vmware.com>
@Didainius Didainius merged commit 3e5db1c into vmware:main Apr 12, 2023
@Didainius Didainius deleted the dhcp-binding branch April 12, 2023 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ability to add/modify DHCP IPv4 Bindings
4 participants