Skip to content

Commit

Permalink
Merge pull request #3 from cloudm2/master
Browse files Browse the repository at this point in the history
Bump metadata version for Supermarket
  • Loading branch information
Chris Jones committed Nov 16, 2015
2 parents e45ed2d + d85e27e commit 0e4334e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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:[email protected]) 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

Expand Down
8 changes: 6 additions & 2 deletions metadata.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name 'ceph-chef'
maintainer 'Chris Jones'
maintainer_email '[email protected]'
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'

0 comments on commit 0e4334e

Please sign in to comment.