OSDN Git Service

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