aboutsummaryrefslogtreecommitdiffstats
path: root/service_mapping/vFWDT/service_mapping.json
diff options
context:
space:
mode:
Diffstat (limited to 'service_mapping/vFWDT/service_mapping.json')
-rw-r--r--service_mapping/vFWDT/service_mapping.json68
1 files changed, 47 insertions, 21 deletions
diff --git a/service_mapping/vFWDT/service_mapping.json b/service_mapping/vFWDT/service_mapping.json
index be9c5b76..6bb70f57 100644
--- a/service_mapping/vFWDT/service_mapping.json
+++ b/service_mapping/vFWDT/service_mapping.json
@@ -1,23 +1,49 @@
{
- "GLOBAL_SERVICE_FOLDER_MAPPING": {
- "vFWDT" : ["vFWDT/vFWSNK", "vFWDT/vPKG"]
- },
- "GLOBAL_SERVICE_VNF_MAPPING": {
- "vFWDT" : ["vFWDTvPKG", "vFWDTvFWSNK", "vFWDTvFWSNK"]
- },
- "GLOBAL_SERVICE_GEN_NEUTRON_NETWORK_MAPPING": {
- "vFWDT": []
- },
- "GLOBAL_SERVICE_DEPLOYMENT_ARTIFACT_MAPPING": {
- "vFWDT": []
- },
- "GLOBAL_SERVICE_TEMPLATE_MAPPING": {
- "vFWDTvPKG": [{"isBase" : "true", "template" : "vfwdt_vpkg_preload.template", "vnf_index": "0", "name_pattern": "base_vpkg"}],
- "vFWDTvFWSNK": [{"isBase" : "true", "template" : "vfwdt_vfwsnk0_preload.template", "vnf_index": "1", "name_pattern": "base_vfw"},
- {"isBase" : "true", "template" : "vfwdt_vfwsnk1_preload.template", "vnf_index": "2", "name_pattern": "base_vfw"}]
- },
- "GLOBAL_VALIDATE_NAME_MAPPING": {
- "vFWDTvPKG": "vpg_name_0",
- "vFWDTvFWSNK": "vfw_name_0"
- }
+ "GLOBAL_SERVICE_FOLDER_MAPPING": {
+ "vFWDT": [
+ "vFWDT/vFWSNK",
+ "vFWDT/vPKG"
+ ]
+ },
+ "GLOBAL_SERVICE_VNF_MAPPING": {
+ "vFWDT": [
+ "vFWDTvPKG",
+ "vFWDTvFWSNK",
+ "vFWDTvFWSNK"
+ ]
+ },
+ "GLOBAL_SERVICE_GEN_NEUTRON_NETWORK_MAPPING": {
+ "vFWDT": []
+ },
+ "GLOBAL_SERVICE_DEPLOYMENT_ARTIFACT_MAPPING": {
+ "vFWDT": []
+ },
+ "GLOBAL_SERVICE_TEMPLATE_MAPPING": {
+ "vFWDTvPKG": [
+ {
+ "isBase": "true",
+ "template": "vfwdt_vpkg_preload.template",
+ "vnf_index": "0",
+ "name_pattern": "base_vpkg"
+ }
+ ],
+ "vFWDTvFWSNK": [
+ {
+ "isBase": "true",
+ "template": "vfwdt_vfwsnk0_preload.template",
+ "vnf_index": "1",
+ "name_pattern": "base_vfw"
+ },
+ {
+ "isBase": "true",
+ "template": "vfwdt_vfwsnk1_preload.template",
+ "vnf_index": "2",
+ "name_pattern": "base_vfw"
+ }
+ ]
+ },
+ "GLOBAL_VALIDATE_NAME_MAPPING": {
+ "vFWDTvPKG": "vpg_name_0",
+ "vFWDTvFWSNK": "vfw_name_0"
+ }
}