[VVP] Removing unnecessary trademark lines
[vvp/validation-scripts.git] / ice_validator / tests / fixtures / test_required_parameters_no_constraints / fail / heat_template_required_parameters_with_constraints.yaml
1 # -*- coding: utf8 -*-
2 # ============LICENSE_START=======================================================
3 # org.onap.vvp/validation-scripts
4 # ===================================================================
5 # Copyright © 2017 AT&T Intellectual Property. All rights reserved.
6 # ===================================================================
7 #
8 # Unless otherwise specified, all software contained herein is licensed
9 # under the Apache License, Version 2.0 (the "License");
10 # you may not use this software except in compliance with the License.
11 # You may obtain a copy of the License at
12 #
13 #             http://www.apache.org/licenses/LICENSE-2.0
14 #
15 # Unless required by applicable law or agreed to in writing, software
16 # distributed under the License is distributed on an "AS IS" BASIS,
17 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 # See the License for the specific language governing permissions and
19 # limitations under the License.
20 #
21 #
22 #
23 # Unless otherwise specified, all documentation contained herein is licensed
24 # under the Creative Commons License, Attribution 4.0 Intl. (the "License");
25 # you may not use this documentation except in compliance with the License.
26 # You may obtain a copy of the License at
27 #
28 #             https://creativecommons.org/licenses/by/4.0/
29 #
30 # Unless required by applicable law or agreed to in writing, documentation
31 # distributed under the License is distributed on an "AS IS" BASIS,
32 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
33 # See the License for the specific language governing permissions and
34 # limitations under the License.
35 #
36 # ============LICENSE_END============================================
37 #
38 #
39 ---
40 parameters:
41   vnf_name:
42     type: string
43     description: Unique name for this VNF instance
44     constraints:
45       - range: { min: 0, max: 10 }
46         description: allowed range of values
47       - allowed_values:
48         - 0
49         - 5
50         - 10
51   vnf_id:
52     type: string
53     description: Unique ID for this VNF instance
54     constraints:
55       - range: { min: 0, max: 10 }
56         description: allowed range of values
57       - allowed_values:
58         - 0
59         - 5
60         - 10
61   vf_module_name:
62     type: string
63     description: Unique name for this VNF Module instance
64     constraints:
65       - range: { min: 0, max: 10 }
66         description: allowed range of values
67       - allowed_values:
68         - 0
69         - 5
70         - 10
71   vf_module_id:
72     type: string
73     description: Unique ID for this VNF Module instance
74     constraints:
75       - range: { min: 0, max: 10 }
76         description: allowed range of values
77       - allowed_values:
78         - 0
79         - 5
80         - 10
81   environment_context:
82     type: string
83     description: Unique ID for this VNF Module instance
84     constraints:
85       - range: { min: 0, max: 10 }
86         description: allowed range of values
87       - allowed_values:
88         - 0
89         - 5
90         - 10
91   workload_context:
92     type: string
93     description: Unique ID for this VNF Module instance
94     constraints:
95       - range: { min: 0, max: 10 }
96         description: allowed range of values
97       - allowed_values:
98         - 0
99         - 5
100         - 10
101   vf_module_index:
102     type: string
103     description: Unique ID for this VNF Module instance
104     constraints:
105       - range: { min: 0, max: 10 }
106         description: allowed range of values
107       - allowed_values:
108         - 0
109         - 5
110         - 10
111   vm_role:
112     type: string
113     description: Unique ID for this VNF Module instance
114     constraints:
115       - range: { min: 0, max: 10 }
116         description: allowed range of values
117       - allowed_values:
118         - 0
119         - 5
120         - 10