From 544c38603afce6f6215fbc7b462ee1899c2a1e21 Mon Sep 17 00:00:00 2001 From: DR695H Date: Wed, 8 May 2019 17:49:18 -0400 Subject: add service mappings to a folder for each one this gets rid of the giant service mapping file that has to be maintained in the test repo and lets it live with the demo repo Change-Id: I769ac80bc2238dc1540d6681a94ca471f65384ad Issue-ID: TEST-152 Signed-off-by: DR695H --- service_mapping/vCPEvBNG/service_mapping.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 service_mapping/vCPEvBNG/service_mapping.json (limited to 'service_mapping/vCPEvBNG') diff --git a/service_mapping/vCPEvBNG/service_mapping.json b/service_mapping/vCPEvBNG/service_mapping.json new file mode 100644 index 00000000..3f353359 --- /dev/null +++ b/service_mapping/vCPEvBNG/service_mapping.json @@ -0,0 +1,20 @@ +{ + "GLOBAL_SERVICE_FOLDER_MAPPING": { + "vCPEvBNG" : ["vCPE/vbng"] + }, + "GLOBAL_SERVICE_VNF_MAPPING": { + "vCPEvBNG" : ["vCPEvBNG"] + }, + "GLOBAL_SERVICE_GEN_NEUTRON_NETWORK_MAPPING": { + "vCPEvBNG" : ["BRG_BNG", "BNG_MUX"] + }, + "GLOBAL_SERVICE_DEPLOYMENT_ARTIFACT_MAPPING": { + "vCPEvBNG" :[] + }, + "GLOBAL_SERVICE_TEMPLATE_MAPPING": { + "vCPEvBNG" : [{"isBase" : "true", "template" : "vcpe_vbng_preload.template", "vnf_index": "0", "name_pattern": "base_vbng"}] + }, + "GLOBAL_VALIDATE_NAME_MAPPING": { + "vCPEvBNG" : "" + } +} \ No newline at end of file -- cgit 1.2.3-korg