aboutsummaryrefslogtreecommitdiffstats
path: root/test-apis-ci/.gitignore
blob: 9b563712b6c6008dada8d78652c78f299768d81b (plain)
1
2
3
4
/target
/build/
/bin/
/target/
a> 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 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 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 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485
tosca_definitions_version: tosca_simple_yaml_1_0_0
metadata:
  template_name: Nested_cdi
imports:
- openecomp_heat_index:
    file: openecomp-heat/_index.yml
- GlobalSubstitutionTypes:
    file: GlobalSubstitutionTypesServiceTemplate.yaml
node_types:
  org.openecomp.resource.vfc.compute.nodes.heat.cdi:
    derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
topology_template:
  inputs:
    port_cdi_internal_0_port_network_role:
      type: string
      required: true
    port_cdi_ims_core_0_port_vlan_requirements:
      type: list
      required: true
      entry_schema:
        type: org.openecomp.datatypes.network.VlanRequirements
    port_cdi_internal_0_port_ip_requirements:
      type: list
      required: true
      entry_schema:
        type: org.openecomp.datatypes.network.IpRequirements
    vm_flavor_name:
      type: string
      required: true
    port_cdi_internal_0_port_vlan_requirements:
      type: list
      required: true
      entry_schema:
        type: org.openecomp.datatypes.network.VlanRequirements
    port_cdi_ims_core_0_port_name:
      type: list
      required: true
      entry_schema:
        type: string
    port_cdi_internal_0_port_exCP_naming:
      type: org.openecomp.datatypes.Naming
      required: true
    port_cdi_ims_core_0_port_network_role:
      type: string
      required: true
    port_cdi_internal_0_port_allowed_address_pairs:
      type: list
      required: true
      entry_schema:
        type: org.openecomp.datatypes.heat.network.AddressPair
    port_cdi_internal_0_port_network_role_tag:
      type: string
      required: true
    port_cdi_internal_0_port_subnetpoolid:
      type: string
      required: true
    vm_image_name:
      type: string
      required: true
    compute_cdi_scheduler_hints:
      type: list
      required: true
      entry_schema:
        type: json
    compute_cdi_name:
      type: list
      required: true
      entry_schema:
        type: string
    port_cdi_ims_core_0_port_ip_requirements:
      type: list
      required: true
      entry_schema:
        type: org.openecomp.datatypes.network.IpRequirements
    port_cdi_ims_core_0_port_network_role_tag:
      type: string
      required: true
    compute_cdi_user_data_format:
      type: list
      required: true
      entry_schema:
        type: string
    port_cdi_internal_0_port_name:
      type: list
      required: true
      entry_schema:
        type: string
    port_cdi_ims_core_0_port_order:
      type: integer
      required: true
    compute_cdi_availability_zone:
      type: list
      required: true
      entry_schema:
        type: string
    port_cdi_ims_core_0_port_network:
      type: list
      required: true
      entry_schema:
        type: string
    port_cdi_internal_0_port_network:
      type: list
      required: true
      entry_schema:
        type: string
    port_cdi_internal_0_port_fixed_ips:
      type: list
      required: true
      entry_schema:
        type: org.openecomp.datatypes.heat.neutron.port.FixedIps
    compute_cdi_config_drive:
      type: list
      required: true
      entry_schema:
        type: boolean
    index_value:
      type: integer
      description: Index value of this substitution service template runtime instance
      required: false
      default: 0
      constraints:
      - greater_or_equal: 0
    port_cdi_internal_0_port_security_groups:
      type: list
      required: true
      entry_schema:
        type: json
    port_cdi_ims_core_0_port_security_groups:
      type: list
      required: true
      entry_schema:
        type: json
    port_cdi_ims_core_0_port_fixed_ips:
      type: list
      required: true
      entry_schema:
        type: org.openecomp.datatypes.heat.neutron.port.FixedIps
    port_cdi_internal_0_port_mac_requirements:
      type: org.openecomp.datatypes.network.MacRequirements
      required: true
    port_cdi_ims_core_0_port_subnetpoolid:
      type: string
      required: true
    port_cdi_internal_0_port_order:
      type: integer
      required: true
    port_cdi_ims_core_0_port_allowed_address_pairs:
      type: list
      required: true
      entry_schema:
        type: org.openecomp.datatypes.heat.network.AddressPair
    compute_cdi_metadata:
      type: list
      required: true
      entry_schema:
        type: json
    port_cdi_ims_core_0_port_mac_requirements:
      type: org.openecomp.datatypes.network.MacRequirements
      required: true
    port_cdi_ims_core_0_port_exCP_naming:
      type: org.openecomp.datatypes.Naming
      required: true
  node_templates:
    cdi_cdi_ims_core_0_port:
      type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
      properties:
        mac_requirements:
          get_input: port_cdi_ims_core_0_port_mac_requirements
        allowed_address_pairs:
          get_input: port_cdi_ims_core_0_port_allowed_address_pairs
        order:
          get_input: port_cdi_ims_core_0_port_order
        security_groups:
          get_input:
          - port_cdi_ims_core_0_port_security_groups
          - index_value
        exCP_naming:
          get_input: port_cdi_ims_core_0_port_exCP_naming
        vlan_requirements:
          get_input: port_cdi_ims_core_0_port_vlan_requirements
        ip_requirements:
          get_input: port_cdi_ims_core_0_port_ip_requirements
        network_role_tag:
          get_input: port_cdi_ims_core_0_port_network_role_tag
        network_role:
          get_input: port_cdi_ims_core_0_port_network_role
        subnetpoolid:
          get_input: port_cdi_ims_core_0_port_subnetpoolid
        fixed_ips:
          get_input: port_cdi_ims_core_0_port_fixed_ips
        name:
          get_input:
          - port_cdi_ims_core_0_port_name
          - index_value
        network:
          get_input:
          - port_cdi_ims_core_0_port_network
          - index_value
      requirements:
      - binding:
          capability: tosca.capabilities.network.Bindable
          node: cdi
          relationship: tosca.relationships.network.BindsTo
    cdi:
      type: org.openecomp.resource.vfc.compute.nodes.heat.cdi
      properties:
        availability_zone:
          get_input:
          - compute_cdi_availability_zone
          - index_value
        flavor:
          get_input: vm_flavor_name
        metadata:
          get_input:
          - compute_cdi_metadata
          - index_value
        config_drive:
          get_input:
          - compute_cdi_config_drive
          - index_value
        image:
          get_input: vm_image_name
        name:
          get_input:
          - compute_cdi_name
          - index_value
        scheduler_hints:
          get_input:
          - compute_cdi_scheduler_hints
          - index_value
        user_data_format:
          get_input:
          - compute_cdi_user_data_format
          - index_value
    cdi_cdi_internal_0_port:
      type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
      properties:
        mac_requirements:
          get_input: port_cdi_internal_0_port_mac_requirements
        allowed_address_pairs:
          get_input: port_cdi_internal_0_port_allowed_address_pairs
        order:
          get_input: port_cdi_internal_0_port_order
        security_groups:
          get_input:
          - port_cdi_internal_0_port_security_groups
          - index_value
        exCP_naming:
          get_input: port_cdi_internal_0_port_exCP_naming
        vlan_requirements:
          get_input: port_cdi_internal_0_port_vlan_requirements
        ip_requirements:
          get_input: port_cdi_internal_0_port_ip_requirements
        network_role_tag:
          get_input: port_cdi_internal_0_port_network_role_tag
        network_role:
          get_input: port_cdi_internal_0_port_network_role
        subnetpoolid:
          get_input: port_cdi_internal_0_port_subnetpoolid
        fixed_ips:
          get_input: port_cdi_internal_0_port_fixed_ips
        name:
          get_input:
          - port_cdi_internal_0_port_name
          - index_value
        network:
          get_input:
          - port_cdi_internal_0_port_network
          - index_value
      requirements:
      - binding:
          capability: tosca.capabilities.network.Bindable
          node: cdi
          relationship: tosca.relationships.network.BindsTo
  substitution_mappings:
    node_type: org.openecomp.resource.abstract.nodes.cdi
    capabilities:
      attachment_cdi_cdi_internal_0_port:
      - cdi_cdi_internal_0_port
      - attachment
      network.incoming.bytes.rate_cdi_cdi_internal_0_port:
      - cdi_cdi_internal_0_port
      - network.incoming.bytes.rate
      network.outgoing.bytes_cdi_cdi_internal_0_port:
      - cdi_cdi_internal_0_port
      - network.outgoing.bytes
      network.outgoing.packets.rate_cdi_cdi_internal_0_port:
      - cdi_cdi_internal_0_port
      - network.outgoing.packets.rate
      host_cdi:
      - cdi
      - host
      disk.device.capacity_cdi:
      - cdi
      - disk.device.capacity
      disk.device.iops_cdi:
      - cdi
      - disk.device.iops
      disk.write.requests.rate_cdi:
      - cdi
      - disk.write.requests.rate
      disk.device.write.requests.rate_cdi:
      - cdi
      - disk.device.write.requests.rate
      disk.write.bytes.rate_cdi:
      - cdi
      - disk.write.bytes.rate
      disk.ephemeral.size_cdi:
      - cdi
      - disk.ephemeral.size
      cpu_util_cdi:
      - cdi
      - cpu_util
      cpu.delta_cdi:
      - cdi
      - cpu.delta
      network.incoming.bytes_cdi_cdi_internal_0_port:
      - cdi_cdi_internal_0_port
      - network.incoming.bytes
      network.outgoing.bytes.rate_cdi_cdi_internal_0_port:
      - cdi_cdi_internal_0_port
      - network.outgoing.bytes.rate
      disk.device.write.bytes_cdi:
      - cdi
      - disk.device.write.bytes
      feature_cdi_cdi_ims_core_0_port:
      - cdi_cdi_ims_core_0_port
      - feature
      disk.device.read.requests.rate_cdi:
      - cdi
      - disk.device.read.requests.rate
      disk.write.bytes_cdi:
      - cdi
      - disk.write.bytes
      os_cdi:
      - cdi
      - os
      memory.usage_cdi:
      - cdi
      - memory.usage
      network.outgoing.bytes.rate_cdi_cdi_ims_core_0_port:
      - cdi_cdi_ims_core_0_port
      - network.outgoing.bytes.rate
      network.outpoing.packets_cdi_cdi_internal_0_port:
      - cdi_cdi_internal_0_port
      - network.outpoing.packets
      vcpus_cdi:
      - cdi
      - vcpus
      network.incoming.packets_cdi_cdi_ims_core_0_port:
      - cdi_cdi_ims_core_0_port
      - network.incoming.packets
      disk.device.read.requests_cdi:
      - cdi
      - disk.device.read.requests
      endpoint_cdi:
      - cdi
      - endpoint
      disk.read.requests_cdi:
      - cdi
      - disk.read.requests
      network.incoming.bytes.rate_cdi_cdi_ims_core_0_port:
      - cdi_cdi_ims_core_0_port
      - network.incoming.bytes.rate
      memory.resident_cdi:
      - cdi
      - memory.resident
      disk.latency_cdi:
      - cdi
      - disk.latency
      disk.read.bytes.rate_cdi:
      - cdi
      - disk.read.bytes.rate
      memory_cdi:
      - cdi
      - memory
      disk.root.size_cdi:
      - cdi
      - disk.root.size
      disk.device.write.requests_cdi:
      - cdi
      - disk.device.write.requests
      network.outgoing.packets.rate_cdi_cdi_ims_core_0_port:
      - cdi_cdi_ims_core_0_port
      - network.outgoing.packets.rate
      binding_cdi_cdi_internal_0_port:
      - cdi_cdi_internal_0_port
      - binding
      network.incoming.packets.rate_cdi_cdi_internal_0_port:
      - cdi_cdi_internal_0_port
      - network.incoming.packets.rate
      disk.allocation_cdi:
      - cdi
      - disk.allocation
      scalable_cdi:
      - cdi
      - scalable
      feature_cdi:
      - cdi
      - feature
      cpu_cdi:
      - cdi
      - cpu
      disk.device.usage_cdi:
      - cdi
      - disk.device.usage
      disk.iops_cdi:
      - cdi
      - disk.iops
      network.incoming.packets_cdi_cdi_internal_0_port:
      - cdi_cdi_internal_0_port
      - network.incoming.packets
      disk.usage_cdi:
      - cdi
      - disk.usage
      disk.device.write.bytes.rate_cdi:
      - cdi
      - disk.device.write.bytes.rate
      disk.read.bytes_cdi:
      - cdi
      - disk.read.bytes
      network.incoming.bytes_cdi_cdi_ims_core_0_port:
      - cdi_cdi_ims_core_0_port
      - network.incoming.bytes
      disk.capacity_cdi:
      - cdi
      - disk.capacity
      binding_cdi:
      - cdi
      - binding
      feature_cdi_cdi_internal_0_port:
      - cdi_cdi_internal_0_port
      - feature
      disk.device.read.bytes_cdi:
      - cdi
      - disk.device.read.bytes
      disk.device.read.bytes.rate_cdi:
      - cdi
      - disk.device.read.bytes.rate
      disk.device.latency_cdi:
      - cdi
      - disk.device.latency
      network.incoming.packets.rate_cdi_cdi_ims_core_0_port:
      - cdi_cdi_ims_core_0_port
      - network.incoming.packets.rate
      binding_cdi_cdi_ims_core_0_port:
      - cdi_cdi_ims_core_0_port
      - binding
      instance_cdi:
      - cdi
      - instance
      attachment_cdi_cdi_ims_core_0_port:
      - cdi_cdi_ims_core_0_port
      - attachment
      disk.device.allocation_cdi:
      - cdi
      - disk.device.allocation
      network.outgoing.bytes_cdi_cdi_ims_core_0_port:
      - cdi_cdi_ims_core_0_port
      - network.outgoing.bytes
      disk.write.requests_cdi:
      - cdi
      - disk.write.requests
      network.outpoing.packets_cdi_cdi_ims_core_0_port:
      - cdi_cdi_ims_core_0_port
      - network.outpoing.packets
    requirements:
      local_storage_cdi:
      - cdi
      - local_storage
      link_cdi_cdi_ims_core_0_port:
      - cdi_cdi_ims_core_0_port
      - link
      dependency_cdi_cdi_ims_core_0_port:
      - cdi_cdi_ims_core_0_port
      - dependency
      link_cdi_cdi_internal_0_port:
      - cdi_cdi_internal_0_port
      - link
      dependency_cdi:
      - cdi
      - dependency
      dependency_cdi_cdi_internal_0_port:
      - cdi_cdi_internal_0_port
      - dependency