ansible-collections / community.yang

Ansible Community Collection to support Yang in network devices.
GNU General Public License v3.0
10 stars 14 forks source link

Add support to fetch yang schema #2

Closed ganeshrn closed 4 years ago

ganeshrn commented 4 years ago
SUMMARY

Fixes https://github.com/ansible-collections/community.yang/issues/1

Add support to fetch yang schema

*  Add community.yang.fetch module to fetch the giev yang and it's
   dependent models from remote netconf enabled device.
*  Add integration test
ISSUE TYPE
COMPONENT NAME

plugins/action/fetch.py

ADDITIONAL INFORMATION