1 tosca_definitions_version: tosca_simple_yaml_1_0_0
5 - openecomp_heat_index:
6 file: openecomp-heat/_index.yml
7 - GlobalSubstitutionTypes:
8 file: GlobalSubstitutionTypesServiceTemplate.yaml
16 type: org.openecomp.annotations.Source
21 param_name: security_group_name
23 description: security_group_name
29 type: org.openecomp.annotations.Source
36 description: network name of jsa log network
39 type: org.openecomp.resource.vl.nodes.heat.network.neutron.Net
45 capability: tosca.capabilities.Node
46 node: test_nested_same_file_1
47 relationship: tosca.relationships.DependsOn
49 capability: tosca.capabilities.Node
50 node: test_nested_same_file_2
51 relationship: tosca.relationships.DependsOn
53 capability: tosca.capabilities.Node
54 node: test_nested_diff_file
55 relationship: tosca.relationships.DependsOn
56 test_nested_diff_file:
57 type: org.openecomp.resource.abstract.nodes.heat.nested-other-file-1B
61 p1: jsa_security_group1
62 service_template_filter:
63 substitute_service_template: nested-other-file-1BServiceTemplate.yaml
64 test_nested_same_file_1:
65 type: org.openecomp.resource.abstract.nodes.heat.nested-same-file-1B
71 - test_nested_diff_file
72 - nested_diff_file_attr_1
73 service_template_filter:
74 substitute_service_template: nested-same-file-1BServiceTemplate.yaml
75 p2: jsa_security_group2
76 test_nested_same_file_2:
77 type: org.openecomp.resource.abstract.nodes.heat.nested-same-file-1B
81 service_template_filter:
82 substitute_service_template: nested-same-file-1BServiceTemplate.yaml
85 - test_nested_same_file_1
86 - nested_same_file_attr_1
88 type: org.openecomp.resource.vfc.rules.nodes.heat.network.neutron.SecurityRules
91 get_input: security_group_name
92 description: ems security group
97 remote_ip_prefix: 0.0.0.0/0
102 capability: attachment_ps_server_port
103 node: test_nested_diff_file
104 relationship: org.openecomp.relationships.AttachesTo
106 capability: attachment_pd_server_port
107 node: test_nested_diff_file
108 relationship: org.openecomp.relationships.AttachesTo
110 type: org.openecomp.resource.vfc.rules.nodes.heat.network.neutron.SecurityRules
113 get_input: security_group_name
114 description: ems security group
118 remote_ip_prefix: ::/0
122 capability: attachment_sm_server_port
123 node: test_nested_same_file_1
124 relationship: org.openecomp.relationships.AttachesTo
127 type: org.openecomp.groups.heat.HeatStack
129 heat_file: ../Artifacts/main.yml
131 Version 2.0 02-09-2016 (Authors: John Doe, user PROD)
134 - test_nested_diff_file
135 - test_nested_same_file_1
136 - test_nested_same_file_2
137 - jsa_security_group1
138 - jsa_security_group2