PATCH support for enabling and disabling of NSDs and VNFDs.
[osm/NBI.git] / osm_nbi / tests / slice_shared / nsd / slice_shared_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_nsd
18         name: slice_hackfest_nsd
19         short-name: slice_hackfest_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_vnfd
28
29         connection-point:
30         -   name: nsd_cp_mgmt
31             vld-id-ref: nsd_vnfd_vld_mgmt
32         -   name: nsd_cp_data
33             vld-id-ref: nsd_vnfd_vld_data
34
35         vld:
36         -   id: nsd_vnfd_vld_mgmt
37             name: nsd_vnfd_vld_mgmt
38             short-name: nsd_vnfd_vld_mgmt
39             type: ELAN
40             mgmt-network: 'true'
41             vnfd-connection-point-ref:
42             -   member-vnf-index-ref: 1
43                 vnfd-id-ref: slice_hackfest_vnfd
44                 vnfd-connection-point-ref: eth0
45         -   id: nsd_vnfd_vld_data
46             name: nsd_vnfd_vld_data
47             short-name: nsd_vnfd_vld_data
48             type: ELAN
49             mgmt-network: 'false'
50             vnfd-connection-point-ref:
51             -   member-vnf-index-ref: 1
52                 vnfd-id-ref: slice_hackfest_vnfd
53                 vnfd-connection-point-ref: eth1