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
60 cmaui_cinder_volume_size:
67 type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
70 get_input: fsb1-Internal2-mac
71 network: Internal2-net
72 subinterface_indicator: false
75 capability: tosca.capabilities.network.Bindable
77 relationship: tosca.relationships.network.BindsTo
79 type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
82 get_input: fsb1-Internal1-mac
83 network: Internal1-net
84 subinterface_indicator: false
87 capability: tosca.capabilities.network.Bindable
89 relationship: tosca.relationships.network.BindsTo
91 capability: tosca.capabilities.network.Linkable
93 relationship: tosca.relationships.network.LinksTo
95 type: org.openecomp.resource.vl.nodes.heat.network.neutron.Net
115 type: org.openecomp.resource.vfc.nodes.heat.FSB
118 get_input: fsb-flavor
121 admin_pass: STATIC-DATA-FSB1
126 - path: /path1/etc/sysconfig/network-scripts/ifcfg-eth0
127 - path: /path2/etc/sysconfig/network-scripts/ifcfg-eth1
132 capability: tosca.capabilities.Attachment
134 relationship: cmaui_volume_attachment
136 capability: tosca.capabilities.Attachment
138 relationship: cmaui_volume_attachment
141 type: tosca.artifacts.Deployment
142 file: ../Artifacts/nimbus-ethernet-gw
144 type: tosca.artifacts.Deployment
145 file: ../Artifacts/nimbus-ethernet
147 type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
150 get_input: CMAUI_volume_type
151 size: '(get_input : cmaui_cinder_volume_size) * 1024'
153 type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
156 get_input: CMAUI_volume_type
157 size: '(get_input : cmaui_cinder_volume_size) * 1024'
159 type: org.openecomp.resource.abstract.nodes.FSB
163 port_FSB1_Internal_2_subinterface_indicator:
166 get_input: fsb-flavor
169 compute_FSB_admin_pass:
171 port_FSB1_Internal_1_mac_address:
172 get_input: fsb1-Internal1-mac
173 port_FSB1_Internal_1_subinterface_indicator:
175 port_FSB1_Internal_1_network:
177 port_FSB1_Internal_2_mac_address:
178 get_input: fsb1-Internal2-mac
179 port_FSB1_Internal_2_network:
181 compute_FSB_metadata:
183 - path: /path1/etc/sysconfig/network-scripts/ifcfg-eth0
184 - path: /path2/etc/sysconfig/network-scripts/ifcfg-eth1
185 compute_FSB_availability_zone:
186 - get_input: fsb1_zone
188 - get_input: fsb1-name
189 service_template_filter:
190 substitute_service_template: Nested_FSBServiceTemplate.yaml
195 - service_template_filter
199 type: org.openecomp.groups.heat.HeatStack
201 heat_file: ../Artifacts/ep-jsa_net.yaml
203 Version 2.0 02-09-2016 (Authors: John Doe, user PROD)