1 tosca_definitions_version: tosca_simple_yaml_1_0_0
5 - openecomp_heat_index:
6 file: openecomp-heat/_index.yml
8 org.openecomp.resource.vfc.nodes.heat.MASTER:
9 derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
17 type: org.openecomp.annotations.Source
22 param_name: MASTER_image_name
24 description: JSA MASTER instance image name
30 type: org.openecomp.annotations.Source
35 param_name: MASTER_names
37 description: JSA MASTER instance name
43 type: org.openecomp.annotations.Source
48 param_name: security_group_name
50 description: security group name of JSA
56 type: org.openecomp.annotations.Source
61 param_name: MASTER_flavor_name
63 description: the flavor name of JSA MASTER instance
69 type: org.openecomp.annotations.Source
74 param_name: oam_net_name
76 description: network name of OAM network
79 type: org.openecomp.resource.vfc.rules.nodes.heat.network.neutron.SecurityRules
82 get_input: security_group_name
83 description: ems security group
88 remote_ip_prefix: 0.0.0.0/0
94 remote_ip_prefix: 0.0.0.0/0
99 remote_ip_prefix: 0.0.0.0/0
103 port_range_max: 65535
104 remote_ip_prefix: ::/0
109 port_range_max: 65535
110 remote_ip_prefix: ::/0
115 remote_ip_prefix: ::/0
119 port_range_max: 65535
120 remote_ip_prefix: 0.0.0.0/0
125 port_range_max: 65535
126 remote_ip_prefix: 0.0.0.0/0
131 remote_ip_prefix: 0.0.0.0/0
135 port_range_max: 65535
136 remote_ip_prefix: ::/0
141 port_range_max: 65535
142 remote_ip_prefix: ::/0
147 remote_ip_prefix: ::/0
151 capability: tosca.capabilities.Attachment
152 node: MASTER_mgmt_port
153 relationship: org.openecomp.relationships.AttachesTo
155 type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
161 floating_ip_count_required:
168 network_role_tag: oam
170 get_input: oam_net_name
173 capability: tosca.capabilities.network.Bindable
174 node: MASTER_instance
175 relationship: tosca.relationships.network.BindsTo
177 type: org.openecomp.resource.vfc.nodes.heat.MASTER
180 get_input: MASTER_flavor_name
182 get_input: MASTER_image_name
184 get_input: MASTER_names
187 type: org.openecomp.groups.heat.HeatStack
189 heat_file: ../Artifacts/hot_template.yml
191 Version 2.0 02-11-2016 (Authors: John Doe, user PROD)