Loading src/SOL005/NFVICapacityInformation/NFVICapacityInformation.yaml +5 −3 Original line number Diff line number Diff line Loading @@ -365,8 +365,8 @@ components: name: vimId in: path description: | Identifier of the VIM with associated NFVI capacity information. This identifier can be retrieved from the "vimId" attribute in the CapacityShortageNotification. Identifier of the VIM with associated NFVI capacity information. See note. * NOTE: This identifier can be retrieved from the "vimId" attribute in the CapacityShortageNotification. It can also be retrieved from the "vimId" attribute in the message content of the response. required: true style: simple Loading @@ -379,6 +379,8 @@ components: in: path description: | Identifier of the CCM with associated NFVI capacity information. See note. * NOTE: This identifier can be retrieved from the "ccmId" attribute in the CapacityShortageNotification. It can also be retrieved from the "ccmId" attribute in the message content of the response. required: true style: simple explode: false Loading src/SOL005/NSFaultManagement/definitions/SOL005NSFaultManagement_def.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -304,7 +304,7 @@ definitions: description: > The URI of the endpoint to send the notification to. $ref: "../../definitions/SOL005_def.yaml#/definitions/Uri" pmJobConnection: fmConnection: description: > An access information and interface information to monitor the FM of VNF instance by the VNFM. This can include for instance certain interface endpoint URI together Loading src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml +27 −27 Original line number Diff line number Diff line Loading @@ -6646,23 +6646,22 @@ definitions: This type represents network address data for a virtual CP. It shall comply with the provisions defined in table 6.5.3.12a-1. NOTE 1: The loadBalancerIp and the loadBalancerSourceRanges attributes are only used if the CIS cluster is set up to be * NOTE 1: The loadBalancerIp and the loadBalancerSourceRanges attributes are only used if the CIS cluster is set up to be able to configure an external load balancer. Otherwise it shall be ignored. NOTE 2: In case the cluster can configure an external load balancer but no loadBalancerIp is provided the * NOTE 2: In case the cluster can configure an external load balancer but no loadBalancerIp is provided the container cluster will assign an IP address. NOTE 3: The attribute is only relevant if the virtual CP is instantiated in a cluster that supports configuration of IP * NOTE 3: The attribute is only relevant if the virtual CP is instantiated in a cluster that supports configuration of IP address pools for virtual CPs. Otherwise it shall be ignored. MetalLB is an example of a solution for Kubernetes® that supports configuration of address pools for load balancer services. NOTE 4: The loadBalancerIp and the addressPoolName and the externalIp attributes shall not be present at the same time. * NOTE 4: The loadBalancerIp, addressPoolName and the externalIp attributes shall not be present at the same time. type: object required: - type properties: type: description: > Identifier of layer(s) and protocol(s). Permitted values: IP_OVER_ETHERNET. The type of the IP addresses. Permitted values: IPV4, IPV6. type: string enum: - IPV4 Loading @@ -6679,15 +6678,16 @@ definitions: $ref: "#/definitions/IpAddress" addressPoolName: description: > Name of an address pool from which the container cluster will assign an IP address to the virtual CP. See notes 3 and 4. Name of an address pool from which the CIS cluster will assign an IP address to the virtual CP. See notes 3 and 4. type: array items: type: string loadBalancerSourceRanges: description: > List of client IP address ranges allowed to access an external load balancer. See note 1. type: array items: type: object required: - minAddress Loading src/SOL005/NSPerformanceManagement/definitions/SOL005NSPerformanceManagement_def.yaml +16 −14 Original line number Diff line number Diff line Loading @@ -188,6 +188,7 @@ definitions: - objectInstanceIds - criteria - callbackUri - _links properties: id: description: > Loading @@ -201,8 +202,7 @@ definitions: $ref: "../../definitions/SOL005_def.yaml#/definitions/String" objectInstanceIds: description: > Identifiers of the NS instances for which performance information is collected. Identifiers of the measured object instances for which performance information is collected. type: array items: $ref: "../../definitions/SOL005_def.yaml#/definitions/Identifier" Loading @@ -210,13 +210,13 @@ definitions: description: > Identifiers of the sub-object instances of the measured object instance for which performance information is requested to be collected. May be present if a sub-object is defined in clause 6.2 of ETSI GS NFV-IFA 027 for the related measured object type. May be present if a sub-object is defined in clause 6.2 of ETSI GS NFV-IFA 027 for the related measured object type. If this attribute is present, the cardinality of the "objectInstanceIds" attribute shall be 1. If this attribute is absent and a sub-object is defined in clause 6.2 of ETSI GS NFV IFA 027 for the related measured object type, measurements will be taken for all sub-object instances of the measured object instance. ETSI GS NFV IFA 027 for the related measured object type, measurements will be taken for all sub-object instances of the measured object instance. type: array items: $ref: "../../definitions/SOL005_def.yaml#/definitions/IdentifierInNs" Loading @@ -239,7 +239,7 @@ definitions: properties: href: description: > The Uri where the report can be obtained. The URI where the report can be obtained. $ref: "../../definitions/SOL005_def.yaml#/definitions/Uri" readyTime: description: > Loading @@ -253,11 +253,12 @@ definitions: description: > The size of the report file in bytes, if known. type: integer minimum: 0 pmJobConnection: description: > An access information and interface information of PM job to monitor the PM of VNF instance by the VNFM. This can include for instance certain interface endpoint URI together with necessary credentials to access it. An access information and interface information of PM job to monitor the PM of VNF instance by the VNFM. This can include for instance certain interface endpoint URI together with necessary credentials to access it. type: array items: $ref: "../../definitions/SOL005_def.yaml#/definitions/MonitoringConnection" Loading @@ -274,10 +275,11 @@ definitions: $ref: "../../definitions/SOL005_def.yaml#/definitions/Link" objects: description: > Links to resources representing the measured object instances for which performance information is collected. Shall be present if the measured object instance information is accessible as a resource. Links to resources representing the measure object instances for which performance information is collected. Shall be present if the measured object instance information is accessible as a resource. type: array items: $ref: "../../definitions/SOL005_def.yaml#/definitions/Link" Loading Loading
src/SOL005/NFVICapacityInformation/NFVICapacityInformation.yaml +5 −3 Original line number Diff line number Diff line Loading @@ -365,8 +365,8 @@ components: name: vimId in: path description: | Identifier of the VIM with associated NFVI capacity information. This identifier can be retrieved from the "vimId" attribute in the CapacityShortageNotification. Identifier of the VIM with associated NFVI capacity information. See note. * NOTE: This identifier can be retrieved from the "vimId" attribute in the CapacityShortageNotification. It can also be retrieved from the "vimId" attribute in the message content of the response. required: true style: simple Loading @@ -379,6 +379,8 @@ components: in: path description: | Identifier of the CCM with associated NFVI capacity information. See note. * NOTE: This identifier can be retrieved from the "ccmId" attribute in the CapacityShortageNotification. It can also be retrieved from the "ccmId" attribute in the message content of the response. required: true style: simple explode: false Loading
src/SOL005/NSFaultManagement/definitions/SOL005NSFaultManagement_def.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -304,7 +304,7 @@ definitions: description: > The URI of the endpoint to send the notification to. $ref: "../../definitions/SOL005_def.yaml#/definitions/Uri" pmJobConnection: fmConnection: description: > An access information and interface information to monitor the FM of VNF instance by the VNFM. This can include for instance certain interface endpoint URI together Loading
src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml +27 −27 Original line number Diff line number Diff line Loading @@ -6646,23 +6646,22 @@ definitions: This type represents network address data for a virtual CP. It shall comply with the provisions defined in table 6.5.3.12a-1. NOTE 1: The loadBalancerIp and the loadBalancerSourceRanges attributes are only used if the CIS cluster is set up to be * NOTE 1: The loadBalancerIp and the loadBalancerSourceRanges attributes are only used if the CIS cluster is set up to be able to configure an external load balancer. Otherwise it shall be ignored. NOTE 2: In case the cluster can configure an external load balancer but no loadBalancerIp is provided the * NOTE 2: In case the cluster can configure an external load balancer but no loadBalancerIp is provided the container cluster will assign an IP address. NOTE 3: The attribute is only relevant if the virtual CP is instantiated in a cluster that supports configuration of IP * NOTE 3: The attribute is only relevant if the virtual CP is instantiated in a cluster that supports configuration of IP address pools for virtual CPs. Otherwise it shall be ignored. MetalLB is an example of a solution for Kubernetes® that supports configuration of address pools for load balancer services. NOTE 4: The loadBalancerIp and the addressPoolName and the externalIp attributes shall not be present at the same time. * NOTE 4: The loadBalancerIp, addressPoolName and the externalIp attributes shall not be present at the same time. type: object required: - type properties: type: description: > Identifier of layer(s) and protocol(s). Permitted values: IP_OVER_ETHERNET. The type of the IP addresses. Permitted values: IPV4, IPV6. type: string enum: - IPV4 Loading @@ -6679,15 +6678,16 @@ definitions: $ref: "#/definitions/IpAddress" addressPoolName: description: > Name of an address pool from which the container cluster will assign an IP address to the virtual CP. See notes 3 and 4. Name of an address pool from which the CIS cluster will assign an IP address to the virtual CP. See notes 3 and 4. type: array items: type: string loadBalancerSourceRanges: description: > List of client IP address ranges allowed to access an external load balancer. See note 1. type: array items: type: object required: - minAddress Loading
src/SOL005/NSPerformanceManagement/definitions/SOL005NSPerformanceManagement_def.yaml +16 −14 Original line number Diff line number Diff line Loading @@ -188,6 +188,7 @@ definitions: - objectInstanceIds - criteria - callbackUri - _links properties: id: description: > Loading @@ -201,8 +202,7 @@ definitions: $ref: "../../definitions/SOL005_def.yaml#/definitions/String" objectInstanceIds: description: > Identifiers of the NS instances for which performance information is collected. Identifiers of the measured object instances for which performance information is collected. type: array items: $ref: "../../definitions/SOL005_def.yaml#/definitions/Identifier" Loading @@ -210,13 +210,13 @@ definitions: description: > Identifiers of the sub-object instances of the measured object instance for which performance information is requested to be collected. May be present if a sub-object is defined in clause 6.2 of ETSI GS NFV-IFA 027 for the related measured object type. May be present if a sub-object is defined in clause 6.2 of ETSI GS NFV-IFA 027 for the related measured object type. If this attribute is present, the cardinality of the "objectInstanceIds" attribute shall be 1. If this attribute is absent and a sub-object is defined in clause 6.2 of ETSI GS NFV IFA 027 for the related measured object type, measurements will be taken for all sub-object instances of the measured object instance. ETSI GS NFV IFA 027 for the related measured object type, measurements will be taken for all sub-object instances of the measured object instance. type: array items: $ref: "../../definitions/SOL005_def.yaml#/definitions/IdentifierInNs" Loading @@ -239,7 +239,7 @@ definitions: properties: href: description: > The Uri where the report can be obtained. The URI where the report can be obtained. $ref: "../../definitions/SOL005_def.yaml#/definitions/Uri" readyTime: description: > Loading @@ -253,11 +253,12 @@ definitions: description: > The size of the report file in bytes, if known. type: integer minimum: 0 pmJobConnection: description: > An access information and interface information of PM job to monitor the PM of VNF instance by the VNFM. This can include for instance certain interface endpoint URI together with necessary credentials to access it. An access information and interface information of PM job to monitor the PM of VNF instance by the VNFM. This can include for instance certain interface endpoint URI together with necessary credentials to access it. type: array items: $ref: "../../definitions/SOL005_def.yaml#/definitions/MonitoringConnection" Loading @@ -274,10 +275,11 @@ definitions: $ref: "../../definitions/SOL005_def.yaml#/definitions/Link" objects: description: > Links to resources representing the measured object instances for which performance information is collected. Shall be present if the measured object instance information is accessible as a resource. Links to resources representing the measure object instances for which performance information is collected. Shall be present if the measured object instance information is accessible as a resource. type: array items: $ref: "../../definitions/SOL005_def.yaml#/definitions/Link" Loading