https://github.com/treydock/puppet-module-clustershell

https://github.com/treydock/puppet-module-clustershell

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 3 committers (33.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: treydock
  • Language: Ruby
  • Default Branch: master
  • Size: 183 KB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 2
  • Open Issues: 1
  • Releases: 0
Created almost 7 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog Contributing

README.md

puppet-module-clustershell

Puppet Forge Build Status

Table of Contents

  1. Description
  2. Setup - The basics of getting started with clustershell
  3. Usage - Configuration options and additional functionality
  4. Reference - Module reference

Description

This module will manage ClusterShell

Setup

What clustershell affects

This module will install the clustershell packages and manage the clustershell configs.

Setup Requirements

For systems with yum package manager there is a dependency on puppetlabs/yumrepo_core.

If genders support is enabled there is a soft dependency on treydock/genders

Usage

Install clustershell and define groups in local.cfg:

puppet class { '::clustershell': groupmembers => { compute => { group => 'compute', member => 'node[00-99]', } login => { group => 'login', member => 'login[01-02]', } }, }

The equivalent in hiera would be:

yaml clustershell::groupmembers: compute: group: 'compute' member: 'node[00-99]' login: group: 'login' member: 'login[01-02]'

Enable SLURM groups and make them the default:

puppet class { '::clustershell': default_group_source => 'slurm', include_slurm_groups => true, }

Enable genders groups and make them the default:

puppet class { '::clustershell': default_group_source => 'genders', include_genders_groups => true, }

Define groups via YAML group files:

puppet class { '::clustershell': group_yaml => { 'cluster' => { 'data' => { 'local' => { 'compute' => 'node[00-99]', 'login' => 'login[01-02]', } } } } }

Defining group YAML files via defined type:

puppet ::clustershell::group_yaml { 'cluster': data => { 'local' => { 'compute' => 'node[00-99]', 'login' => 'login[01-02]', } } }

Can also supply custom templates to clustershell::group_yaml

puppet ::clustershell::group_yaml { 'cluster': content => template('profile/clustershell/cluster.yaml.erb'), }

Example of defining custom group source:

puppet ::clustershell::group_source { 'batch': ensure => 'present', section => 'job,moabrsv', map => 'clustershell-batch-mapper.py $SOURCE map $GROUP', list => 'clustershell-batch-mapper.py $SOURCE list', }

Reference

http://treydock.github.io/puppet-module-clustershell/

Owner

  • Login: treydock
  • Kind: user

GitHub Events

Total
  • Issue comment event: 2
  • Push event: 2
  • Pull request event: 1
  • Create event: 1
Last Year
  • Issue comment event: 2
  • Push event: 2
  • Pull request event: 1
  • Create event: 1

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 47
  • Total Committers: 3
  • Avg Commits per committer: 15.667
  • Development Distribution Score (DDS): 0.043
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Trey Dockendorf t****f@o****u 45
Joshua Hoblitt j****h@h****m 1
Joshua Hoblitt 9****t 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 1
  • Total pull requests: 23
  • Average time to close issues: N/A
  • Average time to close pull requests: 14 days
  • Total issue authors: 1
  • Total pull request authors: 3
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.61
  • Merged pull requests: 22
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: 3 months
  • Issue authors: 0
  • Pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 3.0
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • treydock (1)
Pull Request Authors
  • treydock (19)
  • jhoblitt (3)
  • glennmorris (2)
Top Labels
Issue Labels
Pull Request Labels
enhancement (8) backwards-incompatible (7) bugfix (5) maintenance (2)

Packages

  • Total packages: 1
  • Total downloads:
    • puppet 15,425 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 11
forge.puppet.com: treydock-clustershell

clustershell Puppet module

  • Versions: 11
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 15,425 Total
Rankings
Dependent repos count: 0.0%
Dependent packages count: 15.5%
Forks count: 20.3%
Average: 24.4%
Stargazers count: 25.6%
Downloads: 60.7%
Last synced: 10 months ago

Dependencies

Gemfile rubygems
  • beaker-hostgenerator >= 0 development
  • beaker-pe >= 0 development
  • beaker-puppet >= 0 development
  • beaker-rspec >= 0 development
  • github_changelog_generator >= 0 development
  • puppet-lint-param-docs >= 0 development
  • rb-readline = 0.5.5 development
.github/workflows/ci.yaml actions
  • actions/checkout v3 composite
  • ruby/setup-ruby v1 composite
.github/workflows/release.yaml actions
  • actions/checkout v3 composite
  • ruby/setup-ruby v1 composite