aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2019-05-20 15:38:09 -0400
committerMarco Platania <platania@research.att.com>2019-05-20 15:38:41 -0400
commit7f5a8c685081254409f2c5060e05baa4e1ba6e7c (patch)
tree82a4664a84ec23a7501b216a666b2dc71a79fa74
parent70761d806aa14d496be8624a043ef1f5ec457df3 (diff)
Update vLB mappings
Issue-ID: INT-658 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: I200d46f9b0cf6c142da6cfba71f86475d216d370
-rw-r--r--robot/assets/service_mappings.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/robot/assets/service_mappings.py b/robot/assets/service_mappings.py
index 9a02a1b1..58621838 100644
--- a/robot/assets/service_mappings.py
+++ b/robot/assets/service_mappings.py
@@ -68,7 +68,7 @@ GLOBAL_SERVICE_DEPLOYMENT_ARTIFACT_MAPPING = {
"vCPEvGW" :[],
"vCPERestCust" :[],
"vFW" :[],
- "vLB" :['tca_docker_k8s_v4.yaml'],
+ "vLB" :['k8s-tca-clamp-policy-05082019.yaml'],
"vVG" :[],
"vFWCL" :[],
"vFWNG" :[],
@@ -120,6 +120,7 @@ GLOBAL_VALIDATE_NAME_MAPPING = {"vFW" : 'vfw_name_0',
"vPKG" : 'vpg_name_0',
"vFWCLvFWSNK" : 'vfw_name_0',
"vFWCLvPKG" : 'vpg_name_0',
+ "vDNS" : 'vdns_name_0'
}