XMLWordPrintable

    Details

    • Type: New Feature
    • Status: New
    • Priority: Major
    • Resolution: Unresolved
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: Profile-YAML
    • Labels:
      None
    • Proposal:
      Hide

      We propose to add a normative capability type, Runtime, in spec something like,

      1. A new proposed normative TOSCA Type
        tosca.capabilities.Runtime:
        derived_from: tosca.capabilities.Root
        properties:
        runtime_type:
        description: Normative list of known runtime type strings (e.g., Java, PHP, etc.)
        type: string
        runtime_version:
        required: no
        type: string
        description: Needed java runtime environment version
        which can be offered by an application server as something like,
        tosca.nodes.WebApplication.WebSphere:
        derived_from: tosca.nodes.WebServer
        requirements:
      • host: tosca.nodes.Compute
        capabilities:
        runtime:
        type: tosca.capabilities.Runtime
        properties:
        type: java
        version: 7
      Show
      We propose to add a normative capability type, Runtime, in spec something like, A new proposed normative TOSCA Type tosca.capabilities.Runtime: derived_from: tosca.capabilities.Root properties: runtime_type: description: Normative list of known runtime type strings (e.g., Java, PHP, etc.) type: string runtime_version: required: no type: string description: Needed java runtime environment version which can be offered by an application server as something like, tosca.nodes.WebApplication.WebSphere: derived_from: tosca.nodes.WebServer requirements: host: tosca.nodes.Compute capabilities: runtime: type: tosca.capabilities.Runtime properties: type: java version: 7

      Description

      Web applications often need a specific runtime environment (e.g. Java, PHP) but currently TOSCA does not provide any capability that can full-fill this need.

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              spzala Sahdev Zala
            • Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated: