blob: 30efc96e9eba469467e2a7f1500c5277bed0ad05 (
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
|
{
"nsInstanceId": "e7d79bd8-8e97-48fa-bbb8-fe2e8166b61c",
"additionalParamForNs": {
"location": "Nokia_RegionOne",
"vnfs": {
"669e8f94-b3a4-47ff-9245-c023c9fd5657": {
"computeResourceFlavours": [
{
"vnfdVirtualComputeDescId": "server_compute",
"resourceId": "m1.small"
}
],
"extVirtualLinks": [
{
"extCps": [
{
"cpdId": "comuniversal_ecp"
}
],
"resourceId": "external"
}
],
"zones": [
{
"resourceId": "nova",
"id": "zoneInfoId"
}
],
"flavourId": "scalable",
"vimType": "OPENSTACK_V2_INFO",
"instantiationLevel": "default",
"softwareImages": [
{
"resourceId": "ubuntu-16.04",
"vnfdSoftwareImageId": "server_image"
}
]
}
}
}
}
|