{ "name": "allinone", "description": "This will deploy all of the services for Openstack Compute to function on a single box.", "json_class": "Chef::Role", "default_attributes": { }, "override_attributes": { }, "chef_type": "role", "run_list": [ "recipe[locale]", "recipe[apt]", "recipe[yum]", "recipe[openstack-common]", "recipe[openstack-common::logging]", "recipe[openstack-common::sysctl]", "recipe[openstack-ops-database::server]", "recipe[openstack-ops-database::openstack-db]", "recipe[openstack-ops-messaging::rabbitmq-server]", "recipe[openstack-identity::server-apache]", "recipe[openstack-identity::registration]", "recipe[openstack-identity::openrc]", "recipe[openstack-image::api]", "recipe[openstack-image::registry]", "recipe[openstack-image::identity_registration]", "recipe[openstack-network::identity_registration]", "recipe[openstack-network::ml2_core_plugin]", "recipe[openstack-network::ml2_openvswitch]", "recipe[openstack-network::plugin_config]", "recipe[openstack-network::l3_agent]", "recipe[openstack-network::dhcp_agent]", "recipe[openstack-network::metadata_agent]", "recipe[openstack-network::server]", "recipe[openstack-compute::nova-setup]", "recipe[openstack-compute::identity_registration]", "recipe[openstack-compute::conductor]", "recipe[openstack-compute::scheduler]", "recipe[openstack-compute::api-ec2]", "recipe[openstack-compute::api-os-compute]", "recipe[openstack-compute::api-metadata]", "recipe[openstack-compute::nova-cert]", "recipe[openstack-compute::vncproxy]", "recipe[openstack-compute::compute]", "recipe[openstack-compute::identity_registration]", "recipe[openstack-block-storage::api]", "recipe[openstack-block-storage::scheduler]", "recipe[openstack-block-storage::volume_driver_lvm]", "recipe[openstack-block-storage::volume]", "recipe[openstack-block-storage::backup]", "recipe[openstack-block-storage::identity_registration]", "recipe[openstack-common::client]", "recipe[openstack-dashboard::server]" ], "env_run_lists": { } }