Go to file
OpenDev Sysadmins 7232394076 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:52:17 +00:00
attributes Normalizing this cookbook 2014-07-24 14:18:31 -05:00
libraries Normalizing this cookbook 2014-07-24 14:18:31 -05:00
providers Normalizing this cookbook 2014-07-24 14:18:31 -05:00
recipes Normalizing this cookbook 2014-07-24 14:18:31 -05:00
resources Normalizing this cookbook 2014-07-24 14:18:31 -05:00
spec Normalizing this cookbook 2014-07-24 14:18:31 -05:00
templates/default Merge pull request #95 from centraldesktop/make-radosgw-log-match-logrotate 2014-02-20 16:20:55 +01:00
.gitignore Setting up repo for master Juno Branch 2014-08-15 11:34:05 -05:00
.gitreview OpenDev Migration Patch 2019-04-19 19:52:17 +00:00
.kitchen.yml switch test-kitchen provisioner to chef-zero 2014-01-23 14:00:31 +01:00
.rubocop.yml Normalizing this cookbook 2014-07-24 14:18:31 -05:00
Berksfile Updated berkshelf to 3.1.5 2014-08-18 17:58:08 +02:00
CHANGELOG.md Bump Chef gem to 11.16 2014-09-29 15:20:24 -05:00
CONTRIBUTING.md Workflow documentation is now in infra-manual 2014-12-05 03:30:43 +00:00
Gemfile Bump Chef gem to 11.16 2014-09-29 15:20:24 -05:00
README.md Cleanup cookbook contact info 2014-10-14 10:01:31 -05:00
TESTING.md Cleanup cookbook contact info 2014-10-14 10:01:31 -05:00
metadata.rb Cleanup cookbook contact info 2014-10-14 10:01:31 -05:00

README.md

Chef cookbook for deploying the Ceph storage system

Note: "knife cookbook upload" needs this directory to be named "ceph". Please clone the repository as

git clone https://github.com/ceph/ceph-cookbooks.git ceph

(we cannot name this repository ceph.git, as that is the main project itself)

DESCRIPTION

Installs and configures Ceph, a distributed network storage and filesystem designed to provide excellent performance, reliability, and scalability.

The current version is focused towards deploying Monitors and OSD on Ubuntu.

For documentation on how to use this cookbook, refer to the USAGE section.

Work in progress:

  • RadosGW
  • MDS
  • Other Distro (Debian, RHEL/CentOS, FC)

REQUIREMENTS

Platform

Tested as working:

  • Ubuntu Precise (12.04)

Cookbooks

The ceph cookbook requires the following cookbooks from Opscode:

https://github.com/opscode/cookbooks

  • apt
  • apache2
  • yum
  • yum-epel

ATTRIBUTES

Ceph Rados Gateway

  • node[:ceph][:radosgw][:api_fqdn]
  • node[:ceph][:radosgw][:admin_email]
  • node[:ceph][:radosgw][:rgw_addr]

TEMPLATES

USAGE

Ceph cluster design is beyond the scope of this README, please turn to the public wiki, mailing lists, visit our IRC channel, or contact Inktank:

http://ceph.com/docs/master http://ceph.com/resources/mailing-list-irc/ http://www.inktank.com/

Ceph Monitor

Ceph monitor nodes should use the ceph-mon role.

Includes:

  • ceph::default
  • ceph::conf

Ceph Metadata Server

Ceph metadata server nodes should use the ceph-mds role.

Includes:

  • ceph::default

Ceph OSD

Ceph OSD nodes should use the ceph-osd role

Includes:

  • ceph::default
  • ceph::conf

Ceph Rados Gateway

Ceph Rados Gateway nodes should use the ceph-radosgw role

LICENSE AND AUTHORS

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.