From c4d7a472b3de0ecf86ca3653052fe3f19d86d8c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Grabovsk=C3=BD?= Date: Tue, 15 Feb 2022 14:04:56 +0100 Subject: [PATCH] retrace: Add purpose and contact info Add `csi_` group variables for production and staging retrace hosts with info on purpose and primary contact. --- inventory/group_vars/retrace | 12 ++++++++++++ inventory/group_vars/retrace_stg_aws | 2 ++ 2 files changed, 14 insertions(+) diff --git a/inventory/group_vars/retrace b/inventory/group_vars/retrace index 3c8b832e92..5792fb0f07 100644 --- a/inventory/group_vars/retrace +++ b/inventory/group_vars/retrace @@ -1,4 +1,16 @@ --- +csi_primary_contact: "mgrabovs, msrb, abrt-devel-list@redhat.com, Libera.chat #abrt" +csi_purpose: Provide a web interface and backend for ABRT Analytics and Retrace Server. +csi_relationship: | + Three services run on this server: + - An Apache httpd serves the web interface and backed functionality for + ABRT Analytics. + - The same server provides the HTTP endpoints for Retrace Server to allow + remote retracing of crashes in Fedora. + - PostgreSQL server for ABRT Analytics. + + The retracing functionality relies on the debuginfod server + (debuginfod.fedoraproject.org). custom_rules: - '-A INPUT -p tcp -m tcp -s 10.5.78.11 --dport 2049 -j ACCEPT' - '-A INPUT -p tcp -m tcp -s 10.5.78.11 --dport 5432 -j ACCEPT' diff --git a/inventory/group_vars/retrace_stg_aws b/inventory/group_vars/retrace_stg_aws index e3300dba18..4d11385733 100644 --- a/inventory/group_vars/retrace_stg_aws +++ b/inventory/group_vars/retrace_stg_aws @@ -1,4 +1,6 @@ --- +csi_primary_contact: "mgrabovs, msrb, abrt-devel-list@redhat.com, Libera.chat #abrt" +csi_purpose: Provide staging environment for ABRT Analytics and Retrace Server. env: staging nagios_Check_Services: mail: false