Nathaniel Case
9aa8c652ba
Netconf bytes fixes ( #41607 )
...
* Solve some bytes issues on iosxr
* Solve some bytes issues in junos
* Do the correct thing with tostring based on lxml or not
2018-06-22 11:50:44 -04:00
Ganesh Nalawade
30f992f260
Add netconf_get module ( #39869 )
...
* Add netconf_get module
Implements part-1 of proposal #104
https://github.com/ansible/proposals/issues/104
* Add netconf_get module
* Refactor `get`, `get_config`, `lock`, `unlock`
and `discard_changes` netconf plugin api's
* Add netconf module_utils file which netconf module
related common functions
* Refactor junos and iosxr netconf plugins
* Fix source option handling
* Fix review comments
* Update botmeta file
* Update review comments and add support for lock
* Lock update fix
* Fix CI issue
* Add integration test and minor fixes
* Fix review comments
* Fix CI failure
* Fix CI issues
* Fix CI issues
* Fix review comments and update integration test
* Fix review comments
* Fix review comments
* Fix review comments
Fix reveiw comments
2018-05-17 17:38:12 +05:30
Ganesh Nalawade
41d75783b5
Fix junos_command py3 related issues ( #36782 )
...
Fixes #36204
* tostring() input string shoulb be in byte string format
* to_ele() input is required in unicode format
2018-03-01 12:09:11 +05:30
Kedar Kekan
93acd7c651
refactor iosxr_system for cliconf and netconf ( #34749 )
...
* * refactor iosxr_system for cliconf and netconf
* * Fix unit tests and sanity issues
2018-01-17 07:29:28 -07:00
Nathaniel Case
accf79f406
Fix iosxr integration tests ( #34663 )
...
* Handle non-XML errors
* Move iosxr_netconf tuning to prepare
* Apply provider warning to netconf as well
* Update netconf task files
2018-01-10 11:40:54 -05:00
Kedar Kekan
78a14d7966
Cliconf and Netconf refactoring iosxr_interface ( #33909 )
...
* Cliconf and Netconf refactoring iosxr_interface
* adds `xml` key and related changes for netconf output
* * review comments changes
2017-12-20 13:06:07 +05:30
Ganesh Nalawade
11c9ad23d5
Refactor common network shared and platform utils code into package ( #33452 )
...
* Refactor common network shared and platform specific code into package (part-1)
As per proposal #76 refactor common network shared and platform specific
code into sub-package.
https://github.com/ansible/proposals/issues/76
* ansible.module_utils.network.common - command shared functions
* ansible.module_utils.network.{{ platform }} - where platform is platform specific shared functions
* Fix review comments
* Fix review comments
2017-12-03 21:42:30 +05:30