tosca_definitions_version: tosca_simple_yaml_1_0_0 metadata: template_name: Nested_iox imports: - openecomp_heat_index: file: openecomp-heat/_index.yml - GlobalSubstitutionTypes: file: GlobalSubstitutionTypesServiceTemplate.yaml node_types: org.openecomp.resource.vfc.compute.nodes.heat.iox: derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server topology_template: inputs: port_iox_oam_port_0_network_role: type: string required: true port_iox_oam_port_0_fixed_ips: type: list required: true entry_schema: type: org.openecomp.datatypes.heat.neutron.port.FixedIps port_iox_data_port_0_network_role: type: string required: true vm_flavor_name: type: string required: true port_iox_oam_port_0_exCP_naming: type: org.openecomp.datatypes.Naming required: true port_iox_data_port_0_mac_requirements: type: org.openecomp.datatypes.network.MacRequirements required: true vm_image_name: type: string required: true port_iox_oam_port_0_replacement_policy: type: list required: true entry_schema: type: string port_iox_oam_port_0_mac_requirements: type: org.openecomp.datatypes.network.MacRequirements required: true port_iox_internal_port_0_mac_requirements: type: org.openecomp.datatypes.network.MacRequirements required: true compute_iox_user_data_format: type: list required: true entry_schema: type: string port_iox_internal_port_0_subnetpoolid: type: string required: true port_iox_data_port_0_allowed_address_pairs: type: list required: true entry_schema: type: org.openecomp.datatypes.heat.network.AddressPair port_iox_data_port_0_ip_requirements: type: list required: true entry_schema: type: org.openecomp.datatypes.network.IpRequirements port_iox_internal_port_0_related_networks: type: list required: true entry_schema: type: org.openecomp.datatypes.network.RelatedNetworksAssignments compute_iox_config_drive: type: list required: true entry_schema: type: boolean port_iox_internal_port_0_vlan_requirements: type: list required: true entry_schema: type: org.openecomp.datatypes.network.VlanRequirements port_iox_internal_port_0_order: type: integer required: true port_iox_data_port_0_network: type: list required: true entry_schema: type: string port_iox_internal_port_0_network_role_tag: type: string required: true port_iox_oam_port_0_order: type: integer required: true compute_iox_image_update_policy: type: list required: true entry_schema: type: string port_iox_data_port_0_vlan_requirements: type: list required: true entry_schema: type: org.openecomp.datatypes.network.VlanRequirements port_iox_data_port_0_network_role_tag: type: string required: true port_iox_internal_port_0_ip_requirements: type: list required: true entry_schema: type: org.openecomp.datatypes.network.IpRequirements port_iox_oam_port_0_vlan_requirements: type: list required: true entry_schema: type: org.openecomp.datatypes.network.VlanRequirements port_iox_data_port_0_order: type: integer required: true compute_iox_name: type: list required: true entry_schema: type: string port_iox_oam_port_0_allowed_address_pairs: type: list required: true entry_schema: type: org.openecomp.datatypes.heat.network.AddressPair port_iox_oam_port_0_network: type: list required: true entry_schema: type: string port_iox_internal_port_0_name: type: list required: true entry_schema: type: string port_iox_internal_port_0_allowed_address_pairs: type: list required: true entry_schema: type: org.openecomp.datatypes.heat.network.AddressPair port_iox_oam_port_0_network_role_tag: type: string required: true port_iox_data_port_0_fixed_ips: type: list required: true entry_schema: type: org.openecomp.datatypes.heat.neutron.port.FixedIps port_iox_data_port_0_subnetpoolid: type: string required: true port_iox_oam_port_0_security_groups: type: list required: true entry_schema: type: json port_iox_internal_port_0_security_groups: type: list required: true entry_schema: type: json port_iox_oam_port_0_ip_requirements: type: list required: true entry_schema: type: org.openecomp.datatypes.network.IpRequirements port_iox_data_port_0_exCP_naming: type: org.openecomp.datatypes.Naming required: true port_iox_data_port_0_related_networks: type: list required: true entry_schema: type: org.openecomp.datatypes.network.RelatedNetworksAssignments port_iox_data_port_0_security_groups: type: list required: true entry_schema: type: json port_iox_internal_port_0_network: type: list required: true entry_schema: type: string port_iox_internal_port_0_replacement_policy: type: list required: true entry_schema: type: string compute_iox_metadata: type: list required: true entry_schema: type: json port_iox_data_port_0_name: type: list required: true entry_schema: type: string index_value: type: integer description: Index value of this substitution service template runtime instance required: false default: 0 constraints: - greater_or_equal: 0 port_iox_internal_port_0_network_role: type: string required: true port_iox_internal_port_0_exCP_naming: type: org.openecomp.datatypes.Naming required: true port_iox_oam_port_0_subnetpoolid: type: string required: true compute_iox_availability_zone: type: list required: true entry_schema: type: string port_iox_oam_port_0_related_networks: type: list required: true entry_schema: type: org.openecomp.datatypes.network.RelatedNetworksAssignments port_iox_data_port_0_replacement_policy: type: list required: true entry_schema: type: string port_iox_oam_port_0_name: type: list required: true entry_schema: type: string node_templates: iox: type: org.openecomp.resource.vfc.compute.nodes.heat.iox properties: availability_zone: get_input: - compute_iox_availability_zone - index_value flavor: get_input: vm_flavor_name metadata: get_input: - compute_iox_metadata - index_value config_drive: get_input: - compute_iox_config_drive - index_value image: get_input: vm_image_name name: get_input: - compute_iox_name - index_value image_update_policy: get_input: - compute_iox_image_update_policy - index_value user_data_format: get_input: - compute_iox_user_data_format - index_value iox_iox_internal_port_0: type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port properties: replacement_policy: get_input: - port_iox_internal_port_0_replacement_policy - index_value mac_requirements: get_input: port_iox_internal_port_0_mac_requirements allowed_address_pairs: get_input: port_iox_internal_port_0_allowed_address_pairs order: get_input: port_iox_internal_port_0_order security_groups: get_input: - port_iox_internal_port_0_security_groups - index_value exCP_naming: get_input: port_iox_internal_port_0_exCP_naming vlan_requirements: get_input: port_iox_internal_port_0_vlan_requirements subinterface_indicator: false related_networks: get_input: port_iox_internal_port_0_related_networks ip_requirements: get_input: port_iox_internal_port_0_ip_requirements network_role_tag: get_input: port_iox_internal_port_0_network_role_tag network_role: get_input: port_iox_internal_port_0_network_role subnetpoolid: get_input: port_iox_internal_port_0_subnetpoolid name: get_input: - port_iox_internal_port_0_name - index_value network: get_input: - port_iox_internal_port_0_network - index_value requirements: - binding: capability: tosca.capabilities.network.Bindable node: iox relationship: tosca.relationships.network.BindsTo iox_iox_oam_port_0: type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port properties: replacement_policy: get_input: - port_iox_oam_port_0_replacement_policy - index_value mac_requirements: get_input: port_iox_oam_port_0_mac_requirements allowed_address_pairs: get_input: port_iox_oam_port_0_allowed_address_pairs order: get_input: port_iox_oam_port_0_order security_groups: get_input: - port_iox_oam_port_0_security_groups - index_value exCP_naming: get_input: port_iox_oam_port_0_exCP_naming vlan_requirements: get_input: port_iox_oam_port_0_vlan_requirements subinterface_indicator: false related_networks: get_input: port_iox_oam_port_0_related_networks ip_requirements: get_input: port_iox_oam_port_0_ip_requirements network_role_tag: get_input: port_iox_oam_port_0_network_role_tag network_role: get_input: port_iox_oam_port_0_network_role subnetpoolid: get_input: port_iox_oam_port_0_subnetpoolid fixed_ips: get_input: - port_iox_oam_port_0_fixed_ips - index_value name: get_input: - port_iox_oam_port_0_name - index_value network: get_input: - port_iox_oam_port_0_network - index_value requirements: - binding: capability: tosca.capabilities.network.Bindable node: iox relationship: tosca.relationships.network.BindsTo iox_iox_data_port_0: type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port properties: replacement_policy: get_input: - port_iox_data_port_0_replacement_policy - index_value mac_requirements: get_input: port_iox_data_port_0_mac_requirements allowed_address_pairs: get_input: port_iox_data_port_0_allowed_address_pairs order: get_input: port_iox_data_port_0_order security_groups: get_input: - port_iox_data_port_0_security_groups - index_value exCP_naming: get_input: port_iox_data_port_0_exCP_naming vlan_requirements: get_input: port_iox_data_port_0_vlan_requirements subinterface_indicator: false related_networks: get_input: port_iox_data_port_0_related_networks ip_requirements: get_input: port_iox_data_port_0_ip_requirements network_role_tag: get_input: port_iox_data_port_0_network_role_tag network_role: get_input: port_iox_data_port_0_network_role subnetpoolid: get_input: port_iox_data_port_0_subnetpoolid fixed_ips: get_input: - port_iox_data_port_0_fixed_ips - index_value name: get_input: - port_iox_data_port_0_name - index_value network: get_input: - port_iox_data_port_0_network - index_value requirements: - binding: capability: tosca.capabilities.network.Bindable node: iox relationship: tosca.relationships.network.BindsTo substitution_mappings: node_type: org.openecomp.resource.abstract.nodes.iox capabilities: cpu.delta_iox: - iox - cpu.delta disk.device.latency_iox: - iox - disk.device.latency memory_iox: - iox - memory disk.device.read.bytes_iox: - iox - disk.device.read.bytes disk.read.requests_iox: - iox - disk.read.requests network.incoming.packets_iox_iox_data_port_0: - iox_iox_data_port_0 - network.incoming.packets disk.write.requests_iox: - iox - disk.write.requests network.outpoing.packets_iox_iox_internal_port_0: - iox_iox_internal_port_0 - network.outpoing.packets network.incoming.packets.rate_iox_iox_data_port_0: - iox_iox_data_port_0 - network.incoming.packets.rate disk.device.read.requests.rate_iox: - iox - disk.device.read.requests.rate disk.device.write.requests.rate_iox: - iox - disk.device.write.requests.rate disk.capacity_iox: - iox - disk.capacity disk.write.bytes_iox: - iox - disk.write.bytes network.outgoing.packets.rate_iox_iox_internal_port_0: - iox_iox_internal_port_0 - network.outgoing.packets.rate network.incoming.packets_iox_iox_internal_port_0: - iox_iox_internal_port_0 - network.incoming.packets disk.device.write.requests_iox: - iox - disk.device.write.requests disk.device.allocation_iox: - iox - disk.device.allocation disk.root.size_iox: - iox - disk.root.size network.outgoing.bytes.rate_iox_iox_oam_port_0: - iox_iox_oam_port_0 - network.outgoing.bytes.rate vcpus_iox: - iox - vcpus disk.device.iops_iox: - iox - disk.device.iops network.outgoing.bytes_iox_iox_data_port_0: - iox_iox_data_port_0 - network.outgoing.bytes disk.read.bytes.rate_iox: - iox - disk.read.bytes.rate feature_iox_iox_oam_port_0: - iox_iox_oam_port_0 - feature network.outgoing.bytes_iox_iox_internal_port_0: - iox_iox_internal_port_0 - network.outgoing.bytes binding_iox_iox_data_port_0: - iox_iox_data_port_0 - binding network.incoming.packets.rate_iox_iox_internal_port_0: - iox_iox_internal_port_0 - network.incoming.packets.rate disk.latency_iox: - iox - disk.latency network.incoming.bytes.rate_iox_iox_data_port_0: - iox_iox_data_port_0 - network.incoming.bytes.rate network.incoming.packets.rate_iox_iox_oam_port_0: - iox_iox_oam_port_0 - network.incoming.packets.rate cpu_util_iox: - iox - cpu_util disk.device.capacity_iox: - iox - disk.device.capacity disk.iops_iox: - iox - disk.iops endpoint_iox: - iox - endpoint disk.device.read.requests_iox: - iox - disk.device.read.requests memory.usage_iox: - iox - memory.usage attachment_iox_iox_data_port_0: - iox_iox_data_port_0 - attachment cpu_iox: - iox - cpu disk.usage_iox: - iox - disk.usage scalable_iox: - iox - scalable feature_iox: - iox - feature network.incoming.bytes_iox_iox_data_port_0: - iox_iox_data_port_0 - network.incoming.bytes memory.resident_iox: - iox - memory.resident disk.device.write.bytes_iox: - iox - disk.device.write.bytes attachment_iox_iox_oam_port_0: - iox_iox_oam_port_0 - attachment network.incoming.packets_iox_iox_oam_port_0: - iox_iox_oam_port_0 - network.incoming.packets feature_iox_iox_internal_port_0: - iox_iox_internal_port_0 - feature network.outpoing.packets_iox_iox_oam_port_0: - iox_iox_oam_port_0 - network.outpoing.packets disk.allocation_iox: - iox - disk.allocation forwarder_iox_iox_internal_port_0: - iox_iox_internal_port_0 - forwarder binding_iox_iox_oam_port_0: - iox_iox_oam_port_0 - binding network.incoming.bytes_iox_iox_internal_port_0: - iox_iox_internal_port_0 - network.incoming.bytes binding_iox: - iox - binding os_iox: - iox - os binding_iox_iox_internal_port_0: - iox_iox_internal_port_0 - binding host_iox: - iox - host network.outgoing.packets.rate_iox_iox_oam_port_0: - iox_iox_oam_port_0 - network.outgoing.packets.rate disk.write.requests.rate_iox: - iox - disk.write.requests.rate disk.write.bytes.rate_iox: - iox - disk.write.bytes.rate disk.read.bytes_iox: - iox - disk.read.bytes network.outgoing.bytes.rate_iox_iox_internal_port_0: - iox_iox_internal_port_0 - network.outgoing.bytes.rate instance_iox: - iox - instance disk.ephemeral.size_iox: - iox - disk.ephemeral.size attachment_iox_iox_internal_port_0: - iox_iox_internal_port_0 - attachment forwarder_iox_iox_data_port_0: - iox_iox_data_port_0 - forwarder network.incoming.bytes.rate_iox_iox_internal_port_0: - iox_iox_internal_port_0 - network.incoming.bytes.rate forwarder_iox_iox_oam_port_0: - iox_iox_oam_port_0 - forwarder network.incoming.bytes_iox_iox_oam_port_0: - iox_iox_oam_port_0 - network.incoming.bytes feature_iox_iox_data_port_0: - iox_iox_data_port_0 - feature network.incoming.bytes.rate_iox_iox_oam_port_0: - iox_iox_oam_port_0 - network.incoming.bytes.rate network.outgoing.bytes_iox_iox_oam_port_0: - iox_iox_oam_port_0 - network.outgoing.bytes disk.device.read.bytes.rate_iox: - iox - disk.device.read.bytes.rate network.outpoing.packets_iox_iox_data_port_0: - iox_iox_data_port_0 - network.outpoing.packets network.outgoing.bytes.rate_iox_iox_data_port_0: - iox_iox_data_port_0 - network.outgoing.bytes.rate disk.device.write.bytes.rate_iox: - iox - disk.device.write.bytes.rate disk.device.usage_iox: - iox - disk.device.usage network.outgoing.packets.rate_iox_iox_data_port_0: - iox_iox_data_port_0 - network.outgoing.packets.rate requirements: dependency_iox_iox_data_port_0: - iox_iox_data_port_0 - dependency dependency_iox: - iox - dependency dependency_iox_iox_oam_port_0: - iox_iox_oam_port_0 - dependency link_iox_iox_internal_port_0: - iox_iox_internal_port_0 - link dependency_iox_iox_internal_port_0: - iox_iox_internal_port_0 - dependency local_storage_iox: - iox - local_storage link_iox_iox_data_port_0: - iox_iox_data_port_0 - link link_iox_iox_oam_port_0: - iox_iox_oam_port_0 - link