compass-core/conf/role/ceph.conf
grace.yu 784e6d7887 add ceph adapter config and templates
Change-Id: Ia4f8871ef337fb712f9721d1488fbba18766336a
2014-10-03 16:26:45 -07:00

22 lines
501 B
Plaintext

ADAPTER_NAME = 'ceph_firefly'
ROLES = [
{
'role': 'ceph-mon',
'display_name': 'Ceph Mon',
'description': 'ceph monitor server'
}, {
'role': 'ceph-osd',
'display_name': 'Ceph OSD',
'description': 'ceph storage server'
}, {
'role': 'ceph-mds',
'display_name': 'Ceph MDS',
'description': 'ceph metadata server',
'optional': True
}, {
'role': 'ceph-radosgw',
'display_name': 'Ceph Radosgw',
'description': 'ceph object gateway',
'optional': True
}]