1 tosca_definitions_version: tosca_simple_yaml_1_0_0
 
   3   template_name: OCS-fw_service_instance_1
 
   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.vfc.nodes.heat.compute_service_template_1
 
 134           get_input: availability_zone
 
 136           get_input: static_routes_list
 
 137         availability_zone_enable:
 
 138           get_input: availability_zone_enable
 
 139         service_template_name:
 
 140           get_input: service_template_name
 
 142           get_input: ordered_interfaces
 
 146           get_input: image_name
 
 148           get_input: service_type
 
 149         service_interface_type_list:
 
 150           get_input: service_interface_type_list
 
 151         service_instance_name:
 
 152           get_input: service_instance_name
 
 154           get_input: interface_list
 
 156           get_input: service_mode
 
 158           get_input: shared_ip_list
 
 160       type: org.openecomp.resource.cp.nodes.heat.network.contrail.Port
 
 176         allowed_address_pairs:
 
 180           - allowed_address_pairs
 
 192           - service_interface_type_list
 
 196           capability: tosca.capabilities.network.Bindable
 
 197           node: service_instance_1
 
 198           relationship: tosca.relationships.network.BindsTo
 
 200       type: org.openecomp.resource.cp.nodes.heat.network.contrail.Port
 
 216         allowed_address_pairs:
 
 220           - allowed_address_pairs
 
 232           - service_interface_type_list
 
 236           capability: tosca.capabilities.network.Bindable
 
 237           node: service_instance_1
 
 238           relationship: tosca.relationships.network.BindsTo
 
 240       type: org.openecomp.resource.cp.nodes.heat.network.contrail.Port
 
 256         allowed_address_pairs:
 
 260           - allowed_address_pairs
 
 272           - service_interface_type_list
 
 276           capability: tosca.capabilities.network.Bindable
 
 277           node: service_instance_1
 
 278           relationship: tosca.relationships.network.BindsTo
 
 280       type: org.openecomp.resource.cp.nodes.heat.network.contrail.Port
 
 296         allowed_address_pairs:
 
 300           - allowed_address_pairs
 
 312           - service_interface_type_list
 
 316           capability: tosca.capabilities.network.Bindable
 
 317           node: service_instance_1
 
 318           relationship: tosca.relationships.network.BindsTo
 
 320     service_instance_1_group:
 
 321       type: org.openecomp.groups.heat.HeatStack
 
 323         heat_file: ../Artifacts/OCS-fw.yml
 
 332       description: Tenant id of the Service Instance
 
 338       description: The FQ name of the service instance
 
 343     service_template_name:
 
 344       description: Service Template of the Service Instance
 
 348         - service_template_name
 
 350       description: All attributes
 
 356       description: Number of service VMs active for this Service Instance
 
 361     service_instance_name:
 
 362       description: The name of the service instance
 
 366         - service_instance_name
 
 368       description: Service VMs for the Service Instance
 
 374       description: Status of the service instance
 
 379   substitution_mappings:
 
 380     node_type: org.openecomp.resource.abstract.nodes.heat.service_template_1