From d5b6a53755522a0ddcdbd9d03e9bb7dc5cdf0764 Mon Sep 17 00:00:00 2001 From: Steve Pulec Date: Wed, 14 Aug 2013 21:26:44 -0400 Subject: [PATCH] Add recipe tester --- .recipe-tester.json | 13 +++++++++++++ README.md | 1 + 2 files changed, 14 insertions(+) create mode 100644 .recipe-tester.json diff --git a/.recipe-tester.json b/.recipe-tester.json new file mode 100644 index 0000000..16d698e --- /dev/null +++ b/.recipe-tester.json @@ -0,0 +1,13 @@ +{ + "type": "chef-solo", + "chef_version": "11.4.4", + "ami": [ + "ami-e7582d8e" // Ubuntu 12.04 + //"ami-1d620e74" // Debian 7.0.0 - Commenting out for now due to http://tickets.opscode.com/browse/CHEF-4125 + ], + "run_list": [ + "recipe[riak]" + ], + "node_attributes": { + } +} diff --git a/README.md b/README.md index 8a0a334..1205742 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ Riak Cookbook ============= +[![Build Status](https://recipe-tester.com/repo/basho/riak-chef-cookbook/badge.png)](https://recipe-tester.com/repo/basho/riak-chef-cookbook/) [![Build Status](https://travis-ci.org/basho/riak-chef-cookbook.png)](https://travis-ci.org/basho/riak-chef-cookbook) Overview