• Type: New Feature
    • Resolution: Unresolved
    • Priority: Major
    • None
    • Affects Version/s: None
    • Component/s: Profile-YAML
    • None
    • 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

      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.

            Assignee:
            Unassigned
            Reporter:
            Sahdev Zala (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: