]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cookbooks.git/commitdiff
Revert last three commits.
authorTommi Virtanen <tv@inktank.com>
Fri, 13 Jul 2012 17:44:16 +0000 (10:44 -0700)
committerTommi Virtanen <tv@inktank.com>
Fri, 13 Jul 2012 17:44:16 +0000 (10:44 -0700)
The roles are named ceph-mon etc. The recipes are named ceph::mon etc.
The cookbook is named "ceph". The git repository is named
"ceph-cookbooks.git". The string "ceph-cookbooks" should not be
anywhere in the code anywhere inside of the cookbook.

roles/ceph-mds.rb
roles/ceph-mon.rb
roles/ceph-osd.rb
roles/ceph-radosgw.rb

index 9eebf1bbeb9ee62515cbf422dd2df180ee4d3194..d0b63804a0139934aed9d27530e67ffdbbe20998 100644 (file)
@@ -1,5 +1,5 @@
-name "ceph-cookbooks-mds"
+name "ceph-mds"
 description "Ceph Metadata Server"
 run_list(
-        'recipe[ceph-cookbooks::mds]'
+        'recipe[ceph::mds]'
 )
index 17b0f88fc2cf9f3089618aa3f9d969b97068f5bb..0fd71261da1009d8d33b1cd09237e45fbf6c9712 100644 (file)
@@ -1,5 +1,5 @@
-name "ceph-cookbooks-mon"
+name "ceph-mon"
 description "Ceph Monitor"
 run_list(
-        'recipe[ceph-cookbooks::mon]'
+        'recipe[ceph::mon]'
 )
index b53aec42487b491e802c92297cc13b100c92ed7f..edf4088e1827c93eee5d185c3a16a07f13337dd1 100644 (file)
@@ -1,5 +1,5 @@
-name "ceph-cookbooks-osd"
+name "ceph-osd"
 description "Ceph Object Storage Device"
 run_list(
-        'recipe[ceph-cookbooks::bootstrap_osd]'
+        'recipe[ceph::bootstrap_osd]'
 )
index aa748cf4f395a79713f28b864dc9531b9e785565..a4ee87a1e9753816cae43e1c362f9e63cc66e555 100644 (file)
@@ -1,5 +1,5 @@
-name "ceph-cookbooks-radosgw"
+name "ceph-radosgw"
 description "Ceph RADOS Gateway"
 run_list(
-        'recipe[ceph-cookbooks::radosgw]'
+        'recipe[ceph::radosgw]'
 )