OSDN Git Service

adds the devops-suite.Berksfile.
authorwhitestar <whitestar@users.osdn.me>
Sat, 12 Aug 2017 12:50:55 +0000 (21:50 +0900)
committerwhitestar <whitestar@users.osdn.me>
Sat, 12 Aug 2017 12:50:55 +0000 (21:50 +0900)
roles/devops-suite.Berksfile [new file with mode: 0644]
roles/jenkins-on-docker.rb

diff --git a/roles/devops-suite.Berksfile b/roles/devops-suite.Berksfile
new file mode 100644 (file)
index 0000000..3db7297
--- /dev/null
@@ -0,0 +1,24 @@
+#
+# Copyright 2017 whitestar
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+source 'https://supermarket.chef.io'
+
+cookbook 'apt_utils'
+cookbook 'concourse-ci'
+cookbook 'docker-grid'
+cookbook 'gitlab-grid'
+cookbook 'jenkins-grid'
+cookbook 'nexus-grid'
index 0c9794a..27a9704 100644 (file)
@@ -14,8 +14,8 @@
 # limitations under the License.
 #
 
-name 'jenkins'
-description 'Jenkins'
+name 'jenkins-on-docker'
+description 'Jenkins on Docker'
 
 #jenkins_cn = 'jenkins.io.example.com'