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

10 lines
251 B
Plaintext

ADAPTER_NAME = 'ceph_firefly'
FLAVORS = [
{
'flavor': 'ceph_firefly',
'display_name': 'Ceph Cluster (Firefly)',
'template': 'ceph_firefly.tmpl',
'roles': ['ceph-mon', 'ceph-osd', 'ceph-mds', 'ceph-radosgw']
}
]