Topics
- community.yang.configure - Since
configure
module is built on top ofnetconf_config
we add a new option argument,netconf_options
, allowing passing options directly tonetconf_config
.
- Added unit test for xml2json, json2xml and spec lookup plugins (ansible-collections/community.yang#50)
- Refactored module_utils to fix ansible-test sanity issues (ansible-collections/community.yang#50)
- added optional attribute for fetch action to continue if it hits a module that cannot be found
- Fixed json2xml py3 compatibility issues (ansible-collections/community.yang#45)
- Sort yang_files to address dependency issue (ansible-collections/community.yang#46)
- Added configure module to push json format configuration on to remote host over netconf connection.
- Added generate_spec module (ansible-collections/community.yang#6)
- Added get module (ansible-collections/community.yang#8)
- Added json2xml lookup plugin (ansible-collections/community.yang#5)
- Added module to fetch yang model and it's dependenices from remote host (ansible-collections/community.yang#1).
- Added spec lookup plugin (ansible-collections/community.yang#4)
- Added xml2json lookup plugin (ansible-collections/community.yang#7)
- Added support to sort supported yang models returned with fetch (ansible-collections/community.yang#21).
- Fixed issue when pyang is installed in a venv, can't find jsonxsl-templates.xsl file path (ansible-collections/community.yang#25)
- Fixed jxmlease is required for fetch, but not listed in docs. Use xmltodict instead of jxmlease (ansible-collections/community.yang#18)
- Fixed traceback in fetch when the ansible_connection is set to ansible.netcommon.network_cli (ansible-collections/community.yang#18)
- Fixed traceback when using fetch with nxos (ansible-collections/community.yang#20)
- Update file option to list with elements as path (ansible-collections/community.yang#30)
- fetch module docstring updated with supported_yang_modules attribute.
- file attribute set as mandatory to validate the input json config.
- input config type is dict now and json config can provided when translator object invoked.