SOL006 patch for POL
[osm/POL.git] / osm_policy_module / tests / unit / utils / examples / cirros_vdu_scaling_nsd.yaml
1 # -*- coding: utf-8 -*-
2 # pylint: disable=no-member
3
4 # Copyright 2020 Whitestack, LLC
5 # *************************************************************
6
7 # This file is part of OSM Monitoring module
8 # All Rights Reserved to Whitestack, LLC
9
10 # Licensed under the Apache License, Version 2.0 (the "License"); you may
11 # not use this file except in compliance with the License. You may obtain
12 # a copy of the License at
13
14 #         http://www.apache.org/licenses/LICENSE-2.0
15
16 # Unless required by applicable law or agreed to in writing, software
17 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
18 # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
19 # License for the specific language governing permissions and limitations
20 # under the License.
21
22 # For those usages not covered by the Apache License, Version 2.0 please
23 # contact: agarcia@whitestack.com
24 ##
25
26 nsd:
27   nsd:
28   - id: cirros_vdu_scaling_ns
29     name: cirros_vdu_scaling_ns
30     description: Simple NS example with a cirros_vdu_scaling_vnf
31     designer: OSM
32     version: '1.0'
33
34     df:
35     - id: default-df
36       vnf-profile:
37       - id: '1'
38         virtual-link-connectivity:
39         - constituent-cpd-id:
40           - constituent-base-element-id: '1'
41             constituent-cpd-id: eth0-ext
42           virtual-link-profile-id: cirros_nsd_vld1
43         vnfd-id: cirros_vdu_scaling_vnf
44       - id: '2'
45         virtual-link-connectivity:
46         - constituent-cpd-id:
47           - constituent-base-element-id: '2'
48             constituent-cpd-id: eth0-ext
49           virtual-link-profile-id: cirros_nsd_vld1
50         vnfd-id: cirros_vdu_scaling_vnf
51
52     virtual-link-desc:
53     - id: cirros_nsd_vld1
54       mgmt-network: 'true'
55     vnfd-id:
56     - cirros_vdu_scaling_vnf