Merge "Removing roles and spiceweasel manifest"
This commit is contained in:
commit
4f372f8c65
@ -1,6 +0,0 @@
|
||||
roles:
|
||||
- ceph-mds:
|
||||
- ceph-mon:
|
||||
- ceph-osd:
|
||||
- ceph-radosgw:
|
||||
- ceph-tgt:
|
@ -1,8 +0,0 @@
|
||||
{
|
||||
"name": "ceph-mds",
|
||||
"description": "Ceph Metadata Server",
|
||||
"run_list": [
|
||||
"recipe[ceph::repo]",
|
||||
"recipe[ceph::mds]"
|
||||
]
|
||||
}
|
@ -1,8 +0,0 @@
|
||||
{
|
||||
"name": "ceph-mon",
|
||||
"description": "Ceph Monitor",
|
||||
"run_list": [
|
||||
"recipe[ceph::repo]",
|
||||
"recipe[ceph::mon]"
|
||||
]
|
||||
}
|
@ -1,8 +0,0 @@
|
||||
{
|
||||
"name": "ceph-osd",
|
||||
"description": "Ceph Object Storage Device",
|
||||
"run_list": [
|
||||
"recipe[ceph::repo]",
|
||||
"recipe[ceph::osd]"
|
||||
]
|
||||
}
|
@ -1,8 +0,0 @@
|
||||
{
|
||||
"name": "ceph-radosgw",
|
||||
"description": "Ceph RADOS Gateway",
|
||||
"run_list": [
|
||||
"recipe[ceph::repo]",
|
||||
"recipe[ceph::radosgw]"
|
||||
]
|
||||
}
|
@ -1,8 +0,0 @@
|
||||
{
|
||||
"name": "ceph-tgt",
|
||||
"description": "Ceph iSCSI Target",
|
||||
"run_list": [
|
||||
"recipe[ceph::repo]",
|
||||
"recipe[ceph::tgt]"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user