Skip to content

Latest commit

 

History

History
127 lines (115 loc) · 2.63 KB

README.md

File metadata and controls

127 lines (115 loc) · 2.63 KB

sysedge Cookbook

This cookbook deploys sysedge for the following platform familly: debian-ish redhat-ish

Requirements

External Internet Access

packages

TODO: Will need to revisit when this is cookbook is finished

Attributes

sysedge::default

Key Type Description Default
['sysedge']['trapCommunity'] String SNMP Trap Community String public
['sysedge']['communityType'] String SNMP Community Read/write Level read
['sysedge']['syscontact'] String System Contact Information for Spectrum wse@rackspace.com
['sysedge']['dataDirectory'] String Configuration Directory for SystemEDGE /opt/CA/SystemEDGE/config
['sysedge']['port'] String UDP Listen Port for SystemEDGE 1691
['sysedge']['trapSource'] String Public IP Address of the Server
['sysedge']['community'] String SNMP Community String
['sysedge']['sysdescr'] String Server Hostname
['sysedge']['syslocation'] String Server Datacenter
['sysedge']['trapCommunityDest'] String SNMP Trap Destination IP

sysedge::redhat

Key Type Description Default
['sysedge']['redhat']['src_url'] String Source URL for SystemEDGE Installer

Usage

sysedge::default

Just include sysedge in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[sysedge]"
  ]
}

License and Authors

Authors: Victor Palma Authors: Derek Lane Authors: Josh Mattson Authors: Dustin Randel Authors: Jake Briggs