add node env sample

Signed-off-by: Alexandre Marangone <alexandre.marangone@inktank.com>
This commit is contained in:
Alexandre Marangone
2013-03-15 12:33:21 -07:00
parent ce54715d1c
commit b619a246be

View File

@@ -18,6 +18,18 @@
# limitations under the License.
# this recipe allows bootstrapping new osds, with help from mon
# Sample environment:
# #knife node edit ceph1
#"osd_devices": [
# {
# "device": "/dev/sdc"
# },
# {
# "device": "/dev/sdd",
# "dmcrypt": true,
# "journal": "/dev/sdd"
# }
#]
include_recipe "ceph::default"
include_recipe "ceph::conf"