Skip to content

This is a puppet module for installing and configuring the gridengine execution daemon

Notifications You must be signed in to change notification settings

brlindblom/puppet-gridengine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Puppet module for gridengine installation

Installation packages are assumed to come from EPEL.

Clients should inherit gridengine::execd the server should inherit gridengine::qmaster

Module pulls the latest Son-of-GridEngine from Dave Love's Fedora copr repository

New server:

node 'qmaster.example.com' {
  gridengine::qmaster {
    "$hostname":
      sgecell => default;
  }
}

...
node 'execd.example.com' {
  gridengine::execd {
    "qmaster.example.com":
      sgecell => default;
  }
}

About

This is a puppet module for installing and configuring the gridengine execution daemon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages