tosca_definitions_version: tosca_simple_yaml_1_0_0 metadata: template_name: nested imports: - NovaServerGlobalTypes: file: NovaServerGlobalTypesServiceTemplate.yaml node_types: org.openecomp.resource.vfc.nodes.heat.cmaui_image: derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server properties: admin_pass: description: The administrator password for the server type: string status: SUPPORTED default: overridden default value required: false new_property: description: new property type: string status: SUPPORTED required: false interfaces: Standard: type: tosca.interfaces.node.lifecycle.Standard inputs: url_path: type: string interfaceID: type: string create: inputs: peering: type: string config: inputs: name: type: string org.openecomp.resource.vfc.nodes.heat.cmaui_image_extend: derived_from: org.openecomp.resource.vfc.nodes.heat.cmaui_image interfaces: Standard: type: amdocs.interfaces.interfaceNoOper inputs: url_path: type: string required: false create: inputs: peeringSessions: type: string name: type: string start: inputs: time: type: string org.openecomp.resource.vfc.nodes.heat.cmaui_image_interfaceTest: derived_from: org.openecomp.resource.vfc.nodes.heat.cmaui_image interfaces: Standard: type: amdocs.interfaces.interfaceInheritance inputs: url_path: type: string required: false newOper: inputs: name: type: string data_types: org.openecomp.datatypes.heat.network.MyAddressPair: derived_from: org.openecomp.datatypes.heat.network.AddressPair description: My MAC/IP address pairs properties: mac_address: description: MAC address type: string status: SUPPORTED required: false default: overridden default value new_property: description: new property type: string status: SUPPORTED required: false org.openecomp.datatypes.heat.network.MyNewAddressPair: derived_from: org.openecomp.datatypes.heat.network.MyAddressPair description: My new MAC/IP address pairs properties: mac_address: description: MAC address type: string status: SUPPORTED required: true default: overridden default value interface_types: amdocs.interfaces.interfaceNoOper: derived_from: tosca.interfaces.node.lifecycle.Standard amdocs.interfaces.interfaceInheritance: derived_from: tosca.interfaces.node.lifecycle.Standard newOper: description: new operation topology_template: inputs: cmaui_names: hidden: false immutable: false type: list description: CMAUI1, CMAUI2 server names entry_schema: type: String p1: hidden: false immutable: false type: string description: UID of OAM network cmaui_image: hidden: false immutable: false type: string description: Image for CMAUI server cmaui_flavor: hidden: false immutable: false type: string description: Flavor for CMAUI server security_group_name: hidden: false immutable: false description: not impotrtant availability_zone_0: label: availabilityzone name hidden: false immutable: false type: string description: availabilityzone name node_templates: server_cmaui: type: org.openecomp.resource.vfc.nodes.heat.cmaui_image properties: flavor: get_input: cmaui_flavor availability_zone: get_input: availability_zone_0 image: get_input: cmaui_image name: get_input: - cmaui_names - 0 cmaui_port_0: type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port properties: replacement_policy: AUTO security_groups: - get_input: security_group_name fixed_ips: - ip_address: get_input: - cmaui_oam_ips - 0 network: get_input: p1 requirements: - binding: capability: tosca.capabilities.network.Bindable node: server_cmaui relationship: tosca.relationships.network.BindsTo cmaui1_port_1: type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port properties: replacement_policy: AUTO security_groups: - get_input: security_group_name fixed_ips: - subnet: subnetNameVal ip_address: get_input: - cmaui_oam_ips - 1 - subnet: subnetNameVal2 ip_address: get_input: - cmaui_oam_ips - 1 network: jsa_net requirements: - link: capability: tosca.capabilities.network.Linkable node: jsa_net1 relationship: tosca.relationships.network.LinksTo - link: capability: tosca.capabilities.network.Linkable node: jsa_net2 relationship: tosca.relationships.network.LinksTo - binding: capability: tosca.capabilities.network.Bindable node: server_cmaui relationship: tosca.relationships.network.BindsTo jsa_net1: type: org.openecomp.resource.vl.nodes.heat.network.neutron.Net properties: shared: true network_name: get_input: jsa_net_name jsa_net2: type: org.openecomp.resource.vl.nodes.heat.network.neutron.Net properties: shared: true network_name: get_input: jsa_net_name groups: nested: type: org.openecomp.groups.heat.HeatStack properties: heat_file: ../Artifacts/nested.yml description: cmaui server template for vMMSC members: - server_cmaui - cmaui_port_0 substitution_mappings: node_type: org.openecomp.resource.abstract.nodes.heat.nested capabilities: host_server_cmaui: - server_cmaui - host os_server_cmaui: - server_cmaui - os endpoint_server_cmaui: - server_cmaui - endpoint binding_server_cmaui: - server_cmaui - binding scalable_server_cmaui: - server_cmaui - scalable attachment_cmaui_port_0: - cmaui_port_0 - attachment requirements: local_storage_server_cmaui: - server_cmaui - local_storage link_cmaui_port_0: - cmaui_port_0 - link link_cmaui_port_invalid: - cmaui_port_9 - link