[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / lib / openecomp-sdc-validation-lib / att-sdc-validation-impl / src / test / resources / com / att / sdc / validation / impl / validators / att_heat_validator / att_valet_group_type / negative / first.yaml
1 heat_template_version: 2013-05-23
2
3 description: heat expose volume resource
4
5 resources:
6   valet_group_assignment_illegal_1:
7     type: ATT::Valet::GroupAssignment
8     properties:
9       group_type: blabla
10
11   valet_group_assignment_illegal_2:
12     type: ATT::Valet::GroupAssignment
13     properties:
14       group_type: blabla
15
16   valet_group_assignment_legal:
17     type: ATT::Valet::GroupAssignment
18     properties:
19       group_type: diversity
20
21
22