Skip to content

Latest commit

 

History

History
74 lines (67 loc) · 1.5 KB

README.md

File metadata and controls

74 lines (67 loc) · 1.5 KB

teletraan-agent Cookbook

Configures teletraan agent

Attributes

teletraan-agent::default

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

Usage

teletraan-agent::default

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]"
  ]
}

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: deathowl