18 lines
365 B
JSON
18 lines
365 B
JSON
{
|
|
"name": "os-ops-database",
|
|
"description": "Currently MySQL Server (non-ha)",
|
|
"json_class": "Chef::Role",
|
|
"default_attributes": {
|
|
},
|
|
"override_attributes": {
|
|
},
|
|
"chef_type": "role",
|
|
"run_list": [
|
|
"role[os-base]",
|
|
"recipe[openstack-ops-database::server]",
|
|
"recipe[openstack-ops-database::openstack-db]"
|
|
],
|
|
"env_run_lists": {
|
|
}
|
|
}
|