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": {
"vFWCL": [
"vFWCL/vFWSNK",
"vFWCL/vPKG"
]
},
"GLOBAL_SERVICE_VNF_MAPPING": {
"vFWCL": [
"vFWCLvFWSNK",
"vFWCLvPKG"
]
},
"GLOBAL_SERVICE_GEN_NEUTRON_NETWORK_MAPPING": {
"vFWCL": []
},
"GLOBAL_SERVICE_DEPLOYMENT_ARTIFACT_MAPPING": {
"vFWCL": []
},
"GLOBAL_SERVICE_TEMPLATE_MAPPING": {
"vFWCLvFWSNK": [
{
"isBase": "true",
"template": "vfwsnk_preload.template",
"vnf_index": "0",
"name_pattern": "base_vfw"
}
],
"vFWCLvPKG": [
{
"isBase": "true",
"template": "vpkg_preload.template",
"vnf_index": "1",
"name_pattern": "base_vpkg"
}
]
},
"GLOBAL_VALIDATE_NAME_MAPPING": {
"vFWCLvFWSNK": "vfw_name_0",
"vFWCLvPKG": "vpg_name_0"
}
}
|