onap on kubernetes source files
[oom.git] / kubernetes / config / docker / init / src / config / robot / robot / assets / service_mappings.py
1 GLOBAL_SERVICE_FOLDER_MAPPING = {"vFW" : ['base_vfw'], \
2                                  "vLB" : ['base_vlb'], \
3                                  "vVG" : ['base_vvg'], \
4                                  }
5                                  
6 GLOBAL_SERVICE_TEMPLATE_MAPPING = {"vFW" : [{"isBase" : "true", "template" : "vfw_preload.template", "name_pattern": "base_vfw"}], \
7                                  "vLB" : [{"isBase" : "true", "template" : "vlb_preload.template", "name_pattern": "base_vlb"},
8                                           {"isBase" : "false", "template" : "dnsscaling_preload.template", "name_pattern": "dnsscaling", "prefix" : "vDNS_"}],
9                                  "vVG" : [{"isBase" : "true", "template" : "vvg_preload.template", "name_pattern": "base_vvg"}], \
10                                  }
11
12
13 ##
14 ## The following identifies the stack parameter names for the onap_oam network IPS
15 ## In stantiated by the stack. During stack teardown, we need to ensure that 
16 ## These ports are deleted due to latency in rackspace to free these ports.
17 ## This is just a workaround to enable respinning a VM as soon as possible
18 GLOBAL_SERVICE_ECOMP_IP_MAPPING = {"vFW" : ['vpg_private_ip_1', 'vfw_private_ip_2','vsn_private_ip_1'], \
19                                  "vLB" : ['vlb_private_ip_1', 'vdns_private_ip_1'],
20                                  "vVG" : [], \
21                                  }
22
23
24 ## 
25 ## Used by the Heatbridge Validate Query to A&AI to locate the vserver name
26 GLOBAL_VALIDATE_NAME_MAPPING = {"vFW" : 'vfw_name_0',
27                                  "vLB" : 'vlb_name_0',
28                                  "vVG" : '' 
29                                  }