Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

ceph_micro (2) Versions 0.1.0

Installs ceph on one node with one osd, usefull for testing.

Policyfile
Berkshelf
Knife
cookbook 'ceph_micro', '= 0.1.0', :supermarket
cookbook 'ceph_micro', '= 0.1.0'
knife supermarket install ceph_micro
knife supermarket download ceph_micro
README
Dependencies
Changelog
Quality 100%

ceph_micro-cookbook

This cookbook installs ceph using Loïc Dachary script described in
this article.

Eventually here is the result:

vagrant@default-ubuntu-1204:/vagrant$ ceph -c  /tmp/micro-ceph/ceph.conf  -s
    cluster e3a14890-0e60-4310-b5c5-54117d04f876
     health HEALTH_OK
     monmap e1: 1 mons at {0=127.0.0.1:6789/0}, election epoch 2, quorum 0 0
     osdmap e5: 1 osds: 1 up, 1 in
      pgmap v41: 72 pgs, 2 pools, 658 bytes data, 1 objects
            2273 MB used, 35045 MB / 39316 MB avail
                  72 active+clean

This is not suitable for production environment, but is very convenient for
testing.

Supported Platforms

  • Ubuntu (12.04/14.04)
  • Debian (7.7)
  • CentOS (7.0)

Notes: This cookbook has been tested on the listed platforms. It may work
on other platforms with or without modification. Please
report issues for any
additional platforms so they can be added.

Attributes

<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['ceph_micro']['version']</tt></td>
<td>String</td>
<td>Which version to use</td>
<td><tt>giant</tt></td>
</tr>
<tr>
<td><tt>['ceph_micro']['path']</tt></td>
<td>String</td>
<td>Path in which to install ceph</td>
<td><tt>/tmp/micro-ceph</tt></td>
</tr>
</table>

Usage

ceph_micro::default

Include ceph_micro in your node's run_list:

{
  "run_list": [
    "recipe[ceph_micro]"
  ]
}

License and Authors

Author:: Sofer Athlan-Guyot (chem@sathlan.org)

Dependent cookbooks

python >= 0.0.0
yum-epel >= 0.0.0
apt >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

0.1.0

Initial release of ceph_micro

Foodcritic Metric
            

0.1.0 passed this metric