openqa/dispatcher: add more info to messaging client config

jcline said it'd be nice for consumers to provide more info
about themselves, so here's some more info!

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-06-14 15:36:32 -07:00
parent fe3cf807ed
commit 94791dd7aa
3 changed files with 6 additions and 0 deletions

View file

@ -17,6 +17,8 @@ certfile = "{{ openqa_amqp_reporter_cert }}"
[client_properties]
app = "Fedora openQA ResultsDB reporter"
app_url = "https://pagure.io/fedora-qa/fedora_openqa"
app_contacts_email = ["adamwill@fedoraproject.org", "lruzicka@redhat.com", "qa-devel@lists.fedoraproject.org"]
[exchanges."amq.topic"]
type = "topic"

View file

@ -17,6 +17,8 @@ certfile = "{{ openqa_amqp_scheduler_cert }}"
[client_properties]
app = "Fedora openQA scheduler"
app_url = "https://pagure.io/fedora-qa/fedora_openqa"
app_contacts_email = ["adamwill@fedoraproject.org", "lruzicka@redhat.com", "qa-devel@lists.fedoraproject.org"]
[exchanges."amq.topic"]
type = "topic"

View file

@ -17,6 +17,8 @@ certfile = "{{ openqa_amqp_reporter_cert }}"
[client_properties]
app = "Fedora openQA Wiki reporter"
app_url = "https://pagure.io/fedora-qa/fedora_openqa"
app_contacts_email = ["adamwill@fedoraproject.org", "lruzicka@redhat.com", "qa-devel@lists.fedoraproject.org"]
[exchanges."amq.topic"]
type = "topic"