Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
S
SOL002-SOL003
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NFV - Network Functions Virtualisation
SOL002-SOL003
Commits
8c835f77
Commit
8c835f77
authored
Jun 01, 2020
by
f.moscatelli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SOL002_29->SOL002_70: Datatypes updated
parent
597982da
Pipeline
#3631
failed with stage
in 0 seconds
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
542 additions
and
28 deletions
+542
-28
SOL002VNFLifecycleManagement_def.yaml
...agement/definitions/SOL002VNFLifecycleManagement_def.yaml
+241
-4
SOL002SOL003VNFLifecycleManagement_def.yaml
src/definitions/SOL002SOL003VNFLifecycleManagement_def.yaml
+264
-22
SOL002SOL003_def.yaml
src/definitions/SOL002SOL003_def.yaml
+37
-2
No files found.
src/SOL002/VNFLifecycleManagement/definitions/SOL002VNFLifecycleManagement_def.yaml
View file @
8c835f77
This diff is collapsed.
Click to expand it.
src/definitions/SOL002SOL003VNFLifecycleManagement_def.yaml
View file @
8c835f77
This diff is collapsed.
Click to expand it.
src/definitions/SOL002SOL003_def.yaml
View file @
8c835f77
...
...
@@ -313,7 +313,8 @@ definitions:
properties
:
cpdId
:
description
:
>
The identifier of the CPD in the VNFD.
The identifier of the CPD in the VNFD. In case this identifier refers to a CPD with trunking enabled,
the external CP instances created from this CPD will represent ports in a trunk.
$ref
:
"
#/definitions/IdentifierInVnfd"
cpConfig
:
description
:
>
...
...
@@ -332,7 +333,19 @@ definitions:
shall create a link port on the external VL, and use that link port to
connect the external CP to the external VL.
type
:
object
required
:
-
id
properties
:
id
:
description
:
>
Identifier of the VnfExtCpConfig entry. Managed by the API consumer.
$ref
:
"
#/definitions/IdentifierInVnf"
parentCpConfigId
:
description
:
>
Reference to the "VnfExtCpConfig" entry that corresponds to the parent port of the trunk. Only present in
"VnfExtCpConfig" structures that provide configuration information for a CP which represents a sub-port in
a trunk, and if parent ports are supported.
$ref
:
"
#/definitions/IdentifierInVnf"
cpInstanceId
:
description
:
>
Identifier of the external CP instance to which this set of
...
...
@@ -423,6 +436,16 @@ definitions:
the VIM.
At least one of "macAddress" or "ipAddresses" shall be present.
$ref
:
"
#/definitions/MacAddress"
segmentationId
:
description
:
>
Identification of the network segment to which the Cp instance connects to. If the Cp instance represents a
subport in a trunk, segmentationId shall be present. Otherwise it shall not be present.
Depending on the NFVI networking infrastructure, the segmentationId may indicate the actual network segment
value (e.g. vlan Id, Vxlan segmentation id, etc.) used in the transport header of the packets or it may be an
identifier used between the application and the NFVI networking infrastructure to identify the network
sub-interface of the trunk port in question. In the latter case the NFVI infrastructure will map this local
segmentationId to whatever segmentationId is actually used by the NFVI’s transport technology.
type
:
string
ipAddresses
:
description
:
>
List of IP addresses to assign to the CP instance. Each entry
...
...
@@ -706,7 +729,10 @@ definitions:
HEAL | Represents the "Heal VNF" LCM operation.
OPERATE | Represents the "Operate VNF" LCM operation.
CHANGE_EXT_CONN | Represents the "Change external VNF connectivity" LCM operation.
MODIFY_INFO | Represents the "Modify VNF Information" LCM operation.
MODIFY_INFO | Represents the "Modify VNF Information" LCM operation.
CREATE_SNAPSHOT | Represents the "Create VNF Snapshot" LCM operation.
REVERT_TO_SNAPSHOT | Represents the “Revert-To VNF Snapshot" LCM operation.
CHANGE_VNFPKG | Represents the "Change current VNF package" LCM operation.
type
:
string
enum
:
-
INSTANTIATE
...
...
@@ -718,6 +744,9 @@ definitions:
-
OPERATE
-
CHANGE_EXT_CONN
-
MODIFY_INFO
-
CREATE_SNAPSHOT
-
REVERT_TO_SNAPSHOT
-
CHANGE_VNFPKG
ProblemDetails
:
#SOL003 location: 4.3.5.3
...
...
@@ -879,6 +908,12 @@ definitions:
description
:
>
Identifier of the related VDU in the VNFD.
$ref
:
"
#/definitions/IdentifierInVnfd"
vnfdId
:
description
:
>
Identifier of the VNFD.
Shall be present in case of a "change current VNF Package" to identify whether the affected VNFC instance is
associated to a VDU which is referred from the source or destination VNFD.
$ref
:
"
#/definitions/Identifier"
changeType
:
description
:
>
Signals the type of change. Permitted values:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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