| site_name: CentOS Infra docs |
| site_url: https://docs.infra.centos.org/ |
| |
| repo_url: https://git.centos.org/centos/centos-infra-docs |
| repo_name: centos/centos-infra-docs |
| |
| nav: |
| - Overview: index.md |
| - Operations: |
| - operations/intro.md |
| - Common infra: |
| - operations/deploy/bare-metal.md |
| - operations/deploy/virtual-machine.md |
| - operations/deploy/common.md |
| - operations/decommission.md |
| - Applications: |
| - operations/apps/blog.md |
| - CI Infra: |
| - SOP: |
| - Installations: |
| - operations/ci/installation/install.md |
| - operations/ci/installation/persistant_storage_nfs.md |
| - operations/ci/installation/prerequisites.md |
| - operations/ci/installation/verification.md |
| - LocalStorage: |
| - operations/ci/localstorage/binding_pvc.md |
| - operations/ci/localstorage/installation.md |
| - Onboard Tenants: |
| - operations/ci/adding_cico_tenant/adding_cico_tenants.md |
| - operations/ci/adding_cico_tenant/adding-duffy-api-key.md |
| - operations/ci/adding_cico_tenant/adding-jumphost.md |
| - Add an OpenID identity provider to the cluster: operations/ci/adding_oidc_authentication.md |
| - Adding Admin Users: operations/ci/adding_admin_users.md |
| - Adding Nodes: operations/ci/adding_nodes.md |
| - Adding privilged security context constraint to a service account: operations/ci/adding_privileged_scc_to_sa.md |
| - Adding taints to a node: operations/ci/adding_taints_to_nodes.md |
| - Authenticating with the OCP cluster via the command line oc utility: operations/ci/authenticating_via_cli.md |
| - Basic SeaMicro operations: operations/ci/seamicro/basic_seamicro_operations.md |
| - Cleaning legacy Jenkins Storage: operations/ci/cleaning_legacy_jenkins_storage.md |
| - Configuring the Internal Image Registry: operations/ci/configuring_image_registry.md |
| - Cordoning nodes and draining pods: operations/ci/cordoning_nodes_and_draining_pods.md |
| - Creating etcd backup: operations/ci/create_etcd_backup.md |
| - Disabling the self-provisioners role: operations/ci/disabling_self_provisioner_role.md |
| - Graceful Cluster Shutdown: operations/ci/graceful_shutdown_ocp_cluster.md |
| - Graceful Cluster Startup: operations/ci/graceful_startup_ocp_cluster.md |
| - Monitoring: operations/ci/monitoring.md |
| - Onboarding sysadmins: operations/ci/onboarding_sysadmin.md |
| - Outage Preparation: operations/ci/outage_preparation.md |
| - Replacing Certs: operations/ci/replacing_certs.md |
| - Upgrades: operations/ci/upgrades/upgrade-notification-template.md |
| |
| - Spikes: |
| - Configure default permissions for ACO users: operations/ci/configuring_default_aco_user_permissions.md |
| - Investigate adding routes from apps.ci.centos.org: operations/ci/ingress_controllers/README.md |
| - Kubevirt operator: operations/ci/kubevirt.md |
| - Workloads on specific nodes: operations/ci/workloads_on_specific_nodes.md |
| |
| - Migration: operations/ci/migration/migrate_to_new_cluster.md |
| |
| - Build and Delivery: |
| - buildsys/git.md |
| - Build Systems: |
| - buildsys/intro.md |
| - buildsys/koji-cbs.md |
| - buildsys/koji-cbs-sigs.md |
| - buildsys/koji-mbox.md |
| - buildsys/koji-stream.md |
| - buildsys/reimzul.md |
| - Validate: |
| - buildsys/qa.md |
| - Mirrors CDN: |
| - buildsys/mirror-network.md |
| - Public Applications: |
| - apps/www.md |
| - apps/wiki.md |
| - apps/bugs.md |
| - apps/forums.md |
| - apps/mailman.md |
| - apps/docs.md |
| - apps/blog.md |
| - Infra services: |
| - infra/authentication.md |
| - infra/dns.md |
| - infra/mailservers.md |
| - infra/mirrorlists.md |
| - infra/sponsors.md |
| - infra/centos-ci.md |
| - infra/monitoring.md |
| - infra/team.md |
| - Security: |
| - security/index.md |
| - security/tls.md |
| - security/gpg.md |
| - security/iptables.md |
| - security/selinux.md |
| - security/ssh.md |
| - Ansible: |
| - ansible/index.md |
| - ansible/topology.md |
| - ansible/ara.md |
| - Tips and Tricks: |
| - tips/mdadm.md |
| - tips/hardware.md |
| - tips/ipmi.md |
| |
| theme: |
| name: material |
| logo: img/centos.png |
| favicon: img/favicon-centos.ico |
| features: |
| - navigation.tabs |
| - navigation.expand |
| - navigation.top |
| - toc.integrate |
| palette: |
| primary: indigo |
| accent: deep orange |
| |
| markdown_extensions: |
| - toc: |
| baselevel: 4 |
| permalink: true |
| - admonition |
| |