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
851a4b3e
Commit
851a4b3e
authored
Jan 09, 2019
by
Mahesh Jethanandani
Browse files
Fix for bug#97
parent
533006c9
Pipeline
#246
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/yang/etsi-nfv-ns.yang
View file @
851a4b3e
...
...
@@ -434,25 +434,53 @@ submodule etsi-nfv-ns {
key
"id"
;
description
"
A
pool of descriptors of connection points
attached to
one of the constituent VNFs and PNFs and/or
one of the
SAPs of the parent NS or of a nested NS."
;
"
Describes a
pool of descriptors of connection points
attached to
one of the constituent VNFs and PNFs and/or
one of the
SAPs of the parent NS or of a nested NS."
;
reference
"GS NFV IFA014: Section 6.4.2.2 Vnffgd information
element"
;
leaf
id
{
type
string
;
}
choice
constituent-base-element-id
{
container
vnf-profile
{
leaf
vnf-profile-id
{
must
". = deref(../../vnfd-profile-id)"
{
}
type
leafref
{
path
"/nfv/nsd/df/vnf-profile/id"
;
}
}
}
container
pnf-profile
{
leaf
pnf-profile-id
{
must
". = deref(../../pnfd-profile-id)"
{
}
type
leafref
{
path
"/nfv/nsd/df/pnf-profile/id"
;
}
}
}
container
ns-profile
{
leaf
ns-profile-id
{
must
". = deref(../../ns-profile-id)"
{
}
type
leafref
{
path
"/nfv/nsd/df/ns-profile/id"
;
}
}
}
description
"Identifier of this CpdPool information element. It
identifies a pool of descriptors of connection points
and NS SAPs."
;
"Reference to the profile of an NS constituent."
;
reference
"GS NFV IFA014: Section 6.4.
4.2
Cpd
Pool information
element"
;
"GS NFV IFA014: Section 6.4.
8
Cpd
InConstituentElement
information
element"
;
}
choice
cpd-id
{
choice
constituent-
cpd-id
{
container
vnf
{
leaf
vnfd-id
{
must
". = deref(../../vnfd-profile-id)/../vnfd-id"
{
...
...
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