community.vmware icon indicating copy to clipboard operation
community.vmware copied to clipboard

vmware_content_deploy_ovf_template: No vApp properties support available

Open Udayendu opened this issue 3 years ago • 3 comments

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.

Udayendu avatar May 25 '21 05:05 Udayendu

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.

click here for bot help

ansibullbot avatar May 25 '21 06:05 ansibullbot

cc @Akasurde @Tomorrow9 @goneri @lparkes @pgbidkar @ultral @warthog9 click here for bot help

ansibullbot avatar May 25 '21 06:05 ansibullbot

The vmware_deploy_ovf module has vApp properties support this should also

evilhamsterman avatar Jul 20 '22 21:07 evilhamsterman

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?

alice-rc avatar Jan 13 '23 23:01 alice-rc