OSDN Git Service

adds the etcd-grid cookbook. etcd-grid-0.1.0
authorwhitestar <whitestar@users.osdn.me>
Fri, 3 Nov 2017 06:11:47 +0000 (15:11 +0900)
committerwhitestar <whitestar@users.osdn.me>
Fri, 3 Nov 2017 06:11:47 +0000 (15:11 +0900)
19 files changed:
cookbooks/etcd-grid/.foodcritic [new file with mode: 0644]
cookbooks/etcd-grid/.rubocop.yml [new file with mode: 0644]
cookbooks/etcd-grid/Berksfile [new file with mode: 0644]
cookbooks/etcd-grid/CHANGELOG.md [new file with mode: 0644]
cookbooks/etcd-grid/Gemfile [new file with mode: 0644]
cookbooks/etcd-grid/README.md [new file with mode: 0644]
cookbooks/etcd-grid/Rakefile [new file with mode: 0644]
cookbooks/etcd-grid/attributes/default.rb [new file with mode: 0644]
cookbooks/etcd-grid/concourse.yml [new file with mode: 0644]
cookbooks/etcd-grid/fly-vars.yml [new file with mode: 0644]
cookbooks/etcd-grid/metadata.rb [new file with mode: 0644]
cookbooks/etcd-grid/recipes/default.rb [new file with mode: 0644]
cookbooks/etcd-grid/recipes/docker-compose.rb [new file with mode: 0644]
cookbooks/etcd-grid/spec/recipes/default_spec.rb [new file with mode: 0644]
cookbooks/etcd-grid/spec/spec_helper.rb [new file with mode: 0644]
cookbooks/etcd-grid/templates/default/opt/docker-compose/app/etcd/docker-compose.yml [new file with mode: 0644]
cookbooks/etcd-grid/version [new file with mode: 0644]
nodes/local-etcd-on-docker.json [new file with mode: 0644]
roles/etcd-on-docker.rb [new file with mode: 0644]

diff --git a/cookbooks/etcd-grid/.foodcritic b/cookbooks/etcd-grid/.foodcritic
new file mode 100644 (file)
index 0000000..3907cff
--- /dev/null
@@ -0,0 +1 @@
+~FC001
diff --git a/cookbooks/etcd-grid/.rubocop.yml b/cookbooks/etcd-grid/.rubocop.yml
new file mode 100644 (file)
index 0000000..4de4294
--- /dev/null
@@ -0,0 +1,53 @@
+AllCops:
+  Exclude:
+    - vendor/**/*
+
+AlignParameters:
+  Enabled: false
+LineLength:
+  Enabled: false
+Lint/UnusedBlockArgument:
+  Enabled: false
+Metrics/AbcSize:
+  Enabled: false
+Style/BlockComments:
+  Enabled: false
+Style/BlockDelimiters:
+  Enabled: false
+Style/ExtraSpacing:
+  Enabled: false
+Style/FileName:
+  Enabled: false
+Style/LeadingCommentSpace:
+  Enabled: false
+Style/RescueModifier:
+  Enabled: false
+Style/SpaceAroundOperators:
+  Enabled: false
+Style/SpaceBeforeFirstArg:
+  Enabled: false
+Style/SpaceInsideBlockBraces:
+  Enabled: false
+Style/SpaceInsidePercentLiteralDelimiters:
+  Enabled: false
+Style/TrailingCommaInLiteral:
+  EnforcedStyleForMultiline: consistent_comma
+Style/WordArray:
+  Enabled: false
+
+#Lint/ShadowingOuterLocalVariable:
+#  Enabled: false
+#Metrics/MethodLength:
+#  Max: 10
+#Metrics/ModuleLength:
+#  Max: 100
+#Metrics/CyclomaticComplexity:
+#  Max: 6
+#Metrics/PerceivedComplexity:
+#  Max: 7
+#Style/AccessorMethodName:
+#  Enabled: false
+#Style/MultilineOperationIndentation:
+#  Enabled: false
+#Style/PerlBackrefs:
+#  Enabled: false
diff --git a/cookbooks/etcd-grid/Berksfile b/cookbooks/etcd-grid/Berksfile
new file mode 100644 (file)
index 0000000..9da25d9
--- /dev/null
@@ -0,0 +1,19 @@
+#
+# 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'
+
+metadata
diff --git a/cookbooks/etcd-grid/CHANGELOG.md b/cookbooks/etcd-grid/CHANGELOG.md
new file mode 100644 (file)
index 0000000..da97860
--- /dev/null
@@ -0,0 +1,5 @@
+# etcd-grid CHANGELOG
+
+0.1.0
+-----
+- Initial release of etcd-grid
diff --git a/cookbooks/etcd-grid/Gemfile b/cookbooks/etcd-grid/Gemfile
new file mode 100644 (file)
index 0000000..ad84be7
--- /dev/null
@@ -0,0 +1,4 @@
+source 'https://rubygems.org'
+
+# with Chef DK
+gem 'stove'
diff --git a/cookbooks/etcd-grid/README.md b/cookbooks/etcd-grid/README.md
new file mode 100644 (file)
index 0000000..16341cb
--- /dev/null
@@ -0,0 +1,110 @@
+etcd-grid Cookbook
+==================
+
+This cookbook sets up a etcd cluster.
+
+## Contents
+
+- [Requirements](#requirements)
+    - [platforms](#platforms)
+    - [packages](#packages)
+- [Attributes](#attributes)
+- [Usage](#usage)
+    - [Recipes](#recipes)
+        - [etcd-grid::default](#etcd-griddefault)
+        - [etcd-grid::docker-compose (for TESTING)](#etcd-griddocker-compose-for-testing)
+    - [Role Examples](#role-examples)
+- [License and Authors](#license-and-authors)
+
+## Requirements
+
+### platforms
+
+- Debian >= 9.0
+- Ubuntu >= 14.04
+- CentOS,RHEL >= 7.3
+
+### packages
+- none.
+
+## Attributes
+
+|Key|Type|Description, example|Default|
+|:--|:--|:--|:--|
+|`['etcd-grid']['image']['url']`|String|etcd container image URL.|`'quay.io/coreos/etcd'`|
+|`['etcd-grid']['image']['version']`|String|Container image version.|`'v3.1'`|
+|`['etcd-grid']['cluster']['size']`|Integer|recommended: 3, 5, 7|`3`|
+|`['etcd-grid']['node']['port4client']`|String|Port number for client requests.|`'2379'`|
+|`['etcd-grid']['node']['port4peer']`|String|Port number for peer communication.|`'2380'`|
+|`['etcd-grid']['docker-compose']['app_dir']`|String||`"#{node['docker-grid']['compose']['app_dir']}/etcd"`|
+|`['etcd-grid']['docker-compose']['config']`|Hash|`docker-compose.yml` configurations.|See `attributes/default.rb`|
+
+## Usage
+
+### Recipes
+
+#### etcd-grid::default
+
+This recipe does nothing.
+
+#### etcd-grid::docker-compose (for TESTING)
+
+This recipe generates a `docker-compose.yml` for the etcd cluster.
+
+### Role Examples
+
+- `roles/etcd-on-docker.rb`
+
+```ruby
+name 'etcd-on-docker'
+description 'etcd on Docker'
+
+run_list(
+  'role[docker]',
+  'recipe[etcd-grid::docker-compose]',
+)
+
+#env_run_lists()
+
+#default_attributes()
+
+override_attributes(
+  'docker-grid' => {
+    'engine' => {
+      'skip_setup' => false,
+    },
+    'compose' => {
+      'skip_setup' => false,
+    },
+  },
+  'etcd-grid' => {
+    'image' => {
+      'url' => 'quay.io/coreos/etcd',
+      'version' => 'v3.1',
+    },
+    'cluster' => {
+      'size' => 3,  # recommended: 3, 5, 7
+    },
+  },
+)
+```
+
+## License and Authors
+
+- Author:: whitestar at osdn.jp
+
+```text
+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.
+```
diff --git a/cookbooks/etcd-grid/Rakefile b/cookbooks/etcd-grid/Rakefile
new file mode 100644 (file)
index 0000000..64191a5
--- /dev/null
@@ -0,0 +1,41 @@
+require 'rspec/core/rake_task'
+require 'rubocop/rake_task'
+require 'foodcritic'
+require 'stove/rake_task'
+
+namespace :style do
+  desc 'Run Ruby style checks'
+  RuboCop::RakeTask.new(:ruby) do |t|
+    t.options = [
+      '--auto-gen-config',  # creates .rubocop_todo.yml
+    ]
+  end
+
+  desc 'Run Chef style checks'
+  FoodCritic::Rake::LintTask.new(:chef) do |t|
+    t.options = {
+      fail_tags: ['any'],
+    }
+  end
+end
+
+desc 'Run all style checks'
+task style: ['style:chef', 'style:ruby']
+
+desc 'Run ChefSpec examples'
+RSpec::Core::RakeTask.new(:spec)
+
+desc 'Publish cookbook'
+Stove::RakeTask.new(:publish) do |t|
+  t.stove_opts = [
+    # `--username` and `--key` are set in ~/.stove typically.
+    #'--username', 'somebody',
+    #'--key', '~/chef/chef.io.example.com/somebody.pem',
+    #'--endpoint', 'https://supermarket.io.example.com/api/v1',  # default: supermarket.chef.io
+    #'--no-ssl-verify',
+    '--no-git',
+    '--log-level', 'info',
+  ]
+end
+
+task default: ['style', 'spec']
diff --git a/cookbooks/etcd-grid/attributes/default.rb b/cookbooks/etcd-grid/attributes/default.rb
new file mode 100644 (file)
index 0000000..5cf9cac
--- /dev/null
@@ -0,0 +1,73 @@
+#
+# Cookbook Name:: etcd-grid
+# Attributes:: default
+#
+# 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.
+#
+
+#default['etcd-grid']['with_ssl_cert_cookbook'] = false
+# If ['etcd-grid']['with_ssl_cert_cookbook'] is true,
+# node['etcd-grid']['docker-compose']['config']
+# are overridden by the following 'common_name' attributes.
+#default['etcd-grid']['ssl_cert']['common_name'] = node['fqdn']
+
+default['etcd-grid']['image']['url'] = 'quay.io/coreos/etcd'
+default['etcd-grid']['image']['version'] = 'v3.1'
+default['etcd-grid']['cluster']['size'] = 3  # recommended: 3, 5, 7
+default['etcd-grid']['node']['port4client'] = '2379'
+default['etcd-grid']['node']['port4peer'] = '2380'
+default['etcd-grid']['docker-compose']['app_dir'] = "#{node['docker-grid']['compose']['app_dir']}/etcd"
+
+image = "#{node['etcd-grid']['image']['url']}:#{node['etcd-grid']['image']['version']}"
+cluster_size = node['etcd-grid']['cluster']['size'].to_i
+port4client = node['etcd-grid']['node']['port4client']
+port4peer = node['etcd-grid']['node']['port4peer']
+
+nodes = []
+services = {}
+
+(1..cluster_size).each {|num|
+  nodes.push("node#{num}=http://etcd#{num}:#{port4peer}")
+}
+
+(1..cluster_size).each {|num|
+  services["etcd#{num}"] = {
+    'image' => image,
+    'restart' => 'always',
+    'ports' => [
+      "#{port4client}#{num}:#{port4client}",
+      "#{port4peer}#{num}:#{port4peer}",
+    ],
+    'environment' => {
+      'ETCD_NAME' => "node#{num}",
+      'ETCD_INITIAL_ADVERTISE_PEER_URLS' => "http://etcd#{num}:#{port4peer}",
+      'ETCD_INITIAL_CLUSTER' => nodes.join(','),
+      'ETCD_INITIAL_CLUSTER_STATE' => 'new',
+      'ETCD_INITIAL_CLUSTER_TOKEN' => 'etcd-test-token',  # TODO: stored in Vault.
+      'ETCD_LISTEN_CLIENT_URLS' => "http://etcd#{num}:#{port4client},http://localhost:#{port4client}",
+      'ETCD_LISTEN_PEER_URLS' => "http://etcd#{num}:#{port4peer}",
+      'ETCD_ADVERTISE_CLIENT_URLS' => "http://etcd#{num}:#{port4client}",
+    },
+  }
+}
+
+force_override['etcd-grid']['docker-compose']['config_format_version'] = '2'
+version_2_config = {
+  # Version 2 docker-compose format
+  'version' => '2',
+  'services' => services,
+}
+
+default['etcd-grid']['docker-compose']['config'] = version_2_config
diff --git a/cookbooks/etcd-grid/concourse.yml b/cookbooks/etcd-grid/concourse.yml
new file mode 100644 (file)
index 0000000..872098c
--- /dev/null
@@ -0,0 +1,100 @@
+---
+# $ fly -t target sp -p etcd-grid-cookbook -c concourse.yml -l fly-vars.yml -l ~/sec/credentials-prod.yml
+resources:
+- name: src-git
+  type: git
+  source:
+    uri: ((git-id-osdn))@git.osdn.net:/gitroot/metasearch/grid-chef-repo.git
+    branch: master
+    paths:
+    - cookbooks/((cookbook-name))
+    private_key: ((git-private-key))
+    git_user: ((git-user-osdn))
+  #check_every: 1h  # default: 1m
+- name: chefdk-cache
+  type: docker-image
+  source:
+    repository: chef/chefdk
+    tag: ((chefdk-version))
+    # ((param)) style: fly >= 3.2.0
+    registry_mirror: https://((registry-mirror-domain))  # e.g. https://registry.docker.example.com:5000
+    ca_certs:
+    - domain: ((registry-mirror-domain))  # e.g. registry.docker.example.com:5000
+      cert: ((docker-reg-ca-cert))
+  check_every: 12h  # default: 1m
+
+jobs:
+- name: test-cookbook
+  plan:
+  - aggregate:
+    - get: src-git
+      params:
+        depth: 5
+      trigger: true
+    - get: chefdk-cache
+  - task: ci-build
+    image: chefdk-cache
+    params:
+      http_proxy: ((http-proxy))  # e.g. http://proxy.example.com:3128
+      #HTTP_PROXY: ((http-proxy))
+    config:
+      platform: linux
+      #image_resource:
+      #  type: docker-image
+      #  source:
+      #    repository: chef/chefdk
+      #    tag: ((chefdk-version))
+          # NG, setting disable
+          #registry_mirror: https://((registry-mirror-domain))
+          #ca_certs:
+          #- domain: ((registry-mirror-domain))
+          #  cert: ((docker-reg-ca-cert))
+      inputs:
+      - name: src-git
+      run:
+        #dir: ./src-git/cookbooks/((cookbook-name))
+        #path: rake
+        path: /bin/bash
+        args:
+        - -c
+        - |
+          cd ./src-git/cookbooks/((cookbook-name))
+          bundle install
+          rake
+- name: publish-cookbook
+  plan:
+  - aggregate:
+    - get: src-git
+      params:
+        depth: 5
+      trigger: false
+      passed: [test-cookbook]
+    - get: chefdk-cache
+      passed: [test-cookbook]
+  - task: publish
+    image: chefdk-cache
+    params:
+      http_proxy: ((http-proxy))
+      chef_username: ((chef-username))
+      chef_client_key: ((chef-client-key))
+    config:
+      platform: linux
+      inputs:
+      - name: src-git
+      run:
+        path: /bin/bash
+        args:
+        - -c
+        - |
+          echo '{"username":"((chef-username))","key":"/root/chef-client-key.pem"}' > /root/.stove
+          echo "$chef_client_key"  > /root/chef-client-key.pem
+          cd ./src-git/cookbooks/((cookbook-name))
+          bundle install
+          rake publish
+  - put: src-git
+    params:
+      repository: src-git
+      tag_prefix: ((cookbook-name))-
+      tag: src-git/cookbooks/((cookbook-name))/version
+      only_tag: true
+      annotate: ../src-git/cookbooks/((cookbook-name))/version
diff --git a/cookbooks/etcd-grid/fly-vars.yml b/cookbooks/etcd-grid/fly-vars.yml
new file mode 100644 (file)
index 0000000..0fd56bc
--- /dev/null
@@ -0,0 +1,3 @@
+---
+cookbook-name: etcd-grid
+chefdk-version: 1.4.3
diff --git a/cookbooks/etcd-grid/metadata.rb b/cookbooks/etcd-grid/metadata.rb
new file mode 100644 (file)
index 0000000..69fb390
--- /dev/null
@@ -0,0 +1,20 @@
+name             'etcd-grid'
+maintainer       'whitestar'
+maintainer_email ''
+license          'Apache 2.0'
+description      'Installs/Configures etcd'
+long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
+version          IO.read(File.join(File.dirname(__FILE__), 'version')).chomp
+source_url       'http://scm.osdn.jp/gitroot/metasearch/grid-chef-repo.git'
+issues_url       'https://osdn.jp/projects/metasearch/ticket'
+
+chef_version     '>= 12'
+%w( centos redhat ).each do |os|
+  supports os, '>= 7.0'
+end
+supports 'debian', '>= 9.0'
+supports 'ubuntu', '>= 14.04'
+
+depends 'docker-grid', '>= 0.4.0'
+depends 'platform_utils', '>= 0.4.4'
+#depends 'ssl_cert', '>= 0.3.9'
diff --git a/cookbooks/etcd-grid/recipes/default.rb b/cookbooks/etcd-grid/recipes/default.rb
new file mode 100644 (file)
index 0000000..17b8b21
--- /dev/null
@@ -0,0 +1,18 @@
+#
+# Cookbook Name:: etcd-grid
+# Recipe:: default
+#
+# 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.
+#
diff --git a/cookbooks/etcd-grid/recipes/docker-compose.rb b/cookbooks/etcd-grid/recipes/docker-compose.rb
new file mode 100644 (file)
index 0000000..e3ccd42
--- /dev/null
@@ -0,0 +1,58 @@
+#
+# Cookbook Name:: etcd-grid
+# Recipe:: docker-compose
+#
+# 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.
+#
+
+doc_url = 'https://quay.io/repository/coreos/etcd'
+
+include_recipe 'platform_utils::kernel_user_namespace'
+include_recipe 'docker-grid::compose'
+
+app_dir = node['etcd-grid']['docker-compose']['app_dir']
+
+[
+  app_dir,
+].each {|dir|
+  resources(directory: dir) rescue directory dir do
+    owner 'root'
+    group 'root'
+    mode '0755'
+    recursive true
+  end
+}
+
+#config_srvs = node['etcd-grid']['docker-compose']['config']['services']
+#override_config_srvs = node.override['etcd-grid']['docker-compose']['config']['services']
+#force_override_config_srvs = node.force_override['etcd-grid']['docker-compose']['config']['services']
+
+config_file = "#{app_dir}/docker-compose.yml"
+template config_file do
+  source  'opt/docker-compose/app/etcd/docker-compose.yml'
+  owner 'root'
+  group 'root'
+  mode '0644'
+end
+
+log <<-"EOM"
+Note: You must execute the following command manually.
+  See #{doc_url}
+  * Start:
+    $ cd #{app_dir}
+    $ docker-compose up -d
+  * Stop
+    $ docker-compose down
+EOM
diff --git a/cookbooks/etcd-grid/spec/recipes/default_spec.rb b/cookbooks/etcd-grid/spec/recipes/default_spec.rb
new file mode 100644 (file)
index 0000000..c5807dd
--- /dev/null
@@ -0,0 +1,9 @@
+require_relative '../spec_helper'
+
+describe 'etcd-grid::default' do
+  let(:chef_run) { ChefSpec::SoloRunner.new.converge(described_recipe) }
+
+  #it 'does something' do
+  #  expect(chef_run).to do_something('...')
+  #end
+end
diff --git a/cookbooks/etcd-grid/spec/spec_helper.rb b/cookbooks/etcd-grid/spec/spec_helper.rb
new file mode 100644 (file)
index 0000000..1995e2b
--- /dev/null
@@ -0,0 +1,25 @@
+# Added by ChefSpec
+require 'chefspec'
+
+# Uncomment to use ChefSpec's Berkshelf extension
+# require 'chefspec/berkshelf'
+
+RSpec.configure do |config|
+  # Specify the path for Chef Solo to find cookbooks
+  # config.cookbook_path = '/var/cookbooks'
+
+  # Specify the path for Chef Solo to find roles
+  # config.role_path = '/var/roles'
+
+  # Specify the Chef log_level (default: :warn)
+  # config.log_level = :debug
+
+  # Specify the path to a local JSON file with Ohai data
+  # config.path = 'ohai.json'
+
+  # Specify the operating platform to mock Ohai data from
+  # config.platform = 'ubuntu'
+
+  # Specify the operating version to mock Ohai data from
+  # config.version = '12.04'
+end
diff --git a/cookbooks/etcd-grid/templates/default/opt/docker-compose/app/etcd/docker-compose.yml b/cookbooks/etcd-grid/templates/default/opt/docker-compose/app/etcd/docker-compose.yml
new file mode 100644 (file)
index 0000000..57f6664
--- /dev/null
@@ -0,0 +1,5 @@
+<%
+require 'yaml'
+yaml_str = node['etcd-grid']['docker-compose']['config'].to_hash.to_yaml
+-%>
+<%= yaml_str %>
diff --git a/cookbooks/etcd-grid/version b/cookbooks/etcd-grid/version
new file mode 100644 (file)
index 0000000..6e8bf73
--- /dev/null
@@ -0,0 +1 @@
+0.1.0
diff --git a/nodes/local-etcd-on-docker.json b/nodes/local-etcd-on-docker.json
new file mode 100644 (file)
index 0000000..a164966
--- /dev/null
@@ -0,0 +1,5 @@
+{
+  "run_list": [
+    "role[etcd-on-docker]"
+  ]
+}
diff --git a/roles/etcd-on-docker.rb b/roles/etcd-on-docker.rb
new file mode 100644 (file)
index 0000000..416071e
--- /dev/null
@@ -0,0 +1,47 @@
+#
+# 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.
+#
+
+name 'etcd-on-docker'
+description 'etcd on Docker'
+
+run_list(
+  'role[docker]',
+  'recipe[etcd-grid::docker-compose]',
+)
+
+#env_run_lists()
+
+#default_attributes()
+
+override_attributes(
+  'docker-grid' => {
+    'engine' => {
+      'skip_setup' => false,
+    },
+    'compose' => {
+      'skip_setup' => false,
+    },
+  },
+  'etcd-grid' => {
+    'image' => {
+      'url' => 'quay.io/coreos/etcd',
+      'version' => 'v3.1',
+    },
+    'cluster' => {
+      'size' => 3,  # recommended: 3, 5, 7
+    },
+  },
+)