Bug 1857523 - [V2V] [Regression] Unable to configure conversion host
Summary: [V2V] [Regression] Unable to configure conversion host
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: V2V
Version: 5.11.7
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: GA
: 5.11.7
Assignee: Fabien Dupont
QA Contact: Nandini Chandra
Red Hat CloudForms Documentation
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-07-16 04:46 UTC by Nandini Chandra
Modified: 2020-08-07 17:41 UTC (History)
3 users (show)

Fixed In Version: 5.11.7.1
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-08-07 17:41:43 UTC
Category: Bug
Cloudforms Team: V2V
Target Upstream Version:
Embargoed:
pm-rhel: cfme-5.11.z+


Attachments (Terms of Use)

Description Nandini Chandra 2020-07-16 04:46:17 UTC
Description of problem:
-----------------------
I'm unable to configure RHV conversion hosts. Here's a snippet from the conversion host enable log file. The task failed with this message:
'v2v_transport_method' is undefined. 

 {
                    "hosts": {
                        "smicro-xx.yy.zz.redhat.com": {
                            "_ansible_no_log": false,
                            "action": "include_tasks",
                            "failed": true,
                            "msg": "'v2v_transport_method' is undefined"
                        }
                    },
                    "task": {
                        "duration": {
                            "end": "2020-07-16T04:12:58.514426Z",
                            "start": "2020-07-16T04:12:58.456012Z"
                        },
                        "id": "001a4a43-0447-be0b-bd03-000000000030",
                        "name": "oVirt.v2v-conversion-host : include_tasks"
                    }
                }
            ]
        }
    ],
    "stats": {
        "smicro-5037-04.cfme.lab.eng.rdu2.redhat.com": {
            "changed": 0,
            "failures": 1,
            "ignored": 0,
            "ok": 4,
            "rescued": 0,
            "skipped": 0,
            "unreachable": 0
        }
    }
}



Version-Release number of selected component (if applicable):
--------------------------------
5.11.7


How reproducible:
-----------------
Always


Steps to Reproduce:
-------------------
1.Try to configure conversion host through CFME UI.
2.
3.


Actual results:
---------------
Configuration of conversion host fails.


Expected results:
----------------
Configuration of conversion host should succeed.


Additional info:
---------------
It fails with both VDDK and SSH transport methods.

Comment 4 Nandini Chandra 2020-07-16 05:17:40 UTC
Issue occurs with OSP as well.

Comment 5 Fabien Dupont 2020-07-17 07:39:50 UTC
https://github.com/ManageIQ/manageiq/pull/20363

Comment 7 Nandini Chandra 2020-07-21 19:15:51 UTC
Verified in 5.11.7.1


Note You need to log in before you can comment on or make changes to this bug.