aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/compass_conf/flavor_metadata/HA-ansible-multinodes-newton_xenial.conf
blob: c6466577d60f3f03e14fed1b59b6c65697a0298a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
ADAPTER = 'openstack_newton_xenial'
FLAVOR = 'HA-ansible-multinodes-newton_xenial'
METADATA = {
    'ha_proxy': {
        '_self': {
        },
        'vip': {
            '_self': {
                'is_required': True,
                'field': 'general',
                'mapping_to': 'ha_vip'
            }
        },
        'test': {
            '_self': {
            },
        }
    }
}