Bug 1708802
| Summary: | [v2v][OSP][SSH]: Migration with SSH on OSP failure | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Shveta <sshveta> | ||||
| Component: | V2V | Assignee: | Fabien Dupont <fdupont> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Shveta <sshveta> | ||||
| Severity: | high | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> | ||||
| Priority: | urgent | ||||||
| Version: | 5.10.4 | CC: | bthurber, dmetzger, jprause, simaishi, tgolembi, ytale | ||||
| Target Milestone: | GA | Keywords: | Reopened | ||||
| Target Release: | 5.10.5 | ||||||
| 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-06-11 12:48:13 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | Bug | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | V2V | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Shveta
2019-05-10 21:57:53 UTC
Could you please list the content of /root/.ssh directory? [root@dhcp-8-196-131 ~]# cd /root/.ssh/ [root@dhcp-8-196-131 .ssh]# ll total 4 -rw-------. 1 root root 0 May 10 08:31 authorized_keys -rw-r--r--. 1 root root 1658 May 10 17:51 known_hosts This is from the appliance . Appliance : 10.8.196.131 I don't see any SSH key there. Was the conversion host properly deployed? The error message isn't related to SSH here: SSL exception connecting to https://10.8.58.137:13000/v3/auth/tokens: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:618) It seems to be a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=1708359. Do you think we can close this one as duplicate ? (In reply to Fabien Dupont from comment #6) > The error message isn't related to SSH here: That's not entirely true. The original error is: 2019-05-10 17:52:50,296:ERROR: Failed to add SSH keys to the agent (virt-v2v-wrapper:886) That is because ssh-add fails since there are no keys stored in ~/.ssh. That's why I assume the OSP appliance was not correctly configured. But I aggree the SSL error is related to bug 1708359. My bad. I started to read from the end and found the SSL error :) Let's keep it open. Patch from https://bugzilla.redhat.com/show_bug.cgi?id=1707983#c9 should work for the OSP + SSH as well. Closing this issue in favor of https://bugzilla.redhat.com/show_bug.cgi?id=1707983#c51. *** This bug has been marked as a duplicate of bug 1707983 *** @Ytale Let's keep it open for Separately verifying OSP + SSH . It's good to track one provider in one BZ so we don't miss. Fixed in 5.10.5.0.20190521165820_63c86d5 |