Description of problem: [RFE] Provide options for 'Disable Spice file transfer', 'Disable spice clipboard copy and paste' and 'attach guest tools iso' in ovirt_vm ansible module.
Hi, I was able to add the following parameters to the ansible: >. Disable Spice file transfer >. Disable spice clipboard copy and paste As for the: >. Attach guest tools iso I have created another issue, we need to add the capability to the API first.
About the virtio-win attachment: Is it for the OS installation? How it is automated?
(In reply to Liran Rotenberg from comment #3) > About the virtio-win attachment: > Is it for the OS installation? How it is automated? Yes, this is for VM OS installation. They are using ovirt_vm ansible module.
We are past 4.5.0 feature freeze, please re-target.
you can attach virtio-win the same way as any other CD. I don't think we need a special option for this.
Options copy_paste_enabled and file_transfer_enabled have been added to ovirt_vm Ansibe moudle, as BZ2001808 was deferred we are not going to provide special option to attach virtio-win CD.
Verified in ovirt-ansible-collection-2.1.0-1.el8ev.noarch Example: - name: Enable file transfer and copy and paste ovirt_vm: auth: "{{ ovirt_auth }}" name: "{{ vm_name }}" graphical_console: protocol: - spice copy_paste_enabled: true file_transfer_enabled: false Note: Protocol parameter needs to be specified. Fixed in: https://github.com/oVirt/ovirt-ansible-collection/pull/542
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (RHV Engine and Host Common Packages update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2022:5584
Due to QE capacity, we are not going to cover this issue in our automation