Add new example descriptors and update previous ones
[osm/IM.git] / augments / examples / vepc_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:
17   - id: vEPC_nsd
18     name: vEPC_nsd
19     description: Generated by OSM package generator
20     designer: OSM_VNFONB_TF
21     version: "1.0"
22     vnfd-id:
23       - vEPC_vnfd      
24
25     virtual-link-desc:
26       - id: management
27         mgmt-network: "true" # Needed?
28       - id: s1
29         vim-network-name: s1
30       - id: sgi
31         vim-network-name: sgi
32
33     df:
34       - id: vEPC_DF
35         vnf-profile:
36           - id: vEPC-VNF
37             vnfd-id: vEPC_vnfd
38             virtual-link-connectivity:
39               - virtual-link-profile-id: management
40                 constituent-cpd-id:
41                   - constituent-base-element-id: vEPC_vnfd
42                     constituent-cpd-id: spgwmme-mgmt
43                   - constituent-base-element-id: vEPC_vnfd
44                     constituent-cpd-id: hss-mgmt
45               - virtual-link-profile-id: s1
46                 constituent-cpd-id:
47                   - constituent-base-element-id: vEPC_vnfd
48                     constituent-cpd-id: spgwmme-s1
49               - virtual-link-profile-id: sgi
50                 constituent-cpd-id:
51                   - constituent-base-element-id: vEPC_vnfd
52                     constituent-cpd-id: spgwmme-sgi