OSDN Git Service

add yarn-installer recipe to the nodejs_utils cookbook.
[metasearch/grid-chef-repo.git] / roles / dcos0-public-agent.rb
1 cluster_name = 'dcos0'
2
3 name "#{cluster_name}-public-agent"
4 description "#{cluster_name} cluster public agent node"
5
6 run_list(
7   "role[#{cluster_name}]",
8   'role[docker4dcos]',
9   'recipe[dcos-grid::public-agent]',
10 )
11
12 #env_run_lists
13
14 default_attributes(
15 )
16
17 override_attributes(
18   'dcos-grid' => {
19     'node' => {
20       'auto_setup' => true,
21     },
22   },
23 )
24