Red Hat Bugzilla – Bug 1489454
[ovirt-ansible-roles] ovirt-image-template: swapped parameter template_disk_format and template_disk_interface
Last modified: 2018-05-15 14:01:05 EDT
Description of problem: swapped parameter template_disk_format and template_disk_interface - name: Deploy the qcow image to oVirt engine ovirt_disks: auth: "{{ ovirt_auth }}" name: "{{ template_disk_name | default(template_name) }}" interface: "{{ template_disk_format | default('virtio') }}" size: "{{ template_disk_size}}" format: "{{ template_disk_interface | default('cow') }}" image_path: "{{ image_path }}" storage_domain: "{{ template_disk_storage | default(disk_storage_domain.name) }}" force: "{{ ovirt_templates | length == 0 }}" register: ovirt_disk when: ovirt_templates | length == 0 tags: - ovirt-template-image link: https://github.com/oVirt/ovirt-ansible/blob/master/roles/ovirt-image-template/tasks/qcow2_image.yml Version-Release number of selected component (if applicable): ovirt-ansible-roles-1.0.2-1.el7ev.noarch ansible-2.3.1.0-3.el7.noarch
Please move this to oVirt
Verified ovirt-ansible-infra-1.1.2-1.el7ev.noarch ovirt-ansible-cluster-upgrade-1.1.3-1.el7ev.noarch ovirt-ansible-vm-infra-1.1.3-1.el7ev.noarch ansible-2.4.1.0-1.el7ae.noarch ovirt-ansible-image-template-1.1.4-1.el7ev.noarch ovirt-ansible-roles-1.1.2-1.el7ev.noarch ovirt-ansible-manageiq-1.1.4-1.el7ev.noarch
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, 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/RHEA-2018:1534