OSDN Git Service

refactor screwdriver roles.
[metasearch/grid-chef-repo.git] / roles / screwdriver-all-on-docker.rb
index c8b8d51..3945417 100644 (file)
@@ -23,8 +23,7 @@ description 'Screwdriver with all components on Docker'
 #store_port  = '9002'
 
 run_list(
-  'role[docker]',
-  'recipe[screwdriver::docker-compose]',
+  'role[screwdriver-on-docker]',
 )
 
 override_attributes(
@@ -40,6 +39,7 @@ override_attributes(
     'api' => {
       'config' => {
         'scms' => {
+=begin
           # **REQUIRED**: SCM settings
           'github.com' => {  # id and display name
             'plugin' => 'github',
@@ -54,6 +54,7 @@ override_attributes(
               'privateRepo' => false,  # [Optional] Set to true to support private repo; will need read and write access to public and private repos (https://developer.github.com/v3/oauth/#scopes)
             },
           },
+=end
         },
       },
     },