Support skipping SSH keyscan for older switch devices
Some network devices may use SSH key exchange algorithms that are no longer supported by the Ansible control host. This will cause ssh-keyscan to fail, preventing Kayobe from configuring the devices. This change makes it possible to work around the issue by setting switch_skip_keyscan to true for the affected devices. The SSH known hosts file on the Ansible control host will need to be populated manually. Change-Id: I4e3394cff1fd86eb5c1a4be55d6fd7fd080b2944
Showing
- ansible/inventory/group_vars/all/switches/keyscan 5 additions, 0 deletionsansible/inventory/group_vars/all/switches/keyscan
- ansible/physical-network.yml 7 additions, 0 deletionsansible/physical-network.yml
- doc/source/configuration/reference/physical-network.rst 9 additions, 0 deletionsdoc/source/configuration/reference/physical-network.rst
- releasenotes/notes/switch-skip-keyscan-23b1f5006f443323.yaml 6 additions, 0 deletionsreleasenotes/notes/switch-skip-keyscan-23b1f5006f443323.yaml
Please register or sign in to comment