
Chef environment will be rendered from base template and the specific template configured in adapter flavor config file. Base template contains general configs for an adapter, whereas the specific template can override/add configs according to different flavors of the adapters. Change-Id: Id9caf6dc6513b5f11daad4b58a935948d80c691a
10 lines
243 B
Plaintext
10 lines
243 B
Plaintext
ADAPTER_NAME = 'ceph_firefly'
|
|
FLAVORS = [
|
|
{
|
|
'flavor': 'ceph_firefly',
|
|
'display_name': 'Ceph Cluster (Firefly)',
|
|
'template': 'base.tmpl',
|
|
'roles': ['ceph-mon', 'ceph-osd', 'ceph-mds', 'ceph-radosgw']
|
|
}
|
|
]
|