aboutsummaryrefslogtreecommitdiffstats
path: root/ovp_testsuite/examples/vLB/vnf-details.json
blob: 44bd939d22c3a1d34e3b80940cafcfda0e5530a6 (plain)
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
{
     "vnf_name": "vLB_Test_VNF",
     "description": "Some Description",
     "modules": [
        {
         "filename": "base_template.yaml",
         "isBase": "true",
         "preload": "base_template_preload.json"
        },
        {
         "filename": "vpkg.yaml",
         "isBase": "false",
         "preload": "vpkg.json"
        },
        {
         "filename": "vlb.yaml",
         "isBase": "false",
         "preload": "vlb.json"
        },
        {
         "filename": "vdns.yaml",
         "isBase": "false",
         "preload": "vdns_preload.json"
        }
     ],
     "api_type": "gr_api",  
     "customer": "ONAPCUSTOMER",
     "service_type": "ONAPSERVICE",
     "tenant_name": "onap_project",
     "region_id": "ONAPREGION",
     "cloud_owner": "ONAPOWNER",
     "project_name": "testproject",
     "owning_entity": "testentity",
     "platform": "testplatform",
     "line_of_business": "testlob",
     "os_password": "supersecret"
}