| Summary: | [RFE] upgrade-non-controller.sh should use -o StrictHostKeyChecking=no when connecting to the nodes | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Udi Kalifon <ukalifon> |
| Component: | openstack-tripleo | Assignee: | mathieu bultel <mbultel> |
| Status: | CLOSED WONTFIX | QA Contact: | Arik Chernetsky <achernet> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 8.0 (Liberty) | CC: | jcoufal, mbultel, mburns, rhel-osp-director-maint, sathlang |
| Target Milestone: | --- | Keywords: | FutureFeature, Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-03-23 08:16:58 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: | |
|
Description
Udi Kalifon
2016-04-05 14:09:47 UTC
This bug did not make the OSP 8.0 release. It is being deferred to OSP 10. Hi, In osp10->11 upgrade, there is currently no ssh script to be run, making this bug disappear. I will revisit the bug next week to confirm that no ssh "workaround" is ever needed during the upgrade procedure. Hi, so there will be ssh command, the details are still being worked out. We will make sure that the right option are passed. Hi, For 10 to 11, we would have to run the script for upgrading the Compute nodes manually, or Ceph or whatever none controller nodes. But this bug should be close as a won't fix. The add of the option -o StrictHostKeyChecking=no to the ssh command is a security issue. We can't assume that the tripleo framework consider to not check the finger print for the nodes, it's not safe at all. I know, it would be better for automation purpose, but in this case, this is what i used: sudo sed -i 's/ssh/ssh -o StrictHostKeyChecking=no/' /usr/bin/upgrade-non-controller.sh |