blob: 65f84544dc60aa46b2f6863271af4e34d49dd1bd [file] [log] [blame]
garciaale76f6a622020-11-19 17:57:42 -03001# 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
16nsd:
17 nsd:
18 - id: vEPC_nsd
19 name: vEPC_nsd
20 description: Generated by OSM package generator
21 designer: OSM_VNFONB_TF
22 version: "1.0"
23 vnfd-id:
24 - vEPC_vnfd
25
26 virtual-link-desc:
27 - id: management
28 mgmt-network: "true"
garciaale0a517b92021-01-12 15:44:44 -030029 vim-network-name: osm-ext
garciaale76f6a622020-11-19 17:57:42 -030030 - id: s1
garciaale0a517b92021-01-12 15:44:44 -030031 vim-network-name: s1
garciaale76f6a622020-11-19 17:57:42 -030032 - id: sgi
garciaale0a517b92021-01-12 15:44:44 -030033 vim-network-name: sgi
garciaale76f6a622020-11-19 17:57:42 -030034
35 df:
garciaale0a517b92021-01-12 15:44:44 -030036 - id: default-df
garciaale76f6a622020-11-19 17:57:42 -030037 vnf-profile:
garciaale0a517b92021-01-12 15:44:44 -030038 - id: "1"
garciaale76f6a622020-11-19 17:57:42 -030039 vnfd-id: vEPC_vnfd
40 virtual-link-connectivity:
41 - virtual-link-profile-id: management
42 constituent-cpd-id:
garciaale0a517b92021-01-12 15:44:44 -030043 - constituent-base-element-id: "1"
44 constituent-cpd-id: spgwmme-mgmt-ext
45 - constituent-base-element-id: "1"
46 constituent-cpd-id: hss-mgmt-ext
garciaale76f6a622020-11-19 17:57:42 -030047 - virtual-link-profile-id: s1
48 constituent-cpd-id:
garciaale0a517b92021-01-12 15:44:44 -030049 - constituent-base-element-id: "1"
50 constituent-cpd-id: spgwmme-s1-ext
51 ip-address: 192.168.0.11
garciaale76f6a622020-11-19 17:57:42 -030052 - virtual-link-profile-id: sgi
53 constituent-cpd-id:
garciaale0a517b92021-01-12 15:44:44 -030054 - constituent-base-element-id: "1"
55 constituent-cpd-id: spgwmme-sgi-ext
56 ip-address: 192.168.2.11