ktbyers / netmiko_tools

Command line tools built on Netmiko to simplify information gathering
Apache License 2.0
93 stars 32 forks source link

Added ability to specify an alternate inventory file. Addresses issu… #27

Open rwwelford opened 7 years ago

rwwelford commented 7 years ago

This change is backwards compatible with older versions of netmiko but the new functionality depends on the develop branch of netmiko (commit 9ee0bab65c5957d664bc4fe85300e1f81cbe5652).

Addresses issue #7

rwwelford commented 7 years ago

Actually, I should have said that these changes require the changes introduced in the netmiko develop branch as of commit 9ee0bab65c5957d664bc4fe85300e1f81cbe5652.

ktbyers commented 7 years ago

@rwwelford I will push a new release of Netmiko out. We can then bind the requirements.txt file in netmiko_tools to the new version requirement (that should be Netmiko 1.3.0).

ktbyers commented 7 years ago

@rwwelford FYI, I released Netmiko 1.3.0 today which has support for the different filename.

rwwelford commented 7 years ago

I modified the requirements.txt file to require netmiko>=1.3.0 and commited the change to the branch for this pull request.