[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 / oneLevel / nestedAllPatternsConnectivity / 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     #depends_on:
15      # - test_nested_no_compute
16      # - test_nested_pattern_4
17     properties:
18       p1: {get_attr: [test_nested_pattern_4, pattern4_attr_1]}
19       p2: {get_attr: [test_nested_no_compute, no_compute_attr_1]}
20
21   test_nested_pattern_4:
22     type: nested-pattern-4.yml
23     depends_on:
24       - test_nested_all_patterns
25       #- test_nested_no_compute
26     properties:
27       #p1: {get_attr: [test_nested_pattern_4, all_pattern_attr_1]}
28       p2: {get_attr: [test_nested_no_compute, no_compute_attr_1]}
29
30   test_nested_no_compute:
31     type: nested-no-compute.yml
32     depends_on:
33       - test_nested_all_patterns
34       - test_nested_pattern_4
35     properties:
36       p1: {get_attr: [test_nested_pattern_4, pattern4_attr_1]}
37       #p2: {get_attr: [test_nested_no_compute, all_pattern_attr_1]}
38
39   dependsOn_network:
40     type: OS::Neutron::Net
41     depends_on:
42       - test_nested_all_patterns
43       - test_nested_no_compute
44       - test_nested_pattern_4
45     properties:
46       name:
47         get_param: jsa_name