-
Notifications
You must be signed in to change notification settings - Fork 112
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
vcd_vapp_vm with dualstack ip adress pool ipv4 and ipv6 #1100
Comments
I also tried to implement it, but I am struggeling with it and documented in this issue. Does someone know how to fix the xml error? I am assume that I am using the wrong schemas. |
Is this issue still being tracked and is it planned already? |
hi @riconem, just found out how to fix the xml. Looks like order of elements in NetworkConnection is important. You have to move |
Thank you @nxcc. I will try. |
Hello, |
Hello, |
Thank you. I will test it. Could you also provide your go-vcloud-director version? I couldn't find it. |
Thanks. It is here - vmware/go-vcloud-director#694 (this PR for Terraform also uses it) |
Community Note
Description
Creation of a
vcd_vapp_vm
with dualstack ip adress pools in the network section. Currently there are no options for that. You can create a vm with an ip adress pool but you can't choose if it's ipv4 or ipv6 like in the GUI. It's some kind of random behaviour.When the code is applied and you have a dualstack network with ipv4 and ipv6. It happens that there are a ipv6 ip adress on an ip4 adress pool. It also doesn't add the other ipv4 adress to the pool.
Inside the GUI you can choose a pool for ipv4 and ipv6. So it should look like the following.
New or Affected Resource(s)
The text was updated successfully, but these errors were encountered: