summaryrefslogtreecommitdiffstats
path: root/kubernetes/config/docker/init/src/config/robot/robot/assets/asdc/base_vlb/MANIFEST.json
blob: bb8d70a13846172623caa9a91a0560c74325de7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
    "name": "virtualLoadBalancer", 
    "description": "robot ete manifest", 
    "data": [
        {
            "file": "base_vlb.yaml", 
            "type": "HEAT", 
            "isBase": "true", 
            "data": [
                {
                    "file": "base_vlb.env", 
                    "type": "HEAT_ENV"
                }
            ]
        },
        {
            "file": "dnsscaling.yaml", 
            "type": "HEAT", 
            "isBase": "false", 
            "data": [
                {
                    "file": "dnsscaling.env", 
                    "type": "HEAT_ENV"
                }
            ]
        }
    ]
}