Review resultsdb SOP

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2021-09-10 13:30:37 +02:00
parent 73c057ead4
commit 171be2a07d
2 changed files with 6 additions and 8 deletions

View file

@ -94,7 +94,7 @@
** xref:rdiff-backup.adoc[rdiff-backup - SOP] ** xref:rdiff-backup.adoc[rdiff-backup - SOP]
** xref:registry.adoc[Container registry - SOP] ** xref:registry.adoc[Container registry - SOP]
** xref:requestforresources.adoc[Request for resources - SOP] ** xref:requestforresources.adoc[Request for resources - SOP]
** xref:resultsdb.adoc[resultsdb - SOP in review ] ** xref:resultsdb.adoc[ResultsDB - SOP]
** xref:retrace.adoc[retrace - SOP in review ] ** xref:retrace.adoc[retrace - SOP in review ]
** xref:scmadmin.adoc[scmadmin - SOP in review ] ** xref:scmadmin.adoc[scmadmin - SOP in review ]
** xref:selinux.adoc[selinux - SOP in review ] ** xref:selinux.adoc[selinux - SOP in review ]

View file

@ -1,6 +1,6 @@
= resultsdb SOP = ResultsDB SOP
store results from Fedora CI, OpenQA and other test systems Store results from Fedora CI, OpenQA and other test systems.
== Contact Information == Contact Information
@ -8,8 +8,6 @@ Owner::
Fedora QA Devel, Fedora Infrastructure Team Fedora QA Devel, Fedora Infrastructure Team
Contact:: Contact::
#fedora-qa, #fedora-admin, #fedora-noc #fedora-qa, #fedora-admin, #fedora-noc
Location::
PHX2
Servers:: Servers::
resultsdb-dev01.qa, resultsdb-stg01.qa, resultsdb01.qa resultsdb-dev01.qa, resultsdb-stg01.qa, resultsdb01.qa
Purpose:: Purpose::
@ -19,7 +17,7 @@ Purpose::
ResultsDB as a system is made up of two parts - a results storage API ResultsDB as a system is made up of two parts - a results storage API
and a simple html based frontend for humans to view the results and a simple html based frontend for humans to view the results
accessible through that API (resultsdb and resultsdb_frontend). accessible through that API (`resultsdb` and `resultsdb_frontend`).
== Deployment == Deployment
@ -37,8 +35,8 @@ resultsdb init_db
Database schema changes are not currently supported with resultsdb and Database schema changes are not currently supported with resultsdb and
the app can be updated like any other web application: the app can be updated like any other web application:
* update app * Update app
* restart httpd * Restart httpd
== Backup == Backup