summaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-versioning-lib/openecomp-sdc-versioning-api/src/main/resources/factoryConfiguration.json
blob: 579f107178321301078abb719562ea5e9586cb0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "org.openecomp.sdc.versioning.ItemManagerFactory": "org.openecomp.sdc.versioning.impl.ItemManagerFactoryImpl",
  "org.openecomp.sdc.versioning.AsdcItemManagerFactory": "org.openecomp.sdc.versioning.impl.AsdcItemManagerFactoryImpl",
  "org.openecomp.sdc.versioning.VersioningManagerFactory": "org.openecomp.sdc.versioning.impl.VersioningManagerFactoryImpl",
  "org.openecomp.sdc.versioning.ActionVersioningManagerFactory": "org.openecomp.sdc.versioning.impl.ActionVersioningManagerFactoryImpl",
  "org.openecomp.sdc.versioning.dao.VersionableEntityDaoFactory": "org.openecomp.sdc.versioning.dao.impl.VersionableEntityDaoFactoryImpl",
  "org.openecomp.sdc.versioning.dao.VersionInfoDaoFactory": "org.openecomp.sdc.versioning.dao.impl.VersionInfoDaoFactoryImpl",
  "org.openecomp.sdc.versioning.dao.VersionInfoDeletedDaoFactory": "org.openecomp.sdc.versioning.dao.impl.VersionInfoDeletedDaoFactoryImpl",
  "org.openecomp.sdc.versioning.dao.ItemDaoFactory": "org.openecomp.sdc.versioning.dao.impl.ItemDaoFactoryImpl",
  "org.openecomp.sdc.versioning.dao.VersionDaoFactory": "org.openecomp.sdc.versioning.dao.impl.VersionDaoFactoryImpl",
  "org.openecomp.sdc.versioning.dao.HealthCheckDaoFactory": "org.openecomp.sdc.model.impl.HealthCheckDaoFactoryImpl"
}
#n268'>268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418
tosca_definitions_version: tosca_simple_yaml_1_0_0
metadata:
  template_name: Nested_pd_server
imports:
- openecomp_heat_index:
    file: openecomp-heat/_index.yml
- GlobalSubstitutionTypes:
    file: GlobalSubstitutionTypesServiceTemplate.yaml
node_types:
  org.openecomp.resource.vfc.compute.nodes.heat.pd_server:
    derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
topology_template:
  inputs:
    port_pd01_port_0_mac_requirements:
      type: org.openecomp.datatypes.network.MacRequirements
      required: true
    port_pd01_port_0_network:
      type: list
      required: true
      entry_schema:
        type: string
    port_pd01_port_0_ip_requirements:
      type: list
      required: true
      entry_schema:
        type: org.openecomp.datatypes.network.IpRequirements
    port_pd01_port_0_network_role:
      type: string
      required: true
    compute_pd_server_availability_zone:
      type: list
      required: true
      entry_schema:
        type: string
    compute_pd_server_name:
      type: list
      required: true
      entry_schema:
        type: string
    port_pd01_port_0_replacement_policy:
      type: list
      required: true
      entry_schema:
        type: string
    vm_flavor_name:
      type: string
      required: true
    port_pd01_port_1_network_role:
      type: string
      required: true
    port_pd01_port_0_order:
      type: integer
      required: true
    port_pd01_port_1_subnetpoolid:
      type: string
      required: true
    vm_image_name:
      type: string
      required: true
    port_pd01_port_1_network_role_tag:
      type: string
      required: true
    port_pd01_port_0_subnetpoolid:
      type: string
      required: true
    port_pd01_port_1_network:
      type: list
      required: true
      entry_schema:
        type: string
    compute_pd_server_user_data_format:
      type: list
      required: true
      entry_schema:
        type: string
    port_pd01_port_0_network_role_tag:
      type: string
      required: true
    port_pd01_port_1_ip_requirements:
      type: list
      required: true
      entry_schema:
        type: org.openecomp.datatypes.network.IpRequirements
    index_value:
      type: integer
      description: Index value of this substitution service template runtime instance
      required: false
      default: 0
      constraints:
      - greater_or_equal: 0
    port_pd01_port_1_order:
      type: integer
      required: true
    port_pd01_port_0_exCP_naming:
      type: org.openecomp.datatypes.Naming
      required: true
    port_pd01_port_1_vlan_requirements:
      type: list
      required: true
      entry_schema:
        type: org.openecomp.datatypes.network.VlanRequirements
    port_pd01_port_1_mac_requirements:
      type: org.openecomp.datatypes.network.MacRequirements
      required: true
    port_pd01_port_1_replacement_policy:
      type: list
      required: true
      entry_schema:
        type: string
    port_pd01_port_1_exCP_naming:
      type: org.openecomp.datatypes.Naming
      required: true
    port_pd01_port_0_vlan_requirements:
      type: list
      required: true
      entry_schema:
        type: org.openecomp.datatypes.network.VlanRequirements
  node_templates:
    pd_server:
      type: org.openecomp.resource.vfc.compute.nodes.heat.pd_server
      properties:
        availability_zone:
          get_input:
          - compute_pd_server_availability_zone
          - index_value
        flavor:
          get_input: vm_flavor_name
        image:
          get_input: vm_image_name
        name:
          get_input:
          - compute_pd_server_name
          - index_value
        user_data_format:
          get_input:
          - compute_pd_server_user_data_format
          - index_value
    pd_server_pd01_port_1:
      type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
      properties:
        exCP_naming:
          get_input: port_pd01_port_1_exCP_naming
        replacement_policy:
          get_input:
          - port_pd01_port_1_replacement_policy
          - index_value
        vlan_requirements:
          get_input: port_pd01_port_1_vlan_requirements
        ip_requirements:
          get_input: port_pd01_port_1_ip_requirements
        network_role_tag:
          get_input: port_pd01_port_1_network_role_tag
        mac_requirements:
          get_input: port_pd01_port_1_mac_requirements
        order:
          get_input: port_pd01_port_1_order
        network_role:
          get_input: port_pd01_port_1_network_role
        subnetpoolid:
          get_input: port_pd01_port_1_subnetpoolid
        network:
          get_input:
          - port_pd01_port_1_network
          - index_value
      requirements:
      - binding:
          capability: tosca.capabilities.network.Bindable
          node: pd_server
          relationship: tosca.relationships.network.BindsTo
    pd_server_pd01_port_0:
      type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
      properties:
        exCP_naming:
          get_input: port_pd01_port_0_exCP_naming
        replacement_policy:
          get_input:
          - port_pd01_port_0_replacement_policy
          - index_value
        vlan_requirements:
          get_input: port_pd01_port_0_vlan_requirements
        ip_requirements:
          get_input: port_pd01_port_0_ip_requirements
        network_role_tag:
          get_input: port_pd01_port_0_network_role_tag
        mac_requirements:
          get_input: port_pd01_port_0_mac_requirements
        order:
          get_input: port_pd01_port_0_order
        network_role:
          get_input: port_pd01_port_0_network_role
        subnetpoolid:
          get_input: port_pd01_port_0_subnetpoolid
        network:
          get_input:
          - port_pd01_port_0_network
          - index_value
      requirements:
      - binding:
          capability: tosca.capabilities.network.Bindable
          node: pd_server
          relationship: tosca.relationships.network.BindsTo
  substitution_mappings:
    node_type: org.openecomp.resource.abstract.nodes.pd_server
    capabilities:
      binding_pd_server_pd01_port_0:
      - pd_server_pd01_port_0
      - binding
      scalable_pd_server:
      - pd_server
      - scalable
      disk.read.bytes.rate_pd_server:
      - pd_server
      - disk.read.bytes.rate
      binding_pd_server_pd01_port_1:
      - pd_server_pd01_port_1
      - binding
      memory.usage_pd_server:
      - pd_server
      - memory.usage
      memory_pd_server:
      - pd_server
      - memory
      disk.device.usage_pd_server:
      - pd_server
      - disk.device.usage
      os_pd_server:
      - pd_server
      - os
      disk.write.bytes.rate_pd_server:
      - pd_server
      - disk.write.bytes.rate
      cpu_pd_server:
      - pd_server
      - cpu
      cpu_util_pd_server:
      - pd_server
      - cpu_util
      disk.device.write.requests.rate_pd_server:
      - pd_server
      - disk.device.write.requests.rate
      disk.read.bytes_pd_server:
      - pd_server
      - disk.read.bytes
      disk.device.read.bytes.rate_pd_server:
      - pd_server
      - disk.device.read.bytes.rate
      network.incoming.packets_pd_server_pd01_port_0:
      - pd_server_pd01_port_0
      - network.incoming.packets
      disk.iops_pd_server:
      - pd_server
      - disk.iops
      network.incoming.packets.rate_pd_server_pd01_port_1:
      - pd_server_pd01_port_1
      - network.incoming.packets.rate
      network.incoming.bytes.rate_pd_server_pd01_port_1:
      - pd_server_pd01_port_1
      - network.incoming.bytes.rate
      memory.resident_pd_server:
      - pd_server
      - memory.resident
      cpu.delta_pd_server:
      - pd_server
      - cpu.delta
      network.incoming.packets.rate_pd_server_pd01_port_0:
      - pd_server_pd01_port_0
      - network.incoming.packets.rate
      network.incoming.bytes.rate_pd_server_pd01_port_0:
      - pd_server_pd01_port_0
      - network.incoming.bytes.rate
      attachment_pd_server_pd01_port_1:
      - pd_server_pd01_port_1
      - attachment
      network.outgoing.packets.rate_pd_server_pd01_port_1:
      - pd_server_pd01_port_1
      - network.outgoing.packets.rate
      network.outgoing.packets.rate_pd_server_pd01_port_0:
      - pd_server_pd01_port_0
      - network.outgoing.packets.rate
      vcpus_pd_server:
      - pd_server
      - vcpus
      disk.device.write.bytes.rate_pd_server:
      - pd_server
      - disk.device.write.bytes.rate
      attachment_pd_server_pd01_port_0:
      - pd_server_pd01_port_0
      - attachment
      disk.device.write.requests_pd_server:
      - pd_server
      - disk.device.write.requests
      endpoint_pd_server:
      - pd_server
      - endpoint
      disk.capacity_pd_server:
      - pd_server
      - disk.capacity
      forwarder_pd_server_pd01_port_0:
      - pd_server_pd01_port_0
      - forwarder
      forwarder_pd_server_pd01_port_1:
      - pd_server_pd01_port_1
      - forwarder
      network.incoming.packets_pd_server_pd01_port_1:
      - pd_server_pd01_port_1
      - network.incoming.packets
      disk.device.allocation_pd_server:
      - pd_server
      - disk.device.allocation
      disk.allocation_pd_server:
      - pd_server
      - disk.allocation
      binding_pd_server:
      - pd_server
      - binding
      disk.read.requests_pd_server:
      - pd_server
      - disk.read.requests
      network.outgoing.bytes.rate_pd_server_pd01_port_1:
      - pd_server_pd01_port_1
      - network.outgoing.bytes.rate
      network.outgoing.bytes.rate_pd_server_pd01_port_0:
      - pd_server_pd01_port_0
      - network.outgoing.bytes.rate
      feature_pd_server:
      - pd_server
      - feature
      disk.usage_pd_server:
      - pd_server
      - disk.usage
      network.incoming.bytes_pd_server_pd01_port_1:
      - pd_server_pd01_port_1
      - network.incoming.bytes
      disk.write.bytes_pd_server:
      - pd_server
      - disk.write.bytes
      network.outgoing.bytes_pd_server_pd01_port_0:
      - pd_server_pd01_port_0
      - network.outgoing.bytes
      network.outgoing.bytes_pd_server_pd01_port_1:
      - pd_server_pd01_port_1
      - network.outgoing.bytes
      network.incoming.bytes_pd_server_pd01_port_0:
      - pd_server_pd01_port_0
      - network.incoming.bytes
      disk.device.read.requests.rate_pd_server:
      - pd_server
      - disk.device.read.requests.rate
      disk.root.size_pd_server:
      - pd_server
      - disk.root.size
      disk.device.read.bytes_pd_server:
      - pd_server
      - disk.device.read.bytes
      disk.device.write.bytes_pd_server:
      - pd_server
      - disk.device.write.bytes
      network.outpoing.packets_pd_server_pd01_port_0:
      - pd_server_pd01_port_0
      - network.outpoing.packets
      network.outpoing.packets_pd_server_pd01_port_1:
      - pd_server_pd01_port_1
      - network.outpoing.packets
      disk.device.read.requests_pd_server:
      - pd_server
      - disk.device.read.requests
      instance_pd_server:
      - pd_server
      - instance
      host_pd_server:
      - pd_server
      - host
      feature_pd_server_pd01_port_1:
      - pd_server_pd01_port_1
      - feature
      feature_pd_server_pd01_port_0:
      - pd_server_pd01_port_0
      - feature
      disk.write.requests.rate_pd_server:
      - pd_server
      - disk.write.requests.rate
      disk.ephemeral.size_pd_server:
      - pd_server
      - disk.ephemeral.size
      disk.write.requests_pd_server:
      - pd_server
      - disk.write.requests
      disk.device.latency_pd_server:
      - pd_server
      - disk.device.latency
      disk.latency_pd_server:
      - pd_server
      - disk.latency
      disk.device.capacity_pd_server:
      - pd_server
      - disk.device.capacity
      disk.device.iops_pd_server:
      - pd_server
      - disk.device.iops
    requirements:
      local_storage_pd_server:
      - pd_server
      - local_storage
      dependency_pd_server_pd01_port_1:
      - pd_server_pd01_port_1
      - dependency
      dependency_pd_server:
      - pd_server
      - dependency
      dependency_pd_server_pd01_port_0:
      - pd_server_pd01_port_0
      - dependency
      link_pd_server_pd01_port_0:
      - pd_server_pd01_port_0
      - link
      link_pd_server_pd01_port_1:
      - pd_server_pd01_port_1
      - link