aboutsummaryrefslogtreecommitdiffstats
path: root/robot/assets/service_mappings.py
diff options
context:
space:
mode:
authorDaniel Rose <dr695h@att.com>2017-10-19 17:57:33 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-19 17:57:33 +0000
commit88910b5dae96cea3ba5e69308e55f681e11fbaab (patch)
tree0c5bb1e827b57800aba9f25e2733cab918b4ceb2 /robot/assets/service_mappings.py
parentc8bd42748ea4844cdba35dda7dec2d156f3acc8d (diff)
parent4964a1b70c9b5f0e990447384a1ee70c84ee4c81 (diff)
Merge "removing clearwater ims example vnf"
Diffstat (limited to 'robot/assets/service_mappings.py')
-rw-r--r--robot/assets/service_mappings.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/robot/assets/service_mappings.py b/robot/assets/service_mappings.py
index c1a5079b..badc5e57 100644
--- a/robot/assets/service_mappings.py
+++ b/robot/assets/service_mappings.py
@@ -4,7 +4,6 @@ This metadata identifies the folders to be zipped and uploaded to SDC for model
GLOBAL_SERVICE_FOLDER_MAPPING = {"vFW" : ['base_vfw'], \
"vLB" : ['base_vlb'], \
"vVG" : ['base_vvg'], \
- "vIMS" : ['base_clearwater'], \
"vCPE" : ['base_vcpe_infra', 'base_vcpe_vbng', 'base_vcpe_vbrgemu', 'base_vcpe_vgmux', 'base_vcpe_vgw'],
}
@@ -19,7 +18,6 @@ GLOBAL_SERVICE_TEMPLATE_MAPPING = {
"vLB" : [{"isBase" : "true", "template" : "vlb_preload.template", "name_pattern": "base_vlb"},
{"isBase" : "false", "template" : "dnsscaling_preload.template", "name_pattern": "dnsscaling", "prefix" : "vDNS_"}],
"vVG" : [{"isBase" : "true", "template" : "vvg_preload.template", "name_pattern": "base_vvg"}],
- "vIMS" : [{"isBase" : "true", "template" : "vims_preload.template", "name_pattern": "base_clearwater"}],
"vCPE" : [{"isBase" : "true", "template" : "vcpe_preload.template", "name_pattern": "base_clearwater"}],
}
@@ -29,6 +27,5 @@ Used by the Heatbridge Validate Query to A&AI to locate the vserver name
GLOBAL_VALIDATE_NAME_MAPPING = {"vFW" : 'vfw_name_0',
"vLB" : 'vlb_name_0',
"vVG" : '',
- "vIMS" : '',
"vCPE" : '',
}