1 tosca_definitions_version: tosca_simple_yaml_1_0_0
 
   3   template_name: OCS-fw2_service_instance3
 
   5 - openecomp_heat_index:
 
   6     file: openecomp-heat/_index.yml
 
   7 - GlobalSubstitutionTypes:
 
   8     file: GlobalSubstitutionTypesServiceTemplate.yaml
 
  15       description: Availability zone to create servers in
 
  22       description: Static routes enabled
 
  27     availability_zone_enable:
 
  31       description: Indicates availability zone is enabled
 
  35     service_template_name:
 
  39       description: Service template name
 
  46       description: Indicates if service interface are ordered
 
  61       description: Image name
 
  68       description: Service type
 
  77     service_interface_type_list:
 
  81       description: List of interface types
 
  92     service_instance_name:
 
  96       description: Service instance name
 
 103       description: List of interfaces
 
 107         type: org.openecomp.datatypes.heat.network.contrail.InterfaceData
 
 112       description: Service mode
 
 124       description: Shared ips enabled
 
 131       type: org.openecomp.resource.cp.nodes.heat.network.contrail.Port
 
 147         allowed_address_pairs:
 
 151           - allowed_address_pairs
 
 163           - service_interface_type_list
 
 167           capability: tosca.capabilities.network.Bindable
 
 168           node: service_instance3
 
 169           relationship: tosca.relationships.network.BindsTo
 
 171       type: org.openecomp.resource.cp.nodes.heat.network.contrail.Port
 
 187         allowed_address_pairs:
 
 191           - allowed_address_pairs
 
 203           - service_interface_type_list
 
 207           capability: tosca.capabilities.network.Bindable
 
 208           node: service_instance3
 
 209           relationship: tosca.relationships.network.BindsTo
 
 211       type: org.openecomp.resource.cp.nodes.heat.network.contrail.Port
 
 227         allowed_address_pairs:
 
 231           - allowed_address_pairs
 
 243           - service_interface_type_list
 
 247           capability: tosca.capabilities.network.Bindable
 
 248           node: service_instance3
 
 249           relationship: tosca.relationships.network.BindsTo
 
 251       type: org.openecomp.resource.vfc.nodes.heat.st
 
 256           get_input: image_name
 
 258           get_input: availability_zone
 
 260           get_input: service_type
 
 261         availability_zone_enable:
 
 262           get_input: availability_zone_enable
 
 263         service_template_name:
 
 264           get_input: service_template_name
 
 265         service_instance_name:
 
 266           get_input: service_instance_name
 
 268           get_input: service_mode
 
 270     service_instance3_group:
 
 271       type: org.openecomp.groups.heat.HeatStack
 
 273         heat_file: ../Artifacts/OCS-fw2.yml
 
 281       description: Tenant id of the Service Instance
 
 287       description: The FQ name of the service instance
 
 292     service_template_name:
 
 293       description: Service Template of the Service Instance
 
 297         - service_template_name
 
 299       description: All attributes
 
 305       description: Number of service VMs active for this Service Instance
 
 310     service_instance_name:
 
 311       description: The name of the service instance
 
 315         - service_instance_name
 
 317       description: Service VMs for the Service Instance
 
 323       description: Status of the service instance
 
 328   substitution_mappings:
 
 329     node_type: org.openecomp.resource.abstract.nodes.heat.service_template_2