lykinsbd / stockpiler

Stockpile Your Network Device Configurations - A Python/Nornir Based Network Device Backup Tool
GNU Lesser General Public License v3.0
41 stars 3 forks source link

Napalm 2.5.0 Requires Netmiko <3 #9

Open lykinsbd opened 4 years ago

lykinsbd commented 4 years ago

We have to manually edit the Napalm dist Metadata files for now, as until Napalm 3 is released, it requires a Netmiko less than 3.0.0.

This could also be resolved by Nornir not requiring Napalm, but providing it as an "extra" install option. I don't know if that will happen soon, but there was chat about it in the Nornir channel on the NTC Slack instance.

The current workaround is documented in the Readme, this issue is for tracking when we can remove that workaround.

lykinsbd commented 4 years ago

Pending https://github.com/napalm-automation/napalm/pull/1137