Configures teletraan agent
Key | Type | Description | Default |
---|---|---|---|
['teletraan']['release_version'] | string | teletraan version | v1.0.1 |
['teletraan']['agent_version'] | string | deploy agent version | v1.2.3 |
['teletraan']['proto'] | string | deploy service protocol | http |
['teletraan']['host'] | string | deploy service host | 127.0.0.1 |
['teletraan']['port'] | string | deploy service listen port | 8080 |
Just include teletraan-agent
in your node's run_list
and set your teletraan host related attributes:
{
"name":"my_node",
"run_list": [
"recipe[teletraan-agent]"
]
}
- 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