aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/integration/src/main/resources/conf/vnf-tosca-provision.json
blob: a944e37330432d4a5240a36ad4ceee2cbcf657da (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
    "ONAP": {
        "vlm_id" : null,
        "vlm_version": null,
        "entitlement_id": null,
        "key_group_id": null,
        "feature_group_id": null,
        "agreement_id": null,

        "vsp_version": null,
        "vsp_version_id": null,
        "vsp_id": null,

        "vf_id": null,
        "vf_uuid": null,
        "vf_version": null,
        "vf_inputs": null,

        "ns_id": null,
        "ns_uuid": null,
        "ns_version": null,
        "ns_vf_resource_id": null,

        "customer_id": null,
        "customer_version": null,
        "service_type_id": null,
        "service_type_version": null,
        "subscription_version": null,
        "location_id": null,
        "location_version": null,
        "cloud_version": null,
        "cloud_id": null,
        "esr_vnfm_id": null,
        "esr_vnfm_version": null,
        "tenant_id": null,
        "tenant_version": null,

        "ns_instance_id": null
    },
    "subscription": {
           "customer-name": "ovp",
           "service-type": "tosca_vnf_validation"
    },
    "vnf": {
        "vendor-name" : "vgw-vendor",
        "name": "vgw",
        "vsp-csar": "D:\\workspace\\onap\\1.1\\SOL001\\vCPE\\csar_files\\default\\vgw.csar",
        "vnf-csar": "D:\\workspace\\onap\\1.1\\SOL001\\vCPE_VFC\\csar_files\\default\\vgw.csar",
        "ns-csar": "D:\\workspace\\onap\\1.1\\SOL001\\vCPE_VFC\\csar_files\\default\\ns.csar",
        "vnfm-driver": "hwvnfmdriver"
    },
    "cloud": {
        "identity-url": "http://10.12.11.1:5000/v3",
        "username": "admin",
        "password": "password",
        "region": "RegionOVP",
        "version": "ocata",
        "tenant": "ocomp"
    },
    "vnfm":{
        "hwvnfmdriver":{
            "version": "v1.0",
            "url": "http://159.138.8.8:30280",
            "username": "admin",
            "password": "password"
        },
        "gvnfmdriver":{
            "version": "v1.0",
            "url": "http://159.138.8.8:30280",
            "username": "admin",
            "password": "password"
        }
    }
}