Chef cookbok to install and configure Corbel platform.
//TODO
Include corbel::iam in your node's run_list:
{
"run_list": [
"recipe[corbel::iam]"
]
}Include corbel::resources in your node's run_list:
{
"run_list": [
"recipe[corbel::resources]"
]
}Include corbel::webfs in your node's run_list:
{
"run_list": [
"recipe[corbel::webfs]"
]
}Include corbel::evci in your node's run_list:
{
"run_list": [
"recipe[corbel::evci]"
]
}Include corbel::oauth-server in your node's run_list:
{
"run_list": [
"recipe[corbel::oauth-server]"
]
}Include corbel::notifications in your node's run_list:
{
"run_list": [
"recipe[corbel::notifications]"
]
}