Merge "add ceph roles" into dev/experimental
This commit is contained in:
commit
1979a07bce
8
chef/roles/ceph-mds.json
Normal file
8
chef/roles/ceph-mds.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "ceph-mds",
|
||||
"description": "Ceph Metadata Server",
|
||||
"run_list": [
|
||||
"recipe[ceph::repo]",
|
||||
"recipe[ceph::mds]"
|
||||
]
|
||||
}
|
8
chef/roles/ceph-mon.json
Normal file
8
chef/roles/ceph-mon.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "ceph-mon",
|
||||
"description": "Ceph Monitor",
|
||||
"run_list": [
|
||||
"recipe[ceph::repo]",
|
||||
"recipe[ceph::mon]"
|
||||
]
|
||||
}
|
8
chef/roles/ceph-osd.json
Normal file
8
chef/roles/ceph-osd.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "ceph-osd",
|
||||
"description": "Ceph Object Storage Device",
|
||||
"run_list": [
|
||||
"recipe[ceph::repo]",
|
||||
"recipe[ceph::osd]"
|
||||
]
|
||||
}
|
8
chef/roles/ceph-radosgw.json
Normal file
8
chef/roles/ceph-radosgw.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "ceph-radosgw",
|
||||
"description": "Ceph RADOS Gateway",
|
||||
"run_list": [
|
||||
"recipe[ceph::repo]",
|
||||
"recipe[ceph::radosgw]"
|
||||
]
|
||||
}
|
8
chef/roles/ceph-tgt.json
Normal file
8
chef/roles/ceph-tgt.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "ceph-tgt",
|
||||
"description": "Ceph iSCSI Target",
|
||||
"run_list": [
|
||||
"recipe[ceph::repo]",
|
||||
"recipe[ceph::tgt]"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user