Chidanand Pujar

Results 99 comments of Chidanand Pujar

> ``` > $ grep -o ^IdentityFile ~/.ssh/config > IdentityFile > $ ansible-playbook ....whatever.... > ...Unable to make a PyEZ connection: ConnectAuthError(........ > ``` > > The value of `IdentityFile`...

Hi , I have validated the pyez connections , maximum 30 parallel connections can be open and beyond that we are seeing the connection errors . ``` from jnpr.junos import...

Netconf trace logs for reference root@tt-chipujar-14456117-vm:~ # cat /var/log/install_test.log Nov 8 20:11:05 tt-chipujar-14456117-vm clear-log[87239]: logfile cleared Nov 8 20:11:12 [NETCONF] Started tracing session: 87348 Nov 8 20:11:12 [NETCONF] - [87348]...

Hi @achhabr1 I have verified the software installation with connection: local and connection: juniper.device.pyez, both looks to be working fine with following versions . Please re-validated the playbook with following...

Hi , Issue looks to be related to ansible python package version and works fine with ansible==5.4.0 / ansible-core-2.12.3 as of now . ``` ~/ansible_galaxy_v101/ansible-junos-stdlib/tests# pip freeze ansible==5.4.0 ansible-core==2.12.3 bcrypt==4.0.1...

@slefol Thanks for sharing the info. Tested the fix mentioned in the https://github.com/ansible/ansible/issues/79371 and it works fine . # deals with networking sub_plugins (network_cli/httpapi/netconf) sub = getattr(self._connection, '_sub_plugin', None) if...

Hi @gaima8 Thanks , Please add unit tests and share the test results . https://github.com/Juniper/py-junos-eznc/tree/master/tests/unit Thanks .

> I've never written a python test before and not sure what the tests actually do, but I have added something. The output from the nosedive command (as copied from...

ncclient manger.connect method does not support the option to pass banner_timeout . ``` (Pdb) TypeError: connect() got an unexpected keyword argument 'banner_timeout' > /root/pyez_release_272_py39/venv/lib/python3.9/site-packages/ncclient-0.6.15-py3.9.egg/ncclient/manager.py(187)connect() -> return connect_ssh(*args, **kwds) (Pdb) --Return--...

Hi @jaakub Could you please share the steps to replicate this issue . Thanks Chidanand