Skip to content

Latest commit

 

History

History
60 lines (44 loc) · 2.83 KB

CHANGELOG.rst

File metadata and controls

60 lines (44 loc) · 2.83 KB

Ansible Netcommon Collection Release Notes

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