diff options
author | Marco Platania <platania@research.att.com> | 2019-05-20 15:38:09 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2019-05-20 15:38:41 -0400 |
commit | 7f5a8c685081254409f2c5060e05baa4e1ba6e7c (patch) | |
tree | 82a4664a84ec23a7501b216a666b2dc71a79fa74 /robot | |
parent | 70761d806aa14d496be8624a043ef1f5ec457df3 (diff) |
Update vLB mappings
Issue-ID: INT-658
Signed-off-by: Marco Platania <platania@research.att.com>
Change-Id: I200d46f9b0cf6c142da6cfba71f86475d216d370
Diffstat (limited to 'robot')
-rw-r--r-- | robot/assets/service_mappings.py | 3 |
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' } |