1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
{
"GLOBAL_SERVICE_FOLDER_MAPPING": {
"vFWCLDN": [
"vFWCLDN/vFWSNK",
"vFWCLDN/vPKG"
]
},
"GLOBAL_SERVICE_VNF_MAPPING": {
"vFWCLDN": [
"vFWCLDNvFWSNK",
"vFWCLDNvPKG"
]
},
"GLOBAL_SERVICE_GEN_NEUTRON_NETWORK_MAPPING": {
"vFWCLDN": []
},
"GLOBAL_SERVICE_DEPLOYMENT_ARTIFACT_MAPPING": {
"vFWCLDN": []
},
"GLOBAL_SERVICE_TEMPLATE_MAPPING": {
"vFWCLDNvFWSNK": [
{
"isBase": "true",
"template": "vfwsnk_preload.template",
"vnf_index": "0",
"name_pattern": "base_vfw"
}
],
"vFWCLDNvPKG": [
{
"isBase": "true",
"template": "vpkg_preload.template",
"vnf_index": "1",
"name_pattern": "base_vpkg"
}
]
},
"GLOBAL_VALIDATE_NAME_MAPPING": {
"vFWCLDNvFWSNK": "vfw_name_0",
"vFWCLDNvPKG": "vpg_name_0"
}
}
|