Skip to content

vmware-serengeti/gengine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<<<<<<< HEAD gengine Cookbook

This cookbook will allow for creation and control of master and slave roles in a grid engine cluster.

Requirements

This requires CentOS with Chef-client pre-installed.

packages

Attributes

gengine::default

Key Type Description Default
['gengine']['nfs-url'] Boolean IP/hostname of external NFS mount true

Usage

gengine::default

Default node prep for users/groups/files for grid engine install.

gengine::slave

Mount NFS and wait for gridmaster install.

gengine::default

Mount NFS and install grid engine with default cluster parameters.

{
  "name":"my_node",
  "run_list": [
    "recipe[gengine]"
  ]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License and Authors

Authors: Andrew Nelson

gengine

6b957950c7ad9cdd3b9c9d0d219c42f7496e6081

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 94.2%
  • Shell 4.2%
  • HTML 1.6%