Merge "add collectd into openstack-common to force it run on all hosts" into dev/experimental
This commit is contained in:
		
							
								
								
									
										15
									
								
								chef/roles/compass-base.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								chef/roles/compass-base.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,15 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "compass-base",
 | 
			
		||||
  "description": "Base role to run before installing distributed system",
 | 
			
		||||
  "json_class": "Chef::Role",
 | 
			
		||||
  "default_attributes": {
 | 
			
		||||
  },
 | 
			
		||||
  "override_attributes": {
 | 
			
		||||
  },
 | 
			
		||||
  "chef_type": "role",
 | 
			
		||||
  "run_list": [
 | 
			
		||||
    "recipe[collectd]"
 | 
			
		||||
  },
 | 
			
		||||
  "env_run_lists": {
 | 
			
		||||
  }
 | 
			
		||||
} 
 | 
			
		||||
@@ -8,6 +8,7 @@
 | 
			
		||||
  },
 | 
			
		||||
  "chef_type": "role",
 | 
			
		||||
  "run_list": [
 | 
			
		||||
    "role[compass-base]",
 | 
			
		||||
    "recipe[openstack-common]",
 | 
			
		||||
    "recipe[openstack-common::logging]",
 | 
			
		||||
    "recipe[openstack-common::set_endpoints_by_interface]",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user