aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/ecompGuideLineValidator/baseHeatDoesNotExposeServerGroup/positive/first.yaml
blob: 89fafb9d3ac612603aec4c7ab0110c733f1d2e88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
heat_template_version: 2013-05-23

description: heat expose volume resource

resources:
  serverGroup_expose:
    type: OS::Nova::ServerGroup

outputs:
  expose_resource_network_output:
    description: the pcrf_server
    value: { get_resource: serverGroup_expose }