Files
openstack-chef/roles/multinode-compute.json
Samuel Cassiba bd5961e8cc Update the example roles and AIO Kitchen scenario
This change:
- pins poise at known stable releases for Kitchen
- removes deprecated build toolchain cookbook dependency

Change-Id: I6c25a071fa6db1b498adb56500ae5456ecf98781
2018-12-14 17:16:56 -08:00

17 lines
627 B
JSON

{
"name": "multinode-compute",
"description": "This will deploy a compute node for a scenarios with just compute and controller nodes",
"run_list": [
"recipe[openstack-common]",
"recipe[openstack-compute::compute]",
"recipe[openstack-compute::identity_registration]",
"recipe[openstack-network::ml2_core_plugin]",
"recipe[openstack-network::ml2_openvswitch]",
"recipe[openstack-network]",
"recipe[openstack-network::openvswitch]",
"recipe[openstack-network::_bridge_config_example]",
"recipe[openstack-network::plugin_config]",
"recipe[openstack-network::openvswitch_agent]"
]
}