Skip to content

endticket/chef-teletraan-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published