add ceph roles
Change-Id: I79c556f1510062d65a546779d5829c4d8ed5176e
This commit is contained in:
parent
70e4160abd
commit
b8fd970ed4
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