[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / lib / openecomp-sdc-validation-lib / openecomp-sdc-validation-impl / src / test / resources / org / openecomp / validation / validators / attGuideLineValidator / heatPortNetworkNamingConvention / positive / first.yaml
1 heat_template_version: 2013-05-23
2
3 description: heat expose volume resource
4
5 resources:
6   port_resource_0:
7     type: OS::Neutron::Port
8     properties:
9      network_id: { get_param: Internal1_net_id }
10 resources:
11   port_resource_1:
12     type: OS::Neutron::Port
13     properties:
14      network_id: { get_param: Internal1_net_name }
15 resources:
16   port_resource_2:
17     type: OS::Neutron::Port
18     properties:
19      network_id: { get_param: Internal1_net_fqdn }
20
21
22 outputs:
23   expose_resource_port_output_0:
24     description: the pcrf_server
25     value: { get_resource: port_resource_0 }
26   expose_resource_port_output_1:
27       description: the pcrf_server
28       value: { get_resource: port_resource_1 }
29   expose_resource_port_output_2:
30       description: the pcrf_server
31       value: { get_resource: port_resource_2 }
32
33