aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/heat_validator/resource_references_exist_in_heat/negative_test/input/hot-nimbus-pps_v1.0.yaml
blob: 1154c06f4da9cb33afa2489a5fe7e9d20a863c81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
heat_template_version: 2013-05-23

description: heat template that creates PCRF Policy Server stack

resources:
  server_pcrf_pps_007:
      type: OS::Contrail::NetworkIpam
      properties:
        pcrf_pps_server_name: { get_resource: not_existing_resource }

  server_pcrf_pps_008:
      type: OS::Contrail::NetworkIpam
      properties:
        pcrf_pps_server_name: { get_resource:  }