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