refactored allinone role to include the splittet network recipes

* recipes in openstack-network should be splittet to allow more modular
  setups
* included _bridge_config_example recipe in allinone role

Change-Id: Iac85ee8790f1e43a1c684fbccf0cf22deffc2f30
Depends-On: I6383575862ba110b3f3b5cba227288dc026fce77
This commit is contained in:
Jan Klare
2016-03-01 10:01:00 +01:00
parent f494dcc8c9
commit 91d871fd99

View File

@@ -25,11 +25,14 @@
"recipe[openstack-network::identity_registration]",
"recipe[openstack-network::ml2_core_plugin]",
"recipe[openstack-network::ml2_openvswitch]",
"recipe[openstack-network::server]",
"recipe[openstack-network::openvswitch]",
"recipe[openstack-network::_bridge_config_example]",
"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-network::openvswitch_agent]",
"recipe[openstack-compute::nova-setup]",
"recipe[openstack-compute::identity_registration]",
"recipe[openstack-compute::conductor]",