HowTo for doing things around the Fedora infrastructure
Find a file
Pierre-Yves Chibon 08e68f35b1 Simplify how to add vpn key/cert: commit all the files to git
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-08-04 16:12:31 +02: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
clean_monitoring_sidetags.md Add an howto clean the side-tags created by monitor-gating 2020-06-25 17:20:24 +02: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
generate_openvpn_keys.md Simplify how to add vpn key/cert: commit all the files to git 2020-08-04 16:12:31 +02:00
get_logs_pod_openshift.md Document how to get the logs of a pod in openshift 2020-07-24 10:00:02 +02: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_fedora_user_at_launch_aws.md add / to explicitly state dir 2020-07-29 17:11:46 +01:00
remove_monitoring_rabbitmq_queue.md Document how to remove monitoring of a rabbitmq queue 2020-07-08 16:43:28 +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 Document what are the two names in the tmux command to share a session 2020-05-12 23:05:52 +02:00
unblock_bodhi_rawhide_updates.md How to unblock rawhide updates in bodhi 2020-05-14 06:21:58 +02:00
update_watch_dist_git.md Tweak the markdown/style on update_watch_dist_git 2020-06-14 21:20:33 +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