This cookbook will allow for creation and control of master and slave roles in a grid engine cluster.
This requires CentOS with Chef-client pre-installed.
Key | Type | Description | Default |
---|---|---|---|
['gengine']['nfs-url'] | Boolean | IP/hostname of external NFS mount | true |
Default node prep for users/groups/files for grid engine install.
Mount NFS and wait for gridmaster install.
Mount NFS and install grid engine with default cluster parameters.
{
"name":"my_node",
"run_list": [
"recipe[gengine]"
]
}
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
6b957950c7ad9cdd3b9c9d0d219c42f7496e6081