community.general/lib/ansible/plugins
Ganesh Nalawade 829fc0feda
Fix iosxr netconf plugin response namespace (#49238)
* Fix iosxr netconf plugin response namespace

*  iosxr netconf plugin removes namespace by default
   for all the responses as parsing of xml is easier
   without namepsace in iosxr module. However to validate
   the response received from device against yang model requires
   namespace to be present in resposne.
*  Add a parameter in iosxr netconf plugin to control if namespace
   should be removed from response or not.

* Fix CI issues

* Fix review comment
2018-11-29 13:21:41 +05:30
..
action Reboot - Fix errors when using Paramiko connection (#49002) 2018-11-27 16:48:57 -05:00
cache Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
callback Diff mode returns yaml diffs in yaml callback plugin (#48794) 2018-11-22 18:03:25 +00:00
cliconf Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
connection Reboot - Fix errors when using Paramiko connection (#49002) 2018-11-27 16:48:57 -05:00
filter k8s append_hash (#48830) 2018-11-22 08:14:43 +00:00
httpapi Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
inventory changed documented default value for url (#49097) 2018-11-28 15:16:36 -06:00
lookup Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
netconf Fix iosxr netconf plugin response namespace (#49238) 2018-11-29 13:21:41 +05:30
shell split PS wrapper and payload (CVE-2018-16859) (#49142) 2018-11-26 15:28:21 -08:00
strategy Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
terminal Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
test Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
vars Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
__init__.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
loader.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00