openstack-chef-repo/roles/multinode-compute.json
Samuel Cassiba d248359638 Regenerate JSON artifacts
Depends-On: I72a1775369f955901260173b061f28640055c808
Change-Id: I35f35c402aff7c333d34f0d623b3d24595f59760
Implements: blueprint deprecate-rakefiles
2018-07-12 15:42:32 -07:00

18 lines
658 B
JSON

{
"name": "multinode-compute",
"description": "This will deploy a compute node for a scenarios with just compute and controller nodes",
"run_list": [
"recipe[build-essential]",
"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]"
]
}