This is an app-cookbook that will install basic pieces for stackengine beta
PLEASE NOTE!!! This is not an official stackengine implementation and will never plan on being one. This is simply my way to get stackengine set up and tested in Beta.
TODO: Ubuntu 14.04
NOT INITIAL FOCUS: Centos, Rhel systems. will need to add case statements which are frowned upon to get things done.
No attributes yet, but some that come to mind is a working directory for deploys, names of containers, and names of master vs slave setup
This will be good for initially setting up workstations and eventually will be extended for creating an end to end system.
Include stackengine in your node's run_list:
{
"run_list": [
"recipe[stackengine::default]"
]
}- Fork the repository on Github
- Create a named feature branch (i.e.
add-new-recipe) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request
Author:: Jeff Carapetyan (jeff@datafundamentals.com)