openstack-chef-repo/roles/os-bare-metal-conductor.json
wenchma d4c9172edf Add roles for cookbook openstack-bare-metal
* Adds cookbook-openstack-bare-metal to Berksfile
* Updates infrastructure.yml
* Adds the roles for openstack-bare-metal services
* Adds databag items for openstack-bare-metal

blueprint bare-metal-enablement

Change-Id: Id26509013d33757be65c5f1df6ac11cf33cb6552
2015-03-05 22:19:23 +08:00

17 lines
329 B
JSON

{
"name": "os-bare-metal-conductor",
"description": "OpenStack Bare Metal Conductor service",
"json_class": "Chef::Role",
"default_attributes": {
},
"override_attributes": {
},
"chef_type": "role",
"run_list": [
"role[os-base]",
"recipe[openstack-bare-metal::conductor]"
],
"env_run_lists": {
}
}