From b2d51f1c7bc95ea8f236ffc7f22dfd61969ebd98 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: May 27 2021 22:13:30 +0000 Subject: fedora_nightlies: put the JSON file somewhere publicly accessible This was requested: https://pagure.io/fedora_nightlies/issue/10 and I can't really see any harm in it. Signed-off-by: Adam Williamson --- diff --git a/inventory/group_vars/fedora_nightlies b/inventory/group_vars/fedora_nightlies index c513984..ad3592a 100644 --- a/inventory/group_vars/fedora_nightlies +++ b/inventory/group_vars/fedora_nightlies @@ -10,6 +10,7 @@ fedora_nightlies_amqp_cert: /etc/pki/fedora-messaging/openqa-cert.pem fedora_nightlies_amqp_queue: "openqa_fedora_nightlies" fedora_nightlies_amqp_routing_keys: ["org.fedoraproject.prod.openqa.job.done", "org.fedoraproject.prod.pungi.compose.status.change"] fedora_nightlies_amqp_html_file: /usr/share/openqa/public/nightlies.html +fedora_nightlies_amqp_data_file: /usr/share/openqa/public/nightlies.json # fedora-messaging email error reporting settings fedora_nightlies_amqp_mailto: ["adamwill@fedoraproject.org"]