Commit 3a1c208f authored by Bertrand Souville's avatar Bertrand Souville
Browse files

Fix test pipeline that failed for c.a. 16 months

parent b2172a85
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -168,9 +168,9 @@ data_types:
        required: false
      vdu_capacity-overriding-allowed:
        type: map # key: name of a Vdu.OsContainerDeployableUnit or a Vdu.Compute node template in the VNFD or the string “ALL ? if the value applies to all VDUs in the VNFD.
        descriptrion: Indicates whether the capacity related attributes specified in the VNFD as being configurable can be overridden by new values at run time.
        description: Indicates whether the capacity related attributes specified in the VNFD as being configurable can be overridden by new values at run time.
        required: false
        entry-schema:
        entry_schema:
          type: boolean

  tosca.datatypes.nfv.Qos:
+1 −1
Original line number Diff line number Diff line
@@ -1041,7 +1041,7 @@ policy_types:
        description: Name or identifier of the applicable tosca.nodes.nfv.SecurityGroupRule policy that is overridden.
        required: true
      activated:
        type: Boolean
        type: boolean
        description: Indicates whether the security group rule is to be activated or deactivated. If true, the security group rule is activated. If a value is provided at design-time, this value may be overridden at run-time based on other deployment requirements or constraints.
        required: true
        default: true
+37 −36
Original line number Diff line number Diff line
@@ -1304,18 +1304,20 @@ data_types:
        required: false

  tosca.datatypes.nfv.SizeRange:
    derived_from: tosca.datatypes.List
    derived_from: list
    description: supports the specification of a range of scalar-unit.size values by indicating the lower boundary in the first element of the list and the upper boundary in the second element of the list. 
    constraints:
      - length: 2
      - min_length: 2
      - max_length: 2
    entry_schema:
      type: scalar-unit.size

  tosca.datatypes.nfv.IntegerRange:
    derived_from: tosca.datatypes.List
    derived_from: list
    description: supports the specification of a range of integer values by indicating the lower boundary in the first element of the list and the upper boundary in the second element of the list. 
    constraints:
      - length: 2
      - min_length: 2
      - max_length: 2
    entry_schema:
      type: integer

@@ -1356,9 +1358,9 @@ data_types:
        required: false
        entry_schema:
          type: tosca.datatypes.nfv.ScaleInfo
      power_Cconsumption_Iinfo:
        type: tosca.datatypes.nfv.PowerConsumptionInfostring 
        description: Estimated power consumption information of the resources associated with this power profile.. 
      power_consumption_info:
        type: tosca.datatypes.nfv.PowerConsumptionInfo 
        description: Estimated power consumption information of the resources associated with this power profile. 
        required: false

  tosca.datatypes.nfv.PowerConsumptionInfo:
@@ -1380,7 +1382,7 @@ data_types:

  tosca.datatypes.nfv.TimeSyncRequirements:
    derived_from: tosca.datatypes.Root
    description: 
    description: Specifies the time synchronization requirements for a given virtual link. 
    properties:
      supported_protocol:
         type: string
@@ -1395,7 +1397,7 @@ data_types:

  tosca.datatypes.nfv.TimeSyncProtocolConfig:
    derived_from: tosca.datatypes.Root
    description: 
    description: Specifies the time synchronization protocol configuration for a given virtual link. 
    properties:
      time_sync_enabled:
         type: boolean
@@ -2551,7 +2553,7 @@ node_types:
          occurrences: [0, 1]

  tosca.nodes.nfv.DeployableModule:
    derived_from: tosca.nodes.nfv.Root
    derived_from: tosca.nodes.Root
    description: describes a set of optional VDUs. 
    properties:
      name:
@@ -2662,7 +2664,6 @@ node_types:
  tosca.nodes.nfv.VirtualisedResourceDescriptorProfile:
    derived_from: tosca.nodes.Root
    description: describes a hierarchical aggregate of information objects for virtualised resource management and orchestration.
    properties:
    requirements:
      - associatedVdu:
          capability: tosca.capabilities.nfv.AssociableVdu