[sdc] docker file fix for cassandra
[sdc.git] / openecomp-be / lib / openecomp-sdc-validation-lib / openecomp-sdc-validation-impl / src / test / resources / org / openecomp / validation / validators / heat_validator / security_group_base_file_no_ports / input / notBaseFile.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   shared_security_group_id1:
8       type: string
9       description: network name of jsa log network
10   shared_security_group_id2:
11       type: string
12       description: network name of jsa log network
13   jsa_net_name:
14     type: string
15     description: network name of jsa log network
16   security_group_name:
17       type: string
18       label: security group name
19       description: the name of security group
20
21 resources:
22   test_nested:
23     type: OS::Contrail::NetworkIpam
24     properties:
25       p1: { get_param: shared_security_group_id1}
26       p2: { get_param: shared_security_group_id2}