From 9618be80ec04b28a5071b1037eaebf6b59457884 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20=22decko=22=20de=20Brito?= Date: Tue, 19 May 2026 13:31:59 -0300 Subject: [PATCH] docs: add Akamai CDN pipeline guide Adds a pointer doc under dev/guides linking to the akamai-packages.redhat.com repo for CDN pipeline setup and deployment workflow. Assisted-by: Claude Code --- docs/dev/guides/akamai-pipeline.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/dev/guides/akamai-pipeline.md 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)