Add net_logging platform agnostic module and junos implementation (#26316)

* Add net_logging platform agnostic module and junos implemenatation

*  net_logging platform agnostic module
*  junos implemenatation of logging module
*  net_logging integration test
*  junos_logging integration test
This commit is contained in:
Ganesh Nalawade
2017-07-03 15:31:59 +05:30
committed by GitHub
parent 4869a7b0ac
commit 11e72d495d
19 changed files with 908 additions and 19 deletions

View File

@@ -0,0 +1,4 @@
---
- include: "{{ role_path }}/tests/eos/basic.yaml"
when: hostvars[inventory_hostname]['ansible_network_os'] == 'eos'