Installs teletraan deploy service and deploy-board
Install Java 8 and Python2.7 with pip with your favouite cookbook for the purpose
Key | Type | Description | Default |
---|---|---|---|
['teletraan']['release_version'] | string | teletraan version | v1.0.1 |
['teletraan']['deploy_service_version'] | string | deploy service version | fdd68c0 |
['teletraan']['deploy_board_version'] | string | deploy board protocol | fdd68c0 |
e.g.
Just include teletraan
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[teletraan]"
]
}
e.g.
- 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: deathowl