docs(patches): update URLs that need to be accessible from XOA (#7075)

This commit is contained in:
Pierre Donias 2023-10-05 09:45:50 +02:00 committed by GitHub
parent b13302ddeb
commit 8727c3cf96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -94,9 +94,9 @@ uri = 'tcp://db:password@hostname:port'
## Proxy for updates and patches
To check if your hosts are up-to-date, we need to access `http://updates.xensource.com/XenServer/updates.xml`.
To check if your hosts are up-to-date, we need to access `https://updates.ops.xenserver.com/xenserver/updates.xml`.
And to download the patches, we need access to `http://support.citrix.com/supportkc/filedownload?`.
And to download the patches, we need access to `https://fileservice.citrix.com/direct/v2/download/secured/support/article/*/downloads/*.zip`.
To do that behind a corporate proxy, just add the `httpProxy` variable to match your current proxy configuration.

View File

@ -59,7 +59,7 @@ const listMissingPatches = debounceWithKey(_listMissingPatches, LISTING_DEBOUNCE
// =============================================================================
export default {
// raw { uuid: patch } map translated from updates.xensource.com/XenServer/updates.xml
// raw { uuid: patch } map translated from updates.ops.xenserver.com/xenserver/updates.xml
// FIXME: should be static
@decorateWith(debounceWithKey, 24 * 60 * 60 * 1000, function () {
return this