784e6d7887
Change-Id: Ia4f8871ef337fb712f9721d1488fbba18766336a
22 lines
501 B
Plaintext
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
|
|
}]
|