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
10 org.openecomp.resource.vfc.nodes.heat.FSB:
11 derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
19 description: FSB1_name
21 label: FSB1_internal_mac
25 description: FSB1_internal_mac
31 description: FSB1_flavor
37 description: FSB1_image
39 label: FSB1_internal_mac
43 description: FSB1_internal_mac
49 description: FSB1_zone
65 cmaui_cinder_volume_size:
72 type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
75 get_input: fsb1-Internal2-mac
76 network: Internal2-net
77 subinterface_indicator: true
80 capability: tosca.capabilities.network.Bindable
82 relationship: tosca.relationships.network.BindsTo
84 type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
87 get_input: fsb1-Internal1-mac
88 network: Internal1-net
89 subinterface_indicator: true
92 capability: tosca.capabilities.network.Bindable
94 relationship: tosca.relationships.network.BindsTo
96 capability: tosca.capabilities.network.Linkable
98 relationship: tosca.relationships.network.LinksTo
100 type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
104 get_input: fsb1-oam-ip
106 subinterface_indicator: true
109 capability: tosca.capabilities.network.Bindable
111 relationship: tosca.relationships.network.BindsTo
113 capability: tosca.capabilities.network.Linkable
115 relationship: tosca.relationships.network.LinksTo
117 type: org.openecomp.resource.vl.nodes.heat.network.neutron.Net
137 type: org.openecomp.resource.vfc.nodes.heat.FSB
140 get_input: fsb-flavor
143 admin_pass: STATIC-DATA-FSB1
148 - path: /path1/etc/sysconfig/network-scripts/ifcfg-eth0
149 - path: /path2/etc/sysconfig/network-scripts/ifcfg-eth1
154 capability: tosca.capabilities.Attachment
156 relationship: cmaui_volume_attachment
158 capability: tosca.capabilities.Attachment
160 relationship: cmaui_volume_attachment
163 type: tosca.artifacts.Deployment
164 file: ../Artifacts/nimbus-ethernet-gw
166 type: tosca.artifacts.Deployment
167 file: ../Artifacts/nimbus-ethernet
169 type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
172 get_input: CMAUI_volume_type
173 size: '(get_input : cmaui_cinder_volume_size) * 1024'
175 type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
178 get_input: CMAUI_volume_type
179 size: '(get_input : cmaui_cinder_volume_size) * 1024'
181 type: org.openecomp.resource.abstract.nodes.FSB
185 port_FSB1_Internal_mac_address:
186 get_input: fsb1-Internal1-mac
187 port_FSB1_OAM_subinterface_indicator:
190 get_input: fsb-flavor
193 compute_FSB_admin_pass:
195 port_FSB1_Internal_subinterface_indicator:
197 port_FSB1_Internal_network:
199 port_FSB2_Internal_mac_address:
200 get_input: fsb1-Internal2-mac
201 port_FSB1_OAM_network:
203 port_FSB2_Internal_network:
205 compute_FSB_metadata:
207 - path: /path1/etc/sysconfig/network-scripts/ifcfg-eth0
208 - path: /path2/etc/sysconfig/network-scripts/ifcfg-eth1
209 port_FSB2_Internal_subinterface_indicator:
211 compute_FSB_availability_zone:
212 - get_input: fsb1_zone
213 port_FSB1_OAM_fixed_ips:
215 get_input: fsb1-oam-ip
217 - get_input: fsb1-name
218 service_template_filter:
219 substitute_service_template: Nested_FSBServiceTemplate.yaml
224 - service_template_filter
228 type: org.openecomp.groups.heat.HeatStack
230 heat_file: ../Artifacts/ep-jsa_net.yaml
232 Version 2.0 02-09-2016 (Authors: John Doe, user PROD)