From f3955755cfff89fa03ed9c2f8958ee6faca2281f Mon Sep 17 00:00:00 2001 From: Abdelmuhaimen Seaudi Date: Fri, 2 Aug 2019 17:24:26 +0000 Subject: [PATCH] Update service_mapping.json for vLB_CDS use case Issue-ID: TEST-187 Signed-off-by: Abdelmuhaimen Seaudi Change-Id: I322703b08905eaaf571bd5fe9c7b46b63e42c6e7 --- service_mapping/vLB_CDS/service_mapping.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 service_mapping/vLB_CDS/service_mapping.json diff --git a/service_mapping/vLB_CDS/service_mapping.json b/service_mapping/vLB_CDS/service_mapping.json new file mode 100644 index 00000000..880448b7 --- /dev/null +++ b/service_mapping/vLB_CDS/service_mapping.json @@ -0,0 +1,22 @@ +{ + "GLOBAL_SERVICE_FOLDER_MAPPING": { + "vLB_CDS" : ["vLB_CDS"] + }, + "GLOBAL_SERVICE_VNF_MAPPING": { + "vLB_CDS" : ["vLB_CDS"] + }, + "GLOBAL_SERVICE_GEN_NEUTRON_NETWORK_MAPPING": { + "vLB_CDS" :[] + }, + "GLOBAL_SERVICE_DEPLOYMENT_ARTIFACT_MAPPING": { + "vLB_CDS" :["k8s-tca-clamp-policy-05082019.yaml"] + }, + "GLOBAL_SERVICE_TEMPLATE_MAPPING": { + "vLB_CDS" : [{"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_CDS" : "vlb_name_0", + "vDNS_CDS" : "vdns_name_0" + } +} -- 2.16.6