Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
SOL006
Commits
564db7c2
Commit
564db7c2
authored
Jan 02, 2019
by
Mahesh Jethanandani
Browse files
Fix for bug#92
parent
d96b4247
Pipeline
#185
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
53 additions
and
4 deletions
+53
-4
src/yang/etsi-nfv-vnf.yang
src/yang/etsi-nfv-vnf.yang
+53
-4
No files found.
src/yang/etsi-nfv-vnf.yang
View file @
564db7c2
...
@@ -955,8 +955,26 @@ submodule etsi-nfv-vnf {
...
@@ -955,8 +955,26 @@ submodule etsi-nfv-vnf {
"GS NFV IFA011: Section 7.1.6.5 SwImageDesc
"GS NFV IFA011: Section 7.1.6.5 SwImageDesc
information element."
;
information element."
;
}
}
leaf
checksum
{
container
checksum
{
type
string
;
leaf
algorithm
{
type
string
;
description
"Species the algorithm used to obtain the checksum
value."
;
reference
"GS NFV IFA011: Section 7.1.6.10 ChecksumData
information element."
;
}
leaf
hash
{
type
string
;
description
"Contains the result of applying the algorithm
indicated by the algorithm attribute to the data to
which this ChecksumData refers."
;
reference
"GS NFV IFA011: Section 7.1.6.10 ChecksumData
information element."
;
}
description
description
"The checksum of the software image file."
;
"The checksum of the software image file."
;
reference
reference
...
@@ -2177,7 +2195,23 @@ submodule etsi-nfv-vnf {
...
@@ -2177,7 +2195,23 @@ submodule etsi-nfv-vnf {
leaf-list
extension
{
leaf-list
extension
{
type
string
;
type
string
;
description
description
"'Extension' attributes of VnfInfo that are writeable."
;
"Additional VNF-specific attributes of VnfInfo that
affect the lifecycle management of a VNF instance and
that are writeable.
For each VNF instance, these attributes are stored
persistently by the VNFM and can be queried and
modified through the VNFM.
These attributes are intended to be consumed by the
VNFM or by the lifecycle management scripts during the
execution of VNF lifecycle management operations.
Modifying these values has no direct effect on the VNF
instance; however, modified values can be considered
during subsequent VNF lifecycle management operations,
which means that the modified values can indirectly
affect the configuration of the VNF instance."
;
reference
reference
"GS NFV IFA011: Section 7.1.14 VnfInfoModifiableAttributes
"GS NFV IFA011: Section 7.1.14 VnfInfoModifiableAttributes
information element"
;
information element"
;
...
@@ -2185,7 +2219,22 @@ submodule etsi-nfv-vnf {
...
@@ -2185,7 +2219,22 @@ submodule etsi-nfv-vnf {
leaf-list
metadata
{
leaf-list
metadata
{
type
string
;
type
string
;
description
description
"'Metadata' attributes of VnfInfo that are writeable."
;
"Additional VNF-specific attributes of VnfInfo that are
writeable and that provide metadata describing the VNF
instance.
For each VNF instance, these attributes are stored
persistently by the VNFM and can be queried and modified
through the VNFM.
These attributes are intended to provide information to
functional blocks external to the VNFM and will not be
used by the VNFM or the VNF lifecycle management
scripts when executing lifecycle management operations.
Modifying these attributes has no effect on the VNF
instance. It only affects the attribute values stored by
the VNFM."
;
reference
reference
"GS NFV IFA011: Section 7.1.14 VnfInfoModifiableAttributes
"GS NFV IFA011: Section 7.1.14 VnfInfoModifiableAttributes
information element"
;
information element"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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