Feature 8840 Notify without auth and typo fixes
[osm/NBI.git] / osm_nbi / tests / slice_shared / slice_shared_nstd.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 #NST to test VLD connection between Network Services within the same VIM
16 nst:
17 -   id: slice_hackfest_nstd
18     name: slice_hackfest_nstd
19     SNSSAI-identifier:
20         slice-service-type: eMBB
21     quality-of-service:
22         id: 1
23
24     netslice-subnet:
25     -   id: slice_hackfest_nsd_1
26         is-shared-nss: 'false'
27         description: NetSlice Subnet (service) composed by 1 vnf with 2 cp
28         nsd-ref: slice_hackfest_nsd
29     -   id: slice_hackfest_nsd_2
30         is-shared-nss: 'true'
31         description: NetSlice Subnet (service) composed by 1 vnf with 3 cp
32         nsd-ref: slice_hackfest_middle_nsd
33     -   id: slice_hackfest_nsd_3
34         is-shared-nss: 'false'
35         description: NetSlice Subnet (service) composed by 1 vnf with 2 cp
36         nsd-ref: slice_hackfest_nsd
37
38     netslice-vld:
39     -   id: slice_cirros_vld_mgmt
40         name: slice_cirros_vld_mgmt
41         type: ELAN
42         mgmt-network: 'true'
43         nss-connection-point-ref:
44         -   nss-ref: slice_hackfest_nsd_1
45             nsd-connection-point-ref: nsd_cp_mgmt
46         -   nss-ref: slice_hackfest_nsd_2
47             nsd-connection-point-ref: nsd_cp_mgmt
48         -   nss-ref: slice_hackfest_nsd_3
49             nsd-connection-point-ref: nsd_cp_mgmt
50     -   id: slice_cirros_vld_data1
51         name: slice_cirros_vld_data1
52         type: ELAN
53         nss-connection-point-ref:
54         -   nss-ref: slice_hackfest_nsd_1
55             nsd-connection-point-ref: nsd_cp_data
56         -   nss-ref: slice_hackfest_nsd_2
57             nsd-connection-point-ref: nsd_cp_data_east
58     -   id: slice_cirros_vld_data2
59         name: slice_cirros_vld_data2
60         type: ELAN
61         nss-connection-point-ref:
62         -   nss-ref: slice_hackfest_nsd_2
63             nsd-connection-point-ref: nsd_cp_data_west
64         -   nss-ref: slice_hackfest_nsd_3
65             nsd-connection-point-ref: nsd_cp_data