From 171be2a07d3cc4bcc2d6b482d08f9b46c5e3a288 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Fri, 10 Sep 2021 13:30:37 +0200 Subject: [PATCH] Review resultsdb SOP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- modules/sysadmin_guide/nav.adoc | 2 +- modules/sysadmin_guide/pages/resultsdb.adoc | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/modules/sysadmin_guide/nav.adoc b/modules/sysadmin_guide/nav.adoc index 4ddc0ef..d598537 100644 --- a/modules/sysadmin_guide/nav.adoc +++ b/modules/sysadmin_guide/nav.adoc @@ -94,7 +94,7 @@ ** xref:rdiff-backup.adoc[rdiff-backup - SOP] ** xref:registry.adoc[Container registry - 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:scmadmin.adoc[scmadmin - SOP in review ] ** xref:selinux.adoc[selinux - SOP in review ] diff --git a/modules/sysadmin_guide/pages/resultsdb.adoc b/modules/sysadmin_guide/pages/resultsdb.adoc index 4fcbb88..2201817 100644 --- a/modules/sysadmin_guide/pages/resultsdb.adoc +++ b/modules/sysadmin_guide/pages/resultsdb.adoc @@ -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 @@ -8,8 +8,6 @@ Owner:: Fedora QA Devel, Fedora Infrastructure Team Contact:: #fedora-qa, #fedora-admin, #fedora-noc -Location:: - PHX2 Servers:: resultsdb-dev01.qa, resultsdb-stg01.qa, resultsdb01.qa Purpose:: @@ -19,7 +17,7 @@ Purpose:: 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 -accessible through that API (resultsdb and resultsdb_frontend). +accessible through that API (`resultsdb` and `resultsdb_frontend`). == Deployment @@ -37,8 +35,8 @@ resultsdb init_db Database schema changes are not currently supported with resultsdb and the app can be updated like any other web application: -* update app -* restart httpd +* Update app +* Restart httpd == Backup