Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- Fixed broken link and added clarification about containerized
proxy (bsc#1248247)
- Added note about onboarding CentOS 7 clients with repositories
disabled in Client Configuration Guide (bsc#1248467)
- Added information about storing custom channel related GPG key
Expand Down
1 change: 1 addition & 0 deletions l10n-weblate/installation-and-upgrade.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
[type: asciidoc] modules/installation-and-upgrade/pages/client-intro.adoc $lang:translations/$lang/modules/installation-and-upgrade/pages/client-intro.adoc
[type: asciidoc] modules/installation-and-upgrade/pages/connect-payg.adoc $lang:translations/$lang/modules/installation-and-upgrade/pages/connect-payg.adoc
[type: asciidoc] modules/installation-and-upgrade/pages/container-deployment/actkey-bootstrap-proxy-suma.adoc $lang:translations/$lang/modules/installation-and-upgrade/pages/container-deployment/actkey-bootstrap-proxy-suma.adoc
[type: asciidoc] modules/installation-and-upgrade/pages/container-deployment/bootstrap-proxy-client.adoc $lang:translations/$lang/modules/installation-and-upgrade/pages/container-deployment/bootstrap-proxy-client.adoc
[type: asciidoc] modules/installation-and-upgrade/pages/container-deployment/generate_proxy_config.adoc $lang:translations/$lang/modules/installation-and-upgrade/pages/container-deployment/generate_proxy_config.adoc
[type: asciidoc] modules/installation-and-upgrade/pages/container-deployment/prepare-micro-host.adoc $lang:translations/$lang/modules/installation-and-upgrade/pages/container-deployment/prepare-micro-host.adoc
[type: asciidoc] modules/installation-and-upgrade/pages/container-deployment/prepare-sles-host.adoc $lang:translations/$lang/modules/installation-and-upgrade/pages/container-deployment/prepare-sles-host.adoc
Expand Down
1 change: 0 additions & 1 deletion modules/administration/pages/ssl-certs-imported.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ endif::[]

ifeval::[{uyuni-content} == true]
For more information, see xref:installation-and-upgrade:container-deployment/uyuni/proxy-deployment-uyuni.adoc#proxy-setup-containers-generate-config[].
proxy-deployment-uyuni.adoc
endif::[]


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,3 @@
. Create an activation key for the proxy host with {sle-micro} {microversion} or {sles} {bci-suma} as the parent channel.
This key should include all recommended channels and the proxy as an extension child channel.
. Proceed to boostrapping the proxy host as a [systemitem]``default`` client.



== Bootstrap the Proxy Host as a Client

.Procedure: Bootstrapping the Proxy Host
. Select menu:Systems[Bootstrapping].
. Fill in the fields for your proxy host.
. Select the activation key created in the previous step from the drop-down.
. Click btn:[Bootstrap].
. Wait for the bootstrap process to complete successfully.
Check the menu:Salt[] menu and confirm the {salt} key is listed and accepted.
. Reboot the proxy host if the operating system is {sle-micro}.
. Select the host from the menu:System[] list and trigger a second reboot in case of {sle-micro} after all events are finished to conclude the onboarding.

.Procedure: Updating the Proxy Host
. Select the host from the menu:Systems[] list and apply all patches to update it.
. Reboot the proxy host if the operating system is {sle-micro}.
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
== Bootstrap the Proxy Host as a Client

.Procedure: Bootstrapping the Proxy Host
[role=procedure]
_____

. Select menu:Systems[Bootstrapping].

. Fill in the fields for your proxy host.

. Select the activation key created in the previous step from the drop-down.

. Click btn:[Bootstrap].

. Wait for the bootstrap process to complete successfully.
Check the menu:Salt[] menu and confirm the {salt} key is listed and accepted.

. Reboot the proxy host if the operating system is {sle-micro}.

. Select the host from the menu:System[] list and trigger a second reboot in case of {sle-micro} after all events are finished to conclude the onboarding.

_____

.Procedure: Updating the Proxy Host
[role=procedure]
_____

. Select the host from the menu:Systems[] list and apply all patches to update it.

. Reboot the proxy host if the operating system is {sle-micro}.

_____
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
== Generate the Proxy Configuration
== Generate Proxy Configuration

The configuration archive of the {productname} Proxy is generated by the {productname} Server.
Each additional Proxy requires its own configuration archive.

For the containerized {productname} Proxy, you must build a new proxy configuration file and then redeploy the container for the changes to take effect.
This is the process for updating settings, including the SSL certificate.

[NOTE]
====
2 GB represents the default proxy squid cache size. This will need to be adjusted for your environment.
2 GB represents the default proxy squid cache size.
This will need to be adjusted for your environment.
====

[IMPORTANT]
Expand All @@ -22,7 +26,7 @@ This new entry will be shown under previously entered Proxy FQDN value and will

.Procedure: Generating a Proxy Container Configuration using {webui}

. In the {webui}, navigate to menu:Systems[Proxy Configuration] and fill the required data:
. In the {webui}, navigate to menu:Systems[Proxy Configuration] and fill the required data.
. In the [guimenu]``Proxy FQDN`` field type fully qualified domain name for the proxy.
. In the [guimenu]``Parent FQDN`` field type fully qualified domain name for the {productname} Server or another {productname} Proxy.
. In the [guimenu]``Proxy SSH port`` field type SSH port on which SSH service is listening on {productname} Proxy. Recommended is to keep default 8022.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,15 @@ For more information, see
* xref:administration:troubleshooting/tshoot-container-full-disk.adoc[]
====


// Snippet for creating activation key only

include::../actkey-bootstrap-proxy-suma.adoc[]

// (New) Snippet for bootsrapping the proxy

include::../bootstrap-proxy-client.adoc[]

include::../generate_proxy_config.adoc[]

include::../transfer_proxy_config.adoc[]
Expand Down
Loading