Updates sol006 branch with master
[osm/IM.git] / augments / examples / cirros_nsd_new.yaml
1 #  Copyright 2020 Whitestack LLC
2 #
3 #  Licensed under the Apache License, Version 2.0 (the "License");
4 #  you may not use this file except in compliance with the License.
5 #  You may obtain a copy of the License at
6 #
7 #    http://www.apache.org/licenses/LICENSE-2.0
8 #
9 #  Unless required by applicable law or agreed to in writing, software
10 #  distributed under the License is distributed on an "AS IS" BASIS,
11 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
12 #  implied.
13 #  See the License for the specific language governing permissions and
14 #  limitations under the License.
15
16 nsd:nsd:
17   - id: cirros_2vnf_nsd
18     name: cirros_2vnf_nsd
19     description: Generated by OSM package generator
20     designer: OSM
21     version: "1.0"
22     vnfd-id:
23       - cirros_vnfd
24
25     virtual-link-desc:
26       - id: cirros_2vnf_nsd_vld1
27         mgmt-network: "true"
28
29     df:
30       - id: cirros_DF
31         vnf-profile:
32           - id: cirros_vnf1 # member-vnf-index-ref: 1
33             vnfd-id: cirros_vnfd
34             virtual-link-connectivity:
35               - virtual-link-profile-id: cirros_2vnf_nsd_vld1
36                 constituent-cpd-id:
37                   - constituent-base-element-id: cirros_vnf1
38                     constituent-cpd-id: eth0-ext
39                   - constituent-base-element-id: cirros_vnf2
40                     constituent-cpd-id: eth0-ext
41           - id: cirros_vnf2 # member-vnf-index-ref: 2
42             vnfd-id: cirros_vnfd
43