diff --git a/docs/dev/guides/akamai-pipeline.md b/docs/dev/guides/akamai-pipeline.md new file mode 100644 index 00000000..9b0d571f --- /dev/null +++ b/docs/dev/guides/akamai-pipeline.md @@ -0,0 +1,23 @@ +# Akamai CDN Pipeline + +The packages.redhat.com CDN configuration is managed through an Akamai property pipeline. +The pipeline repo contains templates, environment configs, and deployment tooling. + +## Repository + +- **GitLab:** [hosted-pulp/akamai-packages.redhat.com](https://gitlab.cee.redhat.com/hosted-pulp/akamai-packages.redhat.com) + +See the repository's README for complete setup instructions (CLI install, credentials) and the +deployment workflow (save, promote, test). + +## Quick reference + +| Environment | Akamai property | URL | +|-------------|-----------------|-----| +| Stage | `stage.packages.redhat.com` | | +| Prod | `prod.packages.redhat.com` | | + +## Related resources + +- [IT Akamai Pipeline docs](https://it-akamai.pages.redhat.com/docs/user/delivery/pipeline) — upstream pipeline documentation +- [Console Promotion document](https://docs.google.com/document/d/1NDG8MH4PNGF8h87FjTItkndLLpODNUWQxpLpTjlAVD4/edit) — promotion runbook (originally for console.redhat.com, applicable to packages.redhat.com)