blob: a26533aea582b30f1cee90083b9221eaa1d6c372 (
plain)
ofs | hex dump | ascii |
---|
0000 | 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 06 d2 00 00 03 f9 08 06 00 00 00 8b af bb | .PNG........IHDR................ |
0020 | 69 00 00 00 01 73 52 47 42 00 ae ce 1c e9 00 00 00 04 67 41 4d 41 00 00 b1 8f 0b fc 61 05 00 00 | i....sRGB.........gAMA......a... |
0040 | 00 09 70 48 59 73 00 00 12 74 00 00 12 74 01 de 66 1f 78 00 00 ff a5 49 44 41 54 78 5e ec 7d 09 | ..pHYs...t...t..f.x....IDATx^.}. |
0060 | 98 16 c5 d1 ff fe bf 24 e6 fa 72 7c 09 2b 26 4a 8c 47 a2 88 51 44 0d 88 0a a2 72 a8 20 2a 46 10 | .......$..r|.+&J.G..QD....r..*F. |
0080 | 15 45 45 41 89 a8 28 28 08 c8 e5 82 8b 72 a9 cb b9 dc 2c f7 22 b0 a0 b2 88 ee 82 c0 22 e0 72 2e | .EEA..((.....r....,.".......".r. |
00a0 | e7 72 9f 02 72 83 a8 f5 ef 5f 55 f7 4c cf bc f3 ee 05 2a 6a f7 f3 fc 9e be aa ab aa 6b 7a 66 7a | .r..r...._U.L.....*j........kzfz |
00c0 | ba de ee 37 81 12 12 c8 c1 c1 c1 c1 c1 c1 c1 c1 c1 c1 c1 c1 c1 c1 c1 c1 c1 c1 c1 c1 c1 c1 c1 c1 | ...7............................ |
00e0 | c1 c1 21 08 76 a4 1d 3f 7e 5c e3 04 9d 50 31 e0 95 9d d0 b0 ca a4 fe 84 55 26 ed a4 2e 58 6e d2 | ..!.v..?~\...P1.........U&...Xn. |
01# Copyright (c) 2016-2017 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
nsd:nsd-catalog:
nsd:
- id: 2node-topology
name: 2node-topology
short-name: 2node-topology
description: 2node-topology
constituent-vnfd:
- member-vnf-index: '1'
vnfd-id-ref: tg__0
VNF model: ../../vnf_descriptors/tg_rfc2544_tpl.yaml #VNF type
- member-vnf-index: '2'
vnfd-id-ref: vnf__0
VNF model: ../../vnf_descriptors/firewall_vnf.yaml #VNF type
vld:
- id: uplink_0
name: tg__0 to vnf__0 link 1
type: ELAN
vnfd-connection-point-ref:
- member-vnf-index-ref: '1'
vnfd-connection-point-ref: xe0
vnfd-id-ref: tg__0
- member-vnf-index-ref: '2'
vnfd-connection-point-ref: xe0
vnfd-id-ref: vnf__0
- id: downlink_0
name: vnf__0 to tg__0 link 2
type: ELAN
vnfd-connection-point-ref:
- member-vnf-index-ref: '2'
vnfd-connection-point-ref: xe1
vnfd-id-ref: vnf__0
- member-vnf-index-ref: '1'
vnfd-connection-point-ref: xe1
vnfd-id-ref: tg__0
|