redhat-openstack / ansible-role-tripleo-collect-logs

A role designed to collect the critical logs, configuration and artifacts from a tripleo deployment
Apache License 2.0
7 stars 1 forks source link

Extensibility of the list of collected files #1

Open ghost opened 8 years ago

ghost commented 8 years ago

The list of collected files is specified using the the "artcl_collect_list:" list. The default value is part of defaults, but this means that it will be overridden and every user which wants to change the list need to retype the base default values. It should be easier to extend the default list. I'm not sure which is the best way (vars with default? Change the name of the variable for the list, and always add to the the default list - unless the user overrides the new default)?

HarryRybacki-zz commented 8 years ago

This is a good point. Users should be able to supplement rather than just override what is collected. I'll look into this.