From d85e27e69ecf79adb074ee944e8c404964436295 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Mon, 16 Nov 2015 16:41:31 -0500 Subject: [PATCH] Bump metadata version for Supermarket --- README.md | 7 ++++--- metadata.rb | 8 ++++++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 97ec185..745054a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Ceph-Chef cookbook +# Ceph-Chef Cookbook (New Version) [![Join the chat at https://gitter.im/ceph/ceph-chef](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ceph/ceph-chef?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ## DESCRIPTION -Installs and configures Ceph, a distributed network storage and filesystem designed to provide excellent performance, reliability, and scalability. +Installs and configures Ceph, a distributed network storage and filesystem designed to provide excellent performance, reliability, and scalability. Supports *Hammer* and higher releases (nothing below Hammer is supported in this repo). The current version is focused on installing and configuring Ceph for Ubuntu, CentOS and RHEL. @@ -17,7 +17,8 @@ Note: The documentation is a WIP along with a few other features. This repo is a For help, use [Gitter chat](https://gitter.im/ceph/ceph-chef), [mailing-list](mailto:ceph-users-join@lists.ceph.com) or [issues](https://github.com/ceph/ceph-chef/issues) -## REQUIREMENTS +### NOTE: Users of ceph-cookbook +The original ceph-cookbook will remain and may continue to be updated (see that repo for specifics). We tried to use some of the interesting features of ceph-cookbook but we added a lot of enhancements and simplifications. Simply replacing ceph-cookbook with ceph-chef will most likely not work without a few modifications. Also, ceph-chef only works with Chef 12+ and Hammer and higher. Nothing below the Hammer release of Ceph is supported in this repo. ### Chef diff --git a/metadata.rb b/metadata.rb index 6b3f2e1..9c19228 100644 --- a/metadata.rb +++ b/metadata.rb @@ -1,12 +1,16 @@ name 'ceph-chef' maintainer 'Chris Jones' maintainer_email 'cjones@cloudm2.com' -license 'Apache 2.0' +license 'Apache v2.0' description 'Installs/Configures Ceph (Hammer and above)' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '0.9.0' +version '0.9.1' depends 'apache2', '>= 1.1.12' depends 'apt' depends 'yum', '>= 3.8.1' depends 'yum-epel' + +supports 'ubuntu', '>= 14.04' +supports 'redhat', '>= 7.1' +supports 'centos', '>= 7.1'