OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

tosca message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] (TOSCA-289) Invalid definition for tosca.capabilities.Compute.Container.Architecture


Chris Lauwers created TOSCA-289:
-----------------------------------

             Summary: Invalid definition for tosca.capabilities.Compute.Container.Architecture
                 Key: TOSCA-289
                 URL: https://issues.oasis-open.org/browse/TOSCA-289
             Project: OASIS Topology and Orchestration Specification for Cloud Applications (TOSCA) TC
          Issue Type: Bug
          Components: NFV
            Reporter: Chris Lauwers


The latest NFV profile document includes a definition for tosca.capabilities.Compute.Container.Architecture. This capability has a property called mem_page_size that is defined as follows:

    properties:
      mem_page_size: 
        type: scalar-unit.size
        required: false
        constraints:
          - [normal, huge]
 
There are at least 2 issues with the constraints on this property:
- there is no constraint "operator" defined (it looks like what's intended here is a "valid_values" constraint)
- 'normal' and 'huge' are strings and as a result are not valid values for scalar-unit.size




--
This message was sent by Atlassian JIRA
(v6.2.2#6258)


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]