HowTo for doing things around the Fedora infrastructure
Find a file
Michal Konecny 94ded24094 Add notification about howtos migration
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2023-09-07 15:48:48 +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
add_external_hardware_to_vpn.md update links to main branch 2021-12-20 15:16:38 +00:00
archiving_a_fedora_release.md rewrite the sop for archiving a fedora release into markdown for this repo 2020-09-25 12:33:52 -04: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 clean2fa: add cli instructions 2021-04-08 11:24:34 +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_fedscm_admin_token.md create_fedscm_admin_token: mention actual fedora-scm-requests name 2022-08-28 05:11:22 +00:00
create_keytab.md Add doc on how to create a keytab 2021-03-30 10:12:13 +02:00
create_new_mailing_list.md Add howto create new mailing lists 2020-03-03 10:22:49 +01:00
creating_groups_distgit.md Add guide for creating new group in FAS 2023-08-29 12:37:07 +02: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
discourse_spam.md Add howto for dealing with discourse spam 2023-07-17 11:19:59 +00:00
fedora_messaging_certificates.md Revoke the old certificate instead of deleting it 2023-04-17 08:49:40 +02:00
fix_bugzilla_aws_saml_login.md Document how to fix bugzilla/aws SAML login via ipsilon 2020-09-29 16:24:12 +02: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_2fa_keys.md Document how to generate 2FA keys/certs 2020-08-04 17:21:23 +02: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
give_groups_dist_git.md Document how to give group from someone to someone else 2020-09-02 17:46:12 +02:00
groups_in_fedora.md Add guide for creating new group in FAS 2023-08-29 12:37:07 +02:00
make_mailman_user_admin.md Make mailman howto titles headers 2020-05-12 19:45:58 +00:00
pagure_spam.md Add link to IPA server 2023-03-08 14:09:53 +00:00
README.md Add notification about howtos migration 2023-09-07 15:48:48 +02:00
rebuild_osbs_buildroot.md How to rebuild OSBS buildroot image 2020-05-12 21:27:50 +02:00
refresh_osbs_odcs_oicd_token.md Refresh the OSBS ODCS OIDC token. 2020-08-26 13:31:41 +02:00
remote_meeting_minutes_meetbot.md Document how to remove meeting minutes from meetbot/mote 2020-09-02 14:14:44 +02:00
remove_branch_distgit.md Removing refs if they are part of packed-refs file 2020-09-08 15:36:28 -04: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

This repository is now moved to Fedora Infra documentation

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