d4c9172edf
* 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
19 lines
419 B
JSON
19 lines
419 B
JSON
{
|
|
"name": "os-bare-metal",
|
|
"description": "Configures OpenStack Bare Metal, configured by attributes.",
|
|
"json_class": "Chef::Role",
|
|
"default_attributes": {
|
|
},
|
|
"override_attributes": {
|
|
},
|
|
"chef_type": "role",
|
|
"run_list": [
|
|
"role[os-base]",
|
|
"role[os-bare-metal-api]",
|
|
"role[os-bare-metal-conductor]",
|
|
"recipe[openstack-bare-metal::identity_registration]"
|
|
],
|
|
"env_run_lists": {
|
|
}
|
|
}
|