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
9dc6143f
Commit
9dc6143f
authored
Mar 19, 2021
by
ppree
Browse files
issue
#40
Add missing Dependencies definition in vnf
Signed-off-by:
Preethika
<
preethika.p@tataelxsi.co.in
>
parent
73602a92
Pipeline
#6550
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 @
9dc6143f
...
...
@@ -3006,6 +3006,44 @@ submodule etsi-nfv-vnf {
information element"
;
}
}
list
dependencies
{
key
"id"
;
description
"Specifies the order in which instances of the VNFCs
have to be created."
;
reference
"GS NFV IFA011: Section 7.1.8.2 VnfDf information element"
;
leaf
id
{
type
string
;
}
leaf
primary-id
{
type
leafref
{
path
"../../vdu-profile/id"
;
}
description
"References a VduProfile for describing dependencies
between VNFCs in terms of primary entities."
;
reference
"GS NFV IFA011: Section 7.1.8.19 Dependencies
information element"
;
}
leaf
secondary-id
{
type
leafref
{
path
"../../vdu-profile/id"
;
}
description
"References a VduProfile for describing dependencies
between VNFCs in terms of secondary entities."
;
reference
"GS NFV IFA011: Section 7.1.8.19 Dependencies
information element"
;
}
}
}
container
configurable-properties
{
...
...
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