[Groonga-commit] groonga/chef-cookbooks at 14c4883 [master] initial support test-kitchen

Back to archive index

cosmo0920 null+****@clear*****
Sat May 31 00:19:55 JST 2014


cosmo0920	2014-05-31 00:19:55 +0900 (Sat, 31 May 2014)

  New Revision: 14c4883aa200cf323fe959392ab8dac44fe106b6
  https://github.com/groonga/chef-cookbooks/commit/14c4883aa200cf323fe959392ab8dac44fe106b6

  Merged 015314b: Merge pull request #2 from cosmo0920/initial-support-test_kitchen

  Message:
    initial support test-kitchen
    
    using test-kitchen with berkshelf

  Added files:
    .gitignore
    groonga/.kitchen.yml
    groonga/Berksfile
    groonga/Berksfile.lock
    groonga/Gemfile
    groonga/Gemfile.lock
    groonga/test/integration/default/.gitkeep

  Added: .gitignore (+3 -0) 100644
===================================================================
--- /dev/null
+++ .gitignore    2014-05-31 00:19:55 +0900 (1592385)
@@ -0,0 +1,3 @@
+groonga/vendor/
+groonga/.bundle/
+groonga/.kitchen/

  Added: groonga/.kitchen.yml (+18 -0) 100644
===================================================================
--- /dev/null
+++ groonga/.kitchen.yml    2014-05-31 00:19:55 +0900 (7e6d010)
@@ -0,0 +1,18 @@
+---
+driver:
+  name: vagrant
+
+provisioner:
+  name: chef_solo
+
+platforms:
+  - name: ubuntu-12.04
+  - name: ubuntu-14.04
+  - name: centos-6.5
+  - name: centos-5.10
+
+suites:
+  - name: default
+    run_list:
+      - recipe[groonga::default]
+    attributes:

  Added: groonga/Berksfile (+3 -0) 100644
===================================================================
--- /dev/null
+++ groonga/Berksfile    2014-05-31 00:19:55 +0900 (6ac9b5d)
@@ -0,0 +1,3 @@
+site :opscode
+
+metadata
\ No newline at end of file

  Added: groonga/Berksfile.lock (+9 -0) 100644
===================================================================
--- /dev/null
+++ groonga/Berksfile.lock    2014-05-31 00:19:55 +0900 (5d92388)
@@ -0,0 +1,9 @@
+DEPENDENCIES
+  groonga
+    path: .
+    metadata: true
+
+GRAPH
+  apt (2.4.0)
+  groonga (1.0.0)
+    apt (>= 0.0.0)

  Added: groonga/Gemfile (+7 -0) 100644
===================================================================
--- /dev/null
+++ groonga/Gemfile    2014-05-31 00:19:55 +0900 (0088c1c)
@@ -0,0 +1,7 @@
+source 'https://rubygems.org'
+
+gem 'test-kitchen'
+gem 'minitest'
+gem 'minitest-chef-handler'
+gem 'kitchen-vagrant'
+gem 'berkshelf'

  Added: groonga/Gemfile.lock (+171 -0) 100644
===================================================================
--- /dev/null
+++ groonga/Gemfile.lock    2014-05-31 00:19:55 +0900 (1e4cec4)
@@ -0,0 +1,171 @@
+GEM
+  remote: https://rubygems.org/
+  specs:
+    addressable (2.3.6)
+    berkshelf (3.1.2)
+      addressable (~> 2.3.4)
+      berkshelf-api-client (~> 1.2)
+      buff-config (~> 0.4)
+      buff-extensions (~> 0.4)
+      buff-shell_out (~> 0.1)
+      celluloid (~> 0.16.0.pre)
+      celluloid-io (~> 0.16.0.pre)
+      faraday (~> 0.9.0)
+      minitar (~> 0.5.4)
+      octokit (~> 3.0)
+      retryable (~> 1.3.3)
+      ridley (~> 3.1)
+      solve (~> 1.1)
+      thor (~> 0.18)
+    berkshelf-api-client (1.2.0)
+      faraday (~> 0.9.0)
+    buff-config (0.4.0)
+      buff-extensions (~> 0.3)
+      varia_model (~> 0.1)
+    buff-extensions (0.5.0)
+    buff-ignore (1.1.1)
+    buff-ruby_engine (0.1.0)
+    buff-shell_out (0.1.1)
+      buff-ruby_engine (~> 0.1.0)
+    builder (3.2.2)
+    celluloid (0.16.0.pre)
+      timers (~> 2.0.0)
+    celluloid-io (0.16.0.pre)
+      celluloid (>= 0.16.0.pre)
+      nio4r (>= 1.0.0)
+    chef (11.12.4)
+      chef-zero (~> 2.0, >= 2.0.2)
+      diff-lcs (~> 1.2, >= 1.2.4)
+      erubis (~> 2.7)
+      highline (~> 1.6, >= 1.6.9)
+      json (>= 1.4.4, <= 1.8.1)
+      mime-types (~> 1.16)
+      mixlib-authentication (~> 1.3)
+      mixlib-cli (~> 1.4)
+      mixlib-config (~> 2.0)
+      mixlib-log (~> 1.3)
+      mixlib-shellout (~> 1.4)
+      net-ssh (~> 2.6)
+      net-ssh-multi (~> 1.1)
+      ohai (~> 7.0.4)
+      pry (~> 0.9)
+      rest-client (>= 1.0.4, < 1.7.0)
+      yajl-ruby (~> 1.1)
+    chef-zero (2.1.4)
+      hashie (~> 2.0)
+      json
+      mixlib-log (~> 1.3)
+      rack
+    ci_reporter (1.9.2)
+      builder (>= 2.1.2)
+    coderay (1.1.0)
+    dep-selector-libgecode (1.0.1)
+    dep_selector (1.0.3)
+      dep-selector-libgecode (~> 1.0)
+      ffi (~> 1.9)
+    diff-lcs (1.2.5)
+    erubis (2.7.0)
+    faraday (0.9.0)
+      multipart-post (>= 1.2, < 3)
+    ffi (1.9.3)
+    hashie (2.1.1)
+    highline (1.6.21)
+    hitimes (1.2.1)
+    ipaddress (0.8.0)
+    json (1.8.1)
+    kitchen-vagrant (0.15.0)
+      test-kitchen (~> 1.0)
+    method_source (0.8.2)
+    mime-types (1.25.1)
+    minitar (0.5.4)
+    minitest (4.7.5)
+    minitest-chef-handler (1.0.2)
+      chef (>= 10.12.0)
+      ci_reporter
+      minitest (~> 4.7.3)
+    mixlib-authentication (1.3.0)
+      mixlib-log
+    mixlib-cli (1.5.0)
+    mixlib-config (2.1.0)
+    mixlib-log (1.6.0)
+    mixlib-shellout (1.4.0)
+    multipart-post (2.0.0)
+    net-http-persistent (2.9.4)
+    net-scp (1.2.1)
+      net-ssh (>= 2.6.5)
+    net-ssh (2.9.1)
+    net-ssh-gateway (1.2.0)
+      net-ssh (>= 2.6.5)
+    net-ssh-multi (1.2.0)
+      net-ssh (>= 2.6.5)
+      net-ssh-gateway (>= 1.2.0)
+    nio4r (1.0.0)
+    octokit (3.1.0)
+      sawyer (~> 0.5.3)
+    ohai (7.0.4)
+      ipaddress
+      mime-types (~> 1.16)
+      mixlib-cli
+      mixlib-config (~> 2.0)
+      mixlib-log
+      mixlib-shellout (~> 1.2)
+      systemu (~> 2.5.2)
+      yajl-ruby
+    pry (0.9.12.6)
+      coderay (~> 1.0)
+      method_source (~> 0.8)
+      slop (~> 3.4)
+    rack (1.5.2)
+    rest-client (1.6.7)
+      mime-types (>= 1.16)
+    retryable (1.3.5)
+    ridley (3.1.0)
+      addressable
+      buff-config (~> 0.2)
+      buff-extensions (~> 0.3)
+      buff-ignore (~> 1.1)
+      buff-shell_out (~> 0.1)
+      celluloid (~> 0.16.0.pre)
+      celluloid-io (~> 0.16.0.pre)
+      erubis
+      faraday (~> 0.9.0)
+      hashie (>= 2.0.2)
+      json (>= 1.7.7)
+      mixlib-authentication (>= 1.3.0)
+      net-http-persistent (>= 2.8)
+      retryable
+      semverse (~> 1.1)
+      varia_model (~> 0.3)
+    safe_yaml (1.0.3)
+    sawyer (0.5.4)
+      addressable (~> 2.3.5)
+      faraday (~> 0.8, < 0.10)
+    semverse (1.1.0)
+    slop (3.5.0)
+    solve (1.2.0)
+      dep_selector (~> 1.0)
+      semverse (~> 1.1)
+    systemu (2.5.2)
+    test-kitchen (1.2.1)
+      mixlib-shellout (~> 1.2)
+      net-scp (~> 1.1)
+      net-ssh (~> 2.7)
+      safe_yaml (~> 1.0)
+      thor (~> 0.18)
+    thor (0.19.1)
+    timers (2.0.0)
+      hitimes
+    varia_model (0.3.2)
+      buff-extensions (~> 0.2)
+      hashie (>= 2.0.2)
+    yajl-ruby (1.2.0)
+
+PLATFORMS
+  ruby
+
+DEPENDENCIES
+  berkshelf
+  kitchen-vagrant
+  minitest
+  minitest-chef-handler
+  test-kitchen

  Added: groonga/test/integration/default/.gitkeep (+0 -0) 100644
===================================================================
--- /dev/null
+++ groonga/test/integration/default/.gitkeep    2014-05-31 00:19:55 +0900 (e69de29)
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-commit mailing list
Back to archive index