aboutsummaryrefslogtr
---
distribution_type: 'maven'
version: '2.4.0'
project: 'sdnc-northbound'
log_dir: 'sdnc-northbound-maven-stage-master/302/'
156' href='#n156'>156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201
tosca_definitions_version: tosca_simple_yaml_1_0_0
metadata:
  template_name: Main
imports:
- CommonGlobalTypes:
    file: CommonGlobalTypesServiceTemplate.yaml
- NovaServerGlobalTypes:
    file: NovaServerGlobalTypesServiceTemplate.yaml
- NeutronPortGlobalTypes:
    file: NeutronPortGlobalTypesServiceTemplate.yaml
- NeutronSecurityRulesGlobalTypes:
    file: NeutronSecurityRulesGlobalTypesServiceTemplate.yaml
- NeutronNetGlobalTypes:
    file: NeutronNetGlobalTypesServiceTemplate.yaml
- CinderVolumeGlobalTypes:
    file: CinderVolumeGlobalTypesServiceTemplate.yaml
- ContrailVirtualNetworkGlobalType:
    file: ContrailVirtualNetworkGlobalTypeServiceTemplate.yaml
- ContrailNetworkRuleGlobalType:
    file: ContrailNetworkRuleGlobalTypeServiceTemplate.yaml
- AbstractSubstituteGlobalTypes:
    file: AbstractSubstituteGlobalTypesServiceTemplate.yaml
- ContrailV2VirtualMachineInterfaceGlobalType:
    file: ContrailV2VirtualMachineInterfaceGlobalTypeServiceTemplate.yaml
- ContrailComputeGlobalTypes:
    file: ContrailComputeGlobalTypesServiceTemplate.yaml
- ContrailPortGlobalTypes:
    file: ContrailPortGlobalTypesServiceTemplate.yaml
- ContrailAbstractSubstituteGlobalTypes:
    file: ContrailAbstractSubstituteGlobalTypesServiceTemplate.yaml
- ContrailV2VirtualNetworkGlobalType:
    file: ContrailV2VirtualNetworkGlobalTypeServiceTemplate.yaml
- ContrailV2NetworkRuleGlobalType:
    file: ContrailV2NetworkRuleGlobalTypeServiceTemplate.yaml
- ContrailV2VLANSubInterfaceGlobalType:
    file: ContrailV2VLANSubInterfaceGlobalTypeServiceTemplate.yaml
node_types:
  org.openecomp.resource.vfc.nodes.heat.ps_server:
    derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
topology_template:
  inputs:
    availabilityzone_name:
      label: availabilityzone name
      hidden: false
      immutable: false
      type: string
      description: availabilityzone name
      default: nova
    repl_net_ips:
      label: repl network ips
      hidden: false
      immutable: false
      type: list
      description: ips of repl network
      default:
      - 107.239.33.57
      - 107.239.33.58
      entry_schema:
        type: string
    oam_net_name:
      label: oam network name
      hidden: false
      immutable: false
      type: string
      description: name of the oam network
      default: oam_protected_net_0
    oam_net_ips:
      label: internet network ips
      hidden: false
      immutable: false
      type: list
      description: ip of the OAM network
      default:
      - 107.250.172.213
      - 107.250.172.214
      - 107.250.172.215
      - 107.250.172.216
      - 107.250.172.217
      entry_schema:
        type: string
      default: 169.254.1.4
    ps_server_names:
      label: PS server names
      hidden: false
      immutable: false
      type: list
      description: name of the PS instance
      default:
      - ZRDM1MOGX01MPS001
      - ZRDM1MOGX01MPS002
      - ZRDM1MOGX01MPS003
      - ZRDM1MOGX01MPS004
      entry_schema:
        type: string
    csb_net_ips:
      hidden: false
      immutable: false
      type: list
      description: mog_csb_net IP addresses
      default:
      - 172.26.0.10
      - 172.26.0.11
      - 172.26.0.12
      - 172.26.0.13
      - 172.26.0.14
      - 172.26.0.15
      - 172.26.0.16
      - 172.26.0.17
      - 172.26.0.18
      - 172.26.0.19
      - 172.26.0.20
      entry_schema:
        type: string
    ps_flavor_name:
      label: PS flavor name
      hidden: false
      immutable: false
      type: string
      description: flavor name of PS instance
      default: m3.xlarge
    ps_image_name:
      label: PS image name
      hidden: false
      immutable: false
      type: string
      description: PS image name
      default: MOG_BASE_8.0
    repl_net_name:
      label: Replication network name
      hidden: false
      immutable: false
      type: string
      description: name of the replication network
      default: cor_direct_net_0
  node_templates:
    cm01_port_1:
      type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
      properties:
        exCP_naming:
          get_input:
          - port_FSB2_Internal2_exCP_naming
          - index_value
        allowed_address_pairs:
          get_input:
          - interface_list
          - 2
          - allowed_address_pairs
        mac_address:
          get_input: ncb1_internal1_mac_address

    cm01_port_2:
      type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
      properties:
        exCP_naming:
          get_input:
          - port_FSB2_Internal2_exCP_naming
          - index_value
        allowed_address_pairs:
          get_input:
          - interface_list
          - 2
          - allowed_address_pairs
        mac_address:
          get_input: ncb1_internal1_mac_address

    cm01_port_3:
      type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
      properties:
        exCP_naming:
          diff_value
        allowed_address_pairs:
          get_input:
          - interface_list
          - 2
          - allowed_address_pairs
        mac_address:
          get_input: ncb1_internal1_mac_address

    server_ps01:
      type: org.openecomp.resource.vfc.nodes.heat.ps_server
      properties:
        flavor:
          get_input: ps_flavor_name
        image:
          get_input: ps_image_name

    server_ps02:
      type: org.openecomp.resource.vfc.nodes.heat.ps_server
      properties:
        flavor:
          get_input: ps_flavor_name
        image:
          get_input: ps_image_name

    server_ps03:
      type: org.openecomp.resource.vfc.nodes.heat.ps_server
      properties:
        flavor:
          get_input: ps_flavor_name
        image:
          get_input: ps_image_name