retrace: Add purpose and contact info
Add `csi_` group variables for production and staging retrace hosts with info on purpose and primary contact.
This commit is contained in:
parent
6227932392
commit
c4d7a472b3
2 changed files with 14 additions and 0 deletions
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue