]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cookbooks.git/commit
Instead of doing some crappy things, we are using the yum cookbook.
authorGuilhem Lettron <guilhem.lettron@gmail.com>
Wed, 5 Feb 2014 22:36:31 +0000 (23:36 +0100)
committerGuilhem Lettron <guilhem.lettron@gmail.com>
Wed, 5 Feb 2014 22:36:31 +0000 (23:36 +0100)
commitb2b18db9caef135c0ecd87de3c557d5495336edd
tree86a56a0f587fa2f594b0f969fc637e91f78a6bcd
Instead of doing some crappy things, we are using the yum cookbook.
We do it this way. It avoids complexity and breaking tests.
44 files changed:
.kitchen.yml [new file with mode: 0644]
.rubocop.yml [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
Berksfile [new file with mode: 0644]
Gemfile [new file with mode: 0644]
README.md [new file with mode: 0644]
Strainerfile [new file with mode: 0644]
attributes/cephfs.rb [new file with mode: 0644]
attributes/conf.rb [new file with mode: 0644]
attributes/default.rb [new file with mode: 0644]
attributes/mds.rb [new file with mode: 0644]
attributes/mon.rb [new file with mode: 0644]
attributes/osd.rb [new file with mode: 0644]
attributes/radosgw.rb [new file with mode: 0644]
attributes/repo.rb [new file with mode: 0644]
libraries/default.rb [new file with mode: 0644]
metadata.rb [new file with mode: 0644]
providers/client.rb [new file with mode: 0644]
recipes/apt.rb [new file with mode: 0644]
recipes/cephfs.rb [new file with mode: 0644]
recipes/conf.rb [new file with mode: 0644]
recipes/default.rb [new file with mode: 0644]
recipes/mds.rb [new file with mode: 0644]
recipes/mon.rb [new file with mode: 0644]
recipes/osd.rb [new file with mode: 0644]
recipes/radosgw.rb [new file with mode: 0644]
recipes/radosgw_apache2.rb [new file with mode: 0644]
recipes/repo.rb [new file with mode: 0644]
recipes/rpm.rb [new file with mode: 0644]
recipes/tgt.rb [new file with mode: 0644]
resources/client.rb [new file with mode: 0644]
roles/ceph-mds.json [new file with mode: 0644]
roles/ceph-mds.rb [new file with mode: 0644]
roles/ceph-mon.json [new file with mode: 0644]
roles/ceph-mon.rb [new file with mode: 0644]
roles/ceph-osd.json [new file with mode: 0644]
roles/ceph-osd.rb [new file with mode: 0644]
roles/ceph-radosgw.json [new file with mode: 0644]
roles/ceph-radosgw.rb [new file with mode: 0644]
roles/ceph-tgt.rb [new file with mode: 0644]
templates/default/ceph.conf.erb [new file with mode: 0644]
templates/default/mods/fastcgi.conf.erb [new file with mode: 0644]
templates/default/rgw.conf.erb [new file with mode: 0644]
templates/default/s3gw.fcgi.erb [new file with mode: 0644]