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 |
Nathaniel Case
|
689b93bf14
|
Junos_config unicode (#23369)
* Try to handle unicode output more sensibly
* Appears I'm getting latin1 instead
Ugh.
|
2017-04-27 11:44:26 -04:00 |
Peter Sprygada
|
02d2b753db
|
refactors junos modules to support persistent socket connections (#21365)
* updates junos_netconf module
* updates junos_command module
* updates junos_config module
* updates _junos_template module
* adds junos_rpc module
* adds junos_user module
|
2017-02-16 10:53:03 -05:00 |
Peter Sprygada
|
d976c80a22
|
roll up of updates to junos shared module
* adds implementation for Network methods
* adds action plugin junos_config
* removes _log() and raises exceptions instead to be handled by the module
|
2016-09-04 08:37:33 -04:00 |
Peter Sprygada
|
ffd42118d9
|
Revert "add new action plugin junos_config"
|
2016-04-24 10:34:29 -04:00 |
Peter Sprygada
|
edbdf0d955
|
add new action plugin junos_config
This adds a new action plugin for junos for working with the junos configuration
file on the remote device
|
2016-04-22 15:48:51 -04:00 |