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