Blame docs/operations/intro.md

5aab14
# CentOS Operations guide
5aab14
5aab14
This section will list some of the operations that we have to automate to deploy/maintain/migrate/decommission services and/or infrastructure components used in the CentOS infra.
e04d19
e04d19
## Supported Operating Systems in CentOS Infra
e04d19
e04d19
### CentOS 
e04d19
e04d19
It makes sense to use what we build and distribute and we've always relied on CentOS Linux for our own infrastructure. To deploy it we just use our own mirror.centos.org mirrors pool and internal mirrors.
e04d19
e04d19
Deployed and maintained versions (in ansible roles and repositories) :
e04d19
e04d19
  * CentOS Linux 7
e04d19
  * CentOS Stream 8
e04d19
e04d19
### Red Hat Enterprise Linux
e04d19
We also started to deploy RHEL in parallel for some services that will have to stay longer available (starting from CentOS Stream, expected life time is ~5y, versus 10y for RHEL).
e04d19
We point to an internal mirror for deployments and also use some TLS certs (subscription) to access Red Hat CDN to get updates (or point also to internal mirror)
e04d19
e04d19
Deployed and maintained versions (in ansible roles and repositories) :
e04d19
e04d19
  * RHEL 8
e04d19
e04d19
!!! note
e04d19
    See internal ansible inventory `group_vars/all` doc/notes/snippet around the `rhel_*` variables about how to use this, not covered in public documentation for obvious easons