• R/O
  • HTTP
  • SSH
  • HTTPS

grid-chef-repo: コミット

Grid環境構築用のChefリポジトリです。


コミットメタ情報

リビジョンffa25b5b3bb4f372935b2f2c893b47823f48a4d2 (tree)
日時2018-08-14 22:39:34
作者whitestar <whitestar@user...>
コミッターwhitestar

ログメッセージ

refactor screwdriver roles.

変更サマリ

差分

--- a/roles/screwdriver-all-on-docker.rb
+++ b/roles/screwdriver-all-on-docker.rb
@@ -23,8 +23,7 @@ description 'Screwdriver with all components on Docker'
2323 #store_port = '9002'
2424
2525 run_list(
26- 'role[docker]',
27- 'recipe[screwdriver::docker-compose]',
26+ 'role[screwdriver-on-docker]',
2827 )
2928
3029 override_attributes(
@@ -40,6 +39,7 @@ override_attributes(
4039 'api' => {
4140 'config' => {
4241 'scms' => {
42+=begin
4343 # **REQUIRED**: SCM settings
4444 'github.com' => { # id and display name
4545 'plugin' => 'github',
@@ -54,6 +54,7 @@ override_attributes(
5454 '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)
5555 },
5656 },
57+=end
5758 },
5859 },
5960 },
--- a/roles/screwdriver-on-docker.rb
+++ b/roles/screwdriver-on-docker.rb
@@ -40,6 +40,7 @@ override_attributes(
4040 'api' => {
4141 'config' => {
4242 'scms' => {
43+=begin
4344 # **REQUIRED**: SCM settings
4445 'github.com' => { # id and display name
4546 'plugin' => 'github',
@@ -54,6 +55,7 @@ override_attributes(
5455 '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)
5556 },
5657 },
58+=end
5759 },
5860 },
5961 },
旧リポジトリブラウザで表示