aboutsummaryrefslogtreecommitdiffstats
path: root/service_mapping/vLB
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2019-05-08 22:48:48 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-08 22:48:48 +0000
commita212343c9b5ec878c87a3b9bf07c8fc4e791d758 (patch)
tree1b6042ee543a1008eebbb9a62fa91c95282c3d50 /service_mapping/vLB
parent91735f200ed89b790251d9a83df24995b28aa079 (diff)
parent544c38603afce6f6215fbc7b462ee1899c2a1e21 (diff)
Merge "add service mappings to a folder for each one"
Diffstat (limited to 'service_mapping/vLB')
-rw-r--r--service_mapping/vLB/service_mapping.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/service_mapping/vLB/service_mapping.json b/service_mapping/vLB/service_mapping.json
new file mode 100644
index 00000000..c9574268
--- /dev/null
+++ b/service_mapping/vLB/service_mapping.json
@@ -0,0 +1,21 @@
+{
+ "GLOBAL_SERVICE_FOLDER_MAPPING": {
+ "vLB" : ["vLBMS"]
+ },
+ "GLOBAL_SERVICE_VNF_MAPPING": {
+ "vLB" : ["vLB"]
+ },
+ "GLOBAL_SERVICE_GEN_NEUTRON_NETWORK_MAPPING": {
+ "vLB" :[]
+ },
+ "GLOBAL_SERVICE_DEPLOYMENT_ARTIFACT_MAPPING": {
+ "vLB" :["tca_docker_k8s_v4.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"
+ }
+}