diff options
author | DR695H <dr695h@att.com> | 2019-05-08 17:49:18 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-05-08 18:00:47 -0400 |
commit | 544c38603afce6f6215fbc7b462ee1899c2a1e21 (patch) | |
tree | 6ad66bf84c46cc2f699fc61be4f1a2ea1d140200 /service_mapping/vCPEvBNG | |
parent | cdb81112b08895c30132a930eb3c8095bbea10e6 (diff) |
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 <dr695h@att.com>
Diffstat (limited to 'service_mapping/vCPEvBNG')
-rw-r--r-- | service_mapping/vCPEvBNG/service_mapping.json | 20 |
1 files changed, 20 insertions, 0 deletions
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 |