eos_logging implementation module (#27093)

* eos_logging implementation module

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>

* eos_logging integration test

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>

* modify aggregate args logic

* changed collection to aggregate

* add blankline

* handle size value outside method
This commit is contained in:
Trishna Guha 2017-07-25 18:16:04 +05:30 committed by GitHub
commit 703eea3da2
10 changed files with 715 additions and 1 deletions

View file

@ -103,6 +103,16 @@
failed_modules: "{{ failed_modules }} + [ 'eos_vrf' ]"
test_failed: true
- block:
- include_role:
name: eos_logging
when: "limit_to in ['*', 'eos_logging']"
rescue:
- set_fact:
failed_modules: "{{ failed_modules }} + [ 'eos_logging' ]"
test_failed: true
###########
- debug: var=failed_modules