Skip to content

napalm-ansible release 0.7.0

Compare
Choose a tag to compare
@dbarrosop dbarrosop released this 03 Aug 13:52
· 103 commits to master since this release

There are backwards incompatible changes in this release.

NAPALM facts from the get_facts module are now prepended with the napalm_ name.

0.7.0

- Minor internal improvements
- [#77] Added ``napalm_cli`` module
- Prepend 'napalm_' to NAPALM ansible facts generated by napalm_get_facts module
- Make NAPALM 'get_facts' be directly accessible Ansible facts (e.g. napalm_model)
- Change validate behavior to fail if 'complies' is False
- Create run_tests.sh script to make it easier to run the unit tests