diff options
Diffstat (limited to 'service_mapping/vCPEvBRGEMU')
-rw-r--r-- | service_mapping/vCPEvBRGEMU/service_mapping.json | 49 |
1 files changed, 30 insertions, 19 deletions
diff --git a/service_mapping/vCPEvBRGEMU/service_mapping.json b/service_mapping/vCPEvBRGEMU/service_mapping.json index 6803983a..104d2b36 100644 --- a/service_mapping/vCPEvBRGEMU/service_mapping.json +++ b/service_mapping/vCPEvBRGEMU/service_mapping.json @@ -1,20 +1,31 @@ { - "GLOBAL_SERVICE_FOLDER_MAPPING": { - "vCPEvBRGEMU" : ["vCPE/vbrgemu"] - }, - "GLOBAL_SERVICE_VNF_MAPPING": { - "vCPEvBRGEMU" : ["vCPEvBRGEMU"] - }, - "GLOBAL_SERVICE_GEN_NEUTRON_NETWORK_MAPPING": { - "vCPEvBRGEMU" : [] - }, - "GLOBAL_SERVICE_DEPLOYMENT_ARTIFACT_MAPPING": { - "vCPEvBRGEMU" :[] - }, - "GLOBAL_SERVICE_TEMPLATE_MAPPING": { - "vCPEvBRGEMU" : [{"isBase" : "true", "template" : "vcpe_vbrgemu_preload.template", "vnf_index": "0", "name_pattern": "base_vbrgemu"}] - }, - "GLOBAL_VALIDATE_NAME_MAPPING": { - "vCPEvBRGEMU" : "" - } -}
\ No newline at end of file + "GLOBAL_SERVICE_FOLDER_MAPPING": { + "vCPEvBRGEMU": [ + "vCPE/vbrgemu" + ] + }, + "GLOBAL_SERVICE_VNF_MAPPING": { + "vCPEvBRGEMU": [ + "vCPEvBRGEMU" + ] + }, + "GLOBAL_SERVICE_GEN_NEUTRON_NETWORK_MAPPING": { + "vCPEvBRGEMU": [] + }, + "GLOBAL_SERVICE_DEPLOYMENT_ARTIFACT_MAPPING": { + "vCPEvBRGEMU": [] + }, + "GLOBAL_SERVICE_TEMPLATE_MAPPING": { + "vCPEvBRGEMU": [ + { + "isBase": "true", + "template": "vcpe_vbrgemu_preload.template", + "vnf_index": "0", + "name_pattern": "base_vbrgemu" + } + ] + }, + "GLOBAL_VALIDATE_NAME_MAPPING": { + "vCPEvBRGEMU": "" + } +} |