Bug 1830 fixed: maps completed operations to original operation types
[osm/NBI.git] / osm_nbi / tests / slice_shared / nsd / slice_shared_middle_nsd.yaml
1 # Copyright [2019] [Pol Alemany, Ricard Vilalta (CTTC), Felipe Vicens (ATOS)]
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-catalog:
16     nsd:
17     -   id: slice_hackfest_middle_nsd
18         name: slice_hackfest_middle_nsd
19         short-name: slice_hackfest_middle_ns
20         description: NSD to be used on Slice Session of the 5th hackfest
21         vendor: OSM
22         version: '1.0'
23         logo: osm_2x.png
24
25         constituent-vnfd:
26         -   member-vnf-index: 1
27             vnfd-id-ref: slice_hackfest_middle_vnfd
28
29         connection-point:
30         -   name: nsd_cp_mgmt
31             vld-id-ref: nsd_vnfd_vld_mgmt
32         -   name: nsd_cp_data_east
33             vld-id-ref: nsd_vnfd_vld_data_east
34         -   name: nsd_cp_data_west
35             vld-id-ref: nsd_vnfd_vld_data_west
36
37         vld:
38         -   id: nsd_vnfd_vld_mgmt
39             name: nsd_vnfd_vld_mgmt
40             short-name: nsd_vnfd_vld_mgmt
41             type: ELAN
42             mgmt-network: 'true'
43             vnfd-connection-point-ref:
44             -   member-vnf-index-ref: 1
45                 vnfd-id-ref: slice_hackfest_middle_vnfd
46                 vnfd-connection-point-ref: eth0
47         -   id: nsd_vnfd_vld_data_east
48             name: nsd_vnfd_vld_data_east
49             short-name: nsd_vnfd_vld_data_east
50             type: ELAN
51             mgmt-network: 'false'
52             vnfd-connection-point-ref:
53             -   member-vnf-index-ref: 1
54                 vnfd-id-ref: slice_hackfest_middle_vnfd
55                 vnfd-connection-point-ref: eth1
56         -   id: nsd_vnfd_vld_data_west
57             name: nsd_vnfd_vld_data_west
58             short-name: nsd_vnfd_vld_data_west
59             type: ELAN
60             mgmt-network: 'false'
61             vnfd-connection-point-ref:
62             -   member-vnf-index-ref: 1
63                 vnfd-id-ref: slice_hackfest_middle_vnfd
64                 vnfd-connection-point-ref: eth2