Skip to content
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

ntnx_vms does not support ova image creation as per example suggestion #213

Closed
jferry-pm opened this issue Jun 15, 2022 · 0 comments · Fixed by #220
Closed

ntnx_vms does not support ova image creation as per example suggestion #213

jferry-pm opened this issue Jun 15, 2022 · 0 comments · Fixed by #220

Comments

@jferry-pm
Copy link

jferry-pm commented Jun 15, 2022

- name: create_ova_image while vm is on
ntnx_vms:
state: present
vm_uuid: "{{ vm_uuid }}"
operation: create_ova_image
ova_name: integration_test_VMDK_ova
ova_file_format: VMDK
wait: true
register: result
ignore_errors: true

The example code is using the ntnx_vms module to generate an OVA image. This is an invalid operation, there is nothing in the underlying ntnx_vms module referencing create_ova_image

Possible typo in the example code?

Expected Result
OVA VDMK is generated as per example

Observed Result
Error message when running playbook
"msg": "Unsupported parameters for (ntnx_vms) module: operation, ova_file_format, ova_name. Supported parameters include: state, nutanix_password, cluster, name, nutanix_port, cores_per_vcpu, nutanix_host, validate_certs, force_power_off, memory_gb, disks, networks, vcpus, guest_customization, vm_uuid, wait, categories, nutanix_username, boot_config, timezone, project, desc."

@bhati-pradeep bhati-pradeep linked a pull request Jul 1, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant