OSDN Git Service

update screwdriver roles.
authorwhitestar <whitestar@users.osdn.me>
Wed, 15 Aug 2018 13:42:12 +0000 (22:42 +0900)
committerwhitestar <whitestar@users.osdn.me>
Wed, 15 Aug 2018 13:42:12 +0000 (22:42 +0900)
roles/screwdriver-all-on-docker-override.rb
roles/screwdriver-on-docker-override.rb
roles/screwdriver-on-docker.rb

index e19942b..9ace4d4 100644 (file)
@@ -60,6 +60,7 @@ override_attributes(
       'config' => {
         'services' => {
           'api' => {
+            #'image' => 'screwdrivercd/screwdriver:latest',
             'ports' => [
               #"#{api_port}:80",
             ],
@@ -72,6 +73,7 @@ override_attributes(
             },
           },
           'ui' => {
+            #'image' => 'screwdrivercd/ui:latest',
             'ports' => [
               #"#{ui_port}:80",
             ],
@@ -82,6 +84,7 @@ override_attributes(
             },
           },
           'store' => {
+            #'image' => 'screwdrivercd/store:latest',
             'ports' => [
               #"#{store_port}:80",
             ],
index 035692e..2d74737 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright 2017, whitestar
+# Copyright 2018, whitestar
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -60,6 +60,7 @@ override_attributes(
       'config' => {
         'services' => {
           'api' => {
+            #'image' => 'screwdrivercd/screwdriver:latest',
             'ports' => [
               #"#{api_port}:80",
             ],
@@ -71,6 +72,7 @@ override_attributes(
             },
           },
           'ui' => {
+            #'image' => 'screwdrivercd/ui:latest',
             'ports' => [
               #"#{ui_port}:80",
             ],
@@ -81,6 +83,7 @@ override_attributes(
             },
           },
           'store' => {
+            #'image' => 'screwdrivercd/store:latest',
             'ports' => [
               #"#{store_port}:80",
             ],
index 947ac17..89b24e4 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright 2017, whitestar
+# Copyright 2017-2018, whitestar
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -63,6 +63,7 @@ override_attributes(
       'config' => {
         'services' => {
           'api' => {
+            'image' => 'screwdrivercd/screwdriver:latest',
             'ports' => [
               #"#{api_port}:80",
             ],
@@ -74,6 +75,7 @@ override_attributes(
             },
           },
           'ui' => {
+            'image' => 'screwdrivercd/ui:latest',
             'ports' => [
               #"#{ui_port}:80",
             ],
@@ -84,6 +86,7 @@ override_attributes(
             },
           },
           'store' => {
+            'image' => 'screwdrivercd/store:latest',
             'ports' => [
               #"#{store_port}:80",
             ],