add yardstick iruya 9.0.0 release notes
[yardstick.git] / samples / vnf_samples / nsut / vims / vims-topology.yaml
1 # Copyright (c) 2019 Viosoft 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: vims-tg-topology
18         name: vims-tg-topology
19         short-name: vims-tg-topology
20         description: vims-tg-topology
21         constituent-vnfd:
22         -   member-vnf-index: '1'
23             vnfd-id-ref: tg__0
24             VNF model: ../../vnf_descriptors/tg_sipp_vnfd.yaml        # Traffic Generator
25         -   member-vnf-index: '2'
26             vnfd-id-ref: vnf__0
27             VNF model: ../../vnf_descriptors/vims_pcscf_vnfd.yaml      # vims
28         -   member-vnf-index: '3'
29             vnfd-id-ref: vnf__1
30             VNF model: ../../vnf_descriptors/vims_hss_vnfd.yaml      # vims
31
32         vld:
33         -   id: ims_network
34             name: tg__0 to vnf__0 link 1
35             type: ELAN
36             vnfd-connection-point-ref:
37             -   member-vnf-index-ref: '1'
38                 vnfd-connection-point-ref: xe0
39                 vnfd-id-ref: tg__0
40             -   member-vnf-index-ref: '2'
41                 vnfd-connection-point-ref: xe0
42                 vnfd-id-ref: vnf__0
43         -   id: data_network
44             name: tg__0 to vnf__0 link 2
45             type: ELAN
46             vnfd-connection-point-ref:
47             -   member-vnf-index-ref: '1'
48                 vnfd-connection-point-ref: xe1
49                 vnfd-id-ref: tg__0
50             -   member-vnf-index-ref: '2'
51                 vnfd-connection-point-ref: xe0
52                 vnfd-id-ref: vnf__0