aboutsummaryrefslogtreecommitdiffstats
path: root/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
blob: 7ac05194aca92566865f7f6fc33a31a0ce7e2ffc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
heat_template_version: 2013-05-23

description: >
  Version 2.0 02-09-2016 (Authors: John Doe, user PROD)

parameters:
  shared_security_group_id1:
      type: string
      description: network name of jsa log network
  shared_security_group_id2:
      type: string
      description: network name of jsa log network
  jsa_net_name:
    type: string
    description: network name of jsa log network
  security_group_name:
      type: string
      label: security group name
      description: the name of security group

resources:
  test_nested:
    type: OS::Contrail::NetworkIpam
    properties:
      p1: { get_param: shared_security_group_id1}
      p2: { get_param: shared_security_group_id2}