aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Freeman <bf1936@att.com>2019-02-12 08:48:22 -0500
committerBrian Freeman <bf1936@att.com>2019-02-12 08:48:32 -0500
commit495979fc1b8b3fc63dbb524358270f601709cd10 (patch)
tree32bfbaa907cb8f0cd8486af5a1a449a742669676
parentc1a53ef03351c1577a27d082ab2e9ee1dcba653b (diff)
Fix vFWDT Preload
Issue-ID: INT-829 Change-Id: I2dd1f857547524fa393d7891618a4c7cc4c2f04d Signed-off-by: Brian Freeman <bf1936@att.com>
-rw-r--r--service_mapping/vFWDT/service_mapping.json13
1 files changed, 6 insertions, 7 deletions
diff --git a/service_mapping/vFWDT/service_mapping.json b/service_mapping/vFWDT/service_mapping.json
index 74abccd0..be9c5b76 100644
--- a/service_mapping/vFWDT/service_mapping.json
+++ b/service_mapping/vFWDT/service_mapping.json
@@ -3,7 +3,7 @@
"vFWDT" : ["vFWDT/vFWSNK", "vFWDT/vPKG"]
},
"GLOBAL_SERVICE_VNF_MAPPING": {
- "vFWDT" : ["vFWSNK", "vPKG", "vFWSNK"]
+ "vFWDT" : ["vFWDTvPKG", "vFWDTvFWSNK", "vFWDTvFWSNK"]
},
"GLOBAL_SERVICE_GEN_NEUTRON_NETWORK_MAPPING": {
"vFWDT": []
@@ -12,13 +12,12 @@
"vFWDT": []
},
"GLOBAL_SERVICE_TEMPLATE_MAPPING": {
- "vFWDT": [{"isBase" : "true", "template" : "vfwdt_vfw0_preload.template", "name_pattern": "base_vfw0"},
- {"isBase" : "true", "template" : "vfwdt_vfw1_preload.template", "name_pattern": "base_vfw1"},
- {"isBase" : "true", "template" : "vfwdt_vfwsnk0_preload.template", "name_pattern": "base_vsnk0"},
- {"isBase" : "true", "template" : "vfwdt_vfwsnk1_preload.template", "name_pattern": "base_vsnk1"},
- {"isBase" : "true", "template" : "vfwdt_vpkg_preload.template", "name_pattern": "base_vpkg"}]
+ "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": {
- "vFWDT": "vfw_name_0"
+ "vFWDTvPKG": "vpg_name_0",
+ "vFWDTvFWSNK": "vfw_name_0"
}
}