OSDN Git Service

add yarn-installer recipe to the nodejs_utils cookbook.
[metasearch/grid-chef-repo.git] / roles / zookeeper-standalone.rb
1 name 'zookeeper-standalone'
2 description 'ZooKeeper standalone mode'
3
4 run_list(
5   'role[node_commons]',
6   'role[zookeeper]'
7 )
8
9 #env_run_lists "prod" => ["recipe[apache2]"], "staging" => ["recipe[apache2::staging]"], "_default" => []
10
11 default_attributes(
12   'zookeeper' => {
13     'run_mode' => 'standalone',
14     'member_of_hadoop' => true
15   }
16 )
17
18 #override_attributes "apache2" => { "max_children" => "50" }