-
Notifications
You must be signed in to change notification settings - Fork 19
Comparing changes
Open a pull request
base repository: stackhpc/ansible-role-openhpc
base: v0.24.0
head repository: stackhpc/ansible-role-openhpc
compare: master
- 18 commits
- 55 files changed
- 7 contributors
Commits on Mar 20, 2024
-
Build RL9.3 container images with systemd in CI (#166)
* build RL9.3 container images with systemd * remove old workaround message
Configuration menu - View commit details
-
Copy full SHA for 4ca4811 - Browse repository at this point
Copy the full SHA 4ca4811View commit details
Commits on May 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aec0dad - Browse repository at this point
Copy the full SHA aec0dadView commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a599130 - Browse repository at this point
Copy the full SHA a599130View commit details
Commits on Nov 8, 2024
-
Retry slurmd restarts on change (#171)
There was a race conditions between slurmctld starting up and slurmd. This adds a few retries to make it more robust.
Configuration menu - View commit details
-
Copy full SHA for b9f9d16 - Browse repository at this point
Copy the full SHA b9f9d16View commit details
Commits on Nov 15, 2024
-
The ReturnToService parameter is not rendered. A newline between that and the jinja conditional above fixes it
Configuration menu - View commit details
-
Copy full SHA for 47bdf42 - Browse repository at this point
Copy the full SHA 47bdf42View commit details -
Merge pull request #173 from stackhpc/fix/slurm-conf
Fix ReturnToService slurm.conf templating
Configuration menu - View commit details
-
Copy full SHA for 02d913e - Browse repository at this point
Copy the full SHA 02d913eView commit details
Commits on Nov 26, 2024
-
Allow nodes to appear in more than one group/partition (#174)
* fix duplicated nodename * Nodes may appear in more than one group --------- Co-authored-by: jianguo-ukaea <jianguo.rao@ukaea.uk>
Configuration menu - View commit details
-
Copy full SHA for 31017d2 - Browse repository at this point
Copy the full SHA 31017d2View commit details
Commits on Apr 22, 2025
-
Output slurm config as facts (#176)
* output slurm config as facts * address linter errors * fix facts parsing 'SlurmctldParameters = enable_configlessReturnToService=2' * remove out of date test7 * skip broken mariadb on RL8
Configuration menu - View commit details
-
Copy full SHA for 9b76a5e - Browse repository at this point
Copy the full SHA 9b76a5eView commit details -
Fix slurm.conf jinja templating (#179)
* Fix slurm.conf jinja templating trim_blocks on by default in Ansible so extra newline required at end of template tag * Update slurm.conf.j2
Configuration menu - View commit details
-
Copy full SHA for 3e3976b - Browse repository at this point
Copy the full SHA 3e3976bView commit details
Commits on Apr 23, 2025
-
Improve behaviour when switching configless mode off (#178)
* Fix openhpc_configless when set to false Need to pass this through the bool filter so that string values are interpreted as booleans. * Remove conf-server command line option if configless mode is disabled
Configuration menu - View commit details
-
Copy full SHA for e5897b7 - Browse repository at this point
Copy the full SHA e5897b7View commit details
Commits on May 13, 2025
-
Separate node and partition configuration (#183)
* nodegroups using nodesets - doesn't handle empty nodegroups * cope with empty nodegroups/partitions * make gres work again * make node/partition parameters more greppable * use features to simplify nodeset configuration * add nodegroup.features * add validation * document nodegroup.features to README * add better examples in README * tidy up README * fix validate task path * fix lint error * default partitions to nodegroups to make CI easier * update molecule tests for openhpc_nodegroups * remove checks from runtime now validation defined * fix NodeName= lines missing newlines between them when multiple hostlists within a node group * remove tests for extra_nodes * allow missing inventory groups (as per docs) when validating nodegroups * only run validation once * remove test14 from CI - extra_nodes feature removed * update complex test for new group/partition variables * rename openhpc_partitions.groups -> openhpc_partitions.nodegroups for clarity * output NodeName hostlists on single line to improve large BM scheduler perf
Configuration menu - View commit details
-
Copy full SHA for 0dec9d8 - Browse repository at this point
Copy the full SHA 0dec9d8View commit details
Commits on May 14, 2025
-
Revert "Separate node and partition configuration (#183)"
This reverts commit 0dec9d8.
Configuration menu - View commit details
-
Copy full SHA for ed717da - Browse repository at this point
Copy the full SHA ed717daView commit details
Commits on May 15, 2025
-
Add support for upgrading database (#186)
* add support for upgrading database * fix db upgrade check for initial deploy * add mysql tool to support checking db status * make slurm db service consistent * make backup optional * fix ansible-lint whinging * fix upgrade code for mariadb in CI * fix mariadb connections * fix upgrade logic * Fix readme typo Co-authored-by: Matt Crees <matthew.crees1@gmail.com> * fix upgrade logic * explain upgrade logic --------- Co-authored-by: Matt Crees <matthew.crees1@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for de7a904 - Browse repository at this point
Copy the full SHA de7a904View commit details
Commits on May 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5bce8de - Browse repository at this point
Copy the full SHA 5bce8deView commit details
Commits on May 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3354f7f - Browse repository at this point
Copy the full SHA 3354f7fView commit details
Commits on May 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 55d8af4 - Browse repository at this point
Copy the full SHA 55d8af4View commit details
Commits on May 28, 2025
-
Support removing slurm.conf parameters (#184)
* nodegroups using nodesets - doesn't handle empty nodegroups * cope with empty nodegroups/partitions * make gres work again * template slurm.conf parameters from combined variables * simplify omit description * remove dead code * fixup SlurmctldParameters for configless mode * fix slurmctld when not defined * Make omit clearer Co-authored-by: Matt Anson <matta@stackhpc.com> --------- Co-authored-by: Matt Anson <matta@stackhpc.com>
Configuration menu - View commit details
-
Copy full SHA for bfd3d67 - Browse repository at this point
Copy the full SHA bfd3d67View commit details
Commits on Jun 11, 2025
-
Relax gres configuration validation to allow multiple conf keys (#193)
* Relax gres configuration validation to allow multiple list items * Add all allowable properties on nodegroup * Allow additional properties in nodegroup schema validation
Configuration menu - View commit details
-
Copy full SHA for 521ea02 - Browse repository at this point
Copy the full SHA 521ea02View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.24.0...master