-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from cloudm2/master
Bump metadata version for Supermarket
- Loading branch information
Showing
2 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |