HowTo for doing things around the Fedora infrastructure
Find a file
Pierre-Yves Chibon b484a7327a Document how to change the watch status of an user in pagure/dist-git
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-03-19 16:11:19 +01:00
check_robosignatory_production_logs.md How to check robosignatory production logs 2020-02-27 09:04:26 +01:00
clean_2f_tokens.md Document how to clean 2f auth tokens 2020-02-18 09:58:13 +01:00
create_new_mailing_list.md Add howto create new mailing lists 2020-03-03 10:22:49 +01:00
destroy_a_virt_instance.md Use the main exploded ansible repo instead of the user's clone 2020-02-19 08:53:42 +00:00
fedora_messaging_certificates.md Document debugging an issue with generating fedora-messaging certificates 2020-02-26 11:43:18 +01:00
fix_robosignatory.md Document how to check on robosignatory 2020-02-12 11:56:31 +01:00
free_space_in_openshift.md Document how to free some space on a node in openshift 2020-02-13 09:34:07 +01:00
README.md Adding a Readme 2020-02-11 16:04:35 +01:00
remove_user_from_watchlist_pagure.md Document how to change the watch status of an user in pagure/dist-git 2020-03-19 16:11:19 +01:00
restart_sigul_brigde.md How to restart the sigul bridge 2020-02-26 10:49:40 +01:00
scale_up_or_down_deployment.md Document how to scale up/down deployments in openshift 2020-02-18 16:33:43 +01:00

How to do things around the infrastructure.

This repo contains the steps on How to do a tasks in the infrastructure. It is meant to be a knowledge database that can be quickly accessed and updated.

Adding a new document.

Create a new markdown document with the name of the task as a title. For example How to create a fas group should be create_a_fas_group.md

Searching for a document.

It is recommended to clone the repository and use the git grep command to look for keywords.

$ git clone ssh://git@pagure.io/Fedora-Infra/howtos.git
$ cd howtos
$ git grep akeyword