-
Notifications
You must be signed in to change notification settings - Fork 96
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
Add concept for Package and Image Mode Hosts #3611
base: master
Are you sure you want to change the base?
Add concept for Package and Image Mode Hosts #3611
Conversation
@ianballou This is the concept for Package and Image Mode hosts. The procedure for https://issues.redhat.com/browse/SAT-28185 will be in another PR. |
The PR preview for f9ca843 is available at theforeman-foreman-documentation-preview-pr-3611.surge.sh The following output files are affected by this PR: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small comments only here!
|
||
* *Booted Image & Digest*: Indicates the container image the host is currently using. | ||
* *Staged Image & Digest*: Indicates the container image the host uses after the next reboot. | ||
* *Available Image & Digest*: Represents the container image cached by running `Bootc upgrade --check`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* *Available Image & Digest*: Represents the container image cached by running `Bootc upgrade --check`. | |
* *Available Image & Digest*: Represents the container image cached by running `bootc upgrade --check`. |
bootc
should generally be lowercase -- it's only in the remote execution category that it's uppercase to be consistent with other category names.
* *Rollback Image & Digest*: Represents the container image the host reverts to after the next reboot if `Bootc rollback` is applied. | ||
|
||
.All host listing page updates | ||
* *New Column for Host Types*: The host listing page includes a column with icons that indicate the host type. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think a note should be included to remind users that the "Manage columns" feature can be used to add or remove the image mode column.
* *Rollback Image & Digest*: Represents the container image the host reverts to after the next reboot if `Bootc rollback` is applied. | ||
|
||
.All host listing page updates | ||
* *New Column for Host Types*: The host listing page includes a column with icons that indicate the host type. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: this is only on the new hosts overview page, which is not the default yet.
What changes are you introducing?
Adding a concept for understanding package
mode and image mode hosts.
Why are you introducing these changes? (Explanation, links to references, issues, etc.)
This is in reference to https://issues.redhat.com/browse/SAT-28164.
Anything else to add? (Considerations, potential downsides, alternative solutions you have explored, etc.)
Checklists
Please cherry-pick my commits into: