Feature 8840 Notify without auth and typo fixes
[osm/NBI.git] / osm_nbi / tests / cirros_ns / cirros_2net_vld_nsd.yaml
1 # Licensed under the Apache License, Version 2.0 (the "License");
2 # you may not use this file except in compliance with the License.
3 # You may obtain a copy of the License at
4 #
5 #    http://www.apache.org/licenses/LICENSE-2.0
6 #
7 # Unless required by applicable law or agreed to in writing, software
8 # distributed under the License is distributed on an "AS IS" BASIS,
9 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
10 # implied.
11 # See the License for the specific language governing permissions and
12 # limitations under the License.
13
14 nsd-catalog:
15     nsd:
16     -   id: cirros_2net_vld_nsd
17         name: cirros_2net_vld_nsd
18         short-name: cirros_2net_vld_ns
19         description: NetServiceDescriptor with 2 vnfs and 2 vld (mgmt and data networks)
20         vendor: OSM
21         version: '1.0'
22         logo: osm_2x.png
23
24         constituent-vnfd:
25         -   member-vnf-index: 1
26             vnfd-id-ref: cirros_2net_vnfd
27         -   member-vnf-index: 2
28             vnfd-id-ref: cirros_2net_vnfd
29
30         connection-point:
31         -   name: nsd_cp_mgmt
32             vld-id-ref: nsd_vnfd_vld_mgmt
33         -   name: nsd_cp_data
34             vld-id-ref: nsd_vnfd_vld_data
35
36         vld:
37         -   id: nsd_vnfd_vld_mgmt
38             name: nsd_vnfd_vld_mgmt
39             short-name: nsd_vnfd_vld_mgmt
40             type: ELAN
41             mgmt-network: 'true'
42             vnfd-connection-point-ref:
43             -   member-vnf-index-ref: 1
44                 vnfd-id-ref: cirros_2net_vnfd
45                 vnfd-connection-point-ref: eth0
46             -   member-vnf-index-ref: 2
47                 vnfd-id-ref: cirros_2net_vnfd
48                 vnfd-connection-point-ref: eth0
49         -   id: nsd_vnfd_vld_data
50             name: nsd_vnfd_vld_data
51             short-name: nsd_vnfd_vld_data
52             type: ELAN
53             mgmt-network: 'false'
54             vnfd-connection-point-ref:
55             -   member-vnf-index-ref: 1
56                 vnfd-id-ref: cirros_2net_vnfd
57                 vnfd-connection-point-ref: eth1
58             -   member-vnf-index-ref: 2
59                 vnfd-id-ref: cirros_2net_vnfd
60                 vnfd-connection-point-ref: eth1