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
14dee774
Commit
14dee774
authored
Dec 09, 2019
by
jethanandani
Browse files
Merge branch 'issue#6' into 'dev-v3.3.1'
Issue#6 - NFVIFA_IFA011_8_4_2_4_cpumap See merge request
!61
parents
3587cb0e
be2f9781
Pipeline
#2120
passed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
example-data/nfv-nsd.xml
View file @
14dee774
<n
sd
xmlns=
"urn:etsi:nfv:yang:etsi-nfv-
nsd
"
>
<n
fv
xmlns=
"urn:etsi:nfv:yang:etsi-nfv-
descriptors
"
>
<vnfd>
<id>
ASA
</id>
<provider>
My Company
</provider>
...
...
@@ -133,4 +133,4 @@
</ns-instantiation-level>
</df>
</nsd>
</
config
>
</
nfv
>
src/yang/etsi-nfv-vnf.yang
View file @
14dee774
...
...
@@ -770,6 +770,22 @@ submodule etsi-nfv-vnf {
"GS NFV IFA011: Section 7.1.9.2.4,
VirtualCpuPinningData information element."
;
}
leaf-list
cpu-policy
{
type
enumeration
{
enum
"dedicated"
;
enum
"shared"
;
}
description
"Shows the list of dedicated virtual CPU cores and
shared virtual CPU cores in a VM. Dedicated refers to
a virtual CPU core occupies one physical CPU core.
Shared refers to multi virtual CPU cores shared one
physical CPU core."
;
reference
"GS NFV IFA011: Section 7.1.9.2.4,
VirtualCpuPinningData information element."
;
}
description
"The virtual CPU pinning configuration for the
virtualised compute resource."
;
...
...
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