917de05735
The bugin ubuntu packaging has been fixed: https://bugs.launchpad.net/bugs/1429962 Change-Id: I31686bd4195d34f920b718e07bcac2af94852ab1 Related-Bug: #1429245
18 lines
365 B
JSON
18 lines
365 B
JSON
{
|
|
"name": "os-compute-worker",
|
|
"description": "The compute node, most likely with a hypervisor.",
|
|
"json_class": "Chef::Role",
|
|
"default_attributes": {
|
|
},
|
|
"override_attributes": {
|
|
},
|
|
"chef_type": "role",
|
|
"run_list": [
|
|
"role[os-base]",
|
|
"recipe[openstack-compute::compute]",
|
|
"role[os-bare-metal-conductor]"
|
|
],
|
|
"env_run_lists": {
|
|
}
|
|
}
|