Installs and configures ScaleFT server tools
Only works with RHEL and Debian based distros.
Key | Type | Description | Default |
---|---|---|---|
['scaleft']['initial_url'] | String | your scaleft endpoint | nil |
Just include scaleft
in your node's run_list
:
{
"name":"my_node",
"normal": {
"scaleft": {
"initial_url": "https://scaleft.company.com"
}
},
"run_list": [
"recipe[scaleft]"
]
}
- 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
Authors:: Jim Rosser ([email protected])