From b3bba37f97e25eb54706fa6fdfa5a8a37e68214d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Tue, 7 Sep 2021 14:10:07 +0200 Subject: [PATCH] Review mote 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/mote.adoc | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/modules/sysadmin_guide/nav.adoc b/modules/sysadmin_guide/nav.adoc index 6e0af19..b60e44f 100644 --- a/modules/sysadmin_guide/nav.adoc +++ b/modules/sysadmin_guide/nav.adoc @@ -73,7 +73,7 @@ ** xref:mirrorhiding.adoc[Mirror Hiding Infrastructure - SOP] ** xref:mirrormanager.adoc[MirrorManager Infrastructure - SOP] ** xref:mirrormanager-S3-EC2-netblocks.adoc[AWS Mirrors - SOP] -** xref:mote.adoc[mote - SOP in review ] +** xref:mote.adoc[mote - SOP] ** xref:nagios.adoc[nagios - SOP in review ] ** xref:netapp.adoc[netapp - SOP in review ] ** xref:new-hosts.adoc[new-hosts - SOP in review ] diff --git a/modules/sysadmin_guide/pages/mote.adoc b/modules/sysadmin_guide/pages/mote.adoc index 2f28cc4..e2e31fc 100644 --- a/modules/sysadmin_guide/pages/mote.adoc +++ b/modules/sysadmin_guide/pages/mote.adoc @@ -8,15 +8,14 @@ http://meetbot.stg.fedoraproject.org == Contents -[arabic] -. Contact information -. Deployment -. Description -. Configuration -. Database -. Managing mote -. Suspespending mote operation -. Changing mote's name and category definitions +* <<_contact_information>> +* <<_deployment>> +* <<_description>> +* <<_configuration>> +* <<_database>> +* <<_managing_mote>> +* <<_suspending_mote_operation>> +* <<_changing_motes_name_and_category_definitions>> == Contact Information @@ -79,10 +78,10 @@ is currently unused. == Managing mote -mote is ran using mod_wsgi and httpd, hence, you must manage the `httpd` +mote is ran using mod_wsgi and `httpd`, hence, you must manage the `httpd` service to change mote's status. -== Suspespending mote operation +== Suspending mote operation mote can be stopped by stopping the `httpd` service: @@ -99,5 +98,6 @@ pulled into ansible in order to be deployed. These files are `name_mappings.json` and `category_mappings.json`. To deploy an update to these definitions, place the updated name and -category mapping files in `ansible/roles/mote/templates`. Run the -playbook in order to deploy your changes. +category mapping files in +https://pagure.io/fedora-infra/ansible/blob/main/f/roles/mote/templates[ansible/roles/mote/templates]. +Run the playbook in order to deploy your changes.