
1. also updated templates and confs with latest adapter conf. Change-Id: Id261c0243e8536f7b866807359260ef482a11791
33 lines
986 B
Plaintext
33 lines
986 B
Plaintext
ADAPTER_NAME = 'openstack_kilo'
|
|
FLAVORS = [{
|
|
'flavor': 'allinone',
|
|
'display_name': 'All-In-One',
|
|
'template': 'allinone.tmpl',
|
|
'roles': ['allinone-compute'],
|
|
}, {
|
|
'flavor': 'single-controller',
|
|
'display_name': 'Single Controller',
|
|
'template': 'single-controller.tmpl',
|
|
'roles': [
|
|
'controller', 'compute', 'network', 'storage', 'odl', 'onos'
|
|
],
|
|
}, {
|
|
'flavor': 'multinodes',
|
|
'display_name': 'Multi-nodes',
|
|
'template': 'multinodes.tmpl',
|
|
'roles': [
|
|
'compute-controller', 'compute-worker', 'network-server',
|
|
'network-worker', 'database', 'messaging', 'image', 'odl',
|
|
'dashboard', 'identity', 'storage-controller', 'storage-volume'
|
|
],
|
|
}, {
|
|
'flavor': 'HA-ansible-multinodes-kilo',
|
|
'display_name': 'HA-ansible-multinodes-kilo',
|
|
'template': 'HA-ansible-multinodes.tmpl',
|
|
'roles': [
|
|
'controller', 'compute', 'ha', 'odl', 'onos', 'ceph', 'ceph-adm', 'ceph-mon', 'ceph-osd'
|
|
],
|
|
}]
|
|
|
|
|