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

description: heat expose volume resource

resources:
  port_resource_2:
    type: OS::Neutron::Port
    properties:
      # required to be 'not a map' to trigger error NNP2
     network_id: Internal1_net_fqdn


outputs:
  expose_resource_port_output_0:
    description: the pcrf_server
    value: { get_resource: port_resource_0 }
  expose_resource_port_output_1:
      description: the pcrf_server
      value: { get_resource: port_resource_1 }
  expose_resource_port_output_2:
      description: the pcrf_server
      value: { get_resource: port_resource_2 }