Added emulator-compatible services and VNFs for R4 integration tests.
[osm/vim-emu.git] / src / emuvim / examples / services / hackfest_2_nsd / hackfest_2_nsd.yaml
1 ---
2 # Copyright (c) 2018 by Paderborn University
3 # (manuel@peuster.de)
4 # ALL RIGHTS RESERVED.
5 #
6 # Licensed under the Apache License, Version 2.0 (the "License");
7 # you may not use this file except in compliance with the License.
8 # You may obtain a copy of the License at
9 #
10 #     http://www.apache.org/licenses/LICENSE-2.0
11 #
12 # Unless required by applicable law or agreed to in writing, software
13 # distributed under the License is distributed on an "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 # See the License for the specific language governing permissions and
16 # limitations under the License.
17 #
18 # Neither the name of the OSM, Paderborn University
19 # nor the names of its contributors may be used to endorse or promote
20 # products derived from this software without specific prior written
21 # permission.
22
23 nsd:nsd-catalog:
24     nsd:
25     -   id: hackfest2-ns
26         name: hackfest2-ns
27         short-name: hackfest2-ns
28         description: NS with 2 VNFs connected by datanet and mgmtnet VLs
29         version: '1.0'
30         logo: osm.png
31         constituent-vnfd:
32         -   vnfd-id-ref: hackfest2-vnf
33             member-vnf-index: '1'
34         -   vnfd-id-ref: hackfest2-vnf
35             member-vnf-index: '2'
36         vld:
37         -   id: mgmtnet
38             name: mgmtnet
39             short-name: mgmtnet
40             type: ELAN
41             mgmt-network: 'true'
42             vim-network-name: mgmt
43             vnfd-connection-point-ref:
44             -   vnfd-id-ref: hackfest2-vnf
45                 member-vnf-index-ref: '1'
46                 vnfd-connection-point-ref: vnf-mgmt
47             -   vnfd-id-ref: hackfest2-vnf
48                 member-vnf-index-ref: '2'
49                 vnfd-connection-point-ref: vnf-mgmt
50         -   id: datanet
51             name: datanet
52             short-name: datanet
53             type: ELAN
54             vnfd-connection-point-ref:
55             -   vnfd-id-ref: hackfest2-vnf
56                 member-vnf-index-ref: '1'
57                 vnfd-connection-point-ref: vnf-data
58             -   vnfd-id-ref: hackfest2-vnf
59                 member-vnf-index-ref: '2'
60                 vnfd-connection-point-ref: vnf-data
61