aboutsummaryrefslogtreecommitdiffstats
path: root/service_mapping/vLB/service_mapping.json
blob: c95742689ad65b84bf032bc2cfa2f2e3fc5091d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
   "GLOBAL_SERVICE_FOLDER_MAPPING": { 
	                        "vLB" : ["vLBMS"]
   },
   "GLOBAL_SERVICE_VNF_MAPPING": { 
	    "vLB"  : ["vLB"]
   },
   "GLOBAL_SERVICE_GEN_NEUTRON_NETWORK_MAPPING": {
        "vLB" :[]
   },
   "GLOBAL_SERVICE_DEPLOYMENT_ARTIFACT_MAPPING": {
    "vLB" :["tca_docker_k8s_v4.yaml"]
   },
   "GLOBAL_SERVICE_TEMPLATE_MAPPING":  {
    "vLB"  : [{"isBase" : "true",   "template" : "vlb_preload.template", "vnf_index": "0", "name_pattern": "base_vlb"},
              {"isBase" : "false",  "template" : "dnsscaling_preload.template", "vnf_index": "1", "name_pattern": "dnsscaling", "prefix" : "vDNS_"}]
   },
   "GLOBAL_VALIDATE_NAME_MAPPING": {
                                 "vLB" : "vlb_name_0"
   } 
}