Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
SOL005
Commits
aa2f75a9
Commit
aa2f75a9
authored
Apr 10, 2019
by
Samir Medjiah
Browse files
SOL005_91: Added a new data type : "CpGroupInfo" (NS LCM)
parent
81dd6350
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml
View file @
aa2f75a9
...
...
@@ -808,6 +808,42 @@ definitions:
mutually exclusive. One and only one shall be present.
$ref
:
"
SOL005_def.yaml#/definitions/IdentifierInVnf"
CpGroupInfo
:
description
:
>
This type represents describes a group of CPs and/or SAPs pairs associated to
the same position in an NFP. It shall comply with the provisions defined in
Table 6.5.3.71-1.
type
:
object
properties
:
cpPairInfo
:
description
:
>
One or more pair(s) of ingress and egress CPs or SAPs which the NFP passes by.
All CP or SAP pairs in a group shall be instantiated from connection point
descriptors or service access point descriptors referenced in the corresponding
NfpPositionDesc.
type
:
array
minItems
:
1
items
:
$ref
:
"
#/definitions/CpPairInfo"
forwardingBehaviour
:
description
:
>
Identifies a rule to apply to forward traffic to the ingress CPs or SAPs of
the group.
Permitted values:
* ALL = Traffic flows shall be forwarded simultaneously to all CPs or SAPs
of the group.
* LB = Traffic flows shall be forwarded to one CP or SAP of the group selected
based on a loadbalancing algorithm.
type
:
string
enum
:
-
ALL
-
LB
forwardingBehaviourInputParameters
:
description
:
>
Provides input parameters to configure the forwarding behaviour (e.g. identifies
a load balancing algorithm and criteria).
$ref
:
"
#/definitions/ForwardingBehaviourInputParameters"
CpProtocolInfo
:
description
:
>
This type describes the protocol layer(s) that a CP or SAP uses together with protocol-related information, like
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment