-
Notifications
You must be signed in to change notification settings - Fork 113
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 support for vApp template #741
Comments
Related to #502 |
This may be implemented only in one way, you can deploy but not manage it after that. I mean recreate, delete ok, but any change of internal details (VM, CPU, memory, disks, customization, etc.) won't be possible as this is not how terraform HCL works. |
@vbauzysvmware I am fine with this approach! In the current Global Lab environment we are always do an identical copy. So... Such customizations are done by the users only as Day-2 operations using the vCD UI. |
@AlexanderB1290 can you share for which company this is needed? :) |
I'd greatly appreciate this feature set too!! |
@vbauzysvmware For VMware. :) I am part of the Global Labs and we are supporting several cloud locations using vCD. |
Implemented in v3.10.0 |
Affected resources and data sources:
Adding support for vApp templates will reduce the need to create new vApps from the ground up. The proposition is to add optional parameters to the mentioned resources and data source for deploying and obtaining a vApp template:
This way a vApp could be created using the following example:
The vApp template can be obtained in similar way using a data source:
If the attribute catalog_name is not provided, the data source needs to return a vApp, not vApp template.
Using the vcd_resource_list to be able to obtain the names of the virtual machines inside an existing vApp template:
If the attribute catalog_name is not provided, the data source needs to return virtual machine names from a vApp, not vApp template.
The text was updated successfully, but these errors were encountered: