Open Prasaddiwalkar opened 2 years ago
Any updates?
Hi @Prasaddiwalkar Looks like this VCD this feature isn't what you expect: https://docs.vmware.com/en/VMware-Cloud-Director/9.7/com.vmware.vcloud.user.doc/GUID-249A5B8E-65C5-48F1-8BCB-AD0E08D97EF0.html
This feature allows the vApp to retain its assigned IP even after stopping and expiring the vApp
Hi @Prasaddiwalkar Looks like this VCD this feature isn't what you expect: https://docs.vmware.com/en/VMware-Cloud-Director/9.7/com.vmware.vcloud.user.doc/GUID-249A5B8E-65C5-48F1-8BCB-AD0E08D97EF0.html
This feature allows the vApp to retain its assigned IP even after stopping and expiring the vApp
When I provision vApp from vApp_template using powershell it copies all the VM details from template.
How to achieve this behaviour using terraform?
This is important to us, to migrate from our SDK base infrastructure provisioning tool to terraform. Can you please look into this issue?
Hi @Prasaddiwalkar we are currently quite busy with the last phase of release. I scanned the code and looks like that with current implementation there isn't a way to inherit network settings from the Vapp template.
Hello,
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Terraform Version
Run
terraform -v
to show the version. If you are not running the latest version of Terraform, please upgrade because your issue may have already been fixed.Affected Resource(s)
Please list the resources as a list, for example:
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Terraform Configuration Files
Debug Output
Please provide a link to GitHub Gist(s) containing complete debug output. You can enable debug by using the commands below:
tf.log go-vcloud-director.log
Panic Output
Expected Behavior
Expected behavior when I set
retain_ip_mac_enabled = true
newly created vcd_vapp_vm should have same mac address of vcd_vatalog_items vm.Actual Behavior
Always generate new mac address for newly spinned vm
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform init
terraform plan
terraform apply
User Access rights
Information about user used. Role and/or more exact rights if it is customized.
Important Factoids
Is there anything atypical about your accounts that we should know?
References
Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example: