
add the config of role,flavor,inventory about opencontrail Change-Id: I2d3d42078040f6e698d165a6d3def38d30150da2 Signed-off-by: baigk <baiguoku@huawei.com>
33 lines
1.0 KiB
Plaintext
33 lines
1.0 KiB
Plaintext
ADAPTER_NAME = 'openstack_liberty'
|
|
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-liberty',
|
|
'display_name': 'HA-ansible-multinodes-liberty',
|
|
'template': 'HA-ansible-multinodes.tmpl',
|
|
'roles': [
|
|
'controller', 'compute', 'ha', 'odl', 'onos', 'opencontrail', 'ceph', 'ceph-adm', 'ceph-mon', 'ceph-osd', 'sec-patch', 'ceph-osd-node'
|
|
],
|
|
}]
|
|
|
|
|