summaryrefslogtreecommitdiffstats
path: root/nokiav2/docs/sampleVnfs/simpleDual/cbam.instantiation.request.json
blob: 16fc4d1415bbf68b92fa4f28468f0c66066b48c7 (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
{
    "apiVersion":"3.1",
    "computeResourceFlavours": [
        {
            "vnfdVirtualComputeDescId": "server_compute",
            "resourceId": "m1.small"
        }
    ],
    "extVirtualLinks": [
        {
            "extCps": [
                {
                    "cpdId": "commisioning_ecp"
                }
            ],
            "resourceId": "pub_net"
        },
        {
            "extCps": [
                {
                    "cpdId": "vnftovnf_ecp"
                }
            ],
            "resourceId": "preservedNetwork"
        }
    ],
    "zones": [
        {
            "resourceId": "compute-a",
            "id": "zoneInfoId"
        }
    ],
    "flavourId": "scalable",
    "grantlessMode": true,
    "softwareImages": [
        {
            "resourceId": "ubuntu.16.04",
            "vnfdSoftwareImageId": "server_image"
        }
    ],
    "vims": [
        {
            "accessInfo": {
                "username": "<username>",
                "tenant": "<tenantName>",
                "password": "<password>",
                "region": "RegionOne"
            }, 
            "interfaceInfo": {
                "endpoint": "https://<keyStoneIp>:5000/v2.0/",
                "trustedCertificates": [],
                "skipCertificateVerification": true,
                "skipCertificateHostnameCheck": true 
            },
            "vimInfoType": "OPENSTACK_V2_INFO",
            "id": "vim_id"
        }
   ],
    "instantiationLevelId": "default"
}