In Red Hat Satellite, a CDN path is the upstream URL that Satellite uses to synchronize content from the Red Hat Content Delivery Network (CDN). Satellite retrieves repositories, updates, and packages from here.
The standard CDN URL is: https://cdn.redhat.com
This is the global endpoint used by Satellite to synchronize repositories.
Verifying CDN Path
To check the configured CDN path for your Red Hat Satellite server:
Use the Satellite Web Interface:
- Navigate to Content> Subscriptions > Manage Manifest -> CDN Configuration.
Using the Hammer CLI:
- hammer settings list –search=”cdn”
Modifying CDN Path:
Using the Web Interface:
Go to Content> Subscriptions > Manage Manifest -> CDN Configuration.
- Edit the CDN URL value to the desired path.
- Save the changes (click update)
Using the Hammer CLI:
- hammer settings set –name=”cdn” –value=”https://custom.cdn.url”