community.vmware
community.vmware copied to clipboard
vmware_content_deploy_ovf_template: No vApp properties support available
SUMMARY
Missing support for vApp properties in vmware_content_deploy_ovf_template
module
ISSUE TYPE
- Feature Idea
COMPONENT NAME
- vmware_content_deploy_ovf_template
ANSIBLE VERSION
$ pip3 show ansible
Name: ansible
Version: 4.0.0
Summary: Radically simple IT automation
Home-page: https://ansible.com/
Author: Ansible, Inc.
Author-email: [email protected]
License: GPLv3+
Location: /usr/local/lib/python3.8/dist-packages
Requires: ansible-core
Required-by:
$ pip3 show ansible-core
Name: ansible-core
Version: 2.11.1
Summary: Radically simple IT automation
Home-page: https://ansible.com/
Author: Ansible, Inc.
Author-email: [email protected]
License: GPLv3+
Location: /usr/local/lib/python3.8/dist-packages
Requires: packaging, jinja2, cryptography, resolvelib, PyYAML
Required-by: ansible
ADDITIONAL INFORMATION
- This is an important feature for any OVA thats having vApp properties. Without the support for vApp properties, this module is incomplete.
Files identified in the description:
- [
plugins/modules/vmware_content_deploy_ovf_template.py
](https://github.com/['ansible-collections/amazon.aws', 'ansible-collections/community.aws', 'ansible-collections/community.vmware']/blob/main/plugins/modules/vmware_content_deploy_ovf_template.py)
If these files are inaccurate, please update the component name
section of the description or use the !component
bot command.
cc @Akasurde @Tomorrow9 @goneri @lparkes @pgbidkar @ultral @warthog9 click here for bot help
The vmware_deploy_ovf module has vApp properties support this should also
So this module should have the same parameters as the related community.vmware.vmware_deploy_ovf module. It is currently missing:
- allow_duplicates
- deployment_option
- fail_on_spec_warnings
- inject_ovf_env
- networks
- power_on
- properties
- wait
- wait_for_ip_address
Why are those options unavailable?