Sandy Walsh d9abe7ceae Don't purge completed streams and fix pipeline expiries
Just a more variances from production to local dev.

Change-Id: I24611c3dd4e816ac78c77930e6fd85ecafe82d56
2015-02-16 12:33:32 -08:00

41 lines
971 B
Django/Jinja

---
# Machine generated via ansible - do not edit!
###### This adds directories to the search path for other configfiles.
config_path:
{% for path in config_path %}
- {{ path }}
{% endfor %}
###### logging
logging_config: /etc/stv3/logging.conf
###### How often to log stats
statistics_period: {{ statistics_period }}
pipeline_worker_batch_size: {{ pipeline_worker_batch_size }}
pipeline_worker_delay: {{ pipeline_worker_delay }}
{% if stackdistiller_plugins is defined %}
distiller_trait_plugins:
{% for plugin in stackdistiller_plugins %}
- {{ plugin }}
{% endfor %}
{% endif %}
catch_all_notifications: {{ catch_all_notifications }}
database:
url: {{ database_url }}
purge_completed_streams: false
distiller_config: /etc/stv3/event_definitions.yaml
trigger_definitions: /etc/stv3/triggers.yaml
pipeline_config: /etc/stv3/pipelines.yaml
pipeline_handlers:
{% for key, value in pipeline_handlers.iteritems() %}
{{ key }}: {{value}}
{% endfor %}