OSDN Git Service

add .envrc
[metasearch/grid-chef-repo.git] / roles / dcos1-boot.rb
1 cluster_name = 'dcos1'
2
3 name "#{cluster_name}-boot"
4 description "#{cluster_name} cluster bootstrap node"
5
6 run_list(
7   'role[docker4dcos]',
8   "role[#{cluster_name}]",
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 )