Bug 1784106
| Summary: | [RFE][v2v] Please add Conversion host properties in CFME UI | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Satoe Imaishi <simaishi> | ||||||
| Component: | V2V | Assignee: | Mike Turley <mturley> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Md Nadeem <mnadeem> | ||||||
| Severity: | medium | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> | ||||||
| Priority: | medium | ||||||||
| Version: | unspecified | CC: | bthurber, fdupont, mturley, pvauter | ||||||
| Target Milestone: | GA | Keywords: | FutureFeature, ZStream | ||||||
| Target Release: | 5.11.4 | Flags: | pm-rhel:
cfme-5.11.z+
simaishi: mirror+ |
||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | 5.11.4.0 | Doc Type: | Enhancement | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | 1755842 | Environment: | |||||||
| Last Closed: | 2020-03-17 13:11:17 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | V2V | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Bug Depends On: | 1755842 | ||||||||
| Bug Blocks: | |||||||||
| Attachments: |
|
||||||||
|
Comment 2
CFME Bot
2019-12-16 20:40:17 UTC
New commit detected on ManageIQ/manageiq-v2v/ivanchuk: https://github.com/ManageIQ/manageiq-v2v/commit/957f2c2efe17f8298971856cdaf300ea15c0a1cc commit 957f2c2efe17f8298971856cdaf300ea15c0a1cc Author: Milan Zázrivec <mzazrivec> AuthorDate: Wed Nov 6 04:46:49 2019 -0500 Commit: Milan Zázrivec <mzazrivec> CommitDate: Wed Nov 6 04:46:49 2019 -0500 Merge pull request #1060 from mturley/bz-1755842-expose-transport-method [BZ#1755842] Expose transformation method in the conversion hosts list (cherry picked from commit d8954ca8afe8b6a6dfcb5d464a629f0542389be8) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1784106 app/javascript/react/screens/App/Settings/__tests__/helpers.test.js | 66 +- app/javascript/react/screens/App/Settings/helpers.js | 14 + app/javascript/react/screens/App/Settings/screens/ConversionHostsSettings/components/ConversionHostsListItem.js | 3 +- app/javascript/react/screens/App/Settings/screens/ConversionHostsSettings/components/__tests__/ConversionHostsListItem.test.js | 13 +- app/javascript/react/screens/App/Settings/screens/ConversionHostsSettings/components/__tests__/__snapshots__/ConversionHostsListItem.test.js.snap | 40 +- 5 files changed, 129 insertions(+), 7 deletions(-) Created attachment 1652737 [details]
ssh-failed
Created attachment 1652738 [details]
vddk-failed
Fixed in this PR: https://github.com/ManageIQ/manageiq-v2v/pull/1092 New commit detected on ManageIQ/manageiq-v2v/ivanchuk: https://github.com/ManageIQ/manageiq-v2v/commit/b52aca1c33121fde96fda95481c278c25230105f commit b52aca1c33121fde96fda95481c278c25230105f Author: Milan Zázrivec <mzazrivec> AuthorDate: Mon Jan 20 12:32:56 2020 +0000 Commit: Milan Zázrivec <mzazrivec> CommitDate: Mon Jan 20 12:32:56 2020 +0000 Merge pull request #1092 from mturley/bz1784106-conv-host-type-when-failed Fix logic for detecting SSH transport method on a conversion host configuration task (cherry picked from commit d25db9f59856d92e6a1b8bd4e407702862a29fa8) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1784106 app/javascript/react/screens/App/Settings/__tests__/helpers.test.js | 16 +- app/javascript/react/screens/App/Settings/helpers.js | 8 +- 2 files changed, 5 insertions(+), 19 deletions(-) Verified in version 5.11.4.1 The Transport method is added in UI. 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/RHBA-2020:0867 |