Skip to content

Commit

Permalink
Merge pull request ansible-network#85 from ganeshrn/yang_to_spec
Browse files Browse the repository at this point in the history
[OPEN_CONF]Add yang2spec lookup plugin
  • Loading branch information
trishnaguha authored Jun 6, 2018
2 parents 1aaadff + eac4863 commit a344ce3
Show file tree
Hide file tree
Showing 16 changed files with 4,399 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ The following is a list of plugins that are provided by this role.
* `json_template` [[source]](https://github.com/ansible-network/network-engine/blob/devel/lookup_plugins/json_template.py)
* `network_template` [[source]](https://github.com/ansible-network/network-engine/blob/devel/lookup_plugins/network_template.py)
* `netcfg_diff` [[source]](https://github.com/ansible-network/network-engine/blob/devel/lookup_plugins/netcfg_diff.py)
* `yang2spec` [[source]](https://github.com/ansible-network/network-engine/blob/devel/lookup_plugins/yang2spec.py)


### Filter

Expand Down
1 change: 1 addition & 0 deletions docs/user_guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Additional Resources
* [README](https://galaxy.ansible.com/ansible-network/network-engine/#readme)
* [command_parser tests](https://github.com/ansible-network/network-engine/tree/devel/tests/command_parser)
* [textfsm_parser tests](https://github.com/ansible-network/network-engine/tree/devel/tests/textfsm_parser)
* [yang2spec tests](https://github.com/ansible-network/network-engine/tree/devel/tests/yang2spec)
* [Full changelog diff](https://github.com/ansible-network/network-engine/blob/devel/CHANGELOG.rst)

Contributing and Reporting Feedback
Expand Down
Loading

0 comments on commit a344ce3

Please sign in to comment.