Review mote SOP
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
36a08c9afd
commit
b3bba37f97
2 changed files with 14 additions and 14 deletions
|
@ -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 ]
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue