aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/ecompGuideLineValidator/baseHeatDoesNotExposeNetworkAndVolume/negative/first.yaml
blob: f5c6b598cc2dd858ade4e418deb3b5c9caadce4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
heat_template_version: 2013-05-23

description: heat expose volume resource

resources:
  net_expose:
    type: OS::Neutron::Net
  volume_expose:
    type: OS::Cinder::Volume



outputs:
  not_expose_resource_network_output:
    description: the pcrf_server
    value: { get_param: ServerGroup_expose }