diff options
author | Marco Platania <platania@research.att.com> | 2019-05-20 14:48:51 -0400 |
---|---|---|
committer | Gary Wu <gwu@futurewei.com> | 2019-05-20 19:12:18 +0000 |
commit | 109134ef4989c740218dfb97e10ae7fa8585fc9e (patch) | |
tree | dfedd1df0c5e328dbad0bad2f87d4533418f1e83 /service_mapping | |
parent | 08d610ca498dc89997fd138d6b7fd4eb341c21ff (diff) |
Fix issues with vLB use case
Change-Id: Iaf380c8697e813295e6e51367df1aefbfef695ce
Issue-ID: INT-658
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'service_mapping')
-rw-r--r-- | service_mapping/vLB/service_mapping.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/service_mapping/vLB/service_mapping.json b/service_mapping/vLB/service_mapping.json index c9574268..8f23aa89 100644 --- a/service_mapping/vLB/service_mapping.json +++ b/service_mapping/vLB/service_mapping.json @@ -9,13 +9,14 @@ "vLB" :[] }, "GLOBAL_SERVICE_DEPLOYMENT_ARTIFACT_MAPPING": { - "vLB" :["tca_docker_k8s_v4.yaml"] + "vLB" :["k8s-tca-clamp-policy-05082019.yaml"] }, "GLOBAL_SERVICE_TEMPLATE_MAPPING": { "vLB" : [{"isBase" : "true", "template" : "vlb_preload.template", "vnf_index": "0", "name_pattern": "base_vlb"}, {"isBase" : "false", "template" : "dnsscaling_preload.template", "vnf_index": "1", "name_pattern": "dnsscaling", "prefix" : "vDNS_"}] }, "GLOBAL_VALIDATE_NAME_MAPPING": { - "vLB" : "vlb_name_0" + "vLB" : "vlb_name_0", + "vDNS" : "vdns_name_0" } } |