This is a quick cookbook that installs a standalone mesos master and slave onto the system. This is not intended for production, and is a poor attempt at POC. Seriously, it just installs the bash scripts that Mesosphere uses. They can be found at http://mesosphere.com/docs/getting-started/developer/single-node-install/
Ubuntu: 12.04
Key | Type | Description | Default |
---|---|---|---|
['df_box_mesos']['bacon'] | Boolean | whether to include bacon | true |
don't. This is a project that I am going to expand upon later. And by expand, I mean probably forget about because more pressing issues with version pinning will come about with community cookbooks.
Include df_box_mesos
in your node's run_list
:
{
"run_list": [
"recipe[df_box_mesos::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:: YOUR_NAME (<YOUR_EMAIL>)