OSDN Git Service

adds settings for unprivileged containers on LXC.
[metasearch/grid-chef-repo.git] / roles / hadoop.rb
1 name 'hadoop'
2 description 'Hadoop node'
3
4 run_list(
5   'role[java]',
6   'role[grid]',
7   'recipe[hadoop]'
8 )
9
10 #env_run_lists "prod" => ["recipe[apache2]"], "staging" => ["recipe[apache2::staging]"], "_default" => []
11 #default_attributes "apache2" => { "listen_ports" => [ "80", "443" ] }
12 #override_attributes "apache2" => { "max_children" => "50" }