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
ce6bbf64
Commit
ce6bbf64
authored
Dec 13, 2021
by
ppree
Browse files
issue
#47
Adding externallyManaged attribute to VnfVirtualLinkDesc
Signed-off-by:
Preethika
<
preethika.p@tataelxsi.co.in
>
parent
19cff2d5
Pipeline
#10052
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 @
ce6bbf64
...
...
@@ -1496,8 +1496,8 @@ submodule etsi-nfv-vnf {
}
uses
nfvi-maintenance-info
{
description
"When present, provides information on the rules to be
description
"When present, provides information on the rules to be
observed when an instance based on this
VnfVirtualLinkDesc is impacted during NFVI operation and
maintenance (e.g. NFVI resource upgrades)."
;
...
...
@@ -1505,6 +1505,29 @@ submodule etsi-nfv-vnf {
"GS NFV IFA011: Section 7.1.7.2, VnfVirtualLinkDesc
information element."
;
}
leaf
externally-managed
{
type
enumeration
{
enum
required
;
enum
allowed
;
}
description
"Specifies the intent of the VNF designer w.r.t. the
internal VL instances created from this descriptor being
externally managed.
Values:
REQUIRED
ALLOWED
Default: ALLOWED
If the VNFD does not reference any LCM script and if the
'vnfmInfo' attribute in the 'Vnfd' information element
indicates that the VNF can be managed by any ETSI NFV
compliant VNFM, this attribute shall not be present."
;
reference
"GS NFV IFA011: Section 7.1.7.2, VnfVirtualLinkDesc
information element."
;
}
}
uses
security-group-rule
;
...
...
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