-
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
Configuration of multiple NICs #118
Comments
Thanks @WildWon for this issue! @vbauzysvmware please have a crack at it. One caveat is that we need to maintain backwards compatibility with existing behaviour. |
I'm working on this feature. Will probably issue a pull request in a couple of days. |
@dn1s, that's great. Please take assignment of this task if you can (for some reason GitHub doesn't allow me to select you from the list). |
I have a question about this feature. In favor of a new parameter networks with a structure like this:
|
I'd be ready to open up a new pr. I have another question though. |
@dn1s Sounds like the VM needs to do guest customization again (forced re-customization). Normally guest customization is only done on first boot. And that's the component which updates root/admin password, hostname, IP settings, etc. |
@pasikarkkainen After talking a lot about this problem with a college of mine. We came to the conclusion to just force a new vm if network changes since this is out of scope from terraform to handle guestCustomization after initalization. It's probably possible to workaround this problem with providing your own script which is capable of updating network config files in initscript but I would not recommend that. |
- implements multi nic support for vm. - deprecated network_name/network_href/ip params in favor of new networks parameter - fixes vmware#50 and vmware#118
- implements multi nic support for vm. - deprecates network_name/network_href/ip attributes in favor of new networks attribute - fixes vmware#50 and vmware#118
- implements multi nic support for vm. - deprecates network_name/network_href/ip attributes in favor of new networks attribute - fixes vmware#50 and vmware#118
- implements multi nic support for vm. - deprecates network_name/network_href/ip attributes in favor of new networks attribute - fixes vmware#50 and vmware#118
- implements multi nic support for vm. - deprecates network_name/network_href/ip attributes in favor of new networks attribute - fixes vmware#50 and vmware#118
- implements multi nic support for vm. - deprecates network_name/network_href/ip attributes in favor of new networks attribute - fixes vmware#50 and vmware#118
- implements multi nic support for vm. - deprecates network_name/network_href/ip attributes in favor of new networks attribute - fixes vmware#50 and vmware#118
- new attribute networks - new attribute mac Resolves issue (vmware#118)
- implements multi nic support for vm. - deprecates network_name/network_href/ip attributes in favor of new networks attribute - fixes vmware#50 and vmware#118
Hi there,
When deploying a vm from template currently only one NIC can be configured. Vms with multiple NICs have to be manually reconfigured after deployment.
Terraform Version
Terraform v0.11.10
Affected Resource(s)
resource "vcd_vapp_vm"
Terraform Configuration Files
Debug Output
n/a
Panic Output
n/a
Expected Behavior
Being able to either configure all NICs of a template or alternatively add NICs incl. configuration to a vm at deployment.
Actual Behavior
Only one NIC can be configured
Steps to Reproduce
This can be easily reproduced by deploying a new vm to a vCloud instance
Important Factoids
n/a
References
n/a
The text was updated successfully, but these errors were encountered: