You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the ip property is not passed to a vcd_vapp resource, the resulting VM will use DHCP to allocate an IP Address. Initially the vCloud Director UI will not show an IP Address for the new VM, however once the VM has booted and the open-vm-tools package started, it updates vCloud Director with the DHCP allocated IP Address.
If you subsequently run a "terraform refresh", the resulting tfstate file does also include the correct address in the ip property for the vapp.
It would be really handy if when creating the vcd_vapp resource, if no ip address is specified then it should wait until the vm's open-vm-tools has updated vCloud Director with it's allocated IP address and pull it back. It would open up all sorts of possibilities, not the least being able to configure connection details to bounce off bastion hosts, something like:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 28, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If the ip property is not passed to a vcd_vapp resource, the resulting VM will use DHCP to allocate an IP Address. Initially the vCloud Director UI will not show an IP Address for the new VM, however once the VM has booted and the open-vm-tools package started, it updates vCloud Director with the DHCP allocated IP Address.
If you subsequently run a "terraform refresh", the resulting tfstate file does also include the correct address in the ip property for the vapp.
It would be really handy if when creating the vcd_vapp resource, if no ip address is specified then it should wait until the vm's open-vm-tools has updated vCloud Director with it's allocated IP address and pull it back. It would open up all sorts of possibilities, not the least being able to configure connection details to bounce off bastion hosts, something like:
The text was updated successfully, but these errors were encountered: