c5648464456110f95ff91aa91b512321d62671a6
[osm/devops.git] / descriptor-packages / nsd / hackfest_multivdu_ns / src / hackfest_multivdu_nsd.yaml
1 nsd:nsd-catalog:
2     nsd:
3     -   id: hackfest_multivdu-ns
4         name: hackfest_multivdu-ns
5         short-name: hackfest_multivdu-ns
6         description: NS with 2 VNFs connected by datanet and mgmtnet VLs
7         version: '1.0'
8         logo: osm.png
9         constituent-vnfd:
10         -   vnfd-id-ref: hackfest_multivdu-vnf
11             member-vnf-index: '1'
12         -   vnfd-id-ref: hackfest_multivdu-vnf
13             member-vnf-index: '2'
14         vld:
15         -   id: mgmtnet
16             name: mgmtnet
17             short-name: mgmtnet
18             type: ELAN
19             mgmt-network: 'true'
20             vim-network-name: mgmt
21             vnfd-connection-point-ref:
22             -   vnfd-id-ref: hackfest_multivdu-vnf
23                 member-vnf-index-ref: '1'
24                 vnfd-connection-point-ref: vnf-mgmt
25             -   vnfd-id-ref: hackfest_multivdu-vnf
26                 member-vnf-index-ref: '2'
27                 vnfd-connection-point-ref: vnf-mgmt
28         -   id: datanet
29             name: datanet
30             short-name: datanet
31             type: ELAN
32             vnfd-connection-point-ref:
33             -   vnfd-id-ref: hackfest_multivdu-vnf
34                 member-vnf-index-ref: '1'
35                 vnfd-connection-point-ref: vnf-data
36             -   vnfd-id-ref: hackfest_multivdu-vnf
37                 member-vnf-index-ref: '2'
38                 vnfd-connection-point-ref: vnf-data
39