push addional code
[sdc.git] / openecomp-be / lib / openecomp-sdc-validation-lib / openecomp-sdc-validation-impl / src / test / resources / openecomp / org / validation / validators / ecompGuideLineValidator / heatPortFixedIpNamingConvention / negative / 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      fixed_ips:
11       - ip_address: {get_param: pcrf_net_ips}
12       - ip_address: {get_param: pcrf_net_v6_ip_a}
13   port_resource_1:
14     type: OS::Neutron::Port
15     properties:
16      network_id: { get_param: Internal1_net_name }
17      fixed_ips:
18       - ip_address: {get_param: pcrf_net_v6_ips}
19       - ip_address: { "Fn::Select" : [ { get_param: indx }, { get_param: [{ get_param: mvs_mgmt_ip_0 }] } ] }
20   port_resource_2:
21     type: OS::Neutron::Port
22     properties:
23      network_id: { get_param: Internal1_net_fqdn }
24      fixed_ips:
25       - ip_address: {get_param: pcrf_net_ipz}
26       - ip_address: {get_param: pcrf_net_v6_ip_4}
27       - ip_address": {get_param: pcrf_net_v0_ip_3}
28
29 outputs:
30   expose_resource_port_output_0:
31     description: the pcrf_server
32     value: { get_resource: port_resource_0 }
33   expose_resource_port_output_1:
34     description: the pcrf_server
35     value: { get_resource: port_resource_1 }
36   expose_resource_port_output_2:
37     description: the pcrf_server
38     value: { get_resource: port_resource_2 }
39
40