migtools / pvc-migrate

Standalone PVC migration
Apache License 2.0
5 stars 13 forks source link

Use core user by default for SSH #144

Closed mulbc closed 4 years ago

mulbc commented 4 years ago

core is the default SSH user for CoreOS. We would expect CoreOS for OpenShift installations

pranavgaikwad commented 4 years ago

@mulbc Thank you for the PR! The current implementation assumes that the Ansible host is already configured with the right SSH config to reach each node over SSH. I fear this change will break that default behaviour. I might be wrong. But would you explain why you cannot configure an SSH config on the Ansible host machine? Just trying to understand the requirement for this change.

mulbc commented 4 years ago

You are right, this is mentioned in docs/inventory-notes.md and I missed it.