OSDN Git Service

add .envrc
[metasearch/grid-chef-repo.git] / roles / hbase-pseudo-distributed-with-security.rb
1 name 'hbase-pseudo-distributed-with-security'
2 description 'HBase pseudo distributed mode with security'
3
4 run_list(
5   'role[node_commons]',
6   'role[nameservice-master]',
7   'role[hbase]',
8   'role[jce_policy]'
9 )
10
11 #env_run_lists "prod" => ["recipe[apache2]"], "staging" => ["recipe[apache2::staging]"], "_default" => []
12
13 default_attributes(
14   'hbase' => {
15     'with_security' => true,
16   }
17 )
18
19 #override_attributes "apache2" => { "max_children" => "50" }