napalm-automation-community / napalm-aos

NAPALM driver for Alcatel Lucent Enterprise AOS
Apache License 2.0
11 stars 13 forks source link

compatibility with napalm-ansible #2

Closed shibumi closed 6 years ago

shibumi commented 6 years ago

Heyho, We are currently testing NAPALM for our environment. I would like to ask if this project is compatible with napalm-ansible? If so can you add an installation guide to the README? We have installed napalm, napalm-ansible and napalm-aos. (napalm and napalm-aos via pip) (napalm-ansible via git clone). Ansible can execute the napalm module, but seems like ansible can't find the drivers for napalm-aos.

vmuthukrishnan commented 6 years ago

We have tested with ansible and it is working. Let us know if you are facing any issue.

ktbyers commented 6 years ago

You probably need to use the napalm-ansible 'develop' branch (until we release a new version of napalm-ansible). There was a recent change we made in napalm-ansible that would have probably caused an issue:

https://github.com/napalm-automation/napalm-ansible/commit/b6399b96dce4b13dd3836c040a178b9077a4ed3b

There might be other issues besides this, but I think this would have caused a problem.

vmuthukrishnan commented 6 years ago

Is the issue resolved? If so, could you close the ticket?

cs-1 commented 6 years ago

This issue is resolved with the current napalm-ansible dev branch.