push addional code
[sdc.git] / openecomp-be / lib / openecomp-sdc-validation-lib / openecomp-sdc-validation-impl / src / test / resources / openecomp / org / validation / validators / heat_validator / security_group_base_file_no_ports / input / baseFile.yaml
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   jsa_net_name:
8     type: string
9     description: network name of jsa log network
10   security_group_name:
11       type: string
12       label: security group name
13       description: the name of security group
14
15 resources:
16   jsa_security_group1:
17     type: OS::Neutron::SecurityGroup
18     properties:
19       description: ems security group
20       name: {get_param: security_group_name}
21
22
23   jsa_security_group2:
24     type: OS::Neutron::SecurityGroup
25     properties:
26       description: ems security group
27       name: {get_param: security_group_name}
28
29   jsa_security_group3:
30     type: OS::Neutron::SecurityGroup
31     properties:
32       description: ems security group
33       name: {get_param: security_group_name}
34
35 outputs:
36     shared_security_group_id1:
37       value: {get_resource: jsa_security_group1}
38
39     shared_security_group_id2:
40           value: {get_resource: jsa_security_group2}
41
42     shared_security_group_id3:
43           value: {get_resource: jsa_security_group3}