457475f9a02cc397d24d462677843e9cc394b4df
[osm/vim-emu.git] / src / emuvim / examples / services / hackfest_1_nsd / hackfest_1_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: hackfest1-ns
26         name: hackfest1-ns
27         short-name: hackfest1-ns
28         description: Simple NS with a single VNF and a single VL
29         version: '1.0'
30         logo: osm.png
31         constituent-vnfd:
32         -   vnfd-id-ref: hackfest1-vnf
33             member-vnf-index: '1'
34         vld:
35         -   id: mgmtnet
36             name: mgmtnet
37             short-name: mgmtnet
38             type: ELAN
39             mgmt-network: 'true'
40             vnfd-connection-point-ref:
41             -   vnfd-id-ref: hackfest1-vnf
42                 member-vnf-index-ref: '1'
43                 vnfd-connection-point-ref: vnf-cp0
44