Merge "Removing roles and spiceweasel manifest"

This commit is contained in:
Jenkins 2014-08-07 19:16:34 +00:00 committed by Gerrit Code Review
commit 4f372f8c65
6 changed files with 0 additions and 46 deletions

View File

@ -1,6 +0,0 @@
roles:
- ceph-mds:
- ceph-mon:
- ceph-osd:
- ceph-radosgw:
- ceph-tgt:

View File

@ -1,8 +0,0 @@
{
"name": "ceph-mds",
"description": "Ceph Metadata Server",
"run_list": [
"recipe[ceph::repo]",
"recipe[ceph::mds]"
]
}

View File

@ -1,8 +0,0 @@
{
"name": "ceph-mon",
"description": "Ceph Monitor",
"run_list": [
"recipe[ceph::repo]",
"recipe[ceph::mon]"
]
}

View File

@ -1,8 +0,0 @@
{
"name": "ceph-osd",
"description": "Ceph Object Storage Device",
"run_list": [
"recipe[ceph::repo]",
"recipe[ceph::osd]"
]
}

View File

@ -1,8 +0,0 @@
{
"name": "ceph-radosgw",
"description": "Ceph RADOS Gateway",
"run_list": [
"recipe[ceph::repo]",
"recipe[ceph::radosgw]"
]
}

View File

@ -1,8 +0,0 @@
{
"name": "ceph-tgt",
"description": "Ceph iSCSI Target",
"run_list": [
"recipe[ceph::repo]",
"recipe[ceph::tgt]"
]
}