From 0b577602c4c927308de1f2d72368a6abf5ad33ed Mon Sep 17 00:00:00 2001 From: Ornela Maric Date: Wed, 12 Nov 2025 17:24:44 +0100 Subject: [PATCH 1/2] Cont. --- CHANGELOG.md | 2 ++ .../pages/network-requirements.adoc | 7 +++++++ parameters.yml | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f395c53e1da..a16786aa669 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +- Added non-SUSE URLs to requirements in installation and Upgrade + Guide (bsc#1252665) - Added additional step for client deletion in Client Configuration Guide (bsc#1253249) - Clarified server config option for spacemd in Refrence Guide diff --git a/modules/installation-and-upgrade/pages/network-requirements.adoc b/modules/installation-and-upgrade/pages/network-requirements.adoc index a500a68fd88..02c431fa2ea 100644 --- a/modules/installation-and-upgrade/pages/network-requirements.adoc +++ b/modules/installation-and-upgrade/pages/network-requirements.adoc @@ -312,6 +312,13 @@ In most cases, allowing access to these URLs is sufficient: * [literal]``installer-updates.suse.com`` * [literal]``registry.suse.com`` * [literal]``registry-storage.suse.com`` +* [literal]``opensuse.org`` + +Additionally, you may need access to these URLs for non-SUSE products: + +* [literal]``download.nvidia.com`` +* [literal]``public.dhe.ibm.com`` +* [literal]``nu.novell.com`` You can find additional details on whitelisting the specified URLs and their associated IP addresses in this article: https://www.suse.com/support/kb/doc/?id=000021034[Accessing {scclongform} and SUSE registry behind a firewall and/or through a proxy]. diff --git a/parameters.yml b/parameters.yml index 9674cb27af9..fca39e47148 100644 --- a/parameters.yml +++ b/parameters.yml @@ -1,4 +1,4 @@ -products: +productss: suma: antora: name: "suse-manager" From c2958596f0bf68742e9b5b5f19af6bf03e5f4624 Mon Sep 17 00:00:00 2001 From: Ornela Maric Date: Wed, 12 Nov 2025 17:25:47 +0100 Subject: [PATCH 2/2] Cont. --- parameters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parameters.yml b/parameters.yml index fca39e47148..9674cb27af9 100644 --- a/parameters.yml +++ b/parameters.yml @@ -1,4 +1,4 @@ -productss: +products: suma: antora: name: "suse-manager"