Review mote SOP

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2021-09-07 14:10:07 +02:00
parent 36a08c9afd
commit b3bba37f97
2 changed files with 14 additions and 14 deletions

View file

@ -73,7 +73,7 @@
** xref:mirrorhiding.adoc[Mirror Hiding Infrastructure - SOP] ** xref:mirrorhiding.adoc[Mirror Hiding Infrastructure - SOP]
** xref:mirrormanager.adoc[MirrorManager Infrastructure - SOP] ** xref:mirrormanager.adoc[MirrorManager Infrastructure - SOP]
** xref:mirrormanager-S3-EC2-netblocks.adoc[AWS Mirrors - 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:nagios.adoc[nagios - SOP in review ]
** xref:netapp.adoc[netapp - SOP in review ] ** xref:netapp.adoc[netapp - SOP in review ]
** xref:new-hosts.adoc[new-hosts - SOP in review ] ** xref:new-hosts.adoc[new-hosts - SOP in review ]

View file

@ -8,15 +8,14 @@ http://meetbot.stg.fedoraproject.org
== Contents == Contents
[arabic] * <<_contact_information>>
. Contact information * <<_deployment>>
. Deployment * <<_description>>
. Description * <<_configuration>>
. Configuration * <<_database>>
. Database * <<_managing_mote>>
. Managing mote * <<_suspending_mote_operation>>
. Suspespending mote operation * <<_changing_motes_name_and_category_definitions>>
. Changing mote's name and category definitions
== Contact Information == Contact Information
@ -79,10 +78,10 @@ is currently unused.
== Managing mote == 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. service to change mote's status.
== Suspespending mote operation == Suspending mote operation
mote can be stopped by stopping the `httpd` service: 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 These files are `name_mappings.json` and `category_mappings.json`. To
deploy an update to these definitions, place the updated name and deploy an update to these definitions, place the updated name and
category mapping files in `ansible/roles/mote/templates`. Run the category mapping files in
playbook in order to deploy your changes. 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.