b4130d3957
add config files of liberty so that can deploy openstack liberty using compass Change-Id: I617b415a5293484598326959580958550fd11adc Signed-off-by: baigk <baiguoku@huawei.com>
20 lines
383 B
Plaintext
20 lines
383 B
Plaintext
ADAPTER = 'openstack_liberty'
|
|
FLAVOR = 'HA-ansible-multinodes-liberty'
|
|
METADATA = {
|
|
'ha_proxy': {
|
|
'_self': {
|
|
},
|
|
'vip': {
|
|
'_self': {
|
|
'is_required': True,
|
|
'field': 'general',
|
|
'mapping_to': 'ha_vip'
|
|
}
|
|
},
|
|
'test': {
|
|
'_self': {
|
|
},
|
|
}
|
|
}
|
|
}
|