Fixed warning in test_python.py: yaml.safe_load instead of load
[osm/IM.git] / tests / examples / vepc_nsd_sol006.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   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"
29           provider-network:
30             physical-network: osm-ext
31         - id: s1
32           provider-network:
33             physical-network: s1
34         - id: sgi
35           provider-network:
36             physical-network: sgi
37
38       df:
39         - id: vEPC_DF
40           vnf-profile:
41             - id: vEPC-VNF
42               vnfd-id: vEPC_vnfd
43               virtual-link-connectivity:
44                 - virtual-link-profile-id: management
45                   constituent-cpd-id:
46                     - constituent-base-element-id: vEPC_vnfd
47                       constituent-cpd-id: spgwmme-mgmt
48                     - constituent-base-element-id: vEPC_vnfd
49                       constituent-cpd-id: hss-mgmt
50                 - virtual-link-profile-id: s1
51                   constituent-cpd-id:
52                     - constituent-base-element-id: vEPC_vnfd
53                       constituent-cpd-id: spgwmme-s1
54                 - virtual-link-profile-id: sgi
55                   constituent-cpd-id:
56                     - constituent-base-element-id: vEPC_vnfd
57                       constituent-cpd-id: spgwmme-sgi