Enables a node to be supported by Rackspace. Installs common tools Rackspace support finds useful when debugging system problems.
Note: This cookbook uses the firewall cookbook and will attempt to manage your iptables unless the node is rackconnected.
firewall
ohai
chef-sugar-rackspace
sudo
apt
Just include rackspace_support
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[rackspace_support]"
]
}
- 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: TODO: List authors