napalm-ansible release 0.7.0
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