Bug 1996098
| Summary: | [RFE] Provide options for 'Disable Spice file transfer', 'Disable spice clipboard copy and paste' | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Abhishekh Patil <abpatil> |
| Component: | ovirt-ansible-collection | Assignee: | Martin Necas <mnecas> |
| Status: | CLOSED ERRATA | QA Contact: | Barbora Dolezalova <bdolezal> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.4.7 | CC: | apinnick, dfodor, emarcus, lrotenbe, mavital, michal.skrivanek, mperina, mtessun |
| Target Milestone: | ovirt-4.5.1 | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ovirt-ansible-collection-2.0.5 | Doc Type: | Enhancement |
| Doc Text: |
The copy_paste_enabled and file_transfer_enabled options were added to the ovirt_vm Ansible module.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-07-14 12:55:59 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 2001808 | ||
| Bug Blocks: | |||
|
Description
Abhishekh Patil
2021-08-20 14:29:24 UTC
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 |