OSDN Git Service

add user limits recipe.
[metasearch/grid-chef-repo.git] / roles / test-on-localhost.rb
1 name 'test-on-localhost'
2 description 'Testing on local machine'
3
4 run_list(
5   'role[mocker]',
6   'role[hadoop-pseudo-distributed-with-security]',
7   'role[zookeeper-pseudo-replicated-with-security]'
8 )
9
10 #env_run_lists "prod" => ["recipe[apache2]"], "staging" => ["recipe[apache2::staging]"], "_default" => []
11
12 default_attributes(
13   'krb5' => {
14     'libdefaults' => {
15       'default_realm' => 'LOCALDOMAIN'
16     }
17   }
18 )
19
20 #override_attributes "apache2" => { "max_children" => "50" }