Support IPv6 for project IP address allocation - #2318
Open
yuanyouyao wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
/test-all |
yuanyouyao
force-pushed
the
fix/project-ip-address-allocation-ip-address-type
branch
from
September 7, 2026 06:19
b783faa to
8e3a2f4
Compare
Contributor
Author
|
/test-all |
yuanyouyao
force-pushed
the
fix/project-ip-address-allocation-ip-address-type
branch
from
September 7, 2026 06:50
8e3a2f4 to
8441d08
Compare
Contributor
Author
|
/test-all |
Add `ip_address_type` and `ipv6_allocation_prefix_length` attributes to `nsxt_policy_project_ip_address_allocation` to support allocating IPv6 address blocks for project workloads on NSX 9.2.0+. Gate new schema attributes with `IntroducedInVersion: "9.2.0"` and `OmitIfEmpty: true` so the provider omits them on NSX 9.1.x managers, avoiding unrecognized property JSON deserialization errors during resource creation on older NSX versions. Update resource documentation and add unit test coverage for IPv6 and NSX 9.1 backward-compatible project IP address allocation creation.
yuanyouyao
force-pushed
the
fix/project-ip-address-allocation-ip-address-type
branch
from
September 7, 2026 08:42
8441d08 to
a0937db
Compare
Contributor
Author
|
/test-all |
Contributor
|
Why do we require ForceNew for these attributes? |
Contributor
|
Also, can we create an acceptance test for the IPv6 case? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add
ip_address_typeandipv6_allocation_prefix_lengthattributes tonsxt_policy_project_ip_address_allocationto support allocating IPv6 address blocks for project workloads.Update resource documentation and add unit test coverage for IPv6 project IP address allocation creation.