Merged
Conversation
Signed-off-by: Sergei Petrosian <spetrosi@redhat.com>
Reviewer's GuideThis PR onboards the new HPC Linux System Role by forking and customizing the template role: project references and documentation are updated to “hpc”, distribution variable names are renamed, CI instructions are expanded, and GitHub workflow configurations are adjusted for the new role. Class diagram for renamed distribution variables in HPC roleclassDiagram
class HPCVars {
+list __hpc_rh_distros
+list __hpc_rh_distros_fedora
+bool __hpc_is_rh_distro
+bool __hpc_is_rh_distro_fedora
}
HPCVars : __hpc_rh_distros = [AlmaLinux, CentOS, RedHat, Rocky]
HPCVars : __hpc_rh_distros_fedora = __hpc_rh_distros + [Fedora]
HPCVars : __hpc_is_rh_distro = ansible_distribution in __hpc_rh_distros
HPCVars : __hpc_is_rh_distro_fedora = ansible_distribution in __hpc_rh_distros_fedora
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Sergei Petrosian spetrosi@redhat.com
Summary by Sourcery
Onboard the HPC system role by replacing template references with HPC equivalents, updating documentation and CI workflows, renaming internal variables, and adding local CI test instructions.
New Features:
Enhancements:
CI:
Documentation: