aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vLB_HPA/vLB_SRIOV_NIC/MANIFEST.json
blob: b22a67f3a6d1e16f8aa964a39042bd602b4ee15d (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": "",
    "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"
                }
            ]
        }
    ]
}