aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/heat_validator/invalid_heat_format/negative_test/input/hot-nimbus-psm_v1.0.yaml
blob: a5ee917b2cda2da56e3d5d20ea5278dd04d24a7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
heat_template_version: 2013-05-23

description: heat template that creates PCRF Session Manager stack

parameters:
  num_instances:
    type: comma_delimited_list
    label: PCRF SM server names
    description: name of the PCRF SM instance
  pcrf_psm_server_names:
    type: comma_delimited_list
    label: PCRF SM server names
    description: name of the PCRF SM instance
  pcrf_psm_image_name:
    type: string

  pcrf_pps_image_name:
    type: string
  pcrf_pps_flavor_name:
    type: string
  availability_zone_0:
    type: string
resources:
  resource_with_resources_group_1:
    kuku: kuku
    type: OS::Heat::ResourceGroup
    properties:
      count: { get_param: num_instances }
      resource_def:
        type: {get_param: pcrf_vnf_id}
        properties:
          pcrf_psm_server_name: { get_param: pcrf_pps_server_names }
          pcrf_psm_image_name:  { get_param: pcrf_pps_image_name }




  resource_with_resources_group_2:
    blabla: blabla
    type: OS::Heat::ResourceGroup
    properties:
      count: { get_param: num_instances }
      resource_def:
        type: OS::Nova::Server
        properties:
          cloud_zone_id: { get_param: pcrf_pps_server_names }
          vf_name:  { get_param: pcrf_pps_image_name }