add a check-compose role and activate it on openqa servers

I just killed the old BOS openqa deployment, which sends out
those 'compose check' emails, so I'm gonna go ahead and have
this new openqa deployment start sending out those emails a
little earlier than planned. This should result in both prod
and staging openqa running a compose check each day, but only
prod should actually send out an email report.
This commit is contained in:
Adam Williamson 2015-12-04 18:46:23 -08:00
parent b0736cd244
commit 09afa5ce5f
4 changed files with 87 additions and 1 deletions

View file

@ -0,0 +1,13 @@
[main]
{% if check-compose_wait is defined %}
wait: {{ check-compose_wait }}
{% if check-compose_email-from is defined %}
email-from: {{ check-compose_email-from }}
{% if check-compose_email-to is defined %}
email-to: {{ check-compose_email-to }}
{% if check-compose_smtp is defined %}
smtp: {{ check-compose_smtp }}
{% if check-compose_json is defined %}
json: {{ check-compose_json }}
{% if check-compose_loglevel is defined %}
loglevel: {{ check-compose_loglevel }}