[SDC] Onboarding 1710 rebase.
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / resources / mock / services / heattotosca / fulltest / nestedOtherScenarios / multiLevel / allPatternsDependsOnConnectivity / in / nested3.yml
1 heat_template_version: 2013-05-23
2
3 description: >
4   Version 2.0 02-09-2016 (Authors: John Doe, user PROD)
5
6 parameters:
7   security_group_name:
8     type: string
9     description: security_group_name
10   name:
11     type: string
12     description: nested parameter
13   p1:
14     type: string
15     description: nested parameter
16   indx:
17     type: string
18     description: nested parameter
19 resources:
20   jsa_security_group1:
21     type: OS::Neutron::SecurityGroup
22     properties:
23       description: ems security group
24       name: {get_param: security_group_name}
25       rules: [
26               {"direction": ingress, "ethertype": IPv6, "protocol": icmp, "remote_ip_prefix": "::/0"}
27               ]
28
29   jsa_security_group2:
30     type: OS::Neutron::SecurityGroup
31     properties:
32       description: ems security group
33       name: {get_param: security_group_name}
34       rules: [{"direction": egress, "ethertype": IPv4, "port_range_min": 1, "port_range_max": 65535, "protocol": tcp, "remote_ip_prefix": 0.0.0.0/0}]