OSDN Git Service

add .envrc
[metasearch/grid-chef-repo.git] / roles / screwdriver-all-on-docker.rb
index 3e52054..e6acdbd 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,8 +39,8 @@ override_attributes(
     'api' => {
       'config' => {
         'scms' => {
-          # **REQUIRED**: SCM settings
 =begin
+          # **REQUIRED**: SCM settings
           'github.com' => {  # id and display name
             'plugin' => 'github',
             'config' => {
@@ -75,6 +74,7 @@ override_attributes(
               #'ECOSYSTEM_UI' => "http://#{node['fqdn']}:#{ui_port}",
               #'ECOSYSTEM_STORE' => "http://#{node['fqdn']}:#{store_port}",
               'DATASTORE_SEQUELIZE_DIALECT' => 'mysql',  # or 'postgres'
+              'EXECUTOR_QUEUE_ENABLED' => 'false',
             },
           },
           'ui' => {