Bug 1739865
Summary: | [v2v] Enable conversion is failing on finding the oVirt.v2v-conversion-host role | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Ilanit Stein <istein> | ||||
Component: | V2V | Assignee: | Fabien Dupont <fdupont> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | Sudhir Mallamprabhakara <smallamp> | ||||
Severity: | high | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> | ||||
Priority: | unspecified | ||||||
Version: | unspecified | CC: | bthurber | ||||
Target Milestone: | GA | ||||||
Target Release: | cfme-future | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2019-08-11 10:46:28 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Ilanit Stein
2019-08-11 10:44:10 UTC
*** This bug has been marked as a duplicate of bug 1738643 *** Created attachment 1602600 [details]
evm.log
Look in the evm.log for this error:
[----] E, [2019-08-11T06:04:24.010471 #56901:2ac513a565c4] ERROR -- : MIQ(ConversionHost#ansible_playbook) ansible-playbook /usr/share/v2v-conversion-host-ansible/playbooks/conversion_host_check.yml --inventory f01-h04-000-1029u.rdu2.scalelab.redhat.com, --become --extra-vars="ansible_ssh_common_args='-o StrictHostKeyChecking=no'" --user root --private-key /tmp/ansible_key20190811-56901-1johusa --extra-vars '{"v2v_host_type":"rhevm","v2v_transport_method":"vddk"}' ==> ERROR! the role 'oVirt.v2v-conversion-host' was not found in /usr/share/v2v-conversion-host-ansible/playbooks/roles:/etc/ansible/roles:/var/www/miq/vmdb/content/ansible_consolidated/roles:/usr/share/v2v-conversion-host-ansible/playbooks
The error appears to be in '/usr/share/v2v-conversion-host-ansible/playbooks/conversion_host_check.yml': line 5, column 7, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
roles:
- role: oVirt.v2v-conversion-host
^ here
|