docs(patches): update URLs that need to be accessible from XOA (#7075)
This commit is contained in:
parent
b13302ddeb
commit
8727c3cf96
@ -94,9 +94,9 @@ uri = 'tcp://db:password@hostname:port'
|
|||||||
|
|
||||||
## Proxy for updates and patches
|
## 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.
|
To do that behind a corporate proxy, just add the `httpProxy` variable to match your current proxy configuration.
|
||||||
|
|
||||||
|
@ -59,7 +59,7 @@ const listMissingPatches = debounceWithKey(_listMissingPatches, LISTING_DEBOUNCE
|
|||||||
// =============================================================================
|
// =============================================================================
|
||||||
|
|
||||||
export default {
|
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
|
// FIXME: should be static
|
||||||
@decorateWith(debounceWithKey, 24 * 60 * 60 * 1000, function () {
|
@decorateWith(debounceWithKey, 24 * 60 * 60 * 1000, function () {
|
||||||
return this
|
return this
|
||||||
|
Loading…
Reference in New Issue
Block a user