Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1623063

Summary: [RFE] Enable ssh-key based password-less authentication to switches
Product: Red Hat OpenStack Reporter: Dan Radez <dradez>
Component: python-networking-ansibleAssignee: Dan Radez <dradez>
Status: CLOSED NOTABUG QA Contact: Arkady Shtempler <ashtempl>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 15.0 (Stein)CC: jlibosva, michapma
Target Milestone: ---   
Target Release: ---   
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: 2018-08-28 17:54:13 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:
Embargoed:

Description Dan Radez 2018-08-28 12:32:48 UTC
Another authentication option for networking-ansible to connect to switches would be to use ssh keys instead of passwords. Ansible supports this. It's probably just a matter of making sure that we're passing the correct parameters through ansible-runner to take advantage of it.

Comment 1 Dan Radez 2018-08-28 17:55:21 UTC
This currently works by including
ansible_ssh_private_key_file=/path/to/ansible-ssh
instead of ansible_password