[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 / twoNestedLevelsWithAllPatternsAndConnectivities / in / main.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   jsa_name:
8     type: string
9     description: network name of jsa log network
10
11 resources:
12   test_nested_all_patterns:
13     type: nested1.yml
14     properties:
15       p1: {get_attr: [test_nested_pattern_4, pattern4_attr_1]}
16       p2: {get_attr: [test_nested_no_compute, no_compute_attr_1]}
17
18   test_nested_pattern_4:
19     type: nested-pattern-4.yml
20     depends_on:
21       - test_nested_all_patterns
22     properties:
23       p2: {get_attr: [test_nested_no_compute, no_compute_attr_1]}
24
25   test_nested_no_compute:
26     type: nested-no-compute.yml
27     depends_on:
28       - test_nested_all_patterns
29       - test_nested_pattern_4
30     properties:
31       p1: {get_attr: [test_nested_pattern_4, pattern4_attr_1]}
32
33   dependsOn_network:
34     type: OS::Neutron::Net
35     depends_on:
36       - test_nested_all_patterns
37       - test_nested_no_compute
38       - test_nested_pattern_4
39     properties:
40       name:
41         get_param: jsa_name