feat(configurations): now VNF/VDU/KDU configurations are in the same place, compatibl...
[osm/IM.git] / tests / examples / vepc_nsd_im.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-catalog:
17   nsd:
18     - id: vEPC_nsd
19       name: vEPC_nsd
20       short-name: vEPC_nsd # Deprecated
21       description: Generated by OSM package generator
22       vendor: OSM_VNFONB_TF # To designer
23       version: "1.0"
24       constituent-vnfd:
25         - member-vnf-index: 1
26           vnfd-id-ref: vEPC_vnfd
27       
28       vld:
29         - id: management
30           name: management # Deprecated
31           short-name: management # Deprecated
32           type: ELAN # Deprecated
33           mgmt-network: "true"
34           vim-network-name: osm-ext
35
36           vnfd-connection-point-ref:
37             - member-vnf-index-ref: 1
38               vnfd-id-ref: vEPC_vnfd
39               vnfd-connection-point-ref: spgwmme-mgmt
40             - member-vnf-index-ref: 1
41               vnfd-id-ref: vEPC_vnfd
42               vnfd-connection-point-ref: hss-mgmt
43         - id: s1
44           name: s1
45           short-name: s1
46           type: ELAN
47           vim-network-name: s1
48           vnfd-connection-point-ref:
49             - member-vnf-index-ref: 1
50               vnfd-id-ref: vEPC_vnfd
51               vnfd-connection-point-ref: spgwmme-s1
52               ip-address: 192.168.0.11
53         - id: sgi
54           name: sgi
55           short-name: sgi
56           type: ELAN
57           vim-network-name: sgi
58           vnfd-connection-point-ref:
59             - member-vnf-index-ref: 1
60               vnfd-id-ref: vEPC_vnfd
61               vnfd-connection-point-ref: spgwmme-sgi
62               ip-address: 192.168.2.11