diff options
Diffstat (limited to 'service_mapping/vFWCL_DANOS/service_mapping.json')
-rw-r--r-- | service_mapping/vFWCL_DANOS/service_mapping.json | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/service_mapping/vFWCL_DANOS/service_mapping.json b/service_mapping/vFWCL_DANOS/service_mapping.json new file mode 100644 index 00000000..b5d27fbd --- /dev/null +++ b/service_mapping/vFWCL_DANOS/service_mapping.json @@ -0,0 +1,42 @@ +{ + "GLOBAL_SERVICE_FOLDER_MAPPING": { + "vFWCL_DANOS": [ + "vFWCL_DANOS/vFWSNK", + "vFWCL_DANOS/vPKG" + ] + }, + "GLOBAL_SERVICE_VNF_MAPPING": { + "vFWCL_DANOS": [ + "vFWCL_DANOSvFWSNK", + "vFWCL_DANOSvPKG" + ] + }, + "GLOBAL_SERVICE_GEN_NEUTRON_NETWORK_MAPPING": { + "vFWCL_DANOS": [] + }, + "GLOBAL_SERVICE_DEPLOYMENT_ARTIFACT_MAPPING": { + "vFWCL_DANOS": [] + }, + "GLOBAL_SERVICE_TEMPLATE_MAPPING": { + "vFWCL_DANOSvFWSNK": [ + { + "isBase": "true", + "template": "vfwsnk_preload.template", + "vnf_index": "0", + "name_pattern": "base_vfw" + } + ], + "vFWCL_DANOSvPKG": [ + { + "isBase": "true", + "template": "vpkg_preload.template", + "vnf_index": "1", + "name_pattern": "base_vpkg" + } + ] + }, + "GLOBAL_VALIDATE_NAME_MAPPING": { + "vFWCL_DANOSvFWSNK": "vfw_name_0", + "vFWCL_DANOSvPKG": "vpg_name_0" + } +} |