Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
S
SOL006
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NFV - Network Functions Virtualisation
SOL006
Commits
b9932cee
Commit
b9932cee
authored
Mar 26, 2019
by
Mahesh Jethanandani
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'bug#218' into 'master'
Fix for bug#218 See merge request
!32
parents
1ca8231f
003d3b1e
Pipeline
#503
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
etsi-nfv-vnf.yang
src/yang/etsi-nfv-vnf.yang
+8
-2
No files found.
src/yang/etsi-nfv-vnf.yang
View file @
b9932cee
...
...
@@ -2465,14 +2465,20 @@ submodule etsi-nfv-vnf {
}
list lifecycle-management-script {
key "
event
";
key "
id
";
description
"Includes a list of events and corresponding management
scripts performed for the VNF.";
reference
"GS NFV IFA011: Section 7.1.2 VNFD information element";
leaf event {
leaf id {
type string;
description
"A unique string that identfies the script in question.";
}
leaf-list event {
type internal-lifecycle-management-script-event;
description
"Describes VNF lifecycle event(s) or an external stimulus
...
...
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