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
SOL006
Commits
ce2345cc
Commit
ce2345cc
authored
Jun 27, 2022
by
ramanathan
Browse files
Merge branch 'issue#62' into 'dev-v4.3.1'
issue
#62
Implementation of Mcio data from IFA011ed431 See merge request
!121
parents
e5133783
b8a3a8a7
Pipeline
#11973
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/yang/etsi-nfv-vnf.yang
View file @
ce2345cc
...
...
@@ -719,6 +719,34 @@ submodule etsi-nfv-vnf {
}
}
}
container
mcio-identification-data
{
leaf
name
{
mandatory
true
;
type
string
;
description
"The name of the mcio."
;
}
leaf
type
{
mandatory
true
;
type
enumeration
{
enum
"Deployment"
;
enum
"StatefulSet"
;
}
description
"The type of the mcio."
;
}
description
"Name and type of the MCIO that realizes this VDU.It allows
the VNFM to identify the MCIO e.g. when querying the CISM.
It shall be present when the VDU is realized by one or a
set of OS containers and shall be absent otherwise."
;
reference
"GS NFV IFA011: Section 7.1.6.2, VDU Information
element."
;
}
}
list
virtual-compute-desc
{
...
...
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