From 07db201b2fbaa39f0a416ddba78716ab934432df Mon Sep 17 00:00:00 2001 From: Ornela Maric Date: Thu, 17 Jul 2025 11:11:57 +0200 Subject: [PATCH 1/2] 5.0 - Rename to uyuni-server-attestation. --- CHANGELOG.md | 2 ++ modules/administration/pages/confidential-computing.adoc | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe5fd97abee..065a20b40e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +- Confidential Computing command updated in Administration Guide + (bsc#1246638) - Documented that Ansible for the control node must come from the distribution of the client (bsc#1244125) - Fixed troubleshooting procedure about login timeout in Administration diff --git a/modules/administration/pages/confidential-computing.adoc b/modules/administration/pages/confidential-computing.adoc index 9db796616fc..95c5e63b9d3 100644 --- a/modules/administration/pages/confidential-computing.adoc +++ b/modules/administration/pages/confidential-computing.adoc @@ -64,7 +64,7 @@ coco: . Run the command + ---- -mgradm scale --coco-replicas 1 +scale uyuni-server-attestation --replicas 1 ---- // (PLACEHOLDER): In the future instead of number 1, it should be possible to allow more then one container replica. @@ -74,7 +74,7 @@ mgradm scale --coco-replicas 1 . To disable the already enabled attestation container, run the command: + ---- -mgradm scale --coco-replicas 0 +scale uyuni-server-attestation --replicas 0 ---- From a56cfa2362a75ec8d6b548f9c60be6be19bb3388 Mon Sep 17 00:00:00 2001 From: Ornela Maric Date: Thu, 17 Jul 2025 14:23:28 +0200 Subject: [PATCH 2/2] Additional fix. --- modules/administration/pages/confidential-computing.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/administration/pages/confidential-computing.adoc b/modules/administration/pages/confidential-computing.adoc index 95c5e63b9d3..4819826ee89 100644 --- a/modules/administration/pages/confidential-computing.adoc +++ b/modules/administration/pages/confidential-computing.adoc @@ -64,7 +64,7 @@ coco: . Run the command + ---- -scale uyuni-server-attestation --replicas 1 +mgradm scale uyuni-server-attestation --replicas 1 ---- // (PLACEHOLDER): In the future instead of number 1, it should be possible to allow more then one container replica. @@ -74,7 +74,7 @@ scale uyuni-server-attestation --replicas 1 . To disable the already enabled attestation container, run the command: + ---- -scale uyuni-server-attestation --replicas 0 +mgradm scale uyuni-server-attestation --replicas 0 ----