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 secondary IP address (IPv6) management to vcd_vapp_vm and vcd_vm #1292

Merged
merged 17 commits into from
Jul 31, 2024

Conversation

Didainius
Copy link
Collaborator

@Didainius Didainius commented Jul 10, 2024

Closes #1100

Note. This PR includes #1293 (version bump PR)

About

This PR adds support for secondary IP configuration option in vcd_vm and vcd_vapp_vm by adding two new fields in network block - secondary_ip_allocation_mode and secondary_ip. Such names are chosen because they match other places with IPv6 support - e.g. routed network secondary IP pools

Testing

Ran tests for vapp and vm tags.
Note. There are a few unrelated failures (might fail depending on the environment configuration) that need addressing separately.

  • 10.4.0
  • 10.5.1
  • 10.6.0

Binary tests for new test TestAccVcdVAppVm_4types_Ipv6 in:

  • 10.5.1

Didainius added 12 commits July 10, 2024 08:25
Signed-off-by: Dainius Serplis <[email protected]>
Signed-off-by: Dainius Serplis <[email protected]>
Signed-off-by: Dainius Serplis <[email protected]>
Signed-off-by: Dainius Serplis <[email protected]>
Signed-off-by: Dainius Serplis <[email protected]>
Signed-off-by: Dainius Serplis <[email protected]>
Signed-off-by: Dainius Serplis <[email protected]>
Signed-off-by: Dainius Serplis <[email protected]>
Signed-off-by: Dainius Serplis <[email protected]>
@Didainius Didainius changed the title Add secondary IP address management to VM Add secondary IP address (IPv6) management to VM Jul 11, 2024
@Didainius Didainius changed the title Add secondary IP address (IPv6) management to VM Add secondary IP address (IPv6) management to vcd_vapp_vm and vcd_vm Jul 11, 2024
Signed-off-by: Dainius Serplis <[email protected]>
@Didainius Didainius marked this pull request as ready for review July 11, 2024 10:46
@Didainius Didainius removed the request for review from dataclouder July 11, 2024 10:47
.changes/v3.14.0/1292-improvements.md Outdated Show resolved Hide resolved
Signed-off-by: Dainius Serplis <[email protected]>
Signed-off-by: Dainius Serplis <[email protected]>
Signed-off-by: Dainius Serplis <[email protected]>
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.

LGTM and tests passed

Signed-off-by: Dainius Serplis <[email protected]>
@Didainius Didainius merged commit 2ba3d00 into vmware:main Jul 31, 2024
3 checks passed
@Didainius Didainius deleted the vm-ipv6 branch July 31, 2024 05:11
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.

vcd_vapp_vm with dualstack ip adress pool ipv4 and ipv6
3 participants