Merge "Trim trailing slash from REPOSITORY_BASE before add-apt-repository"
[osm/devops.git] / descriptor-packages / nsd / cirros_2vnf_ns / src / cirros_2vnf_nsd.yaml
1 nsd:nsd-catalog:
2     nsd:
3     -   id: cirros_2vnf_nsd
4         name: cirros_2vnf_ns
5         short-name: cirros_2vnf_ns
6         description: Generated by OSM pacakage generator
7         vendor: OSM
8         version: '1.0'
9
10         # Place the logo as png in icons directory and provide the name here
11         logo: osm_2x.png
12
13         # Specify the VNFDs that are part of this NSD
14         constituent-vnfd:
15             # The member-vnf-index needs to be unique, starting from 1
16             # vnfd-id-ref is the id of the VNFD
17             # Multiple constituent VNFDs can be specified
18         -   member-vnf-index: 1
19             vnfd-id-ref: cirros_vnfd
20         -   member-vnf-index: 2
21             vnfd-id-ref: cirros_vnfd
22
23
24         vld:
25         # Networks for the VNFs
26             -   id: cirros_2vnf_nsd_vld1
27                 name: cirros_2vnf_nsd_vld1
28                 short-name: cirros_2vnf_nsd_vld1
29                 type: ELAN
30                 mgmt-network: 'true'
31                 # vim-network-name: <update>
32                 # provider-network:
33                 #     overlay-type: VLAN
34                 #     segmentation_id: <update>
35                 vnfd-connection-point-ref:
36                 # Specify the constituent VNFs
37                 # member-vnf-index-ref - entry from constituent vnf
38                 # vnfd-id-ref - VNFD id
39                 # vnfd-connection-point-ref - connection point name in the VNFD
40                 -   member-vnf-index-ref: 1
41                     vnfd-id-ref: cirros_vnfd
42                     vnfd-connection-point-ref: eth0
43                 -   member-vnf-index-ref: 2
44                     vnfd-id-ref: cirros_vnfd
45                     vnfd-connection-point-ref: eth0