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
c04eafec
Commit
c04eafec
authored
Feb 05, 2019
by
Mahesh Jethanandani
Browse files
added a missing mandatory statement
parent
851a4b3e
Pipeline
#249
passed with stage
in 0 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/yang/etsi-nfv-ns.yang
View file @
c04eafec
...
...
@@ -446,33 +446,34 @@ submodule etsi-nfv-ns {
}
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"
;
}
}
}
mandatory
"true"
;
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"
;
}
}
}
leaf
ns-profile-id
{
must
". = deref(../../ns-profile-id)"
{
}
type
leafref
{
path
"/nfv/nsd/df/ns-profile/id"
;
}
}
}
description
"Reference to the profile of an NS constituent."
;
reference
...
...
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