b4b0036808fd7428dcb3abf007bedf49a73e3856
[yardstick.git] / samples / vnf_samples / nsut / prox / prox-tg-topology-4.yaml
1 # Copyright (c) 2017 Intel Corporation
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 implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 nsd:nsd-catalog:
16     nsd:
17     -   id: prox-tg-topology
18         name: prox-tg-topology
19         short-name: prox-tg-topology
20         description: prox-tg-topology
21         constituent-vnfd:
22         -   member-vnf-index: '1'
23             vnfd-id-ref: tg__0
24             VNF model: ../../vnf_descriptors/tg_prox_tpl.yaml
25         -   member-vnf-index: '2'
26             vnfd-id-ref: vnf__0
27             VNF model: ../../vnf_descriptors/prox_vnf.yaml
28         vld:
29         -   id: uplink_0
30             name: tg__0 to vnf__0 link 1
31             type: ELAN
32             vnfd-connection-point-ref:
33             -   member-vnf-index-ref: '1'
34                 vnfd-connection-point-ref: xe0
35                 vnfd-id-ref: tg__0
36             -   member-vnf-index-ref: '2'
37                 vnfd-connection-point-ref: xe0
38                 vnfd-id-ref: vnf__0
39
40         -   id: downlink_0
41             name: vnf__0 to tg__0 link 1
42             type: ELAN
43             vnfd-connection-point-ref:
44             -   member-vnf-index-ref: '1'
45                 vnfd-connection-point-ref: xe1
46                 vnfd-id-ref: vnf__0
47             -   member-vnf-index-ref: '2'
48                 vnfd-connection-point-ref: xe1
49                 vnfd-id-ref: tg__0
50         -   id: downlink_1
51             name: vnf__0 to tg__0 link 2
52             type: ELAN
53             vnfd-connection-point-ref:
54             -   member-vnf-index-ref: '1'
55                 vnfd-connection-point-ref: xe2
56                 vnfd-id-ref: vnf__0
57             -   member-vnf-index-ref: '2'
58                 vnfd-connection-point-ref: xe2
59                 vnfd-id-ref: tg__0
60         -   id: downlink_2
61             name: vnf__0 to tg__0 link 3
62             type: ELAN
63             vnfd-connection-point-ref:
64             -   member-vnf-index-ref: '1'
65                 vnfd-connection-point-ref: xe3
66                 vnfd-id-ref: vnf__0
67             -   member-vnf-index-ref: '2'
68                 vnfd-connection-point-ref: xe3
69                 vnfd-id-ref: tg__0