Skip to content

5.0 - Rename to uyuni-server-attestation #4180

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 22, 2025
Merged
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 @@
- 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
Expand Down
4 changes: 2 additions & 2 deletions modules/administration/pages/confidential-computing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ coco:
. Run the command
+
----
mgradm scale --coco-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.

Expand All @@ -74,7 +74,7 @@ mgradm scale --coco-replicas 1
. To disable the already enabled attestation container, run the command:
+
----
mgradm scale --coco-replicas 0
mgradm scale uyuni-server-attestation --replicas 0
----


Expand Down
Loading