Uploaded image for project: 'OASIS Topology and Orchestration Specification for Cloud Applications (TOSCA) TC'
  1. OASIS Topology and Orchestration Specification for Cloud Applications (TOSCA) TC
  2. TOSCA-283

Norm. Cap. Type "Endpoint.initiator" missing required=false in schema defn.

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Unresolved
    • Affects Version/s: V1.1_CSD04
    • Fix Version/s: None
    • Component/s: Profile-YAML
    • Labels:
      None
    • Proposal:
      Hide

      add required: false to schema in v1.0 errata and fix in v1.1

      Show
      add required: false to schema in v1.0 errata and fix in v1.1
    • Resolution:
      Hide

      TC meeting of 2016-06-23 (motion passed): The TC closes TOSCA-283 based on section 5.5.7.3 changes.

      Show
      TC meeting of 2016-06-23 (motion passed): The TC closes TOSCA-283 based on section 5.5.7.3 changes.

      Description

      he definition in the TOSCA v1.0 Simple Profile for "Endpoint" Capability type has "initiator" listed as a non-required property; however the schema does not have the key "required" at all.

      The schema today reads:
      tosca.capabilities.Endpoint:
      derived_from: tosca.capabilities.Root
      properties:
      ...
      initiator:
      type: string
      default: source
      constraints:

      • valid_values: [ source, target, peer ]

      we should add "required: false".

        Attachments

          Activity

            People

            • Assignee:
              mrutkows Matthew Rutkowski
              Reporter:
              mrutkows Matthew Rutkowski
            • Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated: