aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/org/openecomp/validation/validators/guideLineValidator/baseHeatDoesNotExposeNetworkInvalidGetResource/first.yaml
blob: 2ea7847b8ba0c5489d9b2c324b30400454bb3d21 (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
heat_template_version: 2013-05-23

description: heat expose volume resource

parameters:
  pcrf_oam_vol_name_2:
       type: string
       label: OAM volume name 2
       description: Assigning name to volume

resources:
  net_expose:
    type: OS::Neutron::Net

  aaa:
    type: OS::Neutron::Net
    properties:
      name: {get_param: pcrf_oam_vol_name_2}


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