HowTo for doing things around the Fedora infrastructure
Find a file
2020-05-12 19:45:58 +00:00
access_rabbitmq_ui.md Document how to access the web UI of rabbitmq 2020-05-12 14:04:12 +02:00
activate_a_spamcheck_account.md how to activate a spamcheck_account 2020-04-07 13:51:14 +02:00
add_a_package_to_infra_tag.md add a package to infra tag 2020-04-20 20:20:33 +02:00
build_against_infra_tags.md Add how to build a package in an infra tag 2020-04-07 13:51:14 +02: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
delete_mailman_thread.md Make mailman howto titles headers 2020-05-12 19:45:58 +00:00
destroy_a_virt_instance.md how to connect to a virt instance console using virsh 2020-05-12 21:21:38 +02: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
groups_in_fedora.md Some formatting fixes for the groups doc 2020-04-04 13:46:03 +02:00
make_mailman_user_admin.md Make mailman howto titles headers 2020-05-12 19:45:58 +00:00
README.md Adding a Readme 2020-02-11 16:04:35 +01:00
rebuild_osbs_buildroot.md How to rebuild OSBS buildroot image 2020-05-12 21:27:50 +02:00
remove_user_from_watchlist_pagure.md Fix small formatting error 2020-03-19 16:12:08 +01:00
restart_sigul_bridge.md Fix typo in file name 2020-04-15 14:28:33 +02:00
scale_up_or_down_deployment.md Document how to scale up/down deployments in openshift 2020-02-18 16:33:43 +01:00
share_tmux_session.md Adjust how to share a tmux session 2020-04-30 13:36:45 +02: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