Ganesh Nalawade
|
3bd8dbb53d
|
Add support for netconf network discovery (#25435)
* Add support for netconf network discovery
* Fix unit test failure
|
2017-06-28 11:07:38 +05:30 |
Ganesh Nalawade
|
6215922889
|
Add support for cliconf and netconf plugin (#25093)
* ansible-connection refactor and action plugin changes
* Add cliconf plugin for eos, ios, iosxr, junos, nxos, vyos
* Add netconf plugin for junos
* Add jsonrpc support
* Modify network_cli and netconf connection plugin
* Fix py3 unit test failure
* Fix review comment
* Minor fixes
* Fix ansible-connection review comments
* Fix CI issue
* platform_agnostic related changes
|
2017-06-06 13:56:25 +05:30 |
Adrian Likins
|
0bb3545333
|
Remove ununsed Connection.log method (#22837)
method referenced 'logger' which no longer exists.
|
2017-03-23 12:24:39 -04:00 |
Adrian Likins
|
dfec69b9a1
|
Fix bad ref to AnsibleConnectionError -> AnsibleConnectionFailure (#22838)
|
2017-03-23 10:43:02 -04:00 |
Adrian Likins
|
ee478c4885
|
make netconf.py stylish (#22839)
(flake8 stuff)
netconf.py:22:1: F401 're' imported but unused
netconf.py:23:1: F401 'socket' imported but unused
netconf.py:24:1: F401 'json' imported but unused
netconf.py:25:1: F401 'signal' imported but unused
netconf.py:31:1: F401 'ansible.module_utils.six.moves.StringIO' imported but unused
|
2017-03-23 10:29:24 -04:00 |
Peter Sprygada
|
e20ed8bc0c
|
replaces logging with display for network connection plugins (#22819)
* updates network_cli and netconf connection plugins
* updates ansible-connection
|
2017-03-20 20:08:02 -07:00 |
Peter Sprygada
|
ed7cace425
|
implements python logging for network connection plugin (#22817)
* enables logging for network_cli and paramiko
* enables logging for ansible-connection
* enabled logging for netconf connection
|
2017-03-20 19:26:18 -07:00 |
Peter Sprygada
|
2f10bdf0c7
|
roll up of fixes in junos action plugin (#21624)
* calls open_shell() or open_session() depending on connection type
* closes shell after module completion
* adds open_session() to netconf
|
2017-02-18 17:20:03 -05:00 |
Peter Sprygada
|
92aa92ebd2
|
updates netconf to use persistent socket (#21307)
|
2017-02-12 09:05:23 -05:00 |
Peter Sprygada
|
8ddffcb1a6
|
new connection plugin netconf (#20636)
* adds connection plugin for creating modules that use netconf
* adds basic unit test cases for connection plugin
|
2017-01-25 10:15:26 -05:00 |