OSDN Git Service

adds workaround for `check_all_disks` command failure.
[metasearch/grid-chef-repo.git] / roles / dcos0-cloud-config.rb
1 cluster_name = 'dcos0'
2
3 name "#{cluster_name}-cloud-config"
4 description "#{cluster_name} cloud-config.yaml file."
5
6 run_list(
7   "role[#{cluster_name}]",
8   'recipe[dcos-grid::cloud-config]',
9 )
10
11 #env_run_lists
12
13 default_attributes(
14 )
15
16 override_attributes(
17 )