aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedOtherScenarios/oneLevel/nestedScalingInstance/in/main.yml
blob: c7f46ca2c03ae246dd5f56ba9442445ac488beee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
heat_template_version: 2013-05-23

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

parameters:
  jsa_name:
    type: string
    description: network name of jsa log network

resources:
  test_nested1Level:
    type: nested1.yml
    properties:
      p1: { get_param: jsa_name}
      p2: { get_param: jsa_name}